-
这是一个图形演示的排序程序,有可供选择的常见的如,快速,等几种排序方法。也可设置时间来控制排序的速度。...
这是一个图形演示的排序程序,有可供选择的常见的如,快速,等几种排序方法。也可设置时间来控制排序的速度。-This is a graphic demonstration of sequencing procedures, alternatives such as common, rapid and several other ranking methods. Time also can be set to control the speed of sequencing.
- 2022-11-26 04:00:03下载
- 积分:1
-
51单片机交流电压表
基于stc89c52单片机的交流电压表,交流测量范围0-500V 测量精度5% 超量程声光报警 PC机串 通口信 量程自动切换电路:完成信号量程选择及其小数点位置选择。
- 2022-07-14 09:18:24下载
- 积分:1
-
使用解码图像从数组,我们可以做很多想想它的
#include < iostream.h >
#include < stdio.h >
#include < string.h >
结构点头
{
名称 char [10] ;
int 的时间 ;
int 等 ;
} 节点 [10],x;
int n,m ;
双 av,w = 0 ;
void sort)
{
int i、 j ;
为 (我 = 0 ; 我 < n-1 ; + + 我)
为 (j = i + 1; j < n; + + j)
{
如果 (节点 [i] 时间 > node[j].time)
{
x = 节点 [i] ;
节点 [i] = 节点 [j] ;
节点 [j] = x;
}
}
}
void read)
{
int i;
cout n;
为 (我 = 0 ; 我 < n; + + 我)
{
cout 节点 [i].name ;
cout 时间节点 [i] ;
}
}
void print)
{
int i;
cout
- 2023-03-08 09:10:03下载
- 积分:1
-
人工神经faceeditapp算法编写的VC,它还不完善。世界。
用VC编写的人工神经faceeditapp算法,还不尽完美!欢迎下载指导!-Artifical nerve faceeditapp arithmetic programed with VC,it is not perfect yet.Welcome to download and guide.
- 2023-07-17 22:40:02下载
- 积分:1
-
智能电话系统的C语言代码,包括电子邮件功能模块,电话簿功能模块等多个模块。...
智能电话系统的C语言代码,包括电子邮件功能模块,电话簿功能模块等多个模块。-smart phone system in C language code and functional modules including e-mail, telephone directories and other functional modules module.
- 2022-07-04 22:20:26下载
- 积分:1
-
取硬盘ID,DLL版
取硬盘ID,DLL版-drive from ID, DLL version
- 2023-07-07 07:05:03下载
- 积分:1
-
这是最好的代码为您最佳选择
this the best code for you best choice -this is the best code for you best choice
- 2023-04-03 03:20:03下载
- 积分:1
-
CE的系统函数里面没有类似于VC++的获取文件路径的对话框函数GetFileOpenName,所以封装了一个这样的动态库,供大家调用...
CE的系统函数里面没有类似于VC++的获取文件路径的对话框函数GetFileOpenName,所以封装了一个这样的动态库,供大家调用-CE of the system function which is similar to VC++ does not access the file path of the dialog box function GetFileOpenName, so encapsulates the dynamics of such a database for your call
- 2022-06-15 01:44:48下载
- 积分:1
-
河内算法
Hanoi Algorithm
I tried to drow the animated Hannoi algorithm.
I hope that it can help your study..
If you need more comment, please send me e-mail
- 2023-09-02 19:05:04下载
- 积分:1
-
绘画板,具有绘画软件的基本功能,对初学者比较有价值。
绘画板,具有绘画软件的基本功能,对初学者比较有价值。-Drawing board, with a painting software for basic functions, valuable for beginners.
- 2023-08-12 19:40:04下载
- 积分:1