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

资源列表

« 1 2 ... .53 .54 .55 .56 .57 658.59 .60 .61 .62 .63 ... 2673 »
  1. readfile

    0下载:
  2. 对二进制数据文件格式进行重新排序的C程序源码。例如有很多个站的很多时刻的观测数据。本程序将以时间排序的数据变为以站点排序的数据,适应很多工程处理的需要。-Reordering of the binary data file format C program source. For example, the observational data of many stations a lot of time. This procedure will be time to sort the data
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:222.74kb
    • 提供者:赵姣姣
  1. kcsj

    0下载:
  2. 数据结构课程设计的,选存储结构,输入含n个顶点(用字符表示顶点)和e 条边的图G; (2)求每个顶点的度,输出结果; (3)指定任意顶点x为初始顶点,对图G作DFS遍历,输出DFS 顶点序列(提示:使用一个栈实现DFS); (4)指定任意顶点x为初始顶点,对图G作BFS遍历,输出BFS 顶点序列(提示:使用一个队列实现BFS); (5)输入顶点x,查找图G:若存在含x的顶点,则删除该结点及 与之相关连的边,并作DFS遍历(执行操作3);否则输出信 息“无x”; (6)判断图G是否是连通图,输出信
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:222.65kb
    • 提供者:王俊超
  1. Hash_Table

    0下载:
  2. 哈希表,数据结构,完整代码,值得学习。C++语言-Hash tables, data structures, complete code, it is worth learning
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:222.63kb
    • 提供者:陈子溦
  1. MinPath

    0下载:
  2. 最短路径的c++实现。从图中某顶点出发,沿图的边到达另一顶点所经过的路径中, 各边上权值之和最小的一条路径——最短路径:从某个源点到其余各顶点的最短路径。 -c++ shortest path implementation. A vertex the figure, the figure reaches the other side along the path through the vertex, each edge and the minimum weight of a path-
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:222.62kb
    • 提供者:刘红梅
  1. poly

    0下载:
  2. 采用链表结构进行一元多项式的相加的VC++工程文件-List structure using the sum of one yuan polynomial VC++ project files
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:222.59kb
    • 提供者:王玉洁
  1. memery-management

    0下载:
  2. 文件操作;堆排序算法;二分插入算法; 内存管理模拟和自定义的内存分配、释放功能等;所有的是一个整体。-File operations heap sorting algorithm Binary Insert Sort algorithm memory management simulation and custom memory allocation and release functions all as a whole.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:222.41kb
    • 提供者:Foster
  1. code

    0下载:
  2. 3道分治算法题目以及解析。题目为图片,对应题目名有对应程序,在C/C++语言编译环境中测试通过。-3 topics as well as parsing of divide-and-conquer algorithm. Subject to the pictures corresponding topic name corresponding to the program, the test passed in the C/C++ language compiler environment.
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:222.36kb
    • 提供者:伯南克
  1. LinearList

    0下载:
  2. 数据结构单链表,实现各种功能,保证正确,没有错误-Singly-linked list of data structures to achieve a variety of functions, and ensure the correct, no errors
  3. 所属分类:Data structs

    • 发布日期:2017-12-06
    • 文件大小:222.29kb
    • 提供者:Hita
  1. pl0(2)

    3下载:
  2. 对PL0原编译器进行了以下的扩充:1.增加以下保留字else(elsesym), for(forsym),to(tosym),downto(downtosym),return(returnsym),[(lmparen),](rmparen) 2.增加了以下的运算符:+=(eplus),-=(eminus),++(dplus),--(dminus) 取址运算符&(radsym),指向运算符@(padsym) 3.修改单词:修改不等号#为<> 4.扩充语句:(1)增加了e
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 汉诺塔的解决,里面附带源代码,打开就能运行了!-Han s the solution of the tower, with open source code, it can run!!!!!
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:222.1kb
    • 提供者:miste chen
  1. paixu

    0下载:
  2. 查看数据结构的排序演示和工作过程和原理等-View the sort demonstration of data structures and work processes and principles
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:222.1kb
    • 提供者:lijinde
  1. ccc

    0下载:
  2. 链表、冒泡排序法。 计算学生各科成绩然后统计成绩信息-List, bubble sort method. Calculation of the various achievements of students and achievement statistics information
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:222.03kb
    • 提供者:舒中
« 1 2 ... .53 .54 .55 .56 .57 658.59 .60 .61 .62 .63 ... 2673 »
搜珍网 www.dssz.com