资源列表
[C#编程] half
说明:折半查找的算法思想是将数列按有序化(递增或递减)排列,查找过程中采用跳跃式方式查找,即先以有序数列的中点位置为比较对象,如果要找的元素值小于该中点元素,则将待查序列缩小为左半部分,否则为右半部分。通过一次比较,将查找区间缩小一半。 折半查找是一种高效的查找方法。它可以明显减少比较次数,提高查找效率。但是,折半查找的先决条件是查找表中的数据元素必须有序-Binary search algorithm idea is to sequence by ordering (ascending or des<吕济根> 在 2025-09-14 上传 | 大小:1kb | 下载:0
[C#编程] jiaxiahuaxian
说明:用c#编写在winform中对选中的文字加粗,加斜,加特殊符号下划线等,-Write c# winform by adding special symbols in the underlined<高原> 在 2025-09-14 上传 | 大小:1kb | 下载:0
[C#编程] Prim
说明:算法特点:该算法的特点是当前形成的集合T始终是一棵树。将T中U和TE分别看作红点和红边集,V-U看作蓝点集。算法的每一步均是在连接红、蓝点集的紫边中选择一条轻边扩充进T中。MST性质保证了此边是安全的。T从任意的根r开始,并逐渐生长直至U=V,即T包含了 C中所有的顶点为止。MST性质确保此时的T是G的一棵MST。因为每次添加的边是使树中的权尽可能小,因此这是一种"贪心"的策略。 -Algorithm characteristics: the algorithm is characteriz<吕济根> 在 2025-09-14 上传 | 大小:1kb | 下载:0
[C#编程] 15zhengchu
说明:本程序的目的是求解可以被15整除的最大整数,利用C语言实现。-The purpose of this procedure is to solve for the largest integer divisible by 15, using C language.<李延明> 在 2025-09-14 上传 | 大小:1kb | 下载:0
[C#编程] market_checkout_csharp
说明:利用c#编写的超市收银台系统,算法简单实用,适合初学者。-Written by c# supermarket checkout system, the algorithm is simple and practical, suitable for beginners.<张文文> 在 2025-09-14 上传 | 大小:1kb | 下载:0
[C#编程] dancicifa
说明:以文本文件形式输入源程序,并对源程序从左到右进行扫描,把构成源程序的字符串拼接成为单词串;并把其转换成属性字输出到文件中。 -A text file input source, and the source code to scan from left to right, to constitute a source word string string splicing and to convert it into a property of word output to a file<罗楠> 在 2025-09-14 上传 | 大小:1kb | 下载:0
[C#编程] systemc-shezhi
说明:详细介绍了VS2008下systemc的使用-Described in detail the use of systemc under VS2008<portia> 在 2025-09-14 上传 | 大小:1kb | 下载:0
[C#编程] InputSender
说明:This class will create and send inputs to the host.<xvoid> 在 2025-09-14 上传 | 大小:1kb | 下载:0