-
Ascii
Ascii-2 码转换工具,把键盘的按键转换为AscII码显示在text1中-Ascii-2 code conversion tools, the keyboard keys converted to Ascii code displayed in the Text1 in
- 2023-04-30 15:30:02下载
- 积分: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
-
自己用VB编的一个小程序,可以实现悬浮的窗体。
自己用VB编的一个小程序,可以实现悬浮的窗体。-their VB series with a small procedure, the suspension can be achieved Form.
- 2023-07-04 08:10:04下载
- 积分:1
-
翻转棋游戏(64子, 每子正反面分别为黑白两色, 两人对弈)的源程序
翻转棋游戏(64子, 每子正反面分别为黑白两色, 两人对弈)的源程序-overturned chess games (64-per-positive and negative were black and white, the two players) of the source
- 2022-01-25 15:31:12下载
- 积分:1
-
这是一款用VC++编写的打印程序,它可以让你轻松实现各类报表打印,可以自动绘制报表。...
这是一款用VC++编写的打印程序,它可以让你轻松实现各类报表打印,可以自动绘制报表。-This is a VC++ printing procedures, it allows you to easily print various statements, statements of automatic drawing.
- 2022-02-04 02:06:47下载
- 积分:1
-
学生档案管理系统
后台数据库使用SQL Server,前台开发工具使用Visual Basic。
本系统采用目前比较流行的ADO数据访问技术,并将每个...
学生档案管理系统
后台数据库使用SQL Server,前台开发工具使用Visual Basic。
本系统采用目前比较流行的ADO数据访问技术,并将每个数据库表的字段和操作封装到类中,从而成功地将面向对象的程序设计思想应用到数据库应用程序设计中。这也是本系统的特色和优势-student files background database management system using SQL Server, future development tool Visual Basic. The system currently used is more popular ADO data access technology, will each database table fields and operation of the Packaging category, thus the success of object-oriented programming design concepts applied to the database application design. This is also the system"s characteristics and advantages,
- 2023-07-06 16:40:02下载
- 积分:1
-
在任务栏上添加图标的程序大家都用过,这个程序可以在任务栏上添加一个ProgressBar...
在任务栏上添加图标的程序大家都用过,这个程序可以在任务栏上添加一个ProgressBar-on the task bar icon to add the procedures we have used this procedure in the task bar can add a ProgressBar
- 2022-08-07 20:14:30下载
- 积分:1
-
用VB获取系统进程的硬件信息,可用于系统检测!
用VB获取系统进程的硬件信息,可用于系统检测!-VB acquisition system using the process of the hardware information is available for system testing!
- 2022-03-11 14:48:47下载
- 积分:1
-
这是一个简单的操作系统中进程调度的 时间片轮转算法
这是一个简单的操作系统中进程调度的 时间片轮转算法-This is a simple operating system process-time scheduling algorithm Web
- 2022-03-25 11:30:21下载
- 积分:1
-
这是一个关于水文方面的系统。里面测报软件和短信收发软件。...
这是一个关于水文方面的系统。里面测报软件和短信收发软件。-This is a study on the hydrological aspects of the system. Inside the monitoring software and software to send and receive message.
- 2022-05-20 18:36:59下载
- 积分:1