-
desktop 12070_c bulider.zip
桌面12070_c++bulider.zip-desktop 12070_c bulider.zip
- 2022-08-20 15:52:01下载
- 积分:1
-
一个模型改变的效果的程序
一个模型改变的效果的程序-a model of the effects of changes in procedures
- 2023-03-05 13:25:04下载
- 积分:1
-
CRC
CRC 校验源码分析-CRC-source analysis
- 2022-12-26 16:40:03下载
- 积分:1
-
函数查询当前进程的间隔定时器信息,并将查询结果保存在内核空间的结构变量中。然后将结果拷贝到用户空间缓冲区中。...
函数查询当前进程的间隔定时器信息,并将查询结果保存在内核空间的结构变量中。然后将结果拷贝到用户空间缓冲区中。-The function obtains the interval timer s information of the current process and keeps the result in certain structure variable which is in kernel space.Finally,copys it to buffer of user space.
- 2022-03-03 19:03:50下载
- 积分:1
-
mfc继承类模拟以及虚拟函数表实现,在其中可以查看mfc的虚函数表的具体实现...
mfc继承类模拟以及虚拟函数表实现,在其中可以查看mfc的虚函数表的具体实现-mfc succession as well as the type of simulation realize virtual function table, in which to view the virtual function table mfc concrete realization of
- 2022-11-28 01:50:03下载
- 积分:1
-
win2000 under the direct access to port 1, using install_giveio.bat, call loaddr...
win2000下直接访问端口
1、用install_giveio.bat,调用loaddrv.exe,安装giveio.sys 到系统中。
2、安装 port.pas后,在delphi的‘Custom‘面板中, 有一个port元件。
3、拖一个TPort到窗体上,命名为port。
4、那么就可以直接访问端口(2000下也可以),如:读 i:= port[$378] 写 port[$378]:=
5、status_giveio.sys 查看状态,remove_giveio.sys 反安装驱动。
6、tstio.exe 直接调用bios来发声,可以用来测试是否安装驱动成功。cygwin1.dll是loaddrv.exe 要调用的,因为它是用MinGw32下的gcc编译的。 -win2000 under the direct access to port 1, using install_giveio.bat, call loaddrv.exe, installed into the system giveio.sys. 2, installed after port.pas in delphi the
- 2022-07-16 02:09:50下载
- 积分:1
-
"Windows core programming" complementary source code
《Windows 核心编程》配套源代码-"Windows core programming" complementary source code
- 2023-03-10 10:55:03下载
- 积分:1
-
这些资料是学习WINCC是例子里面的程序代码,望认真学习。
这些资料是学习WINCC是例子里面的程序代码,望认真学习。-Such information is to learn from examples of WINCC is inside the program code, hope to seriously study.
- 2022-03-25 01:41:57下载
- 积分:1
-
a general purpose class for multithreaded applications. Derive your class from i...
a general purpose class for multithreaded applications. Derive your class from it, call the constructor with the proper number of threads and populate the lpfns member before starting threads.
The main advantage is that you do not need to bother with the details of making the static method separate from your class and then passing the this pointer to it. CMultithreaded allows you to have all of your class methods in-class, even if they are to be run on separate threads. It is also a good example of RAII.
- 2023-02-05 08:40:03下载
- 积分:1
-
工作分配问题,该程序能够有效的进行工作分配,使得最终合乎要求...
工作分配问题,该程序能够有效的进行工作分配,使得最终合乎要求-work
- 2022-03-06 18:04:48下载
- 积分:1