-
main
c codevision code for reading a 4x4 keypad and showind the number on a 7segment
- 2009-09-11 15:47:31下载
- 积分:1
-
ucgui3.2-vc6.0
基于嵌入式GUI的设计源码,在windows上开发(based on vc6.0, the GUI of embeded OS)
- 2014-02-14 16:02:08下载
- 积分:1
-
MouseClickPMFC
能够完成鼠标的自动点击,可以使电脑在五人看守的情况下,某些系统不再掉线。(Automatically clicks the mouse to complete, you can make your computer in case of five guards, some systems are no longer dropped.)
- 2014-07-06 18:22:52下载
- 积分:1
-
12864display6050
陀螺仪6050测试角速度与角加速度,对角度进行积分运算求出角度,12864对其进行显示(6050 gyro angular velocity and angular acceleration of the test, the angle obtained by integrating the operation angle, 12864 displays it)
- 2013-09-09 23:54:23下载
- 积分:1
-
read-DXFFILE
一个读取DXF文件的工具,有示例,有源代码,对某些需要与Autocad进行图形学接口编程的朋友有十分重要的工具,我可以千般辛苦找来的。(a read DXF files tools, example, the active code, certain needs and Autocad graphics interface for programming and friends very important tool, I can offer all kinds of hard to find.)
- 2020-07-01 09:20:07下载
- 积分:1
-
uCOSII_ucGui_lpc1788
LPC1788+ucOSii+ucGUI3.90a,仅需修改部分GUI配置,并修改部分SDRAM配置,就可以完成移植(LPC1788+ucOSii+ucGUI3.90a.You can finish system migration,just need modify the config of GUI and SDRAM.)
- 2014-06-25 20:56:07下载
- 积分:1
-
C#调用USB接口斑马打印机
C# winform 通过USB 条用 斑马打印机(C# winform call Zebra printer by USB)
- 2020-12-01 20:19:27下载
- 积分:1
-
Firewal
VC设计windows防火墙,IP过滤功能、设定规则等等(VC design windows firewall, IP filtering, set the rules, etc.)
- 2009-05-05 20:06:35下载
- 积分:1
-
SW_NUC505_80mm_Thermal_Printer_V1.0
热敏打印机,新唐热敏打印方案。。。。。。。。。(Thermal printer)
- 2020-06-28 14:20:02下载
- 积分:1
-
C循环结构
14.5 C循环结构 循环体是程序设计与优化的重点考虑对象。本节将着重讲解在ARM上处理for和while循环最有效的方法。 14.5.1 循环中止 首先来看下面的例子,两个不同的循环退出条件,产生的不同汇编代码。 C源程序如下所示。 int fact1 (int n) { int i, fact = 1; for (i = 1; i 《= n; i++)
- 2022-06-20 00:28:45下载
- 积分:1