资源列表

« 1 2 ... .28 .29 .30 .31 .32 2433.34 .35 .36 .37 .38 ... 2656 »

[数据结构常用算法Binary-Inddexed-Tree

说明:一个树状数组各种改造姿势的模板。除了常规用法单点查询求前缀和外,支持区间修改单点查询、区间修改区间求和、RMQ、离线平衡树以及多维扩展-Many improved versions of binary indexed tree. Which can be used to do these kinds of work in a 1D array: Change one point+k and get the prefixsum C
<> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法BFS

说明:递归版本的广度优先算法的c++实现,包含邻接表存储有向图的类和测试程序。-c++ version of BFS .
<nqh> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法re-name-1.0

说明:ASP批量修改文件名程序,UTF-8编码,可以修改中文或其它语种的文件名。空间需要支持FSO。-ASP batch program to modify the file name, UTF-8 encoding, Chinese or other languages can modify file names. Space needed to support FSO.
<成聪> 在 2024-11-07 上传 | 大小:5kb | 下载:0

[数据结构常用算法SanYuanZu_20131029110238

说明:假设自上而下按层次,自左至右输入每个结点的一个三元组(N, P, L/R)。其中N 为本结点的元素,P 为其父结点,L 指示N 为P 的左孩子,R 指示N 为P的右孩子。试写一个建立二元树的左右链表示算法,并实现先根、中根、后根以及层序遍历算法。-Suppose a hierarchical top-down, left to right to enter a triple each node (N, P, L/R). Wherein
<凉茶> 在 2024-11-07 上传 | 大小:2kb | 下载:0

[数据结构常用算法nc

说明:newton-contes求积分MATLAB代码实现-Newton-contes MATLAB code implementation.
<龚琛> 在 2024-11-07 上传 | 大小:2kb | 下载:0

[数据结构常用算法push-relabel

说明:(push-relabel)预流推进重标签算法的C语言详细描述-(Push-relabel) Preflow promote weight label algorithm C language described in detail
<王雪松> 在 2024-11-07 上传 | 大小:3kb | 下载:0

[数据结构常用算法TouYing

说明:地图投影方法,并用MFC实现画图和生成相应的格网-Map projection method, and use the MFC drawing and generate the corresponding grid
<> 在 2024-11-07 上传 | 大小:4.95mb | 下载:0

[数据结构常用算法link-list

说明:c语言的单向链表应用,使用WIN-TC V1.9.1编译器,从键盘输入70 65 78 90 95 85 -1共七个数据,注意,最后一个数据为负数,实现单向键表的创建,插入,删除,输出,销毁功能-c language s application for link list
<yiyu> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法jieceng

说明:求n的阶层,要求n必须是大于20的数,也就是意味着该算法能够处理很大的数据-The factorial of n requires n must be greater than the number 20, which is means that the algorithm can handle a lot of data
<刘博> 在 2024-11-07 上传 | 大小:1.87mb | 下载:0

[数据结构常用算法tongjishuzi

说明:统计数字问题,从文件中读取数据,在统计0-9出现的个数,在output中输出。- Statistics Questions, read data the file, the number of statistical 0-9 arise in the output of the output.统计数字问题,从文件中读取数据,在统计0-9出现的个数,在output中输出。
<刘博> 在 2024-11-07 上传 | 大小:2.15mb | 下载:0

[数据结构常用算法swap

说明:数组换位,输入数组,在第K位对换序列,并实现时间复杂度最小-Array transposition, the input array, in the first K-bit sequence to change, and to achieve the minimum time complexity
<刘博> 在 2024-11-07 上传 | 大小:10kb | 下载:0

[数据结构常用算法zuidazuixiao

说明:用C++编写的求最大和最小值,并且空间复杂度是O(1),时间复杂度3n/2-2.-Written in C++ uates the maximum and minimum values, and the space complexity is O (1), the time complexity of 3n/2-2.
<刘博> 在 2024-11-07 上传 | 大小:10kb | 下载:0
« 1 2 ... .28 .29 .30 .31 .32 2433.34 .35 .36 .37 .38 ... 2656 »

源码中国 www.ymcn.org