资源列表

« 1 2 ... .14 .15 .16 .17 .18 2419.20 .21 .22 .23 .24 ... 2656 »

[数据结构常用算法4.2

说明:编写算法,在串的堆存储机构上实现串的插入操作StrInsert(&S,pos,T)和串的删除操作StrDelete(&S,pos,len)。-Write algorithm, string on the string heap storage mechanism inserts StrInsert (& S, pos, T) and serial deletion StrDelete (& S, pos, len).
<hiccup> 在 2025-01-11 上传 | 大小:2kb | 下载:0

[数据结构常用算法6.2

说明:编写正确的算法实现赫夫曼编码及相应的译码-Write correct algorithm Huffman coding and decoding the corresponding
<hiccup> 在 2025-01-11 上传 | 大小:2kb | 下载:0

[数据结构常用算法AVL

说明:AVL树是最先发明的自平衡二叉查找树。在AVL树中任何节点的两个儿子子树的高度最大差别为一,所以它也被称为高度平衡树。查找、插入和删除在平均和最坏情况下都是O(log n)。增加和删除可能需要通过一次或多次树旋转来重新平衡这个树。-AVL tree code
<李振> 在 2025-01-11 上传 | 大小:3kb | 下载:0

[数据结构常用算法Constraint_factor

说明:Burt提出的约束系数算法计算社交网络中结构洞节点。-Constraint factor
<小丁> 在 2025-01-11 上传 | 大小:4kb | 下载:0

[数据结构常用算法MAGA

说明:MAGA多智能体进化算法源码,已经调好,直接可以运行。-MAGA multi agent evolutionary algorithm source code, have a good tune, you can directly run.
<王朋> 在 2025-01-11 上传 | 大小:3kb | 下载:0

[数据结构常用算法HashTable

说明:暴雪公司的哈希算法,原酸速度非常快,带源码下载-hash developed by Blizzard
<yuyu@bccto.me> 在 2025-01-11 上传 | 大小:2kb | 下载:0

[数据结构常用算法Bresenham_1937491052005

说明:This code implements Bresenham algorithm for drawing cricle.This technique can be appied to draw anything (not only circle). I use mingw32 and openGL library.
<an0malia> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法kuohaopipei

说明:基于Visual C++的括号匹配程序,去除多余的括号-Parentheses matching based on Visual c++ program, remove redundant parentheses
<啊啊啊啊啊啊> 在 2025-01-11 上传 | 大小:9kb | 下载:0

[数据结构常用算法algorithms-structure-of-the-table

说明:结构表的常用算法,包括一些常用的结构链表的查询,添加,删除,修改等-Commonly used algorithms structure of the table
<jiangjie> 在 2025-01-11 上传 | 大小:13kb | 下载:0

[数据结构常用算法Serpentine-number-fill

说明:蛇形填数。。。。。。。C++优化程序,时间较短,更适于ACM竞赛。-Serpentine number fill, C++ optimizer
<> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法Expression-evaluation

说明:利用堆栈解析算术表达式的基本方法进行表达式求值。-Stack basic analytical methods use arithmetic expressions were expressions.
<baby1992> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法Nested-Matrix

说明:有n个矩形,选出尽可能多的矩形排成一行,使得除最后一个外,每一个矩形都可以嵌套在下一个矩形内。-There are n rectangles, rectangles selected as many aligned such that except the last, are each rectangle nested within the next rectangle.
<baby1992> 在 2025-01-11 上传 | 大小:1kb | 下载:0
« 1 2 ... .14 .15 .16 .17 .18 2419.20 .21 .22 .23 .24 ... 2656 »

源码中国 www.ymcn.org