Question 1: How to make a library of .c and .h files written in C in 51 MCU? The compiler of 51 is IAR. Question 2: How to make a C project file written in VC into a library? Question 3: The boss only...
I am developing a driver for wince. Can I adjust the resolution of TFT dynamically through the application? For example, from 640x480 to 320x240, can wince not be restarted during the adjustment? I fo...
We are all developers. Every house kills a middle class. We are all speculators. Even if the price is high and the houses are few, the interest chain of comrades is tied everywhere in the dense banks....
After watching Aniu Ge's series of stories, Romance of the Three Kingdoms, Part 14, which compared the educational backgrounds of Tang Jun, Zhuge Liang, Guan Yu, Zhang Fei, Cao Cao , Sun Quan, Zhu Ba ...
I want to write a driver that passes a string through ioctl (the length of the string is unknown and variable. The maximum length of the string can be limited to 512 bytes. If the user writes too much...