-
COM Design and Application
COM 组件设计与应用--用ATL写第一个组件.除了所有 COM 组件必须的 IUnknown 接口外,再实现一个自己定义的接口 IFun,它有两个函数: Add()完成两个数值的加法,Cat()完成两个字符串的连接。-COM Design and Application-- ATL wrote an article components. In addition to all the necessary COM interface pointers, then realize their own definition of a IFun interface, which has two functions : Add () completed the two numerical addition, the Cat () completed the string connecting two .
- 2022-02-03 03:01:16下载
- 积分:1
-
使win9x处于ring0模式下的代码
使win9x处于ring0模式下的代码-Code which make win9x to run in ring0 mode
- 2022-07-24 00:51:41下载
- 积分:1
-
msql的说明,比较详细,对高级编程者有用
msql的说明,比较详细,对高级编程者有用-msql Note, a detailed comparison of the senior programmers useful
- 2022-07-03 07:42:03下载
- 积分:1
-
该程序可以写出 first集和分follow集自己打开看就知道
该程序可以写出 first集和分follow集自己打开看就知道-The program can write the first set and the sub-set of their own follow open to see that
- 2022-08-24 19:11:24下载
- 积分:1
-
This is a usb observation of procedures, from DDK's own code changes come! C...
这是一个观察usb的程序,从DDK自带的代码改变而来!功能比较强大!对学习USB有很大的帮助-This is a usb observation of procedures, from DDK"s own code changes come! Comparison powerful! Learning USB be of great help
- 2022-03-23 18:32:41下载
- 积分:1
-
特权升级代码
大多数计算机系统设计用于多个用户。特权意味着允许用户做什么。通用权限包括查看和编辑文件,或修改系统文件。
- 2022-02-11 12:22:28下载
- 积分:1
-
一个在WIN2000和WINXP下隐藏的类,直接可以使用,但在有时不是很稳定,可能造成死机,呵呵,仅供参考,我也是看别人的代码,然后写成一个类的,主要目的是方便...
一个在WIN2000和WINXP下隐藏的类,直接可以使用,但在有时不是很稳定,可能造成死机,呵呵,仅供参考,我也是看别人的代码,然后写成一个类的,主要目的是方便使用。-a WINXP in WIN2000 and hidden under the category, can be used directly. But sometimes is not very stable, which may result dies, what is for reference only, I also look at the code, then into a category, the main objective is to facilitate use.
- 2022-03-05 17:03:51下载
- 积分:1
-
ini文件操作示例程序,VC代码,可以方便用户进行INI文件操作。...
ini文件操作示例程序,VC代码,可以方便用户进行INI文件操作。-Sample ini file operations procedures, VC code, users can easily INI file operations.
- 2023-04-10 14:35:03下载
- 积分:1
-
一个.NET下的内存检测和定位的工具和代码,推荐下载
一个.NET下的内存检测和定位的工具和代码,推荐下载--A memory checking and locating tool and its codes under A.NET,recommend
- 2023-03-23 01:10:03下载
- 积分: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