-
通过该程序可以实现操作系统的重新启动,在编程时若需重启系统,则可以使用该程序...
通过该程序可以实现操作系统的重新启动,在编程时若需重启系统,则可以使用该程序-The program can be achieved through the operating system restarts, restart the system in the For programming, you can use the program
- 2023-01-07 16:25:03下载
- 积分:1
-
基于VHDL语言,实现高层电梯控制器设计程序
基于VHDL语言,实现高层电梯控制器设计程序-Based on the VHDL language, to achieve high-rise elevator controller design process
- 2023-08-08 22:40:03下载
- 积分:1
-
这是一个利用Delphi提供的系统服务类制作的后台服务程序,演示了定时备份文件的功能。注册服务的方法,在Delphi的Run parameters对话框中输入“...
这是一个利用Delphi提供的系统服务类制作的后台服务程序,演示了定时备份文件的功能。注册服务的方法,在Delphi的Run parameters对话框中输入“/install”,然后运行代码。卸载输入“/uninstall”,然后运行代码。-This is a Delphi system services provided by the class production services for the background, demonstrated a regular backup files. Registration services, in Delphi"s Run dialog box input parameters "/ install," and then execute code. Unloading the importation of "/ uninstall", and then run code.
- 2022-11-13 01:20:03下载
- 积分:1
-
删除整个目录,连同里面的文件。
删除整个目录,连同里面的文件。- Deletes the entire table of contents, together with inside
document.
- 2022-08-21 13:26:36下载
- 积分:1
-
read and print time of day string from internet
read and print time of day string from internet
- 2022-05-14 09:04:48下载
- 积分:1
-
不需要使用任何的系统API就可以得到硬盘序列号的VB程序。
不需要使用任何的系统API就可以得到硬盘序列号的VB程序。-The system does not require the use of any API can be the hard disk serial number of the VB program.
- 2022-02-03 14:08:16下载
- 积分:1
-
嵌入进windows自带的任务管理器,增强任务管理器功能,强
嵌入进windows自带的任务管理器,增强任务管理器功能,强-embedded into Microsoft"s Windows task manager, task management to enhance functionality, strong
- 2023-08-15 04:10:03下载
- 积分:1
-
Delphi多线程计时器
MultiThread Timer for Delphi
- 2022-01-25 23:42:08下载
- 积分:1
-
Philiphs的ARM上在FLASH中运行的程序时烧写FLASH的程序,有些技巧的...
Philiphs的ARM上在FLASH中运行的程序时烧写FLASH的程序,有些技巧的-at both the ARM FLASH running in the process of burning FLASH procedures some techniques
- 2022-07-17 12:35:35下载
- 积分: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