资源列表

« 1 2 ... .50 .51 .52 .53 .54 1455.56 .57 .58 .59 .60 ... 2656 »

[数据结构常用算法Huffman

说明:给定n个权值作为n个叶子结点,构造一棵二叉树,若带权路径长度达到最小,称这样的二叉树为最优二叉树,也称为哈夫曼树(Huffman tree)。-Given the right value as the n-n-leaf node, a binary tree structure, if the minimum weighted path length, saying such a binary tree for the optimal
<李浪> 在 2024-10-11 上传 | 大小:3072 | 下载:0

[数据结构常用算法Sorting-algorithm

说明:排序算法,包括拓扑排序、实数冒泡排序、复数冒泡排序等多种排序算法优化。-Sorting algorithm, including the topological sorting, real bubble sort, bubble sort, and other complex sorting algorithm optimization.
<Aimshy> 在 2024-10-11 上传 | 大小:3072 | 下载:0

[数据结构常用算法data-structure-example_code(1-6)

说明:数据结构源码,极好的学习资料,通过实例去研究数据结构-Source data structure, excellent learning materials, an example to study the data structure
<chhrui> 在 2024-10-11 上传 | 大小:67584 | 下载:0

[数据结构常用算法recursive

说明:数据结构作业 c++写的recursive的运用,编译可过,功能较为全面,有兴趣者可-Data structure operations recursive c++ to write the application, the compiler may have functions more comprehensive, those interested can take a look
<chhrui> 在 2024-10-11 上传 | 大小:1307648 | 下载:0

[数据结构常用算法utility.h

说明:c++常用的类包,包含c++数据结构主要的算法实现,所有代码以头文件的形式存放,很实用,很方便-the package of the most useful and utility class of c++
<覃亚东> 在 2024-10-11 上传 | 大小:223232 | 下载:0

[数据结构常用算法hauff

说明:完整的哈夫曼编码,是用数据结构写成的,在此上传,供大家共享-Full Huffman coding, is written in the data structure, in this upload for all to share. .
<misshu> 在 2024-10-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法Sort

说明:不同算法排序的C语言实现,包括直接选择排序,直接插入排序,快速排序,堆排序,-Different sorting algorithms written in C language , including direct selection sort, direct insertion sort, quick sort, heap sort, etc.
<pdhy> 在 2024-10-11 上传 | 大小:5120 | 下载:0

[数据结构常用算法top-k

说明:top-k算法用于数据查询,特别对于大量数据查询时效率很高,大大节省了时间-top-k algorithm for data query, especially for very efficient large amounts of data query, saving time
<王琳 > 在 2024-10-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法Nhuanghoug

说明:N皇后问题采用位算法来运算,速度很快,但是最多只适合32个皇后的运算-N queens problem by bit algorithm to compute, very fast, but only for a maximum of 32 Queen s operations
<dekayzc> 在 2024-10-11 上传 | 大小:514048 | 下载:0

[数据结构常用算法QJZ

说明:权矩阵的简单实现,只需要用数组,实现权矩阵的矩阵的各种转换-Simple implementation of the right matrix, just use the array to achieve a variety of weight matrix transformation matrix
<dekayzc> 在 2024-10-11 上传 | 大小:456704 | 下载:0

[数据结构常用算法Joseph

说明:约瑟夫问题解决好人与坏人问题:有n个人围成一圈,分别报数,报到为m的出列,也就是经典的约瑟夫问题。先要解决这样一个问题。围成一圈的人有k个好人,k个坏人,在进行约瑟夫问题报数时,符合在坏人没有都出列前第一个好人没有出列这样的情况的m的最小值为多少?-Joseph, good and bad problem-solving problem: there are n people form a circle, respectively, r
<dekayzc> 在 2024-10-11 上传 | 大小:546816 | 下载:0

[数据结构常用算法huffman

说明:解决huffman树问题:从文件读入一段文本,计算其中每一个字符的huffman编码,输出编码后文本的长度。-Solve the huffman tree problem: a piece of text read from file, calculate each of the characters huffman coding, the output length of the encoded text.
<dekayzc> 在 2024-10-11 上传 | 大小:572416 | 下载:0
« 1 2 ... .50 .51 .52 .53 .54 1455.56 .57 .58 .59 .60 ... 2656 »

源码中国 www.ymcn.org