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

搜索资源列表

  1. Back_Simulation

    0下载:
  2. 《数据结构》清华大学的,蓝皮(c语言篇)65页 模拟银行业务,计算客户平均逗留时间-"data structure," Tsinghua University, the Blue Paper (c Language) 65 simulation banking, calculate the average length of stay customers
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2189
    • 提供者:Bittern
  1. Text

    2下载:
  2. 编程题(15_01.c) 结构 struct student { long num char name[20] int score struct student *next } 链表练习: (1).编写函数struct student * creat(int n),创建一个按学号升序排列的新链表,每个链表中的结点中 的学号、成绩由键盘输入,一共n个节点。 (2).编写函数void print(struct
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1582
    • 提供者:zhudong
  1. 65

    0下载:
  2. 建立一个图后,对图进行深度优先遍历后输出-After the establishment of a plan to map the output after the depth-first traversal
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1323
    • 提供者:zq
  1. 02-23-65

    0下载:
  2. 通过输入车厢系列的编号n,求出所有可能由此输出的长度为n的车厢系列,用入栈出栈的方法,实现车厢调度,并演示每一种出栈序列的过程。任务:假设停在铁路调度站入口处的车厢系列的编号依次为1,2,3,…n。设计一个程序,求出所有可能由此输出的长度为n 的车厢系列。-Series by entering the number of compartments n, the resulting output to derive all possible n the length of the train li
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:24214
    • 提供者:李晓杰
  1. tree-2.65.tar

    0下载:
  2. 这是一个表示数据结构tree的c++模板对象,封装的非常好.tree-msvc.hh能在 visual c++下使用,如同使用stl标准模板类库一样-This is a tree data structure that the c++ template object, the package is very good. Tree-msvc.hh be able to use visual c++, as the use of standard template library stl the s
  3. 所属分类:Data structs

    • 发布日期:2016-07-10
    • 文件大小:197695
    • 提供者:gzj
  1. tree-2.65.tar

    0下载:
  2. tree-2.6.5用STL写的一个多叉树,经过测试,稳定-tree-2.6.5 with STL written more than one tree, tested, stable and
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:963894
    • 提供者:李绿洲
  1. paixu

    0下载:
  2. 实验名称:内部排序操作 实验题目:若待排序的关键字序列是: {103,97,25,14,80,6,38,65,21,30,124,17,54,47},请用以下方法进行排序,并输出排序的结果 用基数排序法进行排序。-Experiment Name: Experiment topics within the sorting operation: If the keywords to be sorted sequence is: (103,97,25,14,80,6,38,65,21,30,1
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1654
    • 提供者:1
  1. sort

    0下载:
  2. 三)排序 (1)插入排序——已知序列{17,18,60,40,7,32,73,65,85} 建立一个顺序表,采用插入排序算法的实现升序排序,打印排序结果; (2)交换排序——已知序列{503,87,512,61,908,170,897,275,652,462} (1)建立一个顺序表,采用冒泡排序法实现升序排序,并打印每趟排序结果; (2)建立一个顺序表,采用快速排序法实现升序排序,并打印每趟排序结果,与(1)做比较; (3)选择排序——已知序列{42,1
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2426
    • 提供者:王玉珏
  1. kuaipai

    1下载:
  2. 1. 按下述原则编写快排的非递归算法: (1)一趟排序之后,若子序列已有序(无交换),则不参加排序,否则先对长度较短的子序列进行排序,且将另一子序列的上、下界入栈保存; (2)若待排记录数?3,则不再进行分割,而是直接进行比较排序。 测试实例:{49 38 65 97 76 13 27 49 88 21 105} -1. Prepared by the following principles of non-recursive algorithm for fast row:
  3. 所属分类:Data structs

    • 发布日期:2014-10-30
    • 文件大小:1024
    • 提供者:zhongkeli
  1. Graduate-students--c-P-P

    0下载:
  2. 研究生考试课程为4门,其中数学、外语、政治为统一命题,而专业基础课则根据不同的专业由招生学校自行命题。国家对初试录取分数有总分要求(如某一年要求4门课总分应达到310分),另外还有对每门课的最低分数要求(如总分为100的试卷最低应达到40分,总分为150的试卷最低应达到65分)。编程统计初试合格的人数,并按总分由高到低的顺序输出合格考生的信息。-Student in the examination for the four course door, including mathematics,
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2029
    • 提供者:冯晓宁
  1. Newton

    0下载:
  2. 实验题目:Newton插值多项式 相关知识:通过n+1个节点的次数不超过n的Newton插值多项式为: 数据结构:两个一维数组或一个二维数组 算法设计:(略) 编写代码:(略) 实验用例: 已知函数y=f(x)的一张表(同上一个试验) 试验要求:利用Newton插值多项式 求被插值函数f(x)在点x=65处的近似值。建议:-Experiment Title: Newton interpolation polynomial Knowledge:
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-03
    • 文件大小:997
    • 提供者:pang
  1. 10907030238

    0下载:
  2. 1、分别完成顺序表和链表的实现,并用数据测试。例如:输入数据36,65,32,75,46,80。 (1)输出这些数据。 (2)在75前面插入一个数据38,输出插入后的链表。 (3)删除75 (4)修改36为90-1, respectively, to complete the sequence table and linked list implementation, and data used in testing. For example: input data 36,6
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:6165
    • 提供者:lethe
  1. link-list

    0下载:
  2. c语言的单向链表应用,使用WIN-TC V1.9.1编译器,从键盘输入70 65 78 90 95 85 -1共七个数据,注意,最后一个数据为负数,实现单向键表的创建,插入,删除,输出,销毁功能-c language s application for link list
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:771
    • 提供者:yiyu
搜珍网 www.dssz.com