-
选择法排序原理:一次选定数组中的每一个数,记下当前位置并假设它是从当前位置开始后面数中的最小数min=i,从这个数的下一个数开始扫描直到最后一个数,并记录下最小...
选择法排序原理:一次选定数组中的每一个数,记下当前位置并假设它是从当前位置开始后面数中的最小数min=i,从这个数的下一个数开始扫描直到最后一个数,并记录下最小数的位置min,扫描结束后如果min不等于i,说明假设错误,则交换min与i位置上数。-Selection sort works: each time the selected number of the array, note the current position and assume that it is behind a number starting from the current location of the minimum number min = i, from this number the number of start scanning the next one until the last one the number of , and record the location of the minimum number of min, after scanning, if min is not equal to i, instructions assume that the error, then the exchange of a few min and i position.
- 2022-08-07 23:09:54下载
- 积分:1
-
目录,数据库
一个通讯录,对数据库-a directory, the database
- 2022-03-21 15:05:53下载
- 积分:1
-
这是一个用来实现找鞍点的程序,最后输出鞍点所在的横坐标和纵坐标...
这是一个用来实现找鞍点的程序,最后输出鞍点所在的横坐标和纵坐标-Used to realize this is a saddle point finding procedure, the final output saddle point where the abscissa and ordinate
- 2022-08-22 14:41:44下载
- 积分:1
-
排序,冒泡算法
一些简单的小程序。就是排序冒泡,算法,是用vc编译的c++程序,全部验证正确,亲身实验!
- 2022-02-21 04:57:58下载
- 积分:1
-
一个自我修复的应用演示
一个自我修复的应用演示-a self-healing application demonstration
- 2022-01-22 04:48:45下载
- 积分:1
-
活柴人图形可以自由的拖动变异成另外一种图形!
活柴人图形可以自由的拖动变异成另外一种图形!-huocairen
- 2023-09-08 11:00:03下载
- 积分:1
-
SMART PHONE 2005中关于RAPI的源码,可以使用此源码,在PC机上于SMART PHONE进行同步等操作,需用VS2005BETA2编译...
SMART PHONE 2005中关于RAPI的源码,可以使用此源码,在PC机上于SMART PHONE进行同步等操作,需用VS2005BETA2编译-SMART PHONE RAPI 2005 on the source code, you can use this source code on the PC to synchronize SMART PHONE operational, the compiler required VS2005BETA2
- 2022-03-05 20:05:04下载
- 积分:1
-
Classes on C++
在这个程序中,可以从键盘输入文本并显示出来。从文件中读出信息并在文件中写下信息。
- 2022-05-13 07:35:02下载
- 积分:1
-
用MAXPLUS制作计算机组成原理实验I/O中断管理电路的模拟。
用MAXPLUS制作计算机组成原理实验I/O中断管理电路的模拟。-Segments produced using Computer Engineering Experiment I/O circuit interruption management simulation.
- 2022-02-03 11:55:29下载
- 积分:1
-
是用来显示GIF89A动画的32
是用来显示GIF89A动画的32-bits OCX控件。可以控制动画的播放/停止和自动返回动画的帧数。还可以显示透明的GIF动画-GIF89A animation is used to display the 32-bits OCX control. Can control the animation of the play/stop and automatic return to animation frames. Can also display a transparent GIF Animation
- 2022-08-22 13:14:59下载
- 积分:1