资源列表
[对话框与窗口] toolbarInDialog
说明:在对话框中实现工具条的样板代码 本人自己编写 供网友参考-in the dialog box tool to achieve the model code of my own preparation for the netizens reference<樊智勤> 在 2008-10-13 上传 | 大小:27.85kb | 下载:0
[其它] scoresystem
说明:自己写的一个简易成绩管理系统,相当简单,可以作为学习c的参考-himself wrote a summary of the performance management system is simple, can be used as reference for studying c<吴利刚> 在 2008-10-13 上传 | 大小:43.1kb | 下载:0
[GDI/图象编程] dianlijiankong
说明:一截取摄像头图像的简单测试程序主要减少了ezVidC60.ocx的使用方法。可以任意抓取图像和保存WAV格式文件。-an interception camera images simple test procedures will reduce the use of the side ezVidC60.ocx France. Arbitrary images can grasp and preserve WAV format.<youling0927> 在 2008-10-13 上传 | 大小:126.79kb | 下载:0
[网络编程] comm_FTPWanderer
说明:一个FTP的通信的客户端程序, 可以实现多线程断点续传-an FTP client communication procedures, can achieve multithreaded HTTP<陈勇强> 在 2008-10-13 上传 | 大小:319.77kb | 下载:0
[通讯编程] xgrf
说明:关于射频卡读写的程序,本程序主要提供VC动态链接库的调用方法以及串口通迅中的数据转化处理的方法。-on RF Card Reader procedures, The main procedures for VC DLL call methods and serial communication, the data conversion processing methods.<youling0927> 在 2008-10-13 上传 | 大小:96.58kb | 下载:0
[网络编程] ajax.anthem-1.3.2
说明:我自己改写过的Anthem封装库,原来要用magic Ajax, 后来发现 magic 刷新的时候有一些问题, 而ajaxpro对表单的传递封装较差,所以最终还是采用了Anthem-I write off Anthem Packaging basement, the original use magic Ajax, Later we found that magic set in when some of the problems, and ajaxpro form of the transfe<陈勇强> 在 2008-10-13 上传 | 大小:79.66kb | 下载:0
[通讯编程] UARTOFFPGA
说明:是关于FPGA/URT原理的一个详细描述.而且里面还有DDAIII实验箱的URT驱动实现.-on FPGA / UTR tenets of a detailed descr iption. But there is also DDAIII experimental box The a172 Drive.<王晓栋> 在 2008-10-13 上传 | 大小:24.94kb | 下载:0
[通讯编程] pbdatawindow
说明: pb datawindow 技巧 例子: 使DataWindow列只能追加不能修改 如何使DataWindow中的数据只能追加新记录而不能修改,利用 Column 的 Protect 属性可以很方便的做到这一点,方法如下: 将每一列的 Protect 属性设置为: If( IsRowNew(), 0, 1) ) 在 Powerscr ipt 中可以动态修改 Protect 属性: dw_1.Modify(\"column_name_here.Protect=<童心> 在 2008-10-13 上传 | 大小:9kb | 下载:0