-
Delphi7 直接使用WMI对象的控件,就象VB直接写WMI语句一样.这个是安装包....
Delphi7 直接使用WMI对象的控件,就象VB直接写WMI语句一样.这个是安装包.-The direct usage in Delphi WMI object controls piece, the elephant VB writes directly the WMI language sentence is similar.This is install pack.
- 2022-05-08 17:38:05下载
- 积分:1
-
有关M8引导区应用,里面有源程序,很不错的
有关M8引导区应用,里面有源程序,很不错的-guide the district M8 applications, a source inside, very good
- 2023-04-30 02:40:03下载
- 积分:1
-
VB获取系统信息的源程序,可以获取系统的硬件信息。
VB获取系统信息的源程序,可以获取系统的硬件信息。-VB source code to obtain system information, you can access the system" s hardware information.
- 2022-04-24 23:27:18下载
- 积分:1
-
NT服务基于MFC的DLG
NT Service on base MFC Dlg
- 2022-01-26 04:29:55下载
- 积分:1
-
飞鸽源代码,为用户的制备必须提高
飞鸽源代码,对编写该用户有一定提高,有没帮助,看过就知道-Feige source code, for the preparation of the users must improve
- 2022-02-26 03:04:02下载
- 积分:1
-
在应用程序中,经常有一些任务需要在后台处理,实现方法有两种:计时器和OnIdle循环处理.本例使用计时器创建一个时钟...
在应用程序中,经常有一些任务需要在后台处理,实现方法有两种:计时器和OnIdle循环处理.本例使用计时器创建一个时钟-in the application process, often a number of tasks in the background, achieve two ways : OnIdle cycle timer and handling. The cases used to create a clock timer
- 2022-10-30 05:55:02下载
- 积分:1
-
光驱开关控制程序
光驱开关控制程序-Optical switch control procedures
- 2023-02-21 17:00:04下载
- 积分:1
-
文件监视器,监视目录的文件读写
文件监视器,监视目录的文件读写-document monitors, surveillance directory file reader
- 2023-04-19 12:30:04下载
- 积分:1
-
JBuilder 9.0程序设计源代码
JBuilder 9.0程序设计源代码--许多优秀的java源代码--圆你java程序员梦-JBuilder 9.0 programming source code-- many outstanding java source code-- you java programmer Yuan Meng
- 2023-04-12 18:45:04下载
- 积分: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