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

搜索资源列表

  1. linklistreverse

    0下载:
  2. 链表倒置操作演示程序,是数据结构中的基本演示程序之一。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.22kb
    • 提供者:meteor
  1. inv.tar

    0下载:
  2. 一个高效的排序以及倒置算法,值得研究。希望对你们 有帮助。哦可
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:689byte
    • 提供者:薛道静
  1. linlist

    1下载:
  2. 创建顺序表: 输出顺序表:顺序输出各个元素; 插入顺序表:在指定位置处插入元素; 删除顺序表:根据删除指定位置的元素; 逆转顺序表:按逆序倒置所有的元素; 排序顺序表:按照升序排列所有元素; 求交集:求两个顺序表的交集 求并集:求两个顺序表的并集; 销毁顺序表。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:28.97kb
    • 提供者:姜华
  1. Llinklist

    0下载:
  2. 倒置一个单链表,链表是带有头结点的单链表,通过不断在表头插入结点,使链表有序
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5.77kb
    • 提供者:李明
  1. 报文倒置法的链表实现

    0下载:
  2. 密码学中古典密码易位法中报文倒置法为原理研究的构造密码方法,这是一种最为简单和基础的方法,随着科学技术的不断发展,密码学已经发展到很高深的层次。研究密码学需要更高层次的数学理论知识和密码编译体制的知识等,这篇论文是属于步入密码学领域前的一些简单的分析和编译。编译密码也是根据不同需要解决不同问题的,并不是单一固定的,它灵活多变。就如本文实现一些简单祝福语,只需要一些简单密码就可以实现保密作用了,但是很多领域,如银行、金融系统、国家机密保密系统则不只是这些了。
  3. 所属分类:数据结构常用算法

    • 发布日期:2011-01-07
    • 文件大小:9.41kb
    • 提供者:xiaoxiongnana
  1. 从数据文件records.txt中读取学生信息

    0下载:
  2. 从数据文件records.txt中读取学生信息,建立与源数据同序的学生链表并打印在屏幕上; 统计学生链表中身高达标人数(男女生的身高达标值由键盘输入),并打印结果; 对上述学生链表按学号进行排序,然后将一位学生的相关信息插入到已按学号排序的学生链表中后仍然保持学号的有序性,将结果链表打印在屏幕上; 对上述操作后的学生链表进行倒置,结果输出到数据文件result.txt中; 删除链表中身高为指定值的所有学生结点并打印; 将当前的学生链表拆分为男生链表和女生链表(没有
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:2.8kb
    • 提供者:Mandy
  1. www

    0下载:
  2. 单链表的倒置,原地倒置!功能不是很大,希望对大家有所帮助-Single list of the inverted, place upside down! Function is not very big, we want to help
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1.7mb
    • 提供者:点点
  1. invert

    0下载:
  2. 此代码是利用链表的数据结构编写的倒置代码,可实现倒置输入字符串的功能。-This code is written using the linked list data structure inversion of the code can be inverted to achieve the function of the input string.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:679byte
    • 提供者:xunlu
  1. linearlistb

    0下载:
  2. 将A和B两个按元素值递增有序排列的线性表合并成一个递增排列的线性表C,然后把C表倒置成递减的线性表。-A and B will increase the value of two elements ordered by the linear arrangement of the table into a single incremental linear form C, then C table upside down into the descending linear form.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:884byte
    • 提供者:bear
  1. program

    0下载:
  2. 逆向建立了单链表,并用同样方向进行就地倒置-Reverse established single-strand libraries, and use the same direction for on-site inverted..
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:563byte
    • 提供者:申超波
  1. lianbiao

    0下载:
  2. 数据结构与算法分析——链表例程,包括单向链表的建立,查找,倒置-Data structures and algorithm analysis- list routine, including the establishment of one-way linked list, find, inverted
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.07kb
    • 提供者:陈飞延
  1. ex12

    0下载:
  2. 链表的建立,删除,插入,倒置,显示,排序等操作-The establishment of the list, delete, insert, inverted, display, sorting and other operations
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3.57mb
    • 提供者:sunny
  1. Linked-list

    0下载:
  2. 较为全面的链表的链表的部分基本操作和链表的倒置,适合数据结构初学者-A more comprehensive list of list of some of the basic operations and the inverted list for data structures for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:627byte
    • 提供者:123456
  1. Single-inverted-list

    0下载:
  2. 里面有用c++编写的单项链表的倒置的代码,很适合初学者!-Single inverted list
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:343.14kb
    • 提供者:hl4god
  1. sort

    0下载:
  2. 冒泡排序法,选择排序法,以及求一个2维数组中元素的和,还有求所有元素中的最大值,以及数组的倒置等功能-different sorts in VC++
  3. 所属分类:Data structs

    • 发布日期:2017-05-22
    • 文件大小:6.77mb
    • 提供者:刘微
  1. c

    0下载:
  2. 建立空表,插入法建立表格,倒置,排序,插入,删除!-Create an empty table, the insertion method to create a table, upside down, sort, insert, delete!
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:75.2kb
    • 提供者:mimi
  1. queen

    0下载:
  2. 魔王语言,运用栈及队列实现字符倒置,输入一段字符串,例如:abcdAB(A-sae,B-saedsae) 输出:eaebecedesaetsaedsae-Beelzebub language, use the stack and queue to realize character inversion, enter A string, for example: abcdAB (A- the sae, B- saedsae) Output: eaebecedesaetsaedsae
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:513byte
    • 提供者:arjiao
  1. seq_list

    0下载:
  2. 顺序列表的创建,插入元素,删除元素,倒置元素,对元素进行排序,查找元素-Order of the list is created, insert elements, remove elements, inverted elements, the elements are sorted, find elements
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1.49mb
    • 提供者:aican
  1. 4.6

    0下载:
  2. 用C++实现的。给线性表添加一个成员函数,倒置线性表中元素的顺序。对于n个元素的线性表,算法的时间代价为n.-With c++ implementation. Linear table to add a member function, the order of the elements in a linear inversion table. For the linear table of n elements, the algorithm of time cost for n.
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:17.08kb
    • 提供者:echo42
  1. 345

    0下载:
  2. C语言的链表实现,包含了定义插入删除合并倒置等-List C language implementation, including the definition of insertion and deletion combined inversion, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:521.45kb
    • 提供者:CHEN
搜珍网 www.dssz.com