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

搜索资源列表

  1. Staff-management-system

    0下载:
  2. 职工管理系统 数据结构课程设计 1.1问题描述   对单位的职工进行管理,包括插入、删除、查找、排序等功能。 1.2要求   职工对象包括工号、姓名、性别、出生年月、工作年月、学历、职务、住址、电话等信息。 (1)新增一名职工:将新增职工对象按姓名以字典方式存入职工管理文件中。 (2)删除一名职工:从职工管理文件中删除一名职工对象。 (3)查询:从职工管理文件中查询符合某些条件的职工。 (4)修改:检索某个职工对象,对其某些属性进行修改。 (5)排序:按某
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:160984
    • 提供者:lynne
  1. haxibiao

    0下载:
  2. 设计哈希表实现电话号码查询系统。设计程序完成以下要求: (1)设每个记录有下列数据项:电话号码、用户名、地址; (2)从键盘输入各记录 ,以电话号码为关键字建立哈希表(至少要有12个以上的记录,哈希表的长度为8); (3)采用链地址法解决冲突;-Hash table to achieve the design number inquiry system. Design process is complete the following requirements: (1)
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:3660
    • 提供者:孙婕
  1. input-string

    0下载:
  2. 从键盘输入一个字符串,将小写字母全部转换成大写字母,然后输出到一个磁盘文件“test”中保存。    输入的字符串以!结束 -From the keyboard a string, will be small letters all converted into capital letters, and then the output to a disk file "test" save. The input string to! end
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:3086
    • 提供者:么龙
  1. Yang-Hui

    0下载:
  2. 数据结构与算法中用键盘输出控制杨辉三角的输出。-Data structure and algorithm of using the keyboard output Yang Hui triangle output control.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:1074
    • 提供者:乐乐
  1. Huffman-tree

    0下载:
  2. 利用静态链表建立赫夫曼树,建树过程中左子树权值小于右子树权值,求各结点的编码。叶子结点的个数n及结点值由键盘录入-Using static linked list to establish a Huffman tree, set during the process of weight less than the right subtree subtree weights, and each node coding. Leaf node of the number N and node valu
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1347
    • 提供者:Loben
  1. Doubly-linked-.

    0下载:
  2. 线性表链式存储(双向链表)插入、删除运算 1、预习要求:线性表的插入、删除相关概念及运算,完成线性表元素的插入、删除。 2、实验目的: (1)了解线性表的插入、删除相关概念; (2)理解线性表的插入、删除过程和结构定义; (3)掌握算法转换为程序的过程中的变化。 3、实验内容及要求: (1) 以“一个较完整的程序范例-顺序表”程序框架为框架 (2)双链表结构体为: typedef struct { int num /学号 char
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:325252
    • 提供者:the spring
  1. BinarySearchTree

    0下载:
  2. 按键盘输入顺序,二叉搜索树的建立,前序,中序,后序周游算法。链式存储。-Keyboard input order, the establishment of the binary search tree, preorder, inorder and postorder travel around the algorithm. Chain store.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6381
    • 提供者:冯乐乐
  1. 22

    0下载:
  2. 二叉树的创建及遍历实验 数据元素类型ElemType取float。 从键盘按照前序遍历的顺序依次输入二叉树的各元素,创建此二叉树。 非递归的方法输出该二叉树的中序遍历序列。 求该二叉树中大于x的结点个数。 -Binary tree creation and traversal experiment Data elements the type ElemType take a float. Input from the keyboard in accordance wi
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:9439
    • 提供者:王珂
  1. pointers-on-c

    0下载:
  2. 一些用C语言写的指针实例。包括了排序,组合,计数,函数调用,键盘消息等各种应用指针的例子。-Written in C language pointer instance. Including sorting, combinations, counting, function calls, pointer example of a variety of applications such as keyboard messages.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:52198
    • 提供者:xsd
  1. ZZ

    0下载:
  2. 数据平滑,使用按箱平均值平滑法对以上数据进行平滑,箱的深度为3。 (b) 使用按箱中值平滑法对以上数据进行平滑,箱的深度为3。 (c) 使用按箱边界值平滑法对以上数据进行平滑,箱的深度为3。 提示:(1)使用链表,不使用数组。(2)数据放入一个数据文件中,不从键盘输入。-Data smoothing, use according to the box to the above average smoothing data smooth, the depth of the box fo
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:8658
    • 提供者:张运江
  1. SXBIAO

    0下载:
  2. 顺序表的查找、插入与删除。设计算法,实现线性结构上的顺序表的产生以及元素的查找、插入与删除。具体实现要求: 1. 从键盘输入10个整数,产生顺序表,并输入结点值。 2. 从键盘输入1个整数,在顺序表中查找该结点的位置。若找到,输出结点的位置;若找不到,则显示“找不到”。 3. 从键盘输入2个整数,一个表示欲插入的位置i,另一个表示欲插入的数值x,将x插入在对应位置上,输出顺序表所有结点值,观察输出结果。 4. 从键盘输入1个整数,表示欲删除结点的位置,输出顺序表所有结点值,观察输
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:31009
    • 提供者:周周
  1. xiangxingbiao

    0下载:
  2. 数据结构课程线性表编程实验,从键盘输入len个元素并存放到线性链表L中,在屏幕上显示线性链表L中的所有元素-Table of data structures course linear programming experiments in L from the keyboard input len elements co-exist on the linear list, displayed on the screen all the elements of the linear list L
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:812747
    • 提供者:夏天的风
  1. define--m--4

    0下载:
  2. 1、 构造一个学生结构体数组,成员包括学号,姓名,四门成绩,以及平均成绩; 2、 从键盘上输入学生的学号,姓名和四门成绩; 3、 找出学生中考试没有通过的学生姓名并输出;找出考试在90分以上的学生并输出。 -1, construct a student array of structures, members of the Student ID, name, four score and grade point average from the keyboard to enter
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:13402
    • 提供者:lx
  1. SDFSDFSAFSDF

    0下载:
  2. 题目:从键盘输入一些字符,逐个把它们送到磁盘上去,直到输入一个#为止。 -Topic: from the keyboard input some characters, them one by one to take them to a disk up, until you enter a# so far.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2226
    • 提供者:崔嬴
  1. 5

    0下载:
  2. 编写一个自己的函数,能够将一个字符串中最长的单词查找出来。 编写一个程序,功能是能够由键盘输入一行字符,并能调用自己编写的最长单词查找函数,输出这个单词。 -To write a function, can be the longest word in a string to find. Write a program that functions from the keyboard to input a line of characters, and can call the long
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2224242
    • 提供者:t
  1. QtCalculator

    0下载:
  2. 1.键盘输入算式,回车后计算结果。 2.根据当前输入的函数的一部分,自动找到备选函数。这时可以用上/下键选择需要的函数后,按空格键确定输入。在整个过程中一直可以表示函数的帮助信息。我们可以参考帮助信息,选择合适的函数。 3.支持三角函数,反三角函数,求和,平均值,乘方,开方,对数,当然还有包含嵌套的四则运算。-A keyboard input formula, carriage return after the calculation results. (2) according to
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:85503
    • 提供者:guang
  1. HUIBIAN

    0下载:
  2. 接收从键盘输入的一个班的学生成绩,并存放于50字的grade数组中,其中grade+i保存为i+1的学生的成绩。然后根据grade中的学生成绩,把学生名次填入50字的rank数组中,其中rank+i的内容是学号为i+1学生的名次。再按学号顺序把名次从终端上显示出来。-Receiving input from the keyboard of a class of student achievement, and stored in the array of 50 words grade, whic
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:761
    • 提供者:施鑫楠
  1. 4

    0下载:
  2. (1) 通过键盘输入某位学生的学生证信息。学生证包含的信息请参看自己的学生证; (2) 给定学号,显示某位学生的学生证信息; (3) 给定某个班级的班号,显示该班所有学生的学生证信息; (4) 给定某位学生的学号,修改该学生的学生证信息; (5) 给定某位学生的学号,删除该学生的学生证信息; *(6) 按出生日期对全班学生的信息进行排序; -(1) via the keyboard, enter the student ID information of a studen
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:6528
    • 提供者:袁浩晨
  1. yuanchengxu

    0下载:
  2. 线性表源程序,不用再自己敲键盘了,因为平时看试验书的时候,看懂了也要自己敲,很麻烦-Linear table source program, and not to knock his keyboard
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:112443
    • 提供者:小句
  1. test23

    0下载:
  2. 用顺序存储实现栈的初始化、入栈、出栈、取栈顶、判栈空操作。调用以上操作实现判断从键盘输入的括号序列是否匹配。-Stored in order to achieve the initialization of the stack, stack, stack, take the top of the stack and sentenced to the operation of the stack is empty. Call operation to achieve more than the j
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:11424
    • 提供者:陈杰
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com