资源列表
daq
- labwindows连续数据采集,有很强的实用性-labwindows continuous data acquisition
2008-SVALexamples
- 用于面波的频散分析和反演的程序。很好用的面波频散曲线提取个反演的程序。-For surface wave dispersion analysis and inversion procedures. Good use of the surface wave dispersion curve inversion procedures were extracted.
clock
- 设计一个时钟类Clock。数据成员包括hour(小时)、minute(分钟)、second(秒)。要求用成员函数实现以下功能: (1)创建具有指定时钟(小时、分钟、秒)的Clock对象,默认时钟为00:00:00。 (2)动态地设置时、分、秒。 (3)在屏幕上按“时:分:秒”的格式显示时钟。 (4)在主函数中测试该类。-Designs clock class Clock. Data member including hour (hour), minute (minute), se
C-P-P-6.0-Programming-Classic-Expo
- Visual C++ 6.0编程经典博览,是众多高手的方法的总结,提高c++的编程的好书-Visual C++ 6.0 programming Classic Expo is a summary of many masters of the method to improve programming c++ good books
SystemMenuDll
- VC++系统右键二级菜单源码,类似winrar的右键二级菜单,dll实现.-VC++ system menu,like winrar
irrlicht-mouse-move
- irrlicht一个鼠标的例子,鼠标平移方法。-irrlicht example of a mouse, the mouse translation method.
serial
- 使用labview实现中断访问串口,使用消息队列方式传递数据。-Use labview realize interrupt visit, use the message queue serial port style to deliver data.
Fingerprint-SDK-2009
- GrFinger.h fingerprint
Embedded-Systems-Building-Blocks---Complete-and-R
- Embedded System, using module in C
Host-byte-order-to-network-
- Host byte order to network byte order.doc(主机字节顺序转换成网络字节顺序)-Host byte order to network byte order. Doc
VFP-time-remind-
- 使用一种笨办法实现的声音报时程序。(非TTS,因为不会用) 主要技术: 1.利用改写的VFP的_Soundplayer类发声 2.句子由多个字词的声音文件连续发声实现-The use of a sound awkward to achieve timekeeping procedures. (Non-TTS, because it would not use) Main: 1. VFP using rewrite the _Soundplayer class voice 2 w
person
- [设计要求]一、定义人员(person)类,其中至少包括姓名、性别、 电话、地址、邮政编码、邮箱、QQ号和类别(例如:同学、朋友等)。 二、实现下面的功能 1、设计菜单实现功能选择; 2、输入功能:输入人员信息,并保存到文件中; 3、查询功能:1)能够根据姓名、电话精确查询人员信息; 2)能够根据地址进行模糊查询人员信息; 3)根据人员类别查询人员信息 4、根据姓名对人员信息排序输出 5、能根据姓名、电话修改人员信息