CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载

资源列表

« 1 2 ... .63 .64 .65 .66 .67 8968.69 .70 .71 .72 .73 ... 199236 »
  1. rpn

    1下载:
  2. 中缀式变后缀式的代码。经典逆波兰式算法。-Reverse Polish notation
  3. 所属分类:Data structs

    • 发布日期:2014-11-03
    • 文件大小:15kb
    • 提供者:afj
  1. priorityQueue

    1下载:
  2. 利用二叉树实现的优先级队列类,包含了基本的入队,出队操作,减小键值等功能,可作为数据结构学习之用。-The priority queue class is implemented using binary tree. The fundamental function includes enqueue, dequeue, decrease key, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.41kb
    • 提供者:梁清凯
  1. 2010211307-2-24

    1下载:
  2. 假设稀疏矩阵A和B均以三元组表作为存储结构,试写出矩阵相加(相乘—选做)的算法,另设三元组表C存放结果矩阵。 矩阵相加测试实例: 0 7 0 8 0 2 0 1 0 0 A= 4 0 0 0 5 B= 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 0 6 0 0 -6 0 处理过程提示: 输入稀疏矩阵A和B 检测A和B能否相加 矩阵相加运算 打印运算结果-Sparse matrix A and B are in
  3. 所属分类:Data structs

    • 发布日期:2016-11-06
    • 文件大小:43kb
    • 提供者:李俐贤
  1. Figure-and-its-application

    1下载:
  2. 用图来表示一个校园内各种地名(不少于10个),及其相对位置,实现校园内主要地点的遍历,并能求解任意两个地点之间的最短距离。-By using the picture to show a campus various places (not less than 10), and their relative positions, realize the main campus of the site traverse, and can solve any two place the shortes
  3. 所属分类:Data structs

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

    1下载:
  2. 中 (1)增加一条弧    Addarc(adj,数据结构(第七章_图)作业: 题目描述:在有向图u,v) (2)删除一条弧    Delarc(adj,u,v)*-(1) add a arc Addarc (adj, data structures (Chapter VII _ Figure) operations: Title Descr iption: In a directed graph u, v) (2) Delete an arc
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:446.57kb
    • 提供者:张澜
  1. interval-tree

    1下载:
  2. a realization of interval tr-a realization of interval tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2.07kb
    • 提供者:newman97
  1. text

    1下载:
  2. 输入N个点的坐标,判断这N个点能否构成一个凸多边形。-Enter the coordinates of N points, to determine whether the N points form a convex polygon.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:646byte
    • 提供者:唐宇晨
  1. Data-structure-course-design

    1下载:
  2. 上学期做的数据结构课程设计,走迷宫游戏,分别用了两种方法来实现: 第一种方法,链栈的存储结构,用递归的dfs来实现 第二种方法,回溯法求出所有通路,穷举求解法-On the data structure of the semester curriculum design, mazes game, respectively for the two methods to realize: The first method, chain stack the storage structur
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:4.33kb
    • 提供者:李国强
  1. GSP

    1下载:
  2. GSP算法的C++实现 GSP算法的C++实现 GSP算法的C++实现 GSP算法的C++实现 GSP算法的C++实现 -the C++ implement for GSP algorithm,it has been test by VS2010 and all right the C++ implement for GSP algorithm,it has been test by VS2010 and all right the C++ implement for GSP alg
  3. 所属分类:Data structs

    • 发布日期:2017-05-22
    • 文件大小:6.61mb
    • 提供者:MRZ
  1. BTree

    1下载:
  2. 用MFC实现二叉树的建立,前序中序后序遍历,求树高,叶子个数,交换左右子树,求结点个数,复制二叉树等-The establishment of a binary tree using MFC, after pre-order ininorder traversal order, seeking tree height, leaf number, exchange left and right subtrees, the number of demand nodes, copy the binar
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2mb
    • 提供者:萱萱
  1. queen

    1下载:
  2. 用MFC实现八皇后问题,可多皇后,比如四皇后、十六皇后等,可通过输入参数实现-Using MFC to solve eight queens problem, and more Queen, for example four Queens, sixteen Queen, etc., can be achieved through the input parameters
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:223.04kb
    • 提供者:萱萱
  1. jifen

    1下载:
  2. 用C语言实现变步长复合梯形求积分,变步长辛普森法求积分,高斯法求积分。-In the C language realization become step length composite trapezoid for integral, become step length Simpson method for integral, gaussian method for integral.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:797byte
    • 提供者:申君
« 1 2 ... .63 .64 .65 .66 .67 8968.69 .70 .71 .72 .73 ... 199236 »
搜珍网 www.dssz.com