CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - Split

搜索资源列表

  1. 平衡二叉树操作的演示

    0下载:
  2. 平衡二叉树实现一个动态查找表,有三种基本功能:查找,插入删除,还有选项功能:合并两棵平衡二叉树,和分裂两棵平衡二叉树.-balanced binary tree to achieve a dynamic lookup table, there are three basic functions : to find, delete, insert, functional options : merging two balanced binary tree, and split two balanc
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3243
    • 提供者:罗明会
  1. graphDegree

    0下载:
  2. 求图的顶点连通度算法。方法就是先对源和汇做枚举,之后对每个枚举情况,把除去源汇两点的其余所有顶点看成是容量限制为1的点,求网络的最大流,就是此点对的顶点连通度,之后对枚举的所有点对找连通度最小的当成图的连通度。 带有顶点容量限制的最大流方法:将带容量限制的顶点u拆成两个点u 和u*,原顶点u的入边为u 的入边,原顶点u的出边为u*的出边,之后在u 和u*之间连接双向边,边的容量为顶点的容量限制。-plans for the vertex connectivity algorithms. F
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1515
    • 提供者:吴地瓜
  1. 2501425708

    0下载:
  2. 此程序用提升法实现第二代小波变换 %% 我用的是非整数阶小波变换 %% 采用时域实现,步骤先列后行 %% 正变换:分裂,预测,更新; %% 反变换:更新,预测,合并 %% 只做一层(可以多层,而且每层的预测和更新方程不同)-the procedure used to upgrade method is the second generation wavelet transform%% I use a non-integer-order wavelet transform%%
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1287
    • 提供者:刘树春
  1. SplitADT

    0下载:
  2. 链表L,创建公有成员函数Split(A,B ),创建2个新表A,B,使的A 中含有L中奇数位置元数,B中含L偶数位置元数 -Chain L, create public member function Split (A, B), to create two new tables A, B, A so containing L odd position of a few yuan, B-L even a few locations yuan
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1597
    • 提供者:wodezui-i
  1. hash

    0下载:
  2. /* * The internal form of a hash table. * * The table is an array indexed by the hash of the key collisions * are resolved by hanging a linked list of hash entries off each * element of the array. Although this is a really simple desig
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7680
    • 提供者:llr
  1. 从数据文件records.txt中读取学生信息

    0下载:
  2. 从数据文件records.txt中读取学生信息,建立与源数据同序的学生链表并打印在屏幕上; 统计学生链表中身高达标人数(男女生的身高达标值由键盘输入),并打印结果; 对上述学生链表按学号进行排序,然后将一位学生的相关信息插入到已按学号排序的学生链表中后仍然保持学号的有序性,将结果链表打印在屏幕上; 对上述操作后的学生链表进行倒置,结果输出到数据文件result.txt中; 删除链表中身高为指定值的所有学生结点并打印; 将当前的学生链表拆分为男生链表和女生链表(没有
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:2871
    • 提供者:Mandy
  1. Exercise-6

    0下载:
  2. SSD7 exercise 6. Provide your solution to the following in a file named normalization.txt. Note: The discussion in this exercise is independent of (i.e., completed unrelated to) the E-Commerce project described in the Appendix. The following tab
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:909
    • 提供者:Evgenya
  1. erfenfadigui

    0下载:
  2. 用递归实现的二分法,数据结构的典型问题,二分查找也称折半查找,它要求待查找的数据元素必须是按关键字大小有序排列的顺序表。-Realize the dichotomy with recursive data structure of a typical problem, binary search, also known as split-half search, which requires the data elements to be search by keyword must be or
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1161
    • 提供者:Anni
  1. pointset

    0下载:
  2. 基于OPenCV的源码,用于分割而为点集,函数执行二次方程的算法,将集合拆分成一个或更多的等效类。-Based on the source OPenCV for partition and for the point set, function to implement the algorithm quadratic equation will be split into a set of equivalent or more categories.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6895
    • 提供者:无梦
  1. paixuqiehuan

    0下载:
  2. 从文件读入20组数据,用快速排序,每次分割标记分割点。当元素下降到3个时,切换为简单插入排序。-Reading from the file data into 20 groups, using quick sort, split points for each partition tag. When reduced to three elements, the switch to a simple insertion sort.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:389361
    • 提供者:范海辛
  1. QuickSort

    0下载:
  2. 快速排序实现,用CSharp语言实现,使用了Split和Partion-Quick Sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:688
    • 提供者:leo hou
  1. MRELFFT

    0下载:
  2. 利用分裂基算法求实序列 的DFT, 的虚部赋值为零。-Split-radix algorithm for the use of realistic sequence of DFT, the imaginary part of the assignment to zero.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1200
    • 提供者:lab
  1. backpack

    0下载:
  2. 0/1背包问题(附注释):不可拆分的0/1背包问题-0/1 knapsack problem (with Notes): non-split 0/1 knapsack problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1021
    • 提供者:Aeon
  1. doc

    0下载:
  2. 关于整数拆分算法的文档 关于整数拆分算法的文档-Split algorithm on the integer integer split algorithm for documents on the document
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:35969
    • 提供者:agi995
  1. WebPages_WordSplitting

    0下载:
  2. 自动提取网页内容(附带简单的 HTTPAnalyzer 类),并根据词典进行分词。-Automatically get the content from webpages, and split the words based on the internal Chinese dictionary.
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:3475196
    • 提供者:王啊
  1. Quicksort

    0下载:
  2. 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick sort (Quicksort) is a bubble sort of an improvement. By the CAR Hoare in 1962. The b
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:618
    • 提供者:浩星无恨
  1. shunxubiao_C

    0下载:
  2. 线性表的基本操作(线性表输入操作、显示、分割线性表等)-The basic operation of the linear form (linear form input operation, display, split the linear form, etc.)
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:135433
    • 提供者:sleeping_zzz
  1. algorithm641

    0下载:
  2. 用QUICKSORT对数组进行排序,先用SPLIT算法对数组进行划分,再通过调用SPLIT并进行递归即可-QUICKSORT
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:939
    • 提供者:dandan
  1. list

    0下载:
  2. 数据结构链表程序:一元多项式加减乘和求导拆分逆置,用的是C语言 -Program list data structure: a polynomial multiplication and addition and subtraction reverse split derivation set, using the C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:214498
    • 提供者:刘本龙
  1. backtracking-method-split-

    0下载:
  2. 采用回溯的方法拆分整数,效率相对较低,但是容易理解,使用栈实现,原创-Retrospective method split integer efficiency is relatively low, but it is easy to understand, use the stack to achieve, originality
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:17854
    • 提供者:黎明
« 12 3 »
搜珍网 www.dssz.com