资源列表

« 1 2 ... .56 .57 .58 .59 .60 47861.62 .63 .64 .65 .66 ... 66603 »

[C#编程half

说明:折半查找的算法思想是将数列按有序化(递增或递减)排列,查找过程中采用跳跃式方式查找,即先以有序数列的中点位置为比较对象,如果要找的元素值小于该中点元素,则将待查序列缩小为左半部分,否则为右半部分。通过一次比较,将查找区间缩小一半。 折半查找是一种高效的查找方法。它可以明显减少比较次数,提高查找效率。但是,折半查找的先决条件是查找表中的数据元素必须有序-Binary search algorithm idea is to sequence
<吕济根> 在 2024-11-19 上传 | 大小: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)
<吕济根> 在 2024-11-19 上传 | 大小:13kb | 下载:0

[其他小程序LCD1602

说明:1602液晶驱动,试验过非常好用。对初学液晶的朋友有帮助。-1602LCD DRIVER
<张名> 在 2024-11-19 上传 | 大小:4kb | 下载:0

[界面编程LESetup

说明:lua的编译器啊,英文,不过还是很好用的,做魔兽世界插件用的软件哦.-LESetup
<lizhen> 在 2024-11-19 上传 | 大小:2.36mb | 下载:0

[其他小程序Cchengxu

说明:AD采样,数字测频器,直流稳压电源,液晶显示和键盘数码管显示-AD sampling, digital frequency measurement, DC power supply, LCD display and keypad LED display
<gelichun> 在 2024-11-19 上传 | 大小:10kb | 下载:0

[C#编程DrawTab

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

[其他小程序main

说明:经典的农夫羊狼白菜过河问题,每次农夫只能带一个动物或物品,而要防止狼吃羊羊吃白菜 -Wolf sheep cabbage farmer classic problem across the river, each farmer can only take an animal or article, but to prevent the wolves eat sheep sheep eat cabbage
<宋志源> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[控制台(字符窗口)编程SparklingObject

说明:常见的贪吃蛇游戏,带开发文档说明,比较详细-SNAKE
<> 在 2024-11-19 上传 | 大小:25kb | 下载: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> 在 2024-11-19 上传 | 大小:655kb | 下载:0

[其他小程序fsort

说明:手写的快排,适合在当作程序中的一个函数来使用,提高效率-Handwritten fast row, suitable as a function of the program to use and improve efficiency
<徐洋> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[C#编程IMSource

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

[GDI/图象编程songchipipei

说明:visual c++实现的松弛匹配的源代码-visual c++ implementation of the relaxation of the source code matches the
<江彪> 在 2024-11-19 上传 | 大小:2kb | 下载:0
« 1 2 ... .56 .57 .58 .59 .60 47861.62 .63 .64 .65 .66 ... 66603 »

源码中国 www.ymcn.org