CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 顺序表

搜索资源列表

  1. FATFileSystem

    0下载:
  2. FAT文件系统原理 计算机在按下power键以后,开始执行主板bios程序。进行完一系列检测和配置以后。开始按bios中设定的系统引导顺序引导系统。假定现在是硬盘。Bios执行完自己的程序后如何把执行权交给硬盘呢。交给硬盘后又执行存储在哪里的程序呢。其实,称为mbr的一段代码起着举足轻重的作用。MBR(master boot record),即主引导记录,有时也称主引导扇区。位于整个硬盘的0柱面0磁头1扇区(可以看作是硬盘的第一个扇区),bios在执行自己固有的程序以后就会jump到mbr中
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:270166
    • 提供者:henry
  1. vnx4

    0下载:
  2. vnc本地口令破解C源代码 默认情况下VNC服务端的密码是放在注册表中的,本工具只针对这种情况。首先用ASP读出注册表中的加密密码,然后用破解工具破解。我给出大家一个读取VNC密码的ASP脚本,默认情况下VNC密码存放在HKCU\\Software\\ORL\\WinVNC3\\Password Set WshShell = server.CreateObject(\"Wscr ipt.Shell\") bkey=WSHShell.RegRead(\"HKCU\\Software\\ORL\
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:4104
    • 提供者:小李
  1. tingche

    0下载:
  2. 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。栈以顺序结构实现,队列以链表实现。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3900
    • 提供者:彭枝考
  1. 2

    0下载:
  2. 1、设计一个程序实现基于优先数的时间片轮转调度算法调度处理器。 2、假定系统有5个进程,每个进程用一个进程控制块PCB开代表,进程控制块的结构其中: 进程名:作为进程的标识。 指针:进程按顺序排成循环链表,用指针指出下一个进程的进程控制块首地址,最后一个进程中的指针指出第一个进程的进程控制块首地址。 要求运行时间:假设进程需要运行的单位时间数。 已运行时间:假设进程已经运行的单位时间数,初值为0。 状态:可假设有两种状态,就绪状态和结束状态。进程的初始状态都为就绪状态。-
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:5218
    • 提供者:yanglingfei
  1. jjosefuh

    0下载:
  2. 此程序利用无头结节链表实现完成对每个人先后出队的顺序的功能-This process used to achieve the completion of the list without a head node has a team for each individual function of the order of
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:1297
    • 提供者:周杰伦
  1. 111

    0下载:
  2. 能够完整的实现学生的管理 通过顺序表实现的-Be able to complete implementation of the management of students through the order of the table to achieve
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:405817
    • 提供者:zhangweihua
  1. linear_example

    0下载:
  2. linux下的一个学习线性顺序表的例子,初学者可以参考。-linux under the linear order form a learning example, beginners can refer to.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:1801
    • 提供者:Fay
  1. shell

    0下载:
  2. 通过shell排序,完成数据由大到小的排列,实现顺序表的输入输出-Through the shell sorting, complete data by large to small arrangement, realize the sequential list of input and output
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:800
    • 提供者:lizhen
  1. VectorAListInFalse

    0下载:
  2. 为顺序表添加了一个自动扩增顺序表大小的方法,令使用者可以忽略顺序表的大小限制-Add a method to automatically amplified sequence table size, so that the user can ignore the order of the size limit for the sequence table
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-29
    • 文件大小:660640
    • 提供者:PmaxLoo
  1. Sequential-List

    0下载:
  2. 顺序表, 实现队列编程思想, 内部实现FIFO模式-The sequence table queues programming ideas, internal FIFO mode
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-03
    • 文件大小:1257
    • 提供者:张云
  1. linkFile

    0下载:
  2. C初学者用 数据结构 单链表顺序表的插入 高速算法 包含了文件操作-C file operations beginners insert high-speed algorithm sequence table with a single linked list of data structures
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-26
    • 文件大小:1589
    • 提供者:devin
  1. EXP001

    0下载:
  2. 1. 输入一组整型元素序列,建立顺序表。 2. 实现该顺序表的遍历。 3. 在该顺序表中进行顺序查找某一元素,查找成功返回1,否则返回0。 4. 判断该顺序表中元素是否对称,对称返回1,否则返回0。 5. 实现把该表中所有奇数排在偶数之前,即表的前面为奇数,后面为偶数。 -Enter a integer sequence of elements, to establish the order of the table. Traversal of the order of th
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-21
    • 文件大小:1954
    • 提供者:小猫
  1. 1

    0下载:
  2. 顺序表1-结构体(静态数组,尾元下标)函数值-Order Table 1- structure (static arrays, tail element subscr ipt) function value
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:8074
    • 提供者:刘佳丹
  1. 2

    0下载:
  2. 顺序表2-结构体(静态数组,尾元下标)指针-Order Table 2- structure (static arrays, tail element subscr ipt) Pointer
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-28
    • 文件大小:8344
    • 提供者:刘佳丹
  1. 4P

    0下载:
  2. 顺序表5-类(静态数组,尾元下标)当前对象-Order Table 5- class (static array, the tail element subscr ipt) of the current object
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:8256
    • 提供者:刘佳丹
  1. 464

    0下载:
  2. 顺序表9-类指针(静态数组,尾元下标)当前对象-Order Table 9- class pointer (static array, the tail element subscr ipt) of the current object.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-28
    • 文件大小:8235
    • 提供者:刘佳丹
  1. 21

    0下载:
  2. 顺序表34-类、结构体指针(动态数组,表长)当前对象-Order Table 34- class, struct pointer (dynamic array, table length) of the current object
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:7471
    • 提供者:刘佳丹
  1. 12

    0下载:
  2. 编程实现清除线性表L=(a0,a1,---,ai,-------,an-1)中重复元素。(programing to realize cleaning the repeated elements in sequence sheet)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-20
    • 文件大小:9216
    • 提供者:DandingWQZ
  1. 3

    0下载:
  2. 编程实现线性表的合并,即线性表La=(a0a1, ……,am-1), Lb= (b0b1, ……,bn-1),求La∪Lb =>La。(the combining of sheet)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-16
    • 文件大小:5120
    • 提供者:DandingWQZ
  1. caeabilitrproceduralarea

    0下载:
  2. data structure 顺序表的各种操作C++(The data table structure order various operating c + +)
  3. 所属分类:系统/网络安全

    • 发布日期:2017-12-23
    • 文件大小:33792
    • 提供者:HEB%5F139850
« 12 »
搜珍网 www.dssz.com