-
把一个文件模拟为磁盘,然后在该磁盘上建立文件系统,并提供基本的文件访问函数...
把一个文件模拟为磁盘,然后在该磁盘上建立文件系统,并提供基本的文件访问函数-put a document to disk simulation, which is built on disk file system and provides basic file access function
- 2023-05-17 17:40:03下载
- 积分:1
-
ssd6的系列内容,一种发展范式的分布式内存…
这是icarnegie系列ssd6的内部内容,一个有关内存分派的开发示例,还需要优化,拿来大家可以看一下,见识一下-ssd6 series of internal content, a distributed memory of the development paradigm, but also optimized for use we can look at, to see what
- 2022-08-05 09:53:27下载
- 积分:1
-
使用web 服务 的应用程序
这个应用程序使用 Visual Studio 2012 开发使用 c# 编写, 这个应用使用一个具有所有逻辑的 web 服务。 用途是检查不同公司中同一产品的价格,帮助用户比价
- 2022-06-15 09:27:45下载
- 积分:1
-
C++异常中的堆栈跟踪
C++异常中的堆栈跟踪-C stack of abnormal tracking
- 2022-06-28 18:52:54下载
- 积分:1
-
arcengine实现编辑矢量数据功能,大家可以可以看看啊
arcengine实现编辑矢量数据功能,大家可以可以看看啊-realize arcengine vector data editing features, you can take a look at ah
- 2022-08-20 14:49:09下载
- 积分:1
-
布鲁诺陈德良
Bruno Luong
All rights reserved
- 2022-04-07 00:18:54下载
- 积分:1
-
等高线追踪算法实现离散点生成等高线
程序可以根据让用户自定义输入生成随机点数量、设定X范围、设定Y范围、设定Z范围来自定义生成一系列随机点数量,并根据用户设定的周围搜索点数量来进行规则格网的插值,然后根据输入的等高线间距进行等高线的生成。在图层显示上,可以显示DEM数据、随机点数据、等高线数据,并根据用户自定义的图层进行显示和叠加。程序可以修改等高距进行显示。
- 2022-02-10 15:13:00下载
- 积分:1
-
OPC客户端、服务器开发必备(参考资料、库文件、示例程序等)
本资源提供OPC客户端和服务器开发必备的库文件(OPC官网仅对赞助商提供库文件下载,因此网路上的这款库文件比较稀少),附带经典必读参考资料和广为流传的示例程序及其源码,无论是新手入门还是开发大牛,这件资源都能助你如虎添翼,为你开发OPC带来极大的便利
- 2022-05-29 05:27:01下载
- 积分:1
-
wince5.0 battery under the upper application, testing whether the charge, showin...
wince5.0下的电池的上层应用程序,检测是否充电,弹出界面,显示电量大小,是学习ui线程的好例子-wince5.0 battery under the upper application, testing whether the charge, showing the size of electricity is a good example to learn ui thread
- 2023-03-30 02:35: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