资源列表

« 1 2 ... .06 .07 .08 .09 .10 1211.12 .13 .14 .15 .16 ... 2656 »

[数据结构常用算法zuidashuichazhao

说明:查找数组的最大值。设第一个元素为最大值,进行查找-search array maximum. Set up an element of its maximum, you
<童叶> 在 2024-11-19 上传 | 大小:8kb | 下载:0

[数据结构常用算法hfuman

说明:一个用VC++做的3D魔方游戏,注意不是用JAVA做的哦-a VC do 3D Cube games, the attention was not so oh JAVA
<continue> 在 2024-11-19 上传 | 大小:8kb | 下载:0

[数据结构常用算法shu

说明:1.[问题描述] 编写递归算法,计算二叉树中叶子结点的数目 [输入] 按照先序序列的顺序输入该结点的内容。其输入abd eh cf i g . [输出] 按中序序列输出,输出的结果为;dbheaficg并计算出二叉树中叶子结点的数目为4 [存储结构] 采用二叉表存储 [算法的基本思想] 采用递归方法建立和遍历二叉树。首先建立二叉树的根结点,然后建立其左右子树,直到空子树为止,中序遍历二叉树时,先遍厉
<Demonic> 在 2024-11-19 上传 | 大小:8kb | 下载:0

[数据结构常用算法hafuman

说明:哈夫曼编码/译码 利用克鲁斯卡尔算法计算一段传输数据的哈夫曼编码,以提高信道利用率。-Huffman encoding/decoding algorithm using Kruskal data section of the Huffman coding, in order to improve channel utilization.
<毕小凯> 在 2024-11-19 上传 | 大小:8kb | 下载:0

[数据结构常用算法C++0001

说明:这是一个有序链表的生成和插入的源码。用C++实现。-This is an orderly list of the generation and insertion of the source. With C++ Realize.
<> 在 2024-11-19 上传 | 大小:8kb | 下载:0

[数据结构常用算法C++0003

说明:这是数据结构算法中的队列的实现源码。用C++开发。-This is a data structure algorithms realize the source of the queue. With C++ Development.
<> 在 2024-11-19 上传 | 大小:8kb | 下载:0

[数据结构常用算法tsp_xianjiesuanfa

说明:这是一个TSP问题的限界算法,用C++编程的
<chen> 在 2024-11-19 上传 | 大小:8kb | 下载:0

[数据结构常用算法bet2

说明:DEMO程序,实现了对一个指定的目录中的文件和目录的遍历操作。-DEMO procedures achieve a specified directory of the files and directory traversal operation.
<shengwei> 在 2024-11-19 上传 | 大小:8kb | 下载:0

[数据结构常用算法btree

说明:为数据库创建索引的B+树的算法实现。功能包括创建删除节点、条目等。最终将树递归打印于屏幕。(包含内存资源管理)-Index for the database to create B+ Tree algorithm. Features include the creation of the deletion of nodes, and other entries. Will eventually recursive tree print
<shuai> 在 2024-11-19 上传 | 大小:8kb | 下载:0

[数据结构常用算法Shell_MergeSorting

说明:同时对Shell排序和归并排序进行了实现,并且打印了每趟的结果-At the same time, Shell sort and merge sort carried out to achieve, and print the results of each trip
<> 在 2024-11-19 上传 | 大小:8kb | 下载:0

[数据结构常用算法ZuiChangGongGongZiXuLie

说明:问题描述 序列Z=<B,C,D,B>是序列X=<A,B,C,B,D,A,B>的子序列,相应的递增下标序列为<2,3,5,7>。 一般地,给定一个序列X=<x1,x2,…,xm>,则另一个序列Z=<z1,z2,…,zk>是X的子序列,是指存在一个严格递增的下标序列〈i1,i2,…,ik〉使得对于所有j=1,2,…,k使Z中第j个元素zj与X中第ij个元素相同。
<陈文浩> 在 2024-11-19 上传 | 大小:8kb | 下载:0

[数据结构常用算法sha1

说明:一个较高效率的SHA-1的C实现,VC2010使用X64编译,Release版本,比其它开源C代码大概快10 到20 -a high performance SHA-1 code in C. Compile by VC2010,in X64,release Version. It is guicker than others about 10 ~20
<sunmike2002> 在 2024-11-19 上传 | 大小:8kb | 下载:0
« 1 2 ... .06 .07 .08 .09 .10 1211.12 .13 .14 .15 .16 ... 2656 »

源码中国 www.ymcn.org