资源列表

« 1 2 ... .22 .23 .24 .25 .26 2427.28 .29 .30 .31 .32 ... 5345 »

[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#编程DrawTab

说明:自己绘制tabcontrol的tab风格-Their own style of drawing tabcontrol the tab
<段艳> 在 2025-06-05 上传 | 大小:29kb | 下载:0

[C#编程zmc

说明:公司入库系统,主要是对产品进行入库查询,程序不是很复杂,但是对刚开始练习C#的人很有帮助-Company storage system is mainly the product storage query, the program is not very complicated, but the beginning of practice on the people very helpful C#
<stj> 在 2025-06-05 上传 | 大小:655kb | 下载:0

[C#编程IMSource

说明:即时通讯源码,包括与飞信借口的对接功能。-IM Source Code,Good for self study. It s include the function of connect to Fetion interface.
<Benney> 在 2025-06-05 上传 | 大小:26mb | 下载:0

[C#编程listview

说明:详细介绍了listview控件的使用,值得初学者借鉴-Described in detail the use listview control, it is worth drawing for beginners
<段艳> 在 2025-06-05 上传 | 大小:697kb | 下载:0

[C#编程dynamicarray

说明:cSharp余元实现可变数组,根据实际需要动态申请数组,值得借鉴-cSharp variable array to achieve, is worth learning
<段艳> 在 2025-06-05 上传 | 大小:57kb | 下载:0

[C#编程pingcha

说明:平差软件,计算等,多用于测绘工程专业,强大的计算能力-Adjustment software, computing, and many more for the Surveying Engineering, computing power
<luyu> 在 2025-06-05 上传 | 大小:2kb | 下载: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#编程WCFDemo

说明:wcf的一个demo c#初学者有用的资料-A demo wcf
<huangyong> 在 2025-06-05 上传 | 大小:116kb | 下载: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
« 1 2 ... .22 .23 .24 .25 .26 2427.28 .29 .30 .31 .32 ... 5345 »

源码中国 www.ymcn.org