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

搜索资源列表

  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. 3_7

    0下载:
  2. 实现带头结点的单链表的建立、求长度,取元素、修改元素、插入、删除等单链表的基本操作。 基本要求 (1)依次从键盘读入数据,建立带头结点的单链表; (2)输出单链表中的数据元素 (3)求单链表的长度; (4)根据指定条件能够取元素和修改元素; (5)实现在指定位置插入和删除元素的功能。 -wo bu hui yingyu a
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:257416
    • 提供者:宁宁
  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. sy_4

    0下载:
  2. 对于给定的一个工程施工图,该图以边为单位从键盘输入,编写能够找出该图的关键路径的程序。-the shortest route
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1309
    • 提供者:chenzhiyong
  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. include

    0下载:
  2. 从键盘输入两个数a和b,将a和b的值交换后再分别输出-input two number a and b,switch the value of a and b,then output them
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3266
    • 提供者:刘石英
  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. joseph

    0下载:
  2. 模拟约瑟夫环(josephus)问题: n个人(编号为1,2,3,……,n (n>0) )按顺时针方向围坐一圈,每人持有一个正整数密码。开始时任意给出两个值:一个为首先报数的人的编号i (0<i<=n),另一个为起始报数上限值m。接着从编号为i的人开始按顺时针方向自1起顺序报数,报到m时停止报数,且报到m的人出列,并将他的密码作为新的m值,从他在顺时针方向上的下一个人起重新自1报数,……,如此下去,直到所有人全部出列为止。设计一个程序模拟此过程,给出出列人的编号序列。 基本
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:312243
    • 提供者:陈若耿
  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 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com