搜索资源列表
classroom_manager
- 基于DB2和MFC应用的教室管理系统,可以进行空闲教室的查询,教师可报的查询,数据库可以通过指令创建和删除-MFC applications based on DB2 and the classroom management system, can be free of the inquiry classroom, teachers may apply to the query, the database can create and delete commands
AutoTest
- 向另一窗口发送指令,指挥该窗口进行各种操作.是一个用于测试的半自动化程序,有需要的可以参考一下.本人自学的VC,水平有限.-To send commands to another window, and command the window for various operations. Is a semi-automated procedures for testing, where necessary, can refer to. I am learning the VC, is limit
Elisa6028A2B2_i2caphi_OK
- 并行数据接收,PC与demo板连接后,可以通过pc发送指令修改芯片寄存器值-Transmit data by parallel port,PC connect DEMO board,and send any command to update the value of registers.
mdmaster
- 基于MFC的modus通信程序,作为modbus的主机,能够主动发送指令-communication program based on MFC, written as the master of modbus, able to send commands actively
Barcode-background-entry
- 用VB生成的EXE程序。 这个程序好处是应用组态王软件时,不用获取焦点就可以输入条码枪数据了。 原理是: 1、运行组态王时就用StartApp()指令打开我用VB写的程序, 后台记录 USB的条码扫描枪的数据保存到电脑D:\条码记录.TXT; 2、扫描枪是USB接口的,插上电脑显示人体输入设备。扫描枪设置为扫描数据+回车。 3、每当人体设备输出数据+回车后,便把数据更新到D:\条码记录.TXT第一行,然后组态王利用热键检测回车键后读出TXT内容到 组态超级文本。 -Don
thoughtwore
- thoughtwork的2013年招聘测试题,设置最大目标范围,输入坐标与方向和移动控制指令,输出移动后所在的坐标和方向-Thoughtwork recruiting test in 2013, set the maximum target range and input coordinates and direction and movement control instruction, coordinates and direction of the output after moving
falsehood
- 一个表 通过系统时间 以及三角函数构造 windows7 可以运行 由intel指令集构造-a clock by system time with trigonometric function to build the windows 7 supproted due to INTEL instruction build And if your feel this resource code not bad or other case as you need fr
lnvlls
- NT环境下调用中断门运行特权指令,在用户级调用系统级中断-NT environment with interrupt gate privileged instructions, at levels users call system
660906
- 在VisualC++中使用内联汇编.使用内联汇编可以在CC++代码中嵌入汇编语言指令,而且不需要额外的汇编和连()
parallel for
- parallel for指令的用法,通过对比和分析,熟悉多核架构设计中语句的用法。