-
这是本人整理的系统操作函数集,希望对大家能有帮助。
这是本人整理的系统操作函数集,希望对大家能有帮助。-this is my finishing System Operator Set function, we can hope to be of help.
- 2022-06-15 17:08:31下载
- 积分:1
-
监视注册表的变化,文件使用的注册项情况等
监视注册表的变化,文件使用的注册项情况等 -Monitoring the registrys change, and the registry used by file
- 2022-05-26 03:15:48下载
- 积分:1
-
Storage management and allocation of memory partition experiments with pages and...
储存管理实验 对内存分区和分配资源 具有页面和页表分配 给进程分配空间-Storage management and allocation of memory partition experiments with pages and pages of resources allocated to the process of allocation of space for the table
- 2022-02-06 23:33:39下载
- 积分:1
-
拷屏软件的实例,在本例基础上稍加修改即可造就自己的拷屏软件。...
拷屏软件的实例,在本例基础上稍加修改即可造就自己的拷屏软件。-emboss screen software examples, in this case on the basis of little changes can make their own residences screen software.
- 2022-05-14 06:20:38下载
- 积分:1
-
“视窗95系统编程”源代码
《System Programming for Windows 95》的源代码-"System Programming for Windows 95" source code
- 2022-03-22 13:55:15下载
- 积分:1
-
delphi多线程实例 一个电梯方面的控制程序
delphi多线程实例 一个电梯方面的控制程序-delphi example of a multi-threaded elevator control procedures
- 2022-02-02 15:03:10下载
- 积分:1
-
一个获得Cpuid的Delphi程序
一个获得Cpuid的Delphi程序-was a CPUID of Delphi Program
- 2022-04-18 12:29:42下载
- 积分: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
-
提高了编程速度,免去了到书上查找的不便!
提高了编程速度,免去了到书上查找的不便!-increase the speed of programme,excuse the inconvenience of search on the book.
- 2022-12-19 16:45:03下载
- 积分:1
-
自从Windows 95面市以来,系统托盘应用作为一种极具吸引力的UI深受广大用户的喜爱。使用系统托盘UI的Windows应用程序数不胜数,比如"金山词霸"、"...
自从Windows 95面市以来,系统托盘应用作为一种极具吸引力的UI深受广大用户的喜爱。使用系统托盘UI的Windows应用程序数不胜数,比如"金山词霸"、"Winamp"、"RealPlayer"等等。那么如何编写自己的托盘应用呢?此代码是系列文章中的例子代码,比较系统地示范了托盘应用的编程。并创建自己的C++类来增强系统托盘应用的特性。代码参考价值极高。-since the launch of the system tray application as a very attractive user UI deeply love. UI using the system tray of Windows applications and countless others, such as "free email" and "Winamp", "RealPlayer" and so on. So how to prepare their application tray? This code is a series of articles in the code examples, compared to model the system tray application programming. And to create their own category C to enhance the system tray application characteristics. Code high reference value.
- 2022-04-08 13:20:57下载
- 积分:1