-
通过使用未公开函数RegisterSerivceProcess来隐藏自己进程的程序,只适用于win9x...
通过使用未公开函数RegisterSerivceProcess来隐藏自己进程的程序,只适用于win9x-Through the use of any public function to hide its own process RegisterSerivceProcess procedures apply only to win9x
- 2022-06-03 17:00:41下载
- 积分:1
-
在XP环境下用VC编写的二进制文件读写的程序
在XP环境下用VC编写的二进制文件读写的程序-in XP environment with VC prepared by the binary file reading and writing procedures
- 2022-05-08 02:40:11下载
- 积分:1
-
Himself wrote a background service procedures, be registered as a system service...
自己写的一个后台服务程序,注册成为系统服务后,提供对外的数据通信服务-Himself wrote a background service procedures, be registered as a system service, to provide external data communications services
- 2022-03-24 02:25:47下载
- 积分:1
-
win32内核编程
适合初学者学习windows内核编程,内容1-15天,涉及几乎全部的内容。各种窗口消息,和学习笔记,学习mfc的可以看看
- 2022-01-26 07:35:19下载
- 积分: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
-
根据文档的句法结构和文档信息,以及重要词语再举文档中出现频率,从文档抽出文档的主要内容...
根据文档的句法结构和文档信息,以及重要词语再举文档中出现频率,从文档抽出文档的主要内容-sigldocumet summary
- 2022-03-04 21:13:28下载
- 积分:1
-
vc++6游戏编程入门及源码,是一套不错的学习资料~
vc++6游戏编程入门及源码,是一套不错的学习资料~-vc++ 6 game programming source code entry and is a good learning materials ~
- 2022-02-28 23:53:01下载
- 积分:1
-
Microsoft Windows GDI+是为C/C++开发者提供的一个基于类的应用程序编程接口(API)。本文档为中文翻译,希望对大家有用。...
Microsoft Windows GDI+是为C/C++开发者提供的一个基于类的应用程序编程接口(API)。本文档为中文翻译,希望对大家有用。-Microsoft Windows GDI+ Is C/C++ Developer to provide a class-based Application Programming Interface (API). This document translated into Chinese, in the hope that everyone useful.
- 2023-05-06 14:00:03下载
- 积分:1
-
buffer under VC operation, such as writing a thread, a thread to read and storag...
VC下进行缓冲区操作, 如一个线程写,一个线程读取并存储 当然使用队列 这是为具体工程写的队列的例子工程-buffer under VC operation, such as writing a thread, a thread to read and storage of course this is the use of Queue works written for specific examples of projects Q
- 2022-07-06 21:33:23下载
- 积分:1
-
本程序开发了一个读文件的程序,如有不足请多指教
本程序开发了一个读文件的程序,如有不足请多指教-This procedure developed a procedure for reading a document, please advise if there is insufficient
- 2023-05-16 02:30:03下载
- 积分:1