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

搜索资源列表

  1. DS02

    0下载:
  2. 将两个带头结点的有序循环链表合成一个带头结点的有序循环链表。 实验内容:使用键盘输入表达式,计算表达式的值并输出;将表达式转化成后缀表达式输出,利用后缀表达式求表达式的值并输出 -The two take the lead in the ordered circular list node synthesis of a lead in the ordered circular list node. Experiment: use the keyboard to enter an expr
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1792
    • 提供者:火腿狼
  1. Singlelistofheoperation

    1下载:
  2. 随机产生或键盘输入一组元素,建立一个带头结点的单链表(无序)。 2.遍历单链表(即输出单链表中各结点元素)。 3.把单链表中元素逆置。 4.在单向链表中删除所有的偶数元素结点。 5.编写在非递减有序链表中插入一个元素使链表元素仍有序的函数,并利用该函数建立一个非递减有序单链表。 6.利用算法5建立两个非递减有序单链表,然后合并成一个非递减有序单链表。 -Randomly generated or keyboard input of a group of elem
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1260
    • 提供者:乔乔
  1. lisanshuxushiyan1

    0下载:
  2. 1. 从键盘输入两个命题变元P和Q的真值,求它们的合取、析取、条件和双条件的真值。(A) 2. 求任意一个命题公式的真值表(B,并根据真值表求主范式(C)) -1. From the keyboard input variables of two propositions P and Q of the true value, find their conjunction, disjunction, conditional and biconditional true value. (A)
  3. 所属分类:Data structs

    • 发布日期:2016-01-26
    • 文件大小:2048
    • 提供者:程国栋
  1. matching

    0下载:
  2. 利用循环队列模拟舞伴配对问题:在舞会上,男、女各自排成一队。舞会开始时。依次从男队和女队的队头各出一人配成舞伴。如果两队初始人数不等,则较长的那一队中未配对者等待下一轮舞曲。假设初始男、女人数及性别已经固定,舞会的轮数从键盘输入。-Simulation using circular queue partner matching problem: at the ball, male and female each queue. Party starts. Turn from the men'
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:3947
    • 提供者:tang
  1. expressionEvaluation

    0下载:
  2. 1)从键盘输入任意一个语法正确的(中缀)表达式,显示并保存该表达式。 (2)利用栈结构,把上述(中缀)表达式转换成后缀表达式,并显示栈的状态变化过程和所得到的后缀表达式。 (3)利用栈结构,对上述后缀表达式进行求值,并显示栈的状态变化过程和最终结果。-1) input from the keyboard correct any syntax (infix) expressions, display and save the expression. (2) the use of
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:9083
    • 提供者:林小悠
  1. ex_2

    0下载:
  2. 1.编写生成栈的函数,栈的元素从键盘输入 2.编写在栈中压入一个元素的函数 3.编写在栈中弹出一个元素的函数 4.编写主函数,调用以上各函数,以便能观察出各函数的屏幕输出。 -1. Preparation of the function generating the stack, the stack of elements from the keyboard 2. Preparation of pressure on the stack into an element of th
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:250968
    • 提供者:Ecoll
  1. shiyan1

    0下载:
  2. 1)问题描述:在主程序中设计一个简单的菜单,分别调用相应的函数功能: 1…建立链表 2…连接链表 3…输出链表 0…结束 2)实验要求:在程序中定义下述函数,并实现所要求的函数功能: CreateLinklist( ): 从键盘输入数据,创建一个单链表 ContLinklist( ):将前面建立的两个单链表首尾相连 OutputLinklist( ):输出显示单链表 -1) Problem Descr iption: In the main progra
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:517
    • 提供者:郝拳
  1. 4zuoye2

    0下载:
  2. 数据结构作业题,以数偶的形式依次从键盘上输入一串数据。如:(A,B)为从起始结点(其数据场之值为一大写的英文字母 A ),到终止结点(其数据场之值为一大写的英文字母 B)的无向边。最后输入(Z,Z)表示输入结束。请用无向图的邻接多重表存储该无向图,并注意一定要使用动态存储结构-Job title data structure in order to turn a few even in the form of a string of data input from the keyboard. S
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:27976
    • 提供者:lianwenzhao
  1. 5070309487_2

    0下载:
  2. 从键盘上输入一串正整数, 最后输入-1作为输入结束的标志。如输入的序列为:2,5,7,23,48,96,……,-1。请以这些正整数的值作为二叉排序树中的结点的数据场之值,建立一棵二叉排序树。注意:请采用动态存储方法保存这棵二叉排序树,事先并未知道该二叉排序树中的结点的个数。-Enter the string from the keyboard, a positive integer, the last input-1 as the input end of the sign. If the i
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:16845
    • 提供者:lianwenzhao
  1. sort

    0下载:
  2. 随机产生一组数,实现下面6种排序算法:插入排序、起泡排序、选择排序、Shell排序、快速排序根据键盘输入选择“从大到小”还是“从小到大”两种方式; 4)根据键盘输入选择其中一种排序算法; -A set of randomly generated numbers, to achieve the following six kinds of sorting algorithms: insertion sort, bubble sort, selection sort, Shell sort,
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:11721
    • 提供者:
  1. Linklist

    0下载:
  2. 数据结构——从键盘输入数据,创建单链表,输出显示单链表,将前面建立的两个单链表首尾相连 -Data structure- from the keyboard input data, create a single list, the output shows a single linked list, will be built in front of two single linked end to end
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:10536
    • 提供者:
  1. 16008408_E1

    0下载:
  2. 1、实现算术表达式的求值运算,程序通过键盘输入一个表达式,通过运算得到表达式的值,并在显示器上输出完整的表达式及其值; 2、程序实现时,采用栈数据结构 3、表达式以字符串的形式输入; 4、表达式中包括的基本运算符有加、减、乘、除(分别用+、-、*、、表示),表达式中包括括号的处理,括号可以嵌套;表达式中的数字可以是整数,也可以是小数-1, and the evaluation of arithmetic operations, the program through keyboard
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3346
    • 提供者:张笑薇
  1. particle

    0下载:
  2. 利用VC++编写的一个粒子系统,各种小键盘控制粒子的运行方式,各种外观。-Written in VC++ using a particle system, a variety of small particles keyboard operation mode, a variety of appearance.
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:1332774
    • 提供者:点点
  1. 02-18-46

    0下载:
  2. 系统应具备的功能: (1)从键盘上输入五个学生的考研成绩; (2)实现直接插入排序、二分插入排序、对各科成绩,以及平均成绩从小到大排序; (3)比较各种插入排序的优劣。 -System should have the function: (1) input from the keyboard on the study section of the results of five students (2) for direct insertion sort, binary ins
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1233
    • 提供者:刘洋
  1. shiyanyi

    0下载:
  2. /编写一个完整的C语言程序,以单链表为存储结构,对一批学生的成绩进行管理,要求实//现如下功能: //1.通过键盘输入若干学生的学号、成绩,将数据保存一个单链表中。 //2.查询并输出指定学号的学生成绩。 //3.统计并输出不及格人数。 //4.按从高到低的顺序输出所有学生成绩 -/ Write a complete C language program to a single list for the storage structure, the results of
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:716
    • 提供者:xiaojiezhanzhu
  1. yousehuhuan

    0下载:
  2. 数据结构实验报告 实验1 线性表及其应用 题目:约瑟夫环 一. 需求分析 1. 本演示程序中,人数n应为任意的,首先应输入一个值赋给初始报数上限m,程序应能自动保存出列人的序号和将出列的人所持的密码赋给m,再次作为报数上限,如此循环,直至所有人都出列为止。 2. 演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入相应数据(即每个人所持的密码),每个人的序号由程序自动分配。 3. 程序执行的命令包括: (1)构造链表;(2)输
  3. 所属分类:Data structs

    • 发布日期:2016-01-26
    • 文件大小:8192
    • 提供者:xj
  1. AutoMaze

    0下载:
  2. 此迷宫实现从键盘读入矩阵迷宫地图 然后输出任一条可走出路径 若无可走通路径 则输出error-This labyrinth from a maze map the keyboard and then read into the matrix may be out of the path of the output of any one to go through the path without the output error
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:378574
    • 提供者:李明达
  1. sort-compare

    0下载:
  2. 内部排序算法比较 问题描述:编制一个演示内部排序算法比较的程序。可对冒泡排序、直接插入排序、简单选择排序、快速排序、希尔排序和堆排序进行比较。 算法输入:排序方法选择,待排序的元素的关键字,关键字序列的给出方式(正序、逆序和乱序) 算法输出:不同情况下关键字参加的比较次数和关键字的移动次数。 算法要点:(1)由键盘输入待排序表的表长(50到100)和不同测试数据的组数。(2)利用不同排序方法排序并统计两类次数,列表显示(3)程序以对话方式执行。 -Comparison of
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:363135
    • 提供者:Winky
  1. 31

    0下载:
  2. 二叉排序树的构建,采用llink-rlink方式存储二叉排序树,编写能够通过键盘输入建立二叉排序树,并在建立完立即在屏幕显示中序遍历结果的程序。-Construction of binary sort tree, using llink-rlink stored binary sort tree, the preparation can be established through the keyboard input binary sort tree, and immediately in t
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:887
    • 提供者:zhangxiang
  1. Without-the-adjlink-to-map

    0下载:
  2. 从键盘输入无向图G的顶点个数v及边的个数e。建立有v个顶点、e条边构成的无向图G,采用邻接矩阵表示。V个顶点的值由键盘输入,元素类型为字符型。e条边的信息也由键盘输入。分别调用图的深度优先搜索、广度优先搜索图并输出相应的遍历序列。-Input from the keyboard without the number of vertices to the graph G v and the number of edges e. Establishment of a v vertices, e ed
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:23064
    • 提供者:钱行
« 1 2 3 45 6 7 8 »
搜珍网 www.dssz.com