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

搜索资源列表

  1. 数据结构中所用的8种排序方法

    2下载:
  2. 本程序集合了数据结构8种主要的排序方法:插入排序、冒泡排序、选择排序、快速排序、希尔排序、堆排序、归并排序、基数排序。-the procedures set of data structure of the eight major sequencing method : Insert ranking Bubble Sort, select, in order of Quick Sort, Hill sequencing, heap sort, merge, in order of ranking
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:76.72kb
    • 提供者:吴晓辉
  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. 部分数组操作

    0下载:
  2. 可实现矩阵转换,螺旋数组,数字移动,数组操作,桶排序,杨辉三角形-conversion matrix can be realized, helical array, digital mobile array operation, barrels, in order of Yang Hui triangle
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.52kb
    • 提供者:皮皮
  1. 会议安排

    0下载:
  2. 本代码用贪心算法实现会议安排的最佳顺序,其目标是使得能够安排的会议数量最多,是贪心算法的典型应用-code with the greedy algorithm to achieve the best arrangements for the order, its goal is to arrange the largest number of meetings, the greedy algorithm is a typical application
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:904byte
    • 提供者:汪永威
  1. 求解约瑟夫问题

    2下载:
  2. 求解约瑟夫问题。设有n个人围成一个圆圈坐下,对所有围从的人从某个位置开始编号为1,2,3,……,n,从编号为1的人开始报数1,报数依交进行,报数n的人即出列,下一个人从1开始报数,再报数m的人便是第二个出列的人如此重复下去,直到最后一个人出列为止,于是便得到一个出列的顺序,这称之为约瑟夫(Josephu)问题。-solving problems. N individuals have formed a circle to sit down, all right Wai from the star
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7.84kb
    • 提供者:葛林
  1. Binary_Tree

    0下载:
  2. Binary_tree.cpp :执行文件生成所有二叉树 这样做的目的C + +程序是产生所有二叉树指定节点数目。 基本思想是衍生所有二叉树基于退化树。 该算法的动机是圆括号法则代表二叉树。 一组括号可通过字典秩序排列,由此也可以产生二叉树。但该算法代码中并没有简单地转换括号代表性 它一直在改变过去的节点从最新二叉树下一可能位置(在这里,我们假设右向是正确的退化树方向) 。 该文件还提到计算机内存时(读/写)和avarage参考值。 这个工程在Microsof
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3.11kb
    • 提供者:hunter
  1. Fourth-order-Runge---Kutta-

    0下载:
  2. 四阶龙格-库塔算法在姿态解算中的应用,是实现圆锥运动的姿态解算。当旋转角速率w为定值的时候,我用龙格-库塔算法很容易解出了姿态矩阵四元数。-Fourth order Runge- Kutta algorithm of attitude algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:4.04kb
    • 提供者:杨茜
  1. the-definition-of-order-form

    0下载:
  2. 如何建立顺序表及顺序表的操作比如插入删除查找-How to establish the order form and order operations such as inserting a table lookup, and so remove
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1.61kb
    • 提供者:久岳
  1. Order-form-insert

    0下载:
  2. 任意长度的线性表的任意位置顺序插入值的操作-Any length anywhere in the linear order of the table into the value of operating
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:101.27kb
    • 提供者:陈军
  1. Pre-order-binary-tree-traversal

    0下载:
  2. 二叉树的前序遍历:主要运用C语言来实现二叉树的前序遍历算法-Pre-order binary tree traversal
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:743byte
    • 提供者:ll
  1. First-order-binary-tree-traversal

    0下载:
  2. 二叉树先序遍历,二叉树先序遍历树种的各节点-First order binary tree traversal, preorder traversal of binary tree each node of tree species
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:628byte
    • 提供者:陈与
  1. Change-the-order-of-three-digit

    0下载:
  2. 改变三位数的次序 输入一个三位数 将百位与个位改变次序输出-Change the order to enter a three-digit three-digit to one hundred and one bit to change the order of output
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:6.87kb
    • 提供者:zhang
  1. Order-circular-queue

    0下载:
  2. 数据结构支持的顺序循环队列,包含入队出队,取队头,清队,显示队列-The order cycle data structures to support queues, including a team into the team, take the first team, clean team, display the queue
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:117.65kb
    • 提供者:韩士杰
  1. Call-and-order-one

    0下载:
  2. 调用与排序 1、编一个程序从一个文本文件source.txt中读入若干整数,用选择法将这些数据排成升序,将排序后的结果写入另一个文件文本文件target.txt中。注意两个文件均在d盘的data文件夹中。 在程序运行前,先准备好输入数据文件source.txt,放入d盘的data文件夹中,内容可以如下:...... 程序运行结束后,查看d盘的data文件夹中的结果文件target.txt内容是否正确。 -Call and order one, compiled a program f
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:283.84kb
    • 提供者:于慧斌
  1. Stack-order-and-achieve

    0下载:
  2. 数据结构栈的顺序表现形式和实现,出栈、入栈、遍历栈、取栈顶、删除栈顶-Manifestation of the order of the data structure stack and stack, stack, traverse the stack, take the top of the stack, delete the top of the stack
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:5kb
    • 提供者:fengchao
  1. compare-the-order-of-words

    0下载:
  2. 比较单词的顺序,输入两个单词,看他们正序排列的先后顺序-Compare the order of words, enter the two words, look at the positive sequence arranged in the order
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1.63kb
    • 提供者:eternal
  1. Book-sales-system-(order-form)

    0下载:
  2. 图书销售系统(顺序表) 数据结构(C语言)wintc运行环境-Book sales (order form) data structure (C language) wintc operating environment
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:1.74kb
    • 提供者:梦里
  1. order

    0下载:
  2. 通过冒泡排序法和选择排序法实现对若干数字的排序。-To achieve the order of several numbers
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:557byte
    • 提供者:陈忠德
  1. Half-and-half-into-ascending-order

    0下载:
  2. 一种简单的排序方法在VC++环境中的实现,编译环境为visual2010;对半插入升序排序-Half-and-half into ascending order
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:1.97mb
    • 提供者:陈建壮
  1. word-in-reverse-order

    0下载:
  2. Program to print words in reverse order and punctuation marks in same order using stack.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1kb
    • 提供者:Amrinder singh
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com