-
C++ coding standards
C++ coding standards
- 2022-01-26 05:41:49下载
- 积分:1
-
得到所有进程列表的程序
得到所有进程列表的程序-The app of getting all the processes
- 2022-07-04 16:16:39下载
- 积分:1
-
透视投影的有趣算法
透视投影的有趣算法-interesting perspective projection algorithm
- 2023-07-16 14:05:03下载
- 积分:1
-
用链式队列实现将图像按四叉剖分原则分割成一些具有同样像元子块的集合, 并记录各子块图像的原点的行列位置、行列数、像元属性值...
用链式队列实现将图像按四叉剖分原则分割成一些具有同样像元子块的集合, 并记录各子块图像的原点的行列位置、行列数、像元属性值-Queue chain to achieve with the image in accordance with the principle of quadtree subdivision is separated into a number of the same block as a collection of Yuanzi and record images of the sub-block position the starting point of the ranks, the ranks of the number of pixel attribute values
- 2023-07-21 01:00:04下载
- 积分:1
-
对非模式对话框的简单应用
对非模式对话框的简单应用-model for non-application of a simple dialog box
- 2022-10-03 22:35:03下载
- 积分:1
-
自动关机或者注销程序
自动关机或者注销程序-automatic shutdown or cancellation procedures
- 2022-02-05 12:43:53下载
- 积分:1
-
VC实现的多
VC实现的,多维函数搜索,无约束优化方法,
(1)最速下降法 (2)阻尼牛顿法(3)共轭梯度法 (4)鲍维尔法(5)变尺度法(6)单纯形法
-VC implementation, multi-dimensional function of search, unconstrained optimization methods, (1), steepest descent method (2) damped Newton" s method (3) conjugate gradient method (4) Powell Law (5) variable metric method (6) The simplex method
- 2022-03-18 09:54:02下载
- 积分:1
-
一个类似WORD的文档编辑器,VC++编程源码
一个类似WORD的文档编辑器,VC++编程源码-WORD document a similar editor, VC++ Programming source code
- 2023-06-17 22:00:04下载
- 积分:1
-
Description:
对整型有序关键码序列进行折半查找,待排序序列以数组存储。如果找到待查记录,返回找到的位置下标,并删除该关键码记录;如果没找到待查记...
Description:
对整型有序关键码序列进行折半查找,待排序序列以数组存储。如果找到待查记录,返回找到的位置下标,并删除该关键码记录;如果没找到待查记录,返回0,并将待查记录插入到适当位置,即该查找属于动态查找。输出查找过程中每一轮的low,mid,high 值,以及与给定值相比较的关键码值,并输出最后找到的位置,及变化后的数组。
注意:该数组为整型,数组中关键码存储位置为r[1]~r[n],r[0]留作它用,且关键码个数大于4.
Input Format:
第一行输入数组中记录个数n
第二行输入n个有序的整型关键码,以空格隔开
接下来输入三个待查关键码,每个关键码占一行
Output format:
对于每个关键码,分别输出:
找到给定值之前的每一轮的low,mid,high及相比较的待查找序列中的关键码,以空格隔开
接下来一行输出查找到的位置
接下来一行输出变化后的待查找序列
-Description:
The key codes for integers ordered sequence of binary search until the sorting sequence to an array of storage. If you find a complete set of records, returns to find the location of the next standard, and delete the key code is recorded if not find a complete set of records, returns 0, and a complete set of records inserted into the appropriate location, that is, the search was part of search. Find out the process for each one of the low, mid, high value, as well as compared to the value given the key code value and output of the last to find the locat
- 2023-05-15 19:40:03下载
- 积分:1
-
一个极简单的操作INI文件的例子
一个极简单的操作INI文件的例子- An extremely simple operation INI document example
- 2023-04-29 15:40:03下载
- 积分:1