资源列表
[C#编程] half
说明:折半查找的算法思想是将数列按有序化(递增或递减)排列,查找过程中采用跳跃式方式查找,即先以有序数列的中点位置为比较对象,如果要找的元素值小于该中点元素,则将待查序列缩小为左半部分,否则为右半部分。通过一次比较,将查找区间缩小一半。 折半查找是一种高效的查找方法。它可以明显减少比较次数,提高查找效率。但是,折半查找的先决条件是查找表中的数据元素必须有序-Binary search algorithm idea is to sequence by ordering (ascending or des<吕济根> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[C#编程] Josephus
说明:是一个数学的应用问题: 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。 -The application is a mathematical problem: given n individuals (in numbers 1,2,3 ... n, respectively) sitting around a round table a<吕济根> 在 2025-06-05 上传 | 大小:13kb | 下载:0
[C#编程] dynamicarray
说明:cSharp余元实现可变数组,根据实际需要动态申请数组,值得借鉴-cSharp variable array to achieve, is worth learning<段艳> 在 2025-06-05 上传 | 大小:57kb | 下载:0
[C#编程] greatmaps-4487be750c91
说明:great map write by c# very good source code for map<vu> 在 2025-06-05 上传 | 大小:14.13mb | 下载:0
[C#编程] Csharpexample
说明:Csharp课程设计案例精编,里面含有大量的例子-Csharp curriculum design for fine case, which contains a lot of examples<人生如梦> 在 2025-06-05 上传 | 大小:4.95mb | 下载:0
[C#编程] AE-DEM
说明:C#+AE编译,可以打开DEM并实现可视化分析,程序中附有dem数据和可视化分析需要的点状数据,在程序中单击dem文件夹中的任意一个文件即可打开dem影像数据-C#+ AE compiled, you can open the DEM analysis and visualization, process visualization with dem data and analysis needs of point-like data, dem in the program, click any<tiansong> 在 2025-06-05 上传 | 大小:8.27mb | 下载:0