<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Pic for Python</title><link>http://www.bing.com:80/search?q=Pic+for+Python</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Pic for Python</title><link>http://www.bing.com:80/search?q=Pic+for+Python</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>为什么国内使用microchip的PIC单片机的工程师越来越少了？</title><link>https://www.zhihu.com/question/594688626</link><description>大量低端小电器用的是山寨pic, 以台湾的em78xx为代表。 国内还有n家山寨em78，也就是pic的山寨再山寨，价格能做到一两毛，这产量可想而知得多么巨大。 Microchip在兼并ATMEL之前就一直是mcu前三名了（另两家是瑞萨和NXP），ST也就是前几年才爬到第四。</description><pubDate>Sun, 19 Apr 2026 10:05:00 GMT</pubDate></item><item><title>PIC32和stm32的区别和优缺点是什么？ - 知乎</title><link>https://www.zhihu.com/question/361722835</link><description>pic单片机系列是美国微芯公司 (Microship)的产品，共分三个级别，即基本级、中级、高级，是当前市场份额增长最快的单片机之一，CPU采用RISC结构，分别有33、35、58条指令，属精简指令集，同时采用Harvard双总线结构，运行速度快，它能使程序存储器的访问和数据 ...</description><pubDate>Fri, 17 Apr 2026 17:59:00 GMT</pubDate></item><item><title>现在PIC单片机还有用的吗？ - 知乎</title><link>https://www.zhihu.com/question/476277022</link><description>PIC单片机是8位单片机时代当之无愧的王者。pic的开发工具价格高昂，其中最便宜的pic kit系列也有400+，不仅贵还难用，动不动就各种报错。pic单片机本身价格也高的让学生党们望而却步。pic在32位单片机上就比较弱了，存在感不强。以上原因导致在网上关于pic的资料比51单片机和stm32要少的多。目前 ...</description><pubDate>Sat, 04 Apr 2026 17:18:00 GMT</pubDate></item><item><title>How do the bank switching in PIC assembler? - Stack Overflow</title><link>https://stackoverflow.com/questions/824505/how-do-the-bank-switching-in-pic-assembler</link><description>It's best to just use BANKSEL to do your bank switching automatically. It is a special assembler directive the tells the assembler to switch to the correct bank. So, if you wish to access PORTB, just BANKSEL (PORTB) before using it. PS: PORTB is in BANK0 on the PIC16 family, not BANK1 as in your code.</description><pubDate>Sun, 19 Apr 2026 20:20:00 GMT</pubDate></item><item><title>PIC数值模拟研究等离子物理是主流吗？ - 知乎</title><link>https://www.zhihu.com/question/358116154</link><description>还有利用PIC模拟激光轰击氘靶进行惯性约束聚变的模拟，用于聚变靶的设计。 2010年以后的热点逐渐变成加入compton散射，BW和BH正负电子对产生的QED-PIC模拟，主要研究高能量密度物理过程。 在天文系上，我知道的一个是利用PIC做磁重联和伽玛爆的模拟。</description><pubDate>Sat, 18 Apr 2026 21:04:00 GMT</pubDate></item><item><title>What are the differences comparing PIE, PIC code and executable on 64 ...</title><link>https://stackoverflow.com/questions/28119365/what-are-the-differences-comparing-pie-pic-code-and-executable-on-64-bit-x86-pl</link><description>The test is on Ubuntu 12.04 64-bit. x86 architecture. I am confused about the concept Position Independent Executable (PIE) and Position Independent code (PIC), and I guess they are not orthogona...</description><pubDate>Fri, 10 Apr 2026 19:48:00 GMT</pubDate></item><item><title>How to REDEFINE and perform arithmetic on a PIC X clause in COBOL</title><link>https://stackoverflow.com/questions/14371578/how-to-redefine-and-perform-arithmetic-on-a-pic-x-clause-in-cobol</link><description>I need to move a PIC X defined field that has numerics with a 2 position decimal to a numeric field to perform an arithmatic function involving a comp-3 field. What is the best way to do this? I d...</description><pubDate>Thu, 16 Apr 2026 14:40:00 GMT</pubDate></item><item><title>MPM与PIC/FLIP之间最本质的区别是什么？ - 知乎</title><link>https://www.zhihu.com/question/478650145</link><description>格子更新的速度插值回粒子，并更新粒子位置（PIC、FLIP、或者其他和MPM匹配的advection方法） 可以看到，只有 加粗的1、4 和PIC、FLIP有关系。 和MPM匹配 的意思是，需要这个advection方法是混合了粒子、网格，并且可以在格子上拿到动量和质量的方法。 引用评论区中</description><pubDate>Fri, 17 Apr 2026 12:23:00 GMT</pubDate></item><item><title>PIC数值模拟研究等离子物理是主流吗？ - 知乎</title><link>https://www.zhihu.com/question/358116154/answers/updated</link><description>PIC数值模拟是怎样的一个路子，用到了什么层面的物理理论知识，用到了量子场论的知识吗？计算结果精度，…</description><pubDate>Mon, 06 Apr 2026 20:21:00 GMT</pubDate></item><item><title>了解等离子体PIC模拟有什么可以用的教材推荐一下吗？谢谢大佬?</title><link>https://www.zhihu.com/question/3368088927</link><description>初学者的话推荐两本经典教材 《Plasma physics via computer simulation》 和《Computer simulation using particles》。中文教材的话可以看邵福球的《等离子体粒子模拟》和傅竹风的《空间等离子体数值模拟》。此外谢华生的《计算等离子体物理导论》中给出了一个简短的1D静电PIC代码。</description><pubDate>Sun, 29 Mar 2026 06:48:00 GMT</pubDate></item></channel></rss>