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

资源列表

« 1 2 ... .31 .32 .33 .34 .35 9036.37 .38 .39 .40 .41 ... 199236 »
  1. dsdemo

    1下载:
  2. 很好的数据结构学习软件。有C语言和Pascal语言两种形式。-good data structure learning software. C language and Pascal language in two forms.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:197.46kb
    • 提供者:cpav
  1. 经典汉诺塔问题c语言版

    1下载:
  2. 汉诺塔是初学数据结构的同学最头疼的问题,这里是一个用递归函数解决汉诺塔问题的经典c语言程序,里面有代码和执行文件。-HANOR data structure is that when the students most headaches, here is a solution using a recursive function HANOR a classic c language program, which has code and the implementation document.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8.5kb
    • 提供者:苏辉
  1. MatrixMul

    1下载:
  2. 矩阵连乘算法,实现几个矩阵相乘的最优顺序,并计算出复杂度-matrix continually multiply algorithm, achieving several matrix multiplication, the optimal sequence and calculated complexity
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.3kb
    • 提供者:rice
  1. 一元稀疏多项式计数器

    1下载:
  2. 一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式,输出形式为整数序列:n,c1,e1,c2,e2……cn,en,其中n是多项式的项数,ci,ei分别为第i项的系数和指数。序列按指数降序排列。 (3) 多项式a和b相加,建立多项式a+b,输出相加的多项式。 (4) 多项式a和b相减,建立多项式a-b,输出相减的多项式。 用带表头结点的单链表存储多项式。 测试数据: (1) (2x+5x8
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:36.95kb
    • 提供者:陈宇
  1. 最短路径在铁路上实现的

    1下载:
  2. 是一种数据结构的编程代码,程序实现一种算法,在铁路系统上在两点间得到最短路径-is a data structure of the programming code, procedures to achieve an algorithm, the railway system in the period between 2:00 Shortest Path
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.34kb
    • 提供者:陈云
  1. 等值线追踪与绘制(源代码)(1.0)

    1下载:
  2. 等值线追踪与绘制(源代码)(1.0).rar-contour mapping and tracking (source code) (1.0). Rar
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:66.02kb
    • 提供者:郑建华
  1. 数据结构的停车场

    1下载:
  2. 利用栈和队列完成停车场的管理,数据结构的实习题目,并完成选做内容-use stack and queue complete parking management, and data structure of the internship topics, and complete the election to content
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:24.88kb
    • 提供者:陈大民
  1. 数据结构的稀疏矩阵运算器

    1下载:
  2. 利用十字链表的储存结构完成距阵的加,减,乘.数据结构实习题目,已完成选做内容.-use the storage structure to complete the matrix, plus or minus, riding. Internship topic data structure, so as to complete the election.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:24.25kb
    • 提供者:陈大民
  1. 平衡二叉树c++

    1下载:
  2. 平衡二叉树生成 输入任意个节点 如 2 6 8 0为显示 可自动生成平衡二叉树 bf为平衡因子 h给深度 可插入删除 计算转动次数(wangliwei007也是我,质料没添全就换这个好号,请斑竹给我发个号好吗?我也想下载东西,急)-balanced binary tree generating arbitrary input nodes as 2 6 8 0 to demonstrate that automatically generates balanced binary tree bf f
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.6kb
    • 提供者:王立伟
  1. 震铃

    1下载:
  2. VC下实现响铃的小程序,自动生成一个小文件,可以用realplayer等播放器打开-VC under Neither the small program automatically generates a small file that can be used REALPLAYER other players open
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5.36kb
    • 提供者:夏天
  1. UnionFind

    1下载:
  2. 这是研究生课程计算方法与技术中讲到的UnionFind算法的具体实现代码。-This is the post-graduate courses and technical calculation method described in UnionFind algorithm to achieve the specific code.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7.42kb
    • 提供者:孙江萍
  1. PatternMatching

    1下载:
  2. 这是计算机专业硕士生课程《算法设计与实现》中讲到的模式匹配算法的实现,并且将该算法与KMP算法进行了比较。-It was the professional degree programs, "Algorithm Design and Implementation" referred to the pattern matching algorithm implementation, and algorithm and KMP algorithm are compared.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11.92kb
    • 提供者:孙江萍
« 1 2 ... .31 .32 .33 .34 .35 9036.37 .38 .39 .40 .41 ... 199236 »
搜珍网 www.dssz.com