About 55 results
Open links in new tab
  1. PIC数值模拟研究等离子物理是主流吗? - 知乎

    还有利用PIC模拟激光轰击氘靶进行惯性约束聚变的模拟,用于聚变靶的设计。 2010年以后的热点逐渐变成加入compton散射,BW和BH正负电子对产生的QED-PIC模拟,主要研究高能量密度物理过程。 …

  2. 为什么国内使用microchip的PIC单片机的工程师越来越少了? - 知乎

    为什么国内使用microchip的PIC单片机的工程师越来越少了? 我是从各大电子工程师论坛看到PIC版块很冷清。 是因为该单片机价格高吗? 个人感觉产品稳定性很好啊,比stm32要好,8位、16位、32位 …

  3. What does compiling WITH_PIC (-DWITH_PIC, --with-pic) actually do?

    When compiling binaries from source, what are the real-world differences between generating PIC objects or not? At what point down the road would someone say, "I should have generated/used PIC …

  4. c++ - GCC -fPIC option - Stack Overflow

    Mar 15, 2011 · I have read about GCC's Options for Code Generation Conventions, but could not understand what "Generate position-independent code (PIC)" does. Please give an example to …

  5. How to REDEFINE and perform arithmetic on a PIC X clause in COBOL

    Jan 22, 2013 · 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 …

  6. pic - Difference between PORT and LAT on an PIC18F - Stack Overflow

    Oct 25, 2021 · I am currently working on a PIC18F and I wonder what the difference is between a PORT and a LAT because looking at the documentation of the PIC18F they both do the same thing.

  7. Reading input pin of pic microcontroller with MIKROC

    Mar 25, 2015 · Reading input pin of pic microcontroller with MIKROC Asked 10 years, 9 months ago Modified 9 years, 5 months ago Viewed 15k times

  8. Delay by x microseconds in C for pic18f - Stack Overflow

    Feb 2, 2011 · I need an accurate time delay function written in C that delays the pic program execution by a given number of microseconds. I did find an example on microchipc.com which uses ASM, but …

  9. How do I display images from Google Drive on a website?

    A client of mine has uploaded some photos to their Google Drive and would like me to display their photos on their company website. I reviewed the documentation for displaying Google Drive content ...

  10. Increment binary value in pic assembly every time button is pressed

    Mar 24, 2023 · In assembly language each operation is specified using an instruction of the related architecture's instruction set which in your case is an 8-bit PIC architecture.