I am developing a CE program under vs2005. I have installed dx81sdk and configured the header and library files of dxsdk in vs, with the paths at the front. I also referenced dxguid.lib ddraw.lib in t...
Semiconductor diodes are used in almost all electronic circuits. They play an important role in many circuits. They are one of the earliest semiconductor devices and are widely used. Working Principle...
printf("Please input the pack:"); [color=#FF0000]sscanf(buf,"%s",stdin);[/color] printf("You input:%s",buf); UnPack(buf,sizeof(buf)); ------------------------------------ When I input 1 on the interfa...
I recently made a calculator using a single chip microcomputer and read the float data from 24co2, but I don't know how to display the float data on the LCD....