CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - sequential

搜索资源列表

  1. exp9

    0下载:
  2. 有512人参与游戏,从1至512给每人分配一个编号,已知每个人的游戏得分在0~999之间,需要找出游戏参与者的最高分和次高分。让电脑自行产生512个随机整数给各位参与者得分。输出所有参与者及其得分。用顺序查找方法,锦标赛法、通过无序序列建堆和堆调整三种方法取得最高分者和次高分者及其分数并输出。(There are 512 people involved in the game, each assigned a number from 1 to 512, known to each player'
  3. 所属分类:数据结构

    • 发布日期:2017-12-27
    • 文件大小:1620992
    • 提供者:黄花寒
  1. AHP

    0下载:
  2. AHP层次分析法,matlab实现。层次分析法是将决策问题按总目标、各层子目标、评价准则直至具体的备投方案的顺序分解为不同的层次结构,然后得用求解判断矩阵特征向量的办法,求得每一层次的各元素对上一层次某元素的优先权重,最后再加权和的方法递阶归并各备择方案对总目标的最终权重,此最终权重最大者即为最优方案。(AHP analytic hierarchy process (AHP) and MATLAB implementation. AHP is a decision problem accordi
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:11264
    • 提供者:Lupinix
  1. program2

    0下载:
  2. 将线性表(顺序存储)中前 m 个元素和后 n 个元素进行互换(m+n<length)。 注意算法的空间复杂度。(Swap the first m elements of the linear table (sequential storage) and the latter n elements (m+n<length). Note the space complexity of the algorithm.)
  3. 所属分类:数据结构

    • 发布日期:2017-12-22
    • 文件大小:2048
    • 提供者:弗罗多
  1. Speech Encoding - Frequency Analysis MATLAB

    0下载:
  2. The speech signal for the particular isolated word can be viewed as the one generated using the sequential generating probabilistic model known as hidden Markov model (HMM). Consider there are n states in the HMM. The particular isolated speech sig
  3. 所属分类:语音合成与识别

    • 发布日期:2017-12-29
    • 文件大小:787456
    • 提供者:Khan17
  1. 实验一

    0下载:
  2. 1、设线性表的数据元素都为整数,存放在顺序表S中且递增有序。设计算法,将x插入到顺序表S的适当位置上,以保持线性表的有序性。 2、线性表使用顺序表作存储结构,设计算法,仅用一个辅助结点,实现将顺序表中的结点循环右移k位的运算。 3、设计算法,仅用一个辅助结点,实现将顺序存储的线性表中的数据元素逆置。(1. The data elements of the linear table are all integers. They are stored in the sequential tabl
  3. 所属分类:数据结构

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:niushizhuo
  1. G-S

    0下载:
  2. C语言编写,顺序高斯法求解线性方程组代码,方程组系数以文本形式导入程序,可计算多阶方程,识别运算时间,算法时间复杂度较低。(C language, sequential Gauss method for solving linear equations, code equations, coefficients in text form into the program, can calculate multiple equations, identify the operation time,
  3. 所属分类:数学计算

    • 发布日期:2017-12-31
    • 文件大小:13312
    • 提供者:lhk123454321
  1. 顺序表

    0下载:
  2. 学生成绩单的线性表顺序存储 顺序表 数据结构(Student transcr ipts are linear tables, sequentially stored, sequential tables, and data structures)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:461824
    • 提供者:aliflcat
  1. 线性表的存储结构

    0下载:
  2. 本程序实现了线性表的顺序存储结构,可利用率高,界面清晰。(This program implements a linear table of the sequential storage structure, high utilization, clear interface.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:1247232
    • 提供者:抹油先生
  1. L1_06

    0下载:
  2. 对顺序表的一些基本操作(建表、插入、删除等)和具体的函数定义(Some basic operations of the sequential table (building table, insert, delete, etc.) and specific function definitions)
  3. 所属分类:数据结构

    • 发布日期:2017-12-25
    • 文件大小:10240
    • 提供者:未未
  1. 3120102432-1

    0下载:
  2. 用顺序表实现学生成绩管理系统 对线性表的顺序存储结构进行基本操作,要实现的功能有: (1)录入功能:可以录入学生信息; (2)统计功能:计算出每个学生的平均成绩,按照平均成绩排序,并能统计出100~90,60~0学生的人数和信息; (3)查找功能:能根据学号查找学生信息,并能进行相应修改; (4)插入功能:能插入新学生的信息; (5)删除功能:能根据学号,删除相应学生的信息。(Using the order table to achieve student achievement m
  3. 所属分类:数据库编程

    • 发布日期:2017-12-28
    • 文件大小:3590144
    • 提供者:xxy29
  1. seqlist

    0下载:
  2. 实现对顺序表进行的增加,删除,修改,查找等一系列操作(Add and delete operation of sequential table to realize addition and deletion operation of sequence table)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:5120
    • 提供者:ABBOTT.LI
  1. hiding

    0下载:
  2. 使用LSB算法实现信息隐藏,读入txt文本内容,顺序法嵌入到载体图像中实现隐藏(Using LSB algorithm to achieve information hiding, sequential embedding)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-26
    • 文件大小:55296
    • 提供者:翁翁
  1. 1111

    0下载:
  2. 二哥学了二叉树的顺序存储后,被下面一个问题难住了,于是他请你帮他解决。给你一个前序遍历和中序遍历,问顺序存储的数组是什么样子的。 Example Input Format 第一行为前序遍历,第二行为中序遍历,节点个数不超过26. Output Format 输出一行,表示顺序存储的数组,以空格隔开,NULL表示空节点,数组空间不超过1000个节点(The second order storage learned two tree, asked the next questi
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:244736
    • 提供者:-我想静静-
  1. 《数据结构》实验1 线性表 - 副本

    0下载:
  2. 顺序表的基本操作 创建任意整数线性表 遍历线性表(The basic operation of the sequential table creates an arbitrary integer linear table)
  3. 所属分类:数据库系统

  1. 顺序表

    0下载:
  2. 顺序表是在计算机内存中以数组的形式保存的线性表,是指用一组地址连续的存储单元依次存储数据元素的线性结构。线性表采用顺序存储的方式存储就称之为顺序表。顺序表是将表中的结点依次存放在计算机内存中一组地址连续的存储单元中。本程序设计顺序表的创建销毁插入遍历等操作。(A sequential table is a linear list stored in an array of memory in a computer memory. It is a linear structure that sto
  3. 所属分类:数据结构

    • 发布日期:2017-12-31
    • 文件大小:269312
    • 提供者:James1994
  1. BiLinkTree

    0下载:
  2. 二叉树的顺序存储表示结构定义,非递归的二叉链表创建和初始化等等(BiLinkTree Definition of sequential storage representation structure for two binary tree)
  3. 所属分类:数据结构

    • 发布日期:2018-01-01
    • 文件大小:4096
    • 提供者:伟哥wang
  1. SeqBiTree

    0下载:
  2. 顺序存储结构下的二叉树创建和初始化,二叉树的顺序存储表示结构定义(Definition of sequential storage representation structure for two binary tree)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-01
    • 文件大小:3072
    • 提供者:伟哥wang
  1. 有序表归并(单链表存放)

    0下载:
  2. (有序表(顺序储存)合并)假设有两个有序表LA和LB,设计一个算法,将他们合并成一个有序表LC(假设每个有序表中和两个有序表间均不存在重复元素)。要求不破坏原有表LA和LB。((ordered table (sequential storage) merger) assuming a two ordered list of LA and LB, to design an algorithm to merge them into an orderly table LC (assuming each
  3. 所属分类:Windows编程

    • 发布日期:2018-01-01
    • 文件大小:117760
    • 提供者:nativefaith
  1. 查找排序

    0下载:
  2. 数据结构中顺序表的查找排序,包括冒泡排序、直接排序、简单选择排序、希尔排序、快速排序。(Sorting of sequential tables in data structures.include BubbleSort,InsertSort ,SelectSort,ShellSort,HeapSort,QuickSort.)
  3. 所属分类:数据结构

    • 发布日期:2018-01-02
    • 文件大小:2048
    • 提供者:Tasdily
  1. gslib90

    0下载:
  2. 高斯模拟 各种地质用模拟方法 斯坦福大学开源工具 可以实现多种序贯类模拟(Gauss simulation of various geological simulation methods Stanford University open source tool A variety of sequential class simulations can be implemented)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:4187136
    • 提供者:左小明
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com