搜索资源列表
win9irq
- windows9X下进行中断编写的Dll及实例源码,仅须简单调用DLL中的函数,即可实现在对中断的响应。-windows9X under Dll prepared by the interruption and examples of source code required only a simple call to the DLL function can be realized in response to the interruption.
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
ups
- Windows 2000/XP UPS电源管理服务接口动态库,源代码出自WINDOWS XP DDK。-Windows 2000/XP UPS management services interface DLL, source code from Windows XP DDK.
USB2RS232
- Appliction => rs232测试 应用程式 Driver => usb to rs232 驱动程式(wdm ddk) DLL => 应用程式 Firmware => USBtoRS232 硬体韧体-Appliction =
USB_dll
- 把USB访问函数封装成DLL的源程序,用来开发USB很有用-USB visit packaged as DLL function of the source, to develop useful USB
内核注入dll程序
- 内核注入dll程序
rfid.rar
- 使用ZLG500B讀寫RFID_TAG,包括ZLG500B.dll與讀寫範例。,Use ZLG500B to read and write RFID TAG.Include ZLG500B.dll and source code
wsHideDLL.zip
- Dll进程注入 一种简单的方法隐藏进程 在dll中运行代码,The simplest ways to hide a process is to have no process Basically what you need to do is place your meaningful code in a DLL, inject that DLL in an inconspicuous process (like Explorer.exe) and run your code. This can
driverInstallDll
- 驱动加载和卸载的DLL,可以用VC编译成DLL 给别人调用-Driver install and uninstall DLL
vb_mini_ide_v09
- Mini Integrated Developement Environment was programmed for helping developers to get quickly familiar with the usage of USB2.DLL and the USB 2.6 module from Braintechnology using Visual Basic Version 6. Not all commands were shown, because many o
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
GPIB-VC
- 采用VC实现GPIB于上位机的数据读取,注意,需要的DLL文件在release目录下。希望对刚开始GPI采集的初学者有帮助!-VC achieved using data from GPIB to PC to read, pay attention to the need of the DLL file in the release directory. GPI want to start collecting the beginners help!
USB_DRIVER
- usb 设备的驱动,DLL,和test 文件-usb device driver and dll and test files.
Add_any_filter_DLL
- FILTJECT.DLL allows you add and remove filter drivers for an existing hardware device whose FriendlyName or DeviceDesc you happen to know. You use this DLL in conjunction with RUNDLL32 see about.txt
dlltest_4fg5t8o
- Example of use DLL. First try tu use them on VS2005
WinVideo
- C#编写摄像头驱动程序,用avicap32.dll 装了摄像头后一般会有 avicap32.dll文件,没有一样可以用这些代码。 不需要在解决方案里面引用这个.dll文件。-C# camera driving procedures, the use of written avicap32. The DLL Put the camera can have commonly after avicap32. No DLL, can use the code.
DRIVER inject DLL
- 稳定兼容xp-win7,内核注入D-Kernel inject DLL
LEDControl--DLL
- 用来控制飞凌公司的fl2440中的led灯,有一个样板,很简单的可以做花样流水灯等 动态链接库 dll项目-Used to control Feiling company fl2440 in led lights, there is a model, a very simple tricks you can do water lights, etc.
Dll
- DLL模块隐藏,代码详细,清晰,完整,简单易懂。-Hidden DLL module, code detailed, clear, complete, easy to understand.
DLL自动注入EXE
- 将dll注入远程exe中 执行exe将优先执行你的dll dll结束后再开始执行exe(Executing exe by injecting DLL into remote exe will give priority to executing your DLL DLL and then start executing exe)