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

资源列表

« 1 2 ... .81 .82 .83 .84 .85 8986.87 .88 .89 .90 .91 ... 199236 »
  1. arithmetic

    1下载:
  2. 算法设计与实验题解-王晓东编写 语言:C-Algorithm Design and experiment of Xie- Xiaodong write Language: C++
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:7.69mb
    • 提供者:zhudz
  1. ds_4

    1下载:
  2. 1.定义二叉树的链式数据结构。 2.编写函数,创建下图所示的二叉树。 3.编写函数输出二叉树的先序、中序、后序遍历。-1. The definition of binary tree data structure chain. 2. Write a function, create a binary tree as shown in figure below. 3. Write function, the output of the first binary sequence, in o
  3. 所属分类:Data structs

    • 发布日期:2016-05-20
    • 文件大小:707byte
    • 提供者:Yvonne
  1. ds_5

    1下载:
  2. 1.定义图的数据结构。 2.编写函数,用邻接表实现图的存储结构,求图的顶点的度数。 3.编写函数,输出图的遍历序列。-1. The definition of graph data structure. 2. Write a function, using adjacency list implementation diagram of the storage structure, find the vertex of degree. 3. Write a function, the o
  3. 所属分类:Data structs

    • 发布日期:2016-05-20
    • 文件大小:858byte
    • 提供者:Yvonne
  1. ds_6

    1下载:
  2. 1.定义哈希表数据结构。 2.除留余数法做为哈希函数、 H(key) = key P 用线性探测再散列解决冲突方法,编写函数,实现哈希造表的过程,并输出哈希表。 3.编写函数,求查找成功时的平均查找长度(ASL)。-1. Define hash table data structure. 2. In addition to leaving the remainder as the hash function method, H (key) = key P re-hashing
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:636byte
    • 提供者:Yvonne
  1. DPmissileDefence

    1下载:
  2. 动态规划入门问题:导弹防御 的解答与源程序,包含样例输入与输出-Introduction to dynamic programming problems: answers and the source of missile defense, including sample input and output
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.37kb
    • 提供者:张无忌
  1. BinaryTree

    1下载:
  2. 求解线索二叉树中结点前趋和后继的算法以及以相应次序遍历线索二叉树的算法,二叉树的线索化算法的设计-Solving clues to binary tree node before the trend and follow-up algorithm and the corresponding sequence of binary tree traversal algorithm clues, clues to binary tree algorithm design
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-12-26
    • 文件大小:4.85kb
    • 提供者:钟环
  1. OS

    1下载:
  2. 操作系统课程设计 资源管理系统 银行家算法 安全算法 源代码和课设报告-Operating system, curriculum design, resource management system security algorithm banker' s algorithm source code and class-based reporting
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:279.18kb
    • 提供者:keven
  1. CampusTour

    1下载:
  2. 这个程序的主要功能是进行校园导航 程序可以显示校园内的场馆的位置-The main function of this program is to navigate the campus program can display the location of venues on campus
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:2.61kb
    • 提供者:张明
  1. bank

    1下载:
  2. 假设某银行有四个窗口对外接待客户,从银行开门起就不断的有客户进入银行。由于每个窗口在某时刻只能接待一个客户,因此在客户众多时需按先后顺序排队,设计一个程序,遵循先到者先办理的原则,模拟银行办理业务的效率最高,客户耗时最少的情形。-Suppose there are four windows of a bank receiving external customers, starting from the bank have continued to open the door into the
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:3.45kb
    • 提供者:lishan
  1. josephus

    1下载:
  2. 问题描述: 新Josephus排列问题定义如下:假设n个人排成一个环形,给定一个正整数m,从第1 个人开始,沿环计数,每遇到第m个人就让其出列,这时计算器m自动加一,且计数继续进 行下去。这个过程一直进行到所有的人都出列为止,最后出列者为赢家。设这n个人的编号 分别为1~n,每次从编号为1的竞赛者开始计数,那么每个人出列的次序定义为整数1~n 的一个排列。这个排列称为一个(n,m)Josephus排列。 例如,(7,3)Josephus 排列为3,7,6,2,4,1,5。
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:1.63kb
    • 提供者:atlantis
  1. Cpp1

    1下载:
  2. 一个行编辑程序,是根据数据结构课程设计实习题目设计的行编辑程序,功能较为简单-One-line editing program, is based on the data structure design of curriculum design internship subject line editing program, features a relatively simple
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2.65kb
    • 提供者:zhangyu
  1. DataStructuresandAlgorithms

    1下载:
  2. 数据结构和算法,Alfred V.Aho所著,很不错的一本老书,有时候都可以拿来看一看。-Data structures and algorithms, written by Alfred V. Aho , it is a good old book, if you got time you can take a look.
  3. 所属分类:Data structs

    • 发布日期:2017-05-19
    • 文件大小:5.34mb
    • 提供者:Mckuro
« 1 2 ... .81 .82 .83 .84 .85 8986.87 .88 .89 .90 .91 ... 199236 »
搜珍网 www.dssz.com