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

资源列表

« 1 2 ... .73 .74 .75 .76 .77 9078.79 .80 .81 .82 .83 ... 199241 »
  1. simple_xy_rd

    1下载:
  2. 利用Fortran 90 接口读取已经创建的nc文件,并且检验其读写是否正确-The use of Fortran 90 interface to read nc file has been created, and test its read and write correctly
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:811byte
    • 提供者:yetsyu
  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. dongtaiguigua

    1下载:
  2. 这是动态规划的训练资料,非常有用的,对于我们学习算法,南开大学内部资料-this is dong tai gui hua zi liao ,naikai university has it ,it is very helpful
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:467.64kb
    • 提供者:周灵
  1. DLink

    1下载:
  2. 1.求双向循环链表的长度 2.在双向循环链表指定位置插入一个元素 3.给定双向循环链表中一个结点元素值e,要求将数据y插入到元素e的前面 4.给定双向循环链表中一个结点元素值e,要求将数据y插入到元素e的后面 5.给定双向循环链表中一个结点元素值e,要求将数据y插入到元素e的后面 6.删除双向循环链表中指定位置的元素 7.给定双向循环链表中一个结点元素值e,要求将其对应结点删除 8.给定双向循环链表中一个结点元素值e,要求删除对应结点的直接前驱 9.给定双向循环链
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1.81kb
    • 提供者:张敏
  1. shijianmoni

    1下载:
  2. 数据结构 队列 模拟事件驱动 程序。模拟客户到达事件,客户离开事件,事件列表,列队窗口,显示模拟结构-Queue data structure event-driven simulation program. Analog customers to reach the event, the customer to leave the event, event list, lined up window, show the simulated structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:29.85kb
    • 提供者:teamo38
« 1 2 ... .73 .74 .75 .76 .77 9078.79 .80 .81 .82 .83 ... 199241 »
搜珍网 www.dssz.com