搜索资源列表
jisuanqi
- 1. 演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入演示程序中规定的运算命令;相应的输入数据和运算结果显示在其后。-1. Demo user and computer dialogue manner, that is displayed on the computer terminal " reminder" after, by the user at the keyboard inputs illustrate procedur
SX21
- 用二分查找法在已排序好的数组中查找输入的数。如果找到了输出该数的下标,否则输出“未找到”。(数组为:1,2,13,24,25,44,57,63,66,78,90,100)。-Using binary search in a sorted array to find a good number of inputs. If you find out the number of subscr ipts, otherwise output " not found." (Array
BARCHART
- This a C program that can create a bar chart based on a set of inputs-This is a C program that can create a bar chart based on a set of inputs
tree
- 给定一个序列,按照顺序输入,构建一颗二叉搜索树。本实验为数据结构必做实验,仅提供cpp文件,读者可在编译器上自行编译实现。-Given a sequence of inputs in the order to build a binary search tree. In this study, the data structure must do the experiment, only cpp file, the reader can compiler to compile your own
CreateTree
- 用递归方法创建二叉树的算法,会提示某节点左儿子和右儿子的输入,避免一次输入所有节点导致出错的情形-Recursive method to create the binary tree algorithm, a node will be prompted son left and right inputs son, enter all the nodes to avoid a situation that caused the error
data
- 将N(1<= N <= 200000)个整数小到大连续编号,相同的数应具有相同的编号。并按这N个数输入时的顺序输出它们的编号序列。-The N (1 < = N < = 200000) of small to large continuous integer number, the same number should have the same number. According to the number of inputs of the N output in the
10.1
- 对于任意给出整数序列,分别采用直接插入排序和起泡排序对其进行升序排序,要求输出排序过程,即每趟排序后的结果。起泡排序从前往后起泡,即每次把最大的数起泡到最后面,并且若有一趟起泡没有交换数据则停止。 输入要求:输入数据存放在input.txt中,input.txt共有3行,第一行为输入的整数个数,第2行为输入的整数序列,以空格分隔,第三行为空行。 输出要求:输出数据存放在output.txt中,先输出直接排序每趟的排序结果,再输出空行,最后输出起泡排序每趟的结果,每趟结果以行分隔。-For
sort
- 任意输入两个大的整数并以Q结尾,然后对输入的数字进行排序,并按从小到大的顺序输出-Enter any two large integers and Q at the end, and then sort of digital inputs, according to the order small to large output