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

搜索资源列表

  1. disanzan

    0下载:
  2. 这是自己编写的,严蔚敏版的数据结构第三章的部分答案-This is their preparation, Yan Wei-min version of the data structure of Chapter III Part of the answer
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4.86kb
    • 提供者:胡海洪
  1. base-data-structure-CPP-Class

    0下载:
  2. 自己编写的基本数据结构 C++ 模版,包括链表、队列、堆栈等,供各位朋友参考。-themselves prepared the basic data structure C templates, including the linked list, queue, stack, for friends reference.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.92kb
    • 提供者:zhangsh
  1. somesorts

    0下载:
  2. 对几种排序算法的比较 中间有自己编写的计算时间的文件 更加精确
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.31mb
    • 提供者:王维
  1. kmp_algorithm

    0下载:
  2. 自己编写的字符串匹配算法-经典的KMP算法,该算法当模式与主串之间存在许多“部分匹配”时能显示出其时间优越性。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.79kb
    • 提供者:malota
  1. guanjianlujin

    0下载:
  2. 自己编写的关键路径,是数据结构的算法实现。与大家多多交流。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11.26kb
    • 提供者:侯小刚
  1. MiniSpanTree

    0下载:
  2. 我自己编写的一个C++ kruskal最小生成树程序,希望可以对初学者有所帮助,错误难以避免,希望大家谅解
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.11kb
    • 提供者:qwer
  1. myString

    0下载:
  2. 自己编写的String类,可以用于代替<string>中的string类。支持==、!=、<、>等比较运算符,=复制运算符,有多种构造函数,动态分配内存,长度可变。容易转换成char*类型,而且使用深拷贝,指针使用得当。有常用的Index,Insert,Delete,Replace,SubString方法。而且源码中给出了String类的一个小应用。开发环境Visual C++ 6.0,测试程序为Console模式。-I have written the String c
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:15.11kb
    • 提供者:billsedison
  1. sort

    0下载:
  2. 自己编写的排序算法的代码,有桶排序,计数排序,基数排序,归并排序,堆排序,插入排序,快速排序,选择排序。-Sorting algorithm I have written the code, there are barrels of sorting, counting sort, Radix Sort, Merge Sort, Heap Sort, Insertion Sort, Quick Sort, select Sort.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:4.06kb
    • 提供者:yiming
  1. pi

    0下载:
  2. 一个求pi的源程序,可以精确到几十位 外加一个自己编写的记事本程序 pi.c-A source for pi can be accurate to plus a dozen have written the Notepad program pi.c
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:249.65kb
    • 提供者:阳丰俊
  1. migong.txt

    0下载:
  2. 用数据结构编写的迷宫问题 基本上是自己编写的小程序 希望大家喜欢-Data structure used to prepare the maze problem is basically I have written a small program I hope you like
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1.59kb
    • 提供者:黄正远
  1. node

    0下载:
  2. 自己编写的解八数码问题的简单算法,用c++实现-I have written eight digital solution of a simple algorithm for the problem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1.57kb
    • 提供者:吕东
  1. kmp

    0下载:
  2. 自己编写的一个KMP字符串匹配算法的实现-I have written a KMP string matching algorithm implementation
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:899byte
    • 提供者:jususe
  1. ArtiAnomalyG

    0下载:
  2. 自己编写的一个小算法 用于weka中,数据预处理-I have written for a small weka algorithm, the data pre-processing
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:4.75kb
    • 提供者:bj
  1. zhuangxiang

    2下载:
  2. 自己编写的装箱问题的各种求解策略,包括BESTFIT,FIRSTFIT,WORSTFIT,NEXTFIT-I have written a variety of bin-packing problem solving strategy, including the BESTFIT, FIRSTFIT, WORSTFIT, NEXTFIT etc.
  3. 所属分类:Data structs

    • 发布日期:2014-11-19
    • 文件大小:2.8kb
    • 提供者:binbin
  1. graph

    0下载:
  2. 根据现有图,实现求关键路径的算法,自己编写的,有什么问题请指教-Under the existing plan, the realization of the algorithm for critical path
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:481.14kb
    • 提供者:天天
  1. SanLie

    0下载:
  2. 自己编写的数据结构程序,主要是进行散列表的各种存储方式优越性 的比较-Their own procedures for the preparation of the data structure is primarily one of a variety of stored hash table comparison of the superiority of
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.89kb
    • 提供者:雷文
  1. seg_test

    0下载:
  2. 单片机数码管显示的小函数,自己编写的,初学者也许用的上-LED display for a small function, I have written, and beginners may be used in the
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:727byte
    • 提供者:fandy
  1. kruskal

    0下载:
  2. kruskal最小生成树的一种解决方法 自己编写的 已加注释-kruskal minimum spanning tree of a solution
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.64kb
    • 提供者:Yang Ge
  1. RedAndBlackBinaryTree

    0下载:
  2. 自己编写的数据结构中的红黑树的实现,包括各种生成,添加,删除等各种操作-Own C program of data structure s red-black tree implementation, including generation, add, delete and other operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5.71kb
    • 提供者:david
  1. 0-1

    0下载:
  2. 0-1背包问题的动态规划,根据算法书上自己编写的一个小程序,背包问题用动态规划的方法来解决-0-1 knapsack problem dynamic programming, according to algorithm I have written the book on a small program, knapsack problem using dynamic programming approach to the
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:104.73kb
    • 提供者:王周利
« 12 3 4 5 »
搜珍网 www.dssz.com