资源列表

« 1 2 ... .95 .96 .97 .98 .99 500.01 .02 .03 .04 .05 ... 2656 »

[数据结构常用算法Heap-sort

说明:堆排序  堆排序利用了大根堆(或小根堆)堆顶记录的关键字最大(或最小)这一特征,使得在当前无序区中选取最大(或最小)关键字的记录变得简单。   (1)用大根堆排序的基本思想   ① 先将初始文件R[1..n]建成一个大根堆,此堆为初始的无序区   ② 再将关键字最大的记录R[1](即堆顶)和无序区的最后一个记录R[n]交换,由此得到新的无序区R[1..n-1]和有序区R[n],且满足R[1..n-1].keys≤R[n].key  
<周杨> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法ch15

说明:实现hash函数的一个小例子 其中包含了3个.java的文件,希望大家能喜欢-implements the hash, it can help you know about the hash,centainly you can row it up
<张成峰> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法shuzhizhuanhuan

说明:利用栈的基本知识实现了从十进制到比十更小的进制数的转换。并且运用了蓝底作为输出界面。-Basic knowledge of the use of stack convert from decimal to hexadecimal number smaller than ten. And the use of a blue background as the output interface.
<南海> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法lianbiao

说明:本程序主要是让初学数据结构的朋友借鉴之用,这里使用的是链表,希望能给朋友们些许帮助。-This procedure is mainly used for beginner data structure from a friend, here is the list, I hope to give a little help from my friends.
<南海> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法Queue

说明:栈的基本操作,出栈、进栈等基本的操作,用C语言实现-The basic operation of the basic operation of the stack, the stack, the stack, with the C language
<Tom> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法poj2031

说明:【poj】【2031】最小生成树堆优化~Accepted 760 KB 32 ms C++ 1720 B -Minimum spanning tree heap optimization poj2031
<yyb> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法1293xoj

说明:这是XOJ1293的代码,主要应用了二分图匹配的dp算法。-The code of XOJ1293 bipartite graph matching algorithm of dp main application.
<杨伟健> 在 2025-01-23 上传 | 大小:1kb | 下载:1

[数据结构常用算法zoj1027

说明:这是zoj1027代码,求串的相似度,里面有注释-This is zoj1027 code and string similarity inside a comment
<杨伟健> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法hash_mpq

说明:一个具体的hash实现方法,取自于暴雪公司的程序实现,使用多个hash value来同时验证hash的有效性,保证一次命中,实现效率非常高。-A specific hash method, derived from the Blizzard program achieved using multiple hash value to verify the validity of the hash at the same time, gua
<qingqing> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法Bitreesearch

说明:算法设计与分析 实验 构造二叉排序树。进行中序遍历显示树的数据 包括主类和二叉树类和排序算法-Binary sort tree structure of algorithm design and analysis of experiments. The inorder traversal tree data including master classes and binary tree class and sort algorithm
<xr0517> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法sectog-shmbolic

说明:kmeans算法实现 a simple k-means clustering routine returns the clus()
<pbftordev> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法EEFL1

说明:K——聚类算法的C++源码,摘抄的部分,供大家参考()
<kauldt> 在 2025-01-23 上传 | 大小:1kb | 下载:0
« 1 2 ... .95 .96 .97 .98 .99 500.01 .02 .03 .04 .05 ... 2656 »

源码中国 www.ymcn.org