-
选择法排序原理:一次选定数组中的每一个数,记下当前位置并假设它是从当前位置开始后面数中的最小数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
-
AutoCad regarding the use of vc programming operation of a dictionary object typ...
AutoCad中关于使用vc++编程操作词典对象的一个类实例。-AutoCad regarding the use of vc programming operation of a dictionary object type examples.
- 2022-11-23 19:30:03下载
- 积分:1
-
IPC空链接测试代码,可以测试你想测试的的ip是否可以建立空链接!...
IPC空链接测试代码,可以测试你想测试的的ip是否可以建立空链接!-IPC air link test code, you can test you want to test the ip of the possibility of establishing air links!
- 2022-08-07 07:23:38下载
- 积分:1
-
GetLastError输入错误数字,显示中文错误原因
应用背景该代码实现了windows编程下,错误代码的查询,当你使用GetLastError时收集到的数字,经数字输入到该exe中便可以显示出错误原因,中文版的,这样以便于对错误进行处理,使用十分方便。关键技术在使用MFC下,导入了netmsg动态库,是通过学习《windows内核编程》进行第一次开发,对内核编程有了初步的学习,想对内核编程进行进一步的学习,需要先对此代码比较熟练,继而进行下一步的学习。
- 2022-03-24 15:52:10下载
- 积分:1
-
wince下的注册表编辑程序
wince下的注册表编辑程序-weights under the Registry Editor
- 2023-04-17 15:05:04下载
- 积分:1
-
火车 Mangemetn
代码保存在一个文本文件中,若要搜索如果乘客在火车上,旅客的类上的乘客。
- 2022-04-18 04:14:59下载
- 积分:1
-
OFFICE11菜单.zip
OFFICE11菜单.zip-OFFICE11 menu. Zip
- 2022-06-14 04:47:17下载
- 积分:1
-
Windows ce下的改变时间控件的程序 !
Windows ce下的改变时间控件的程序 !-Windows ce under the control of the procedure to change the time!
- 2022-02-04 20:59:06下载
- 积分:1
-
用VC++做一个跟资料管理器差不多的树型控件,左边点击,右边显示。...
用VC++做一个跟资料管理器差不多的树型控件,左边点击,右边显示。-With VC++ To do with the information manager of a similar tree controls, left click on the right show.
- 2022-04-22 20:29:39下载
- 积分:1
-
求分子、分母的最大公约数,并将分子、分母组合成“分子/分母”形式的字符串...
求分子、分母的最大公约数,并将分子、分母组合成“分子/分母”形式的字符串-Seeking elements, the denominator of the common denominator and the numerator and denominator to form " molecules/denominator" form of a string
- 2022-04-27 19:02:19下载
- 积分:1