-
枚举所有进程列表.希望对学习系统开发的有所帮助.
枚举所有进程列表.希望对学习系统开发的有所帮助.-Enumerated a list of all processes. Wish to study systems development help.
- 2022-02-03 12:27:08下载
- 积分:1
-
A simple way to format your TRACE statements so double clicking takes you direct...
A simple way to format your TRACE statements so double clicking takes you directly to the source code
- 2022-07-13 03:38:51下载
- 积分:1
-
Q to feed pets a software, very easy to use and portable, can provide the best s...
一个养活Q宠物的软件,很方便使用和携带,能提供目前最好的服务-Q to feed pets a software, very easy to use and portable, can provide the best service
- 2022-03-03 10:34:44下载
- 积分:1
-
提供一个Windows 服务的程序框架,使程序成为Windows服务程序
提供一个Windows 服务的程序框架,使程序成为Windows服务程序-Provide a procedural framework for Windows services, so that procedures become a Windows service program
- 2022-01-26 06:31:30下载
- 积分:1
-
this one on display fonts windos good example. We can look at
这是一个展示windos字体的好例子。我们可以看看
- 2022-02-04 19:08:00下载
- 积分: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
-
windows设备管理器的vc代码,在vc6.0下编译通过
windows设备管理器的vc代码,在vc6.0下编译通过-windows Device Manager of vc code, compiled under the vc6.0 through
- 2022-04-21 04:26:53下载
- 积分:1
-
windows 2000 下强行进行关机的一些文档
windows 2000 下强行进行关机的一些文档-under forcible shutdown of some documents
- 2022-08-19 10:30:30下载
- 积分:1
-
graph traversal of the display (c language curriculum design data structures tha...
图的遍历的演示(c 语言 数据结构课程设计题)
/*定义图*/
typedef struct{
int V[M]
int R[M][M]
int vexnum
}Graph
/*创建图*/
void creatgraph(Graph *g,int n)
{
int i,j,r1,r2
g->vexnum=n
/*顶点用i表示*/
for(i=1 iV[i]=i
}
/*初始化R*/
for(i=1 iR[r1][r2]=1
g->R[r2][r1]=1
scanf("%d,%d",&r1,&r2)
}
}
-graph traversal of the display (c language curriculum design data structures that)/* definition of the map*/typedef s truct V (int int [M] R [M] [M]) int vexnum Graph/* create map*/void creatgraph (Graph* g, int n) (int i, j, r1, r2 g-
- 2023-05-29 19:45:03下载
- 积分:1
-
读取注册表的例子, 利用了 API, 可读注册表中所有的项目。...
读取注册表的例子, 利用了 API, 可读注册表中所有的项目。-read registry example, the use of the API, readable registry for all projects.
- 2023-02-04 01:45:03下载
- 积分:1