搜索资源列表
模拟测试鼠标及键盘的输入
- 本程序由VC++开发,用于 模拟测试鼠标及键盘的输入,初学者可以参考一下!-procedures by the Visual C + + development for simulation testing of the mouse and keyboard input, and beginners can take a look!
MergeSort1
- 要求先对所输入序列进行扫描。输入序列为整形数据,用正序、逆序和不同乱序程度的不同数据作测试比较。 2)通过扫描,找出序列中已经存在的最大有序列,将原序列分为若干个有序子列。 3)用归并法,对“2”中有序子列进行归并。 4)本程序要求用顺序链表作为存储结构。 5)演示程序以用户和计算机的对话式执行,即在计算机终端上显示“提示信息”下,用户可由键盘输入待排序表的表长(0--100)和不同测试数据的组数(3-8)。每次测试完毕,列表显示测试结果。 -first requested
VB111
- 这是一个使用SetWindowsHookEx的程序,屏蔽了键盘按键(包括系统按键)。 如果只想屏蔽某个按键,请更改下面的代码。 Form1.Text1 = wParam Form1.Label1 = kk.vkCode & \":\" & kk.scanCode & \":\" & kk.Time If wParam = 256 Then Myfunc = 1: Exit Function endif wParam 的按键值可以在程序运行中测试中找到。-S
shubiaojianpianjianshichengxu
- 鼠标和键盘的监视程序,附有dll和exe及原文件,测试可行-mouse and keyboard surveillance procedures, and with dll exe and the original document, test feasible
cockandcal8051
- 这是8051的练习作用,但是这个使用c语言编的.功能是实现clockand calculate功能,主要测试按键喝键盘响应-This is the 8051 exercise, However, the use of C language series. function is clockand calculate functions, to test the response to the keyboard keys to drink
s3c44b0-key
- 该代码是基于S3C44B0的键盘测试代码 该代码采用查询的方式来检测由外部产生的键盘信号.-The code is based on the keyboard S3C44B0 test code using the code the way to inquiries by external detection the keyboard signal.
KB
- 用C语言及汇编用的,用于测试键盘的程序,有兴趣地可以
20080729
- 我的这个是S3C44B0键盘结构化代,测试OK
keydef
- 键盘定义文件,这个是测试文件,不可能有任何的意义-keyboard definition files, this is a test document, there can be no significance
模拟测试鼠标及键盘的输入
- 模拟测试鼠标及键盘的输入
KeyTest.rar
- 模拟手机键盘 的MFC 开发界面程序 ,很好用,在 VC6.0, vc2005下测试通过 ,MFC phone keyboard simulation interface development process, very good, and in VC6.0, vc2005 under test
BCGCtrlPro10.00
- BCGSoft BCGControlBar Professional Full Source v10.0 零售版(Retail) BCGControlBar ("Business Components Gallery ControlBar") 是一个C++扩展库,可以用来创建类似Office 2000/XP和Visual Studio.NET的应用程序,可以实现完全定制功能(定制工具栏,菜单,键盘等等)。BCGControlBar库包含了超过100个C++扩展库文件,能够帮助用户将这些功能轻
BCGControlBar
- BCGControlBar ("Business Components Gallery ControlBar") 是一个C++扩展库,可以用来创建类似Office 2000/XP和Visual Studio.NET的应用程序,可以实现完全定制功能(定制工具栏,菜单,键盘等等)。BCGControlBar库包含了超过100个C++扩展库文件,能够帮助用户将这些功能轻松地融合到程序中,节省宝贵的开发和测试时间。 MFC扩展库。允许你合并高级编辑控制到任意一个基于MFC(Microsoft Found
xiaojianpan
- 模仿QQ的小键盘和圆形密码, delphi7可用 本人未测试-Imitation of a small keyboard and round QQ password, delphi7 I can not test
keyhook_and_keyhooktest
- Windows低级键盘钩子WH_KEYBOARD_LL实现DLL以及测试程序-keyhook_and_keyhooktest WH_KEYBOARD_LL and test demo
computer
- 一些获取系统信息的编程实例,包括CDROM控制,CPU和MOUSE信息,USB编程,测试CPU速度,检测键盘按键,列出进程,鼠标钩子编程系统硬件信息和注册表编程。-Some access to information system programming examples, including CDROM control, CPU and mouse information, USB programming, the CPU speed test to detect the keyboard k
the__rutton
- 实时测试按键的键盘码和鼠标的位置,很不错的资料-Real-time test button code and the location of the mouse, keyboard is very good information
ecoykl
- 这是刚刚上传的“键盘测试源代码”配套的dll文件源码,很好用的-This is just upload the keyboard test source DLL source code, very useful
10960841
- 实时测试按键的键盘码和鼠标的位置,很不错的资料(Real-time test button code and the location of the mouse, keyboard is very good information)
XEHQ22
- DOS和WINDOWS下键盘图形测试程序,不错的源码()