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

搜索资源列表

  1. Cpp2

    0下载:
  2. 对以链式存储结构存储的线性表,进行操作运算。要求用菜单选择操作方式完成下列功能。 建立单链表(尾插入,带头结点) 有序链表插入 逆置单链表 两链表合并并排序 算法输入:操作要求、结点信息(可取整型)。 算法输出:操作结果。-Store chain in the structure of the linear form storage, computing operation. Menu to select the requested operation with the
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1227
    • 提供者:柏德胜
  1. 1.2.1

    0下载:
  2. 链表操作 1 运行时输入数据,创建一个单链表 2 可在单链表的任意位置插入新结点 3 可删除单链表的任意一个结点 4 在单链表中查找所有值等于x的结点 5 输出单链表-List a run-time operation to enter data, create a single-chain 2 can be any list in a single location to insert a new node 3 to delete the list of any
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1567
    • 提供者:赖毅
  1. haxi

    0下载:
  2. 设计哈希表实现电话号码查询系统。基本要求: 1、设每个记录有下列数据项:电话号码、用户名、地址; 2、从键盘输入各记录,分别以电话号码和用户名为关键字建立哈希表; 3、采用再哈希法解决冲突; 4、查找并显示给定电话号码的记录; 5、查找并显示给定用户名的记录。 -Hash table to achieve the design of telephone number inquiry system. Basic requirements: 1, for each
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-29
    • 文件大小:955217
    • 提供者:烽火
  1. student-management

    0下载:
  2. 学籍信息,包括学院、班级、学号、姓名、专业、性别、出生日期,家庭地址,电话号码等。要求该系统具有浏览,增加,删除,查询,插入等功能。程序的主要实现可以用链表来实现。类设计完成后,输入足够的测试数据进行测试,将必要的测试及过程输入到文件中。菜单可以根据设计功能要求自由设计。-students information management system
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3522
    • 提供者:朱伟
  1. PEResolve

    0下载:
  2. 该源码解析一个PE文件,打印其输入表、输出表、重定位表等详细信息!-this code resolves a file of PE type,and print the information of the file s import table,export table and relocal table,etc.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:9621
    • 提供者:俊豪
  1. shujujiegou

    1下载:
  2. a.HUFFMAN树及HUFFMAN编码 任务:由用户输入n个结点权值,建立HUFFMAN树并输出HUFFMAN编码。 b.二叉树建立及相关算法实现 任务:按照广义表表达法建立二叉树,并实现二叉树的层次、先序、中序与后序遍历,以及输出树中叶子结点的结点值及叶子结点的个数。( 用递归或非递归的方法都可以) 要求能够输入树的各个结点,并能够输出用不同方法遍历的遍历序列;分别建立创建二叉树存储结构的的输入函数、输出层序遍历序列的函数、输出先序遍历序列的函数、输出后序遍历序列的函
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:45546
    • 提供者:李珊珊
  1. ac_v

    1下载:
  2. 电力仪表中交流电压测量的几种典型输入电路.-AC Power Meter measurement in several typical input circuit.
  3. 所属分类:SCM

    • 发布日期:2015-12-08
    • 文件大小:104047
    • 提供者:蓝天
  1. adjacency_link

    0下载:
  2. 使用VC建立无向图的邻接表。再通过简单的打印函数遍历整张图,输入各个节点信息。-Establish the adjacency link of the no direction graph based on VC. And then prints the whole graph through the simple print function, and outputs the information of all the nodes.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:850
    • 提供者:朱特
  1. hash

    1下载:
  2. 对人名建立哈希表,并且进行查询,包括输入人名,查找是否成功等信息。-this is the example of hash table.it prove the hash saves room.
  3. 所属分类:Windows Develop

    • 发布日期:2015-01-10
    • 文件大小:1419022
    • 提供者:哈哈哈
  1. zhenzhibiao

    0下载:
  2. 一个专门用来计算离散数学真值表的程序,用C语言编写-A special discrete mathematics used to calculate the truth table of the program, using C language
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:20909
    • 提供者:周小哈
  1. ArrayLlist

    0下载:
  2. 分别用顺序表和单链表作为存储结构,完成:(1)实现线性表(a0, a1, a2, a3, …,an-1)就地逆置的操作。(2)实现将x插入一个递增有序表L中,并使L仍是一个有序表。(3)实现统计在一个输入字符串中各个不同字符出现的频度。 -Were used to sequence the table and a single list as the storage structure, completed: (1) to achieve a linear form (a0, a1, a2, a
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:3245197
    • 提供者:lypan
  1. FuzzyControl

    0下载:
  2. 简洁的模糊控制器 C文件 可直接运行 双变量输入单输出-Simple fuzzy controller C files can be directly run the two-variable input single-output
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:769
    • 提供者:qqiqiq
  1. truthtable

    0下载:
  2. 东华大学 离散数学 计算真值表达式的程序 老师要求的实验 输入表达书输出结果-Discrete Mathematics, Donghua University procedures for calculating real value of the expression experiments teacher asked Expression input output
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:623
    • 提供者:
  1. 8channeldigitalvoltmeter

    0下载:
  2. 基于单片机的八路数字电压表 8路数字电压表可以测量0~5V范围内的8路输入电压植,并能在4位LED数码管上轮流显示。测量最大分辨率为0.01V,绝对测量误差约为±0.02V-SCM-based eight-way digital voltage meter 8-channel digital voltage meter can measure the range of 0 ~ 5V input voltage within the 8-sik, and can last four rotat
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:91420
    • 提供者:zhongguangxi
  1. ReadImportTable_src

    0下载:
  2. 读取windows平台PE文件的输入表,高手作品,值得参考-PE files windows platform reads the input table, master works, it is also useful
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-04
    • 文件大小:1504
    • 提供者:BruceYoung
  1. 7-2

    0下载:
  2. (1)分别采用结构体数组和链表存储学生信息(包括学号、姓名、各科成绩) (2)通过键盘输入各学生的多门课程的成绩,建立相应的文件input.dat。 (3)按各科总成绩排序,并生成相应的文件输出。 (4)计算每人的平均成绩,按平均成绩排序,并生成文件。 (5)按学号、姓名查找学生记录。 -(1), respectively, and an array of linked list structures storing student information (includin
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1260
    • 提供者:jlxxop
  1. ImportTableviewer

    0下载:
  2. 一个简单的输入表察看程序,适合新手学习入门用。-A simple input form viewer program, suitable for novice learning portal to use.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:73924
    • 提供者:阿东
  1. getTableFrame

    0下载:
  2. 获取数据表的表结构,通过输入表名称,返回表结构的数组-get source table frame
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-06
    • 文件大小:1121
    • 提供者:wl
  1. Am

    0下载:
  2. 对PE文件进行 加密输入表 加密Section 修改资源表 隐藏区块名字 是很强大的软件保护工具-Input of the PE file encryption encryption Section modify the resource table table hidden block name is a very powerful software protection tools
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-16
    • 文件大小:4118876
    • 提供者:王明华
  1. adc89c52-PCB

    0下载:
  2. 简易数字电压表可以测量0~5CV的8路输入电压值,并在4位LED数码管上轮流显示或单路选择显示。测量最小分辨率为0.019V,测量误差约为0.02V。 -Simple digital voltage meter can measure 0 ~ 5CV 8-way input voltage value, and the four LED digital tube display or one-way rotating choose to display. Measuring a minim
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:697388
    • 提供者:任星
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com