-
选择法排序原理:一次选定数组中的每一个数,记下当前位置并假设它是从当前位置开始后面数中的最小数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
-
由著名的文件浏览器软件的插件程序开发的总司令…
自己开发的著名的浏览文件的软件Total Commander 的插件程序,可以自己添加扩展相-developed by the famous document browser software Total Commander plugin procedures, can add their own expansion phase
- 2022-08-12 12:42:07下载
- 积分:1
-
A very useful programming tool, commonly used in numerical calculation of the vb...
一本非常实用的编程工具书,常用的数值计算的vb源代码,及其运算公式和测试例子
包括微积分 求导和多项式插值-A very useful programming tool, commonly used in numerical calculation of the vb source code, and the computing formula and test examples include calculus, and polynomial interpolation derivation and so on
- 2022-01-25 14:46:25下载
- 积分:1
-
Suma矩阵C + +
suma de matrices en c-suma de matrices en c++
- 2023-03-07 07:20:02下载
- 积分:1
-
一个用visual basic写的色彩渐变的程序
一个用visual basic写的色彩渐变的程序-Using visual basic to write a color gradient procedures
- 2022-01-28 03:57:52下载
- 积分:1
-
WordReport
VS2010中编译链接通过,实现VC调用MSWORD.olb组件在word文档中绘制、修改表格 。
- 2022-07-22 04:28:02下载
- 积分:1
-
基于MFC测试识别HID设备
通过下载调试,终于实现了对HID设别的测试识别。通过本程序,能够识别计算机上的HID设备的插入和拔出,能够通过createfile函数通过USB端口实现对HID设备的读写!
- 2022-02-26 13:11:51下载
- 积分:1
-
a Java
一个基于JAVA聊天室服务端程序-a Java-based chat room-service procedures
- 2022-04-23 18:41:10下载
- 积分:1
-
一个颜色互换的例子,显示了不同图形不同颜色随着时间而变化,入门好程序...
一个颜色互换的例子,显示了不同图形不同颜色随着时间而变化,入门好程序-a color swap example to show that the different color graphics change with the times, good entry procedures
- 2022-08-16 22:00:41下载
- 积分:1
-
数据库资源管理器中的 Java 项目
数据库资源管理器中的 java 项目是一个 CSE 最后年的项目将是有用的因为发展感兴趣的学生数据库相关的项目。为开发这一项目的主要思想是实现用于处理数据库功能,使用控制台的用户友好的图形用户界面。此应用程序将对使用 oracle 数据基础,定期而开发这样的应用程序的软件程序员有用银行系统数据库项目和
- 2022-02-25 20:11:58下载
- 积分:1