-
一个可以在WINDOWS系统下删除系统服务的工具程序,输入服务名称,即可将系统服务删除。...
一个可以在WINDOWS系统下删除系统服务的工具程序,输入服务名称,即可将系统服务删除。-a Windows system can be deleted under the tool system procedures, import service names, service system and can be deleted.
- 2023-07-26 23:00:02下载
- 积分:1
-
取得你的空间使用情况,用PHP编程的源代码
取得你的空间使用情况,用PHP编程的源代码-made by the use of the space, with PHP programming source code
- 2022-10-05 01:45:03下载
- 积分:1
-
详细介绍了vc动态链接库的开发过程,是本不可多得的vc开发用书...
详细介绍了vc动态链接库的开发过程,是本不可多得的vc开发用书-Vc detailed dynamic link library of the development process is the development of this rare book vc
- 2022-04-22 18:26:05下载
- 积分: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
-
老外写的运行时获取屏幕分辨率和改变分辨率的源码
老外写的运行时获取屏幕分辨率和改变分辨率的源码-foreigners write access to the run-time change screen resolution and the resolution FOSS
- 2023-02-28 16:15:04下载
- 积分:1
-
Does PowerBuiler electronic clock, you can replace the background color
PowerBuiler 做的电子时钟,可以更换背景颜色-Does PowerBuiler electronic clock, you can replace the background color
- 2023-01-21 02:30:04下载
- 积分:1
-
Nero recording SDK, and brought source documents note
Nero的刻录SDK,内带源码和文档说明-Nero recording SDK, and brought source documents note
- 2022-02-02 02:04:55下载
- 积分:1
-
Based on the C++ BUILDER environment is applicable for beginners, easy
基于C++BUILDER环境,初学者很适用,代码简单易懂,对学习和借鉴有很大好处,可移植很强,我测试的版本是BCB60,上标下标源代码-Based on the C++ BUILDER environment is applicable for beginners, easy-to-understand code, and has a lot to learn from the benefits of highly portable, I tested version BCB60, superscript subscript source code
- 2022-05-29 02:34:18下载
- 积分:1
-
这是一个JAVA类的内核代码,解释了JVM在形成编译器的过程和原理,中间有代码解释。...
这是一个JAVA类的内核代码,解释了JVM在形成编译器的过程和原理,中间有代码解释。-This is a kind of core Java code, explain the formation of a JVM compiler process and the principles of interpretation of intermediate code.
- 2022-03-17 21:59:49下载
- 积分:1
-
将多台机器的共享资源设置为一样的程序
将多台机器的共享资源设置为一样的程序- Many machines shared resource will establish as the same
procedure
- 2022-12-04 00:30:03下载
- 积分:1