-
选择法排序原理:一次选定数组中的每一个数,记下当前位置并假设它是从当前位置开始后面数中的最小数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
-
解析字符串,对字符串协议的字段分别解析出,存在map中
解析字符串,对字符串协议的字段分别解析出,存在map中-Parsing a string, the string field, respectively, to resolve the agreement that exists in the map
- 2022-02-04 07:37:51下载
- 积分:1
-
A game engine NumenGameEngine. Can be used for the development of a simple 3D ga...
一个游戏引擎NumenGameEngine。可以用于开发简单的3D游戏。做的很不错-A game engine NumenGameEngine. Can be used for the development of a simple 3D game. To do a very good
- 2022-03-06 12:02:52下载
- 积分:1
-
explains the technique of finding permutations and provides source code for the...
explains the technique of finding permutations and provides source code for the recursive implementation
- 2022-01-25 23:12:27下载
- 积分:1
-
学校管理信息系统
2008 R2 用 Visual C# 作为编程语言,开发在 Visual studio 中的学校管理系统,Microsoft Access 用于数据库。
- 2022-06-01 22:13:10下载
- 积分:1
-
程序能够实现黑白棋子交替落子,判断输赢,重新开始游戏
程序能够实现黑白棋子交替落子,判断输赢,重新开始游戏-Sub-programs can be achieved Reversi alternate Lazi, judge winners and losers, to re-start the game
- 2022-09-04 05:20:03下载
- 积分:1
-
软件自动升级
软件自动升级程序-automatic software upgrade
- 2022-02-16 08:58:50下载
- 积分:1
-
目录纸用语言源代码。拉链
文件列目录 TURBOC语言源代码.zip-directory paper out TURBOC2.0 language source code. Zip
- 2022-03-23 15:29:28下载
- 积分:1
-
C++ Builder V5.0 AutoCAD VCL源码
c++builder v5.0 AutoCAD vcl源代码
- 2023-03-18 12:30:03下载
- 积分:1
-
DSP库LIB
这是stm32f1xx 的DSP官网库,安装完就可以用。
This user manual describes the STM32F10x DSP (digital signal processing) library, which is
a suite of common digital signal processing functions:
a suite of common digital signal processing functions:
● PID controller
● Fast Fourier transform
● FIR and IIR filters
The library contains C and assembly functions. The assembly code is ported on ARM®,
GCC and IAR Systems™ assemblers.
- 2022-08-18 11:37:11下载
- 积分:1