搜索资源列表
1428
- 我们可以采用两种编程方法,一种是自己编写控制各种寄存器代码进行数据的采集和输出,另外一种就是利用他封装的DLL的方法访问相应的函数进行完成.为了节省时间提高开发效率,当然使用第二种方法了-we can use two programming methods, one is prepared to control their various register code data collection and output and the other is to take advantage of
usemfcregdll
- VB、VC混合编程中字符串的传递,VC使用DLL源代码。
qarray_src
- Visual C++ 动态链接库dll dynamic link library 编程,运行环境VC6.0通过
DLL
- 驱动编程, 实现hook writeprocememory 达到读写内存的 目的,不信你也试试 驱动编程, 实现hook writeprocememory 达到读写内存的 目的,不信你也-Driven programming, hook writeprocememory purpose to read and write memory, do not believe you try to drive programming, hook writeprocememory purpose to
jn388_src
- 应用JN388系列扭矩卡采集数据的DLL的VC源码,以及在LabVIEW下调用示例,自已编的。对学习DLL编程和LabVIEW下调用DLL驱动非NI数据采集卡进行数据采集有很大帮助。-Application of JN388 series of torque data acquisition card source code of the DLL in VC, as well as LabVIEW invoked example, was programmed by myself. DLL fo
MyDll
- 通过程序来说明了文件dll的编程和使用,启动和运行。-use of “dll”
testdll
- 动态链接库DLL的编程示例,包括dll实现工程和调用工程。主要介绍了dll的实现,及动态静态编译的用法。-Dynamic link library DLL programming examples, including the realization of the project and call the dll project. Introduces the implementation dll, static and dynamic compilation of usage.
CAN-BUS-TEST
- VC关于DLL调用的源代码,关于界面设计,DLL调用等方面,CAN总线测试编程,很有参考价值。此例程针对周立功pci-CAN9820总线接口卡开发,二次开发例程。-VC call on the DLL source code, interface design, DLL calls, etc., CAN bus test programming, a good reference value. This routine for ZLG the pci-CAN9820 bus interface
PCSC-FOR-VCPP
- VC中PCSC智能卡接口的编程,介绍在WINDOWS操作系统中如何调用DLL来与智能卡通讯。-Programming in VC PCSC smart card interface, introduced in the WINDOWS operating system, how to call the DLL to communicate with the smart card.
CH341PAR VC
- CH341 VC 编程指导,在VC平台上,调用驱动中的API函数,实现芯片功能。(Chip CH341-related information, including dll, manuals, drivers and so on.)
TestKeyboard
- C# 模拟键盘输入 1 .使用WinIO.dll直接在驱动层面模拟按键。 这里需要用到一个组件,那就是使用WinIO.dll,这是是国外大佬开发的一个dll。 WinIO程序库允许在32位的Windows应用程序中直接对I/O端口和物理内存进行存取操作。通过使用一种内核模式的设备驱动器和其它几种底层编程技巧,它绕过了Windows系统的保护机制。 使用此组件的环境要求: •系统Win7或Win10均可。 •需要PS/2键盘(老式的针孔插头的键盘),USB键盘不