资源列表

« 1 2 ... .39 .40 .41 .42 .43 344.45 .46 .47 .48 .49 ... 2656 »

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

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

[数据结构常用算法2cs

说明:程序是按完全二叉树思想将输入的字符串生成二叉树,并通过遍历来验证二叉树创建正确与否-Thinking process is on a full binary tree binary tree will generate the input string, and create a binary tree by traversing the right to verify whether or not
<李国栋> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法3

说明:试设计一个用回溯法搜索排列空间树的函数。该函数的参数包括结点可行性判定函数和上界函数等必要的函数,并将此函数用于解圆排列问题。 圆排列问题描述如下:给定n 个大小不等的圆c1 , c2 ,..., cn ,现要将这n 个圆排进一个矩形框中,且要求各圆与矩形框的底边相切。圆排列问题要求从n 个圆的所有排列中找出有最小长度的圆排列。例如,当n=3,且所给的3 个圆的半径分别为1,1,2 时,这3 个圆的最小长度的圆排列是1,2,1,其
<seratf> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法shanhukule

说明:数据结构,用于计算多项式相加,程序较简单,具体详见注解-Data structure used to calculate the polynomial sum, the program is relatively simple, specific detailed annotations
<刘云飞> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法shanhukule.cpp

说明:由叶子到根生成树再由根到叶子检索,是数据结构中用于生成树的一个算法-Spanning tree from the leaf to the root and then retrieved from the root to the leaves, the data structure is a spanning tree algorithm for
<刘云飞> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法quzifu

说明:使用嵌套循环变量i,j冒泡循环捉个查找,找到,就打出来-A simple vc program, in the hope that we can download exchange
<刘流> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法fill

说明:扫描线法填充多边形,链表形式,适用于所有不带岛的多边形-Filled polygon scan line method, the list form, for all non-island polygon
<xieyun> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法SeqQueue

说明:数据结构中的一个头文件,用于队列的建立,但要根据实际情况使用-an abstact class
<李三> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法shunxubiao

说明:数据结构,能表示正确的顺序表,是用C++编写的源代码。-Data structure can be expressed in the correct order form, is written in C++ source code.
<李晓珊> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法tudebianli

说明:使用邻接表存储结构,编写一个程序,实现对有向图遍历操作。是用C++编写的程序源代码。-Storage structure using the adjacency list, write a program to achieve a directed graph traversal operations. Is a program written in C++ source code.
<李晓珊> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法HuffmanTree

说明:有关哈夫曼树编码解码的vc++程序,利用文件解决两机之间的编码解码-Huffman tree codec on vc++ program
<张雷> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法SBT

说明:利用线段树套平衡树查询区间第K大数,并满足修改操作,复杂度log^2(n)-Balanced tree using segment tree sets large numbers query interval s K, and operations to meet the changes, the complexity of log ^ 2 (n)
<赫正直> 在 2025-01-19 上传 | 大小:1kb | 下载:0
« 1 2 ... .39 .40 .41 .42 .43 344.45 .46 .47 .48 .49 ... 2656 »

源码中国 www.ymcn.org