-
usb工作模式的切换,通过修改注册表转换工作模式.开发环境EVC,适合ARM9平台....
usb工作模式的切换,通过修改注册表转换工作模式.开发环境EVC,适合ARM9平台.-usb mode switch, through the conversion mode to modify the registry. development environment EVC, for ARM9 platform.
- 2022-02-04 17:20:18下载
- 积分:1
-
How to use the WinIo library in Win2000 and WinXP system. this sample will lead...
VC下WinIo的应用实例(改进版)根据前一版有网友提出的建议进行改进,为了在VC中能正常使用WinIo库,必须按以下步骤进行配置:
(1):将WinIo.dll、WinIo.sys、WINIO.VXD三个文件放在程序可执行文件所在目录下;
(2):将WinIo.lib添加到工程中,WinIo.lib及winio.h文件必须放在工程目录下;
(3):在StdAfx.h头文件中加入#include "winio.h"语句;
(4):调用InitializeWinIo函数初始化WinIo驱动库;
(5):调用读写IO口的GetPortVal或SetPortVal函数;
(6):调用ShutdownWinIo函数;
本实例是在VC6.0环境下 XP系统.
-How to use the WinIo library in Win2000 and WinXP system. this sample will lead you to use the WinIo rightly.
- 2022-08-21 23:18:28下载
- 积分:1
-
获得系统中所有字体信息
获得系统中所有字体信息 -Getting the information of all system fonts
- 2023-05-18 20:00:04下载
- 积分:1
-
读写INI文件,多线程例子(两个线程并行)
读写INI文件,多线程例子(两个线程并行)-literacy INI file, multithreaded examples (two parallel threads)
- 2022-11-10 13:40:04下载
- 积分:1
-
一个简单的读写INI文件的类
一个简单的读写INI文件的类-Read and write a simple INI file class
- 2022-08-07 00:49:00下载
- 积分:1
-
这是一个实现了Windows任务管理器的功能的VC程序实例。对学VC编程和系统编程的人有所帮助。...
这是一个实现了Windows任务管理器的功能的VC程序实例。对学VC编程和系统编程的人有所帮助。-This is a realization of the Windows Task Manager function of the VC instance. And it is helpful for the learners of VC programming and system programming.
- 2022-03-05 01:21:22下载
- 积分:1
-
Windows系统热键HotKey编程示例,包括测试程序
Windows系统热键HotKey编程示例,包括测试程序-Hotkey HotKey Windows programming examples, including testing procedures
- 2023-06-20 10:30:04下载
- 积分:1
-
德尔福汽车
delphi 自动完成功能能 autocomplete-delphi auto-complete feature to autocomplete
- 2022-08-14 09:02:00下载
- 积分:1
-
二级文件系统的开发
二级文件系统的开发-the exploitation of two-level file system
- 2022-03-11 00:21:10下载
- 积分:1
-
命名管道充分利用了Windows NT和Windows 2000内建的安全机制。
将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系...
命名管道充分利用了Windows NT和Windows 2000内建的安全机制。
将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系,并在其中可靠地传输数据。
命名管道是围绕Windows文件系统设计的一种机制,采用“命名管道文件系统(Named Pipe File System,NPFS)”接口,因此,客户机和服务器可利用标准的Win32文件系统函数(例如:ReadFile和WriteFile)来进行数据的收发。
-named pipe full advantage of the Windows NT and Windows 2000 built-in security system system. To be named as a pipeline network programming package, which is actually the establishment of a client/server communication system, and in which reliable data transmission. A named pipe is on the Windows file system design of a mechanism, "Named Pipe File System (Named Pipe File System, NPFS) "interface, therefore, client and server can use standard Win32 file system functions (such as : ReadFile and WriteFile) data to the transceiver.
- 2023-07-21 23:15:04下载
- 积分:1