-
UniButton
Control Unicode Button
- 2014-02-25 13:33:27下载
- 积分:1
-
2009
获取wince平台进程信息,作为参考。开发平台为c#(Get wince platform for the process)
- 2009-10-07 10:55:05下载
- 积分:1
-
YCArray
说明: /**
* 动态数组的模板类
* 1.支持字符索引
* 2.方便的添加删除修改任意一项
* 最后更新 2004-8-9 yzh
**1.优化了字符索引的运作方式,使用数组存储
**2.重写了底层数据的存储,将连续性的存储方式改为了非连续,
*** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速
* 用法如:
* YCArray<int,int> test
* test.Add("Number2",4)
* test.Add("Number1",2)
* printf("%d %d",test["Number1"],test["Number2"])
* 显示:
* 2 4
*******
*******
History:
2004-11-19
修改了析构函数,解决了索引没有释放的bug
**/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
- 2005-09-06 13:03:51下载
- 积分:1
-
nRF24L01
nRF24L01示例程序,官方的,试验通过。(nRF24L01 sample program, the official trial through.)
- 2010-06-11 21:36:03下载
- 积分:1
-
Symotion_Overview
Symotion是一种用于运动控制的实时工业总线,基于10/100M以太网物理层,应用层使用canopen及精简协议。可应用于运动控制器,电机驱动器,PLC,编码器光栅尺与其它工业现场执行器互连。symotion总线提供安全、开放、低成本及高性能应用。(Symotion is a synchronous real-time FieldBus for Motion
control . Build on a 10/100M Ethernet physical layer , and
Canopen or reduced protocol Layer. interconnect between motion
controllers, Motor drives, I/O modules, encoder devices and other
actuators. Symotion provides Safety , Open , low cost and high
performance in all applications.)
- 2011-08-16 12:41:16下载
- 积分:1
-
LPC1788-board-schematic
IAR LPC1788开发板原理图,非常详细,够不够20字呀(IAR LPC1788 demo board shcematic)
- 2012-06-20 12:02:31下载
- 积分:1
-
CHAPTER-2
21天学通 Visual C++,第2章(21days study Visual C++, chapter 2)
- 2013-12-21 16:17:59下载
- 积分:1
-
neteq_test
C source code for neteq test
- 2020-07-11 23:18:53下载
- 积分:1
-
OS_test
windows下线程操作,例子,包含线程创建,互斥锁,信号量,消息队列的封装等(Thread windows operating examples, including thread creation, mutexes, semaphores, message queues, packaging, etc.)
- 2014-10-25 00:18:27下载
- 积分:1
-
driver-load
说明: 驱动加载程序,可以通过这个程序动态加载驱动程序(sys)(Driver loader, you can dynamically load the driver program)
- 2011-03-02 15:15:25下载
- 积分:1