资源列表

« 1 2 ... .92 .93 .94 .95 .96 1997.98 .99 .00 .01 .02 ... 2656 »

[数据结构常用算法fabonacci_search

说明:fabonacci search,利用fabonacci array进行的search-fabonacci search, use the fabonacci array search
<lin> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法Sequential-search

说明:本程序仅仅是模拟分块查找算法中的顺序查找,比普通的顺序查找快, 但并不是最快的查找算法, 如果你要更快的算法,可以将备查询的元素从小到大排序好,再用二分查找即可. -This procedure is only analog block search algorithm in order to find, faster than the normal order to find, but not the fastest search algorithm, if you want a
<李涞> 在 2025-06-23 上传 | 大小:848kb | 下载:0

[数据结构常用算法shunxuchazhao

说明:本程序仅仅是模拟分块查找算法中的顺序查找,比普通的顺序查找快, 但并不是最快的查找算法, 如果你要更快的算法,可以将备查询的元素从小到大排序好,再用二分查找即可.-This procedure is only analog block search algorithm in order to find, faster than the normal order to find, but not the fastest search algorithm, if you want a faster
<> 在 2025-06-23 上传 | 大小:849kb | 下载:0

[数据结构常用算法HookDLLDemo

说明:VC2008下创建和调用全局钩子的示例模板。-VC2008 to create and invoke the example of the global hook template.
<> 在 2025-06-23 上传 | 大小:141kb | 下载:0

[数据结构常用算法quicksort

说明:这是一个用C语言编写的快速排序程序,只有一个源文件,原数据也是直接写到数组里的,只是为了测试,可根据自己的需要修改。-This is a quick sort program in C language, and is only one source file, the original data is written directly to the array, just to test, may be modified according to their needs.
<Alonso> 在 2025-06-23 上传 | 大小:8kb | 下载:0

[数据结构常用算法migongsuanfa

说明:迷宫算法的可视化,有效的帮助其他学习者理解迷宫算法,使迷宫算法简单明了-Maze algorithm visualization, to help other learners to understand the maze algorithm to make the maze algorithm is simple and clear
<lee> 在 2025-06-23 上传 | 大小:194kb | 下载:0

[数据结构常用算法PeriodicScriptBACKUP

说明:ABAQUS周期性边界条件fortran代码,适合添加周期性边界条件-ABAQUS fortran code of the periodic boundary conditions, suitable for adding the periodic boundary conditions
<许荣> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法subroutine

说明:热膨胀ABAQUS的UEXP用户子程序,适用于多种热膨胀及热生长情况-The thermal expansion of the UEXP user subroutine of ABAQUS, for a variety of thermal expansion and thermal growth
<许荣> 在 2025-06-23 上传 | 大小:2kb | 下载:0

[数据结构常用算法nodeDispcutBatchRt

说明:ABAQUS中节点各属性显示的fortran代码,可以修改内部显示参数-Fortran code ABAQUS in the node properties displayed, you can modify the display parameters within
<许荣> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法huffman

说明:利用二叉树结构实现赫夫曼编/解码器。 基本要求: 1、 初始化(Init):能够对输入的任意长度的字符串s进行统计,统计每个字符的频度,并建立赫夫曼树 2、 建立编码表(CreateTable):利用已经建好的赫夫曼树进行编码,并将每个字符的编码输出。 3、 编码(Encoding):根据编码表对输入的字符串进行编码,并将编码后的字符串输出。 4、 译码(Decoding):利用已经建好的赫夫曼树对编码后的字符串进行译码,并输出译码结果。 5、 打印(Print):以直观
<小咩> 在 2025-06-23 上传 | 大小:573kb | 下载:0

[数据结构常用算法paixu

说明:使用简单数组实现下面各种排序算法,并进行比较。 排序算法: 1、插入排序 2、希尔排序 3、冒泡排序 4、快速排序 5、简单选择排序 6、堆排序 7、归并排序 8、基数排序 要求: 1、测试数据分成三类:正序、逆序、随机数据 2、对于这三类数据,比较上述排序算法中关键字的比较次数和移动次数(其中关键字交换计为3次移动)。 3、对于这三类数据,比较上述排序算法中不同算法的执行时间,精确到微秒-Using a simple ar
<小咩> 在 2025-06-23 上传 | 大小:876kb | 下载:0

[数据结构常用算法Hanoi

说明:简单的汉诺塔算法,采用归约算法的思想,实例是三个盘子,三个柱子-Simple HANOR algorithm
<微道> 在 2025-06-23 上传 | 大小:2kb | 下载:0
« 1 2 ... .92 .93 .94 .95 .96 1997.98 .99 .00 .01 .02 ... 2656 »

源码中国 www.ymcn.org