资源列表
Siavon
- 在局域网中实现聊天,先启动服务器,再启动客户端()
CCD
- 可用于寻迹,基于STM单片机,CCD比摄像头简单(Can be used for tracing, based on STM microcontroller, CCD is simpler than the camera)
5_2
- 用C语言写了一系列内部排序算法,通过输出和排序信息的统计来进行比较(Using C language to write a series of internal sorting algorithm, through the output and sorting information statistics to compare)
TricolorLight-master
- 使用iPhone对rgb三色led灯进行控制(controlling three-colored led)
muwaiplication-transaction-portability
- 在工业生产控制系统中,有许多需要定时完成的操作,如定时显示当前时间()
Lab_6_task
- MOsfet driver using optocoupler it used to drive P-type mosfet
ch_01, introduction
- Computer networking notes will be helpful for network problems
GRP_MCU_5
- The first is to make use of the access bank memory. Objects can be placed in this area of memory by using the "near" keyword. Near objects can be accessed efficiently and the use of them will greatly improve code efficiency. If you have
GRP_MCU_52
- Consideration must be given to exactly which objects you are going to qualified as near. Although substantial, the access bank is typically not large enough to hold all your RAM objects. As a general rule, you should be qualifying those objects th
fxexjbilityainstructionaunified
- 在开发 Windows 下的应用程序时,经常需要用的计时()
GRP_MCU_53
- Another sure way to decrease code size is to use auto objects rather than global or static local objects. All auto objects within a function are placed within one PIC18 RAM bank and so the bank of these objects can be selected and any PIC18 instru
GRP_MCU_54
- The general rules of code reduction apply too. Always use the smallest type that will do the job. Also, use unsigned types rather than signed if possible. Try to reduce the number of mixed types within an expression. Although the compiler will han