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

搜索资源列表

  1. 02

    0下载:
  2. 求网中顶点间最短路径,如果有错误或者不足请指教
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.56kb
    • 提供者:张三
  1. 生产者--消费者问题例程

    0下载:
  2. 02.生产者--消费者问题例程.rar
  3. 所属分类:数据结构常用算法

  1. FastDFS_v3.02.tar

    0下载:
  2. FastDFS系统,非常好用的分布式系统FastDFS系统,非常好用的分布式系统-FastDFS system, very easy to use distributed systems FastDFS system, very easy to use distributed systems
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:335.55kb
    • 提供者:林嘉唐
  1. 02-05-44

    0下载:
  2. 本程序实现了基本的几种内部排序算法,包括插入排序,交换排序,选择排序,基数排序和归并排序,并且对各种算法的时间复杂度和空间复杂进行了分析和比较-This procedure has several basic internal sorting algorithms, including insertion sort, exchange sort, select sort and merge sort to sort the base, and a variety of algorithm'
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:227.31kb
    • 提供者:李晓杰
  1. 02-04-29

    0下载:
  2. 建立一个二叉树以及二叉树的后序遍历算法的演示-The establishment of a binary tree and binary tree traversal algorithm, after the demonstration
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:53.13kb
    • 提供者:李晓杰
  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-16
    • 文件大小:23.65kb
    • 提供者:李晓杰
  1. 02

    0下载:
  2. 编写一个程序,将两个字符串连接起来(不用STRCAT函数)利用指针实现-Write a program that will link the two strings (not STRCAT function) the use of pointers
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:221.77kb
    • 提供者:李世超
  1. 02

    0下载:
  2. 线性表的链式存储及其运算,能较好的理解计算机中链式存储的原理。-Linear form a chain store and its operation, to better understand the principles of the computer chain store.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:189.69kb
    • 提供者:Luo
  1. Lab5(1)

    0下载:
  2. 01.线性表的顺序存储及其运算02.线性表的链式存储及其运算03.栈的应用04.循环队列05.二叉树的顺序存储及其运算06.二叉树的链式存储及其运算(二叉排序树)07.顺序查找-01. Linear sequence of storage and computing table 02. Linear chain store and its operation table 03. Stack of applications 04. Circular queue 05. Binary storage
  3. 所属分类:Data structs

    • 发布日期:2017-06-11
    • 文件大小:17.63mb
    • 提供者:Luo
  1. 02-18-46

    0下载:
  2. 系统应具备的功能: (1)从键盘上输入五个学生的考研成绩; (2)实现直接插入排序、二分插入排序、对各科成绩,以及平均成绩从小到大排序; (3)比较各种插入排序的优劣。 -System should have the function: (1) input from the keyboard on the study section of the results of five students (2) for direct insertion sort, binary ins
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.2kb
    • 提供者:刘洋
  1. 02.pdf

    0下载:
  2. algorithm development ---analysys and design of algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:52.18kb
    • 提供者:sudheesh
  1. a3003@04.02

    0下载:
  2. 本程序算法相对简单,可以申请一个2维数组,作为方格的抽象,本程序做了一个尝试,即将2维数组变为一维,但是仍然可以通过整数除法与模运算求得相应与2维数组的行列数值。本题算法其实是经典迷宫问题的一个变种。只是判断规则和行走规则有所出入。解决思想基本一致。现规定从当前点有4*step(step是最大步长)个选择(如果存在的话,否则到方格边界则不走);采用回溯遍历所有的情况,取得最大值输出。-The program algorithm is relatively simple, can apply fo
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.7mb
    • 提供者:张飞
  1. 02-InsertionSortCpp

    0下载:
  2. 数据类型的排序算法,适合初学者分析,并学习类的使用-sort alg
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:8.82kb
    • 提供者:Xiao
  1. 02

    0下载:
  2. 2.1 线性表的类型定义 2.2 线性表的顺序表示和实现 2.3 线性表的链式表示和实现 2.4 一元多项式的表示及相加-2.1 linear table type definition 2.2 and the linear order of the table that the linear form of the chain to achieve 2.3 to achieve 2.4 representation and the representation of one yua
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2.11mb
    • 提供者:李彦
  1. 02

    0下载:
  2. 程序功能: 能完成每位学生的某门课程的平时成绩和期末考试成绩的录入, 完成每位学生的总评成绩计算(平时成绩*30 +期末考试成绩*70 )并生成数据文件, 生成分数段统计文件(不及格人数,60-69数,70-79人数,80-89人数,90-100人数,及格 率), 通过学生成绩的数据文件查询学生成绩(查询条件自定)。 通过学生成绩的分段统计文件输出学生成绩分段情况和及格率。 程序要求: (1)能够完成300人以内任何人数的成绩处理。
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:7.98kb
    • 提供者:高丽丽
  1. 123

    0下载:
  2. 25.学生成绩管理系统 现有学生成绩信息文件1.txt,内容如下 姓名 学号 语文 数学 英语 张明明 01 67 78 82 李成友 02 78 91 88 张辉灿 03 68 82 56 王露 04 56 45 77 陈东明 05 67 38 47 学生成绩信息文件2.txt,内容如下: 姓名 学号 语文 数学 英语 陈果 31 57 68 82 李华明 32 88 90
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2.17kb
    • 提供者:痘痘
  1. 02

    0下载:
  2. 编写递归函数,求n个元素集合的所有子集。 不妨令集合元素为小写字母,原集合为{ a , b , …, a + n - 1}。 输入:input.txt,仅包含整数n(1-26)。 输出:若输入合法,输出集合的所有子集;否则输出"WRONG"。-Write a recursive function, an n-element set of all subset of. May wish to make a collection of elements to lowercase le
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.66kb
    • 提供者:princess36也
  1. 02

    0下载:
  2. 头插法或尾插法建单链表,并进行单链表的简单操作-Or tail head interpolation interpolation built single linked list and singly-linked list of simple operation
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:945byte
    • 提供者:yelan
  1. 02

    0下载:
  2. 输入要牌的张数,程序会自动向你发你想要的牌数。-Input to brand of number of sheets, and the program will automatically to your hair you want card number.
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:762byte
    • 提供者:王全书
  1. 02-WashingMachine

    0下载:
  2. williy book chapter 2 role statistics
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:190.49kb
    • 提供者:killer
« 12 »
搜珍网 www.dssz.com