-
翻转棋游戏(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
-
安装程序制作源码
安装程序制作源码-installation procedure produced FOSS
- 2022-01-30 16:51:42下载
- 积分: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
-
关于磁盘信息查看调用,格式转换及文件处理的脚本文件,以及系统组策略调用的信息
关于磁盘信息查看调用,格式转换及文件处理的脚本文件,以及系统组策略调用的信息-View call information on the disk, format conversion and documents deal with the script file, as well as the Group Policy system call information
- 2022-03-20 19:49:41下载
- 积分: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
-
利用windows api 编写的串口通信程序,有很大的参考价值,自己可以根据此程序编写响应的控件,或者做成通信单元,都是不错的选择...
利用windows api 编写的串口通信程序,有很大的参考价值,自己可以根据此程序编写响应的控件,或者做成通信单元,都是不错的选择-Prepared to use windows api serial communication procedures, have a great reference value, they can prepare to respond in accordance with the procedures of control, or make communication modules are a good choice
- 2022-04-24 20:13:42下载
- 积分:1
-
一个绘制3D文本的例子,适合初学者进行学习研究。
一个绘制3D文本的例子,适合初学者进行学习研究。-3D rendering of an example of text, suitable for beginners to study.
- 2022-02-15 18:16:45下载
- 积分:1
-
杭州舟远信息技术连锁有限公司提供的餐饮管理源代码,VB+SQL,在杭州多家餐饮店使用...
杭州舟远信息技术连锁有限公司提供的餐饮管理源代码,VB+SQL,在杭州多家餐饮店使用-Zhou Yuan Hangzhou Chain Information Technology Co., Ltd. to provide the source code of the food and beverage management, VB+ SQL, restaurants in Hangzhou, the use of more than
- 2022-01-24 16:32:59下载
- 积分:1
-
读取Intel的CPU的信息。
读取Intel的CPU的信息。 -Intel CPU to read the message.
- 2022-02-07 00:06:57下载
- 积分:1
-
屏幕变暗,显示小点点,用了API函数。对视力好。
屏幕变暗,显示小点点,用了API函数。对视力好。-Darken the screen, showing a small bit, using the API function. On good eyesight.
- 2022-07-20 16:35:44下载
- 积分:1