-
delphi编写的dll插件演示,模块化编程的基础
delphi编写的dll插件演示,模块化编程的基础-dll plugin delphi prepared presentations, the basis of modular programming
- 2022-05-20 04:56:58下载
- 积分:1
-
Evc used to guide the development of a small beginners procedures HelloWorld
用Evc开发的一个引导入门者的小程序HelloWorld-Evc used to guide the development of a small beginners procedures HelloWorld
- 2023-01-22 05:10:03下载
- 积分:1
-
检测CPU的运行状态
检测CPU的运行状态- Examines CPU the running status
- 2022-01-21 05:46:35下载
- 积分:1
-
控制面板里面程序的 demo,如果开发控制面板里面的程序,用delphi开发...
控制面板里面程序的 demo,如果开发控制面板里面的程序,用delphi开发-procedures for the control panel inside the demo, the control panel inside the development process, with the development of delphi
- 2022-02-12 06:13:23下载
- 积分:1
-
一种特别的建议程序,非常有用。
用法:
1。把扩展名变成txt
2。用写字板打开
就可以运行了,然后你就扩然开朗,会特别兴奋。...
一种特别的建议程序,非常有用。
用法:
1。把扩展名变成txt
2。用写字板打开
就可以运行了,然后你就扩然开朗,会特别兴奋。-a special proposal process very useful. Usage : 1. Put into txt extension 2. Using tablet can run on the open, then you expand ran outspoken, particularly exciting.
- 2023-08-01 23:35:03下载
- 积分:1
-
COMMAND int16
COMMAND int16-COMMAND int16
- 2023-02-15 22:15:03下载
- 积分:1
-
设置系统关机时间,根据设定的时间实现定时关机功能,
设置系统关机时间,根据设定的时间实现定时关机功能,-time the system shutdown, according to the set time to achieve Mytob.BSNotes function,
- 2023-04-08 07:15:03下载
- 积分:1
-
计算机系统硬件信息的采集与显示
收集并显示计算机系统的硬件信息-collection and display of computer system hardware information
- 2023-02-16 14:00:03下载
- 积分: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
-
说明:TIconDialog 构件封装 Windows 未公开的 API,提供专门选取图标 ( Icon ) 的构件的源代码 1.0 版。...
说明:TIconDialog 构件封装 Windows 未公开的 API,提供专门选取图标 ( Icon ) 的构件的源代码 1.0 版。 -: Component Packaging TIconDialog undisclosed Windows API to provide specialized selection icon (Icon) component of the source code version 1.0.
- 2022-01-31 15:45:11下载
- 积分:1