-
ntstatus
查看NT状态 (Viewing NT state)
- 2020-07-01 12:40:02下载
- 积分:1
-
上位机通过CCD视觉识别条形码与二维码
halcon 识别条码和二维码的VCdemo(halcon barcode function demo using VC++)
- 2017-08-03 23:20:18下载
- 积分:1
-
student0
一个简易的班级成绩统计系统,可以在此基础上做一个完善的统计处理系统.(a simple statistics system, we can complete a integrated statistics processing system )
- 2005-05-20 17:58:57下载
- 积分:1
-
max232
ds 1202 pdf ds 1202 pdf
- 2009-07-03 19:44:28下载
- 积分:1
-
debug
详尽阐述了如何在VC的IDE下进行调试,并且在后半部分,还说明了写VC代码的注意事项,以及避免出错的方法。(Elaborated on how the VC IDE for debugging, and in the second half, also explains the precautions write VC code, as well as ways to avoid making mistakes)
- 2013-10-06 21:41:24下载
- 积分:1
-
CNJEW
该程序是我为公司写的放音录音程序,并可以在界面上显示动态波形(The program is I wrote to the company put the sound recording program, and dynamic waveform can be displayed on the interface)
- 2017-04-26 17:31:00下载
- 积分:1
-
Fire
利用OpenGL写的模拟火焰代码,模拟水纹代码,基于粒子算法的(The use of OpenGL code written in flame simulation, simulation水纹code algorithm based on particle)
- 2009-07-02 18:03:46下载
- 积分: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
-
Frequencyconversion
说明: 变频器使用手册
MM440使用手册
西门子通用变频器应用实例手册(Inverter Manual Manual Siemens MM440 Inverter Application Manual Universal)
- 2010-04-09 14:46:36下载
- 积分:1
-
shortest-path
通信网络的架设问题 若要在n(≥10)个城市之间建设通信网络,只需要架设n-1条线路即可(With the Dijksra algorithm to network G from source points to the rest of the vertices of the shortest path)
- 2014-01-11 23:32:27下载
- 积分:1