搜索资源列表

  1. list

    0下载:
  2. 实现线性表的顺序存储表示及基于顺序存储表示实现线性表的初始化、查找、插入与删除等基本操作。具体实现要求:1.从键盘输入10个整数,产生顺序表,并输入结点值。2.从键盘输入1个整数,在顺序表中查找该结点的位置。若找到,输出结点的位置;若找不到,则显示“找不到”。3.从键盘输入2个整数,一个表示欲插入的位置i,另一个表示欲插入的数值x,将x插入在对应位置上,输出顺序表所有结点值,观察输出结果。4.从键盘输入1个整数,表示欲删除结点的位置,输
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:81.36kb
    • 提供者:张娟
  1. RISC模型机

    0下载:
  2. 设计一台RISC模型机,要求具有以下功能:输入包含10个整数(无符号数)的数组M,按从小到大的顺序输出这10个数。
  3. 所属分类:其它

  1. shengxupailie

    0下载:
  2. 按升序排序 从键盘上输入若干个整数,按升序排序后输出-by ascending order from the keyboard input of a number rounded up by ascending order of the output
  3. 所属分类:C#编程

    • 发布日期:2024-11-13
    • 文件大小:1kb
    • 提供者:王光
  1. list

    0下载:
  2. 实现线性表的顺序存储表示及基于顺序存储表示实现线性表的初始化、查找、插入与删除等基本操作。具体实现要求:1.从键盘输入10个整数,产生顺序表,并输入结点值。2.从键盘输入1个整数,在顺序表中查找该结点的位置。若找到,输出结点的位置;若找不到,则显示“找不到”。3.从键盘输入2个整数,一个表示欲插入的位置i,另一个表示欲插入的数值x,将x插入在对应位置上,输出顺序表所有结点值,观察输出结果。4.从键盘输入1个整数,表示欲删除结点的位置,输
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-13
    • 文件大小:81kb
    • 提供者:张娟
  1. exercise1

    0下载:
  2. 在软件MAX+plus II环境中,设计了一台RISC模型机,具有以下功能:输入包含10个整数(无符号数)的数组M,按从小到大的顺序输出这10个数。-In terms of software MAX+ Plus II environment, the design model of a RISC machine, has the following features: input contains 10 integer (unsigne
  3. 所属分类:并行运算

    • 发布日期:2024-11-13
    • 文件大小:916kb
    • 提供者:陈自分
  1. 4

    0下载:
  2. 输入某年某月某日,判断是不是闰年? 输入三个整数x,y,z,请把这三个数由小到大输出。 -Importation of a certain period of a day, to judge is not a leap year? Enter three integers x, y, z, invited these three the number of small to large output.
  3. 所属分类:其他小程序

    • 发布日期:2024-11-13
    • 文件大小:1kb
    • 提供者:sunyan
  1. 3

    0下载:
  2. 这个程序是将从键盘输入10个整数,如果输入的数大于等于0,则回显输入的整数,如果输入的数小于0,则等待用户输入下一个数.-This procedure is from the keyboard input 10 integer, if you type the number of greater than or equal to 0, while the significant input of integers, if the num
  3. 所属分类:Windows编程

    • 发布日期:2024-11-13
    • 文件大小:4kb
    • 提供者:gaolinyu
  1. sort-huibian

    0下载:
  2. 对输入的10个整数进行冒泡法的排序,很好用的程序-sort
  3. 所属分类:汇编语言

    • 发布日期:2024-11-13
    • 文件大小:19kb
    • 提供者:张旭
  1. cd

    0下载:
  2. 输入三个整数x,y,z,请把这三个数由小到大输出。 -Enter three integers x, y, z, Please take this three the number of small to large output.
  3. 所属分类:书籍源码

    • 发布日期:2024-11-13
    • 文件大小:1kb
    • 提供者:dongdong
  1. e

    0下载:
  2. 利用Java语言提供的Socket技术,建立一个C/S模式的应用,允许客户端用户输入2个整数,服务器端接收这2个整数,并计算出它们的和、差、积、商,最后送回客户端。-Socket
  3. 所属分类:文档资料

    • 发布日期:2024-11-13
    • 文件大小:55kb
    • 提供者:daijinfeng
  1. Integer

    0下载:
  2. 使用java.lang.Math类,当键盘输入10个整数(0-99),找出它们之中的最大者及最小者,并统计大于50的整数个数。 * 且运用异常处理。(eg: 101, 1a ...)-Use java.lang.Math class, when the keyboard input 10 integer (0-99), the largest of them were identified and the least, and a
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-13
    • 文件大小:2kb
    • 提供者:zxq
  1. Cdesign100

    0下载:
  2. 经典C源程序100例 如题目:输入某年某月某日,判断这一天是这一年的第几天? 题目:输入三个整数x,y,z,请把这三个数由小到大输出。-Classic C source of 100 cases as subject: Enter One day a certain period to determine the day of the year, the first few days? Title: Enter three int
  3. 所属分类:手机WAP编程

    • 发布日期:2024-11-13
    • 文件大小:18kb
    • 提供者:回强
  1. zx

    0下载:
  2. 写一程序,其功能是:输入10个整数,将其中最小的数与第一个数对换,把最大的数与最后一个数对换。输出结果-Write a program, its functions are: input 10 integer, will be the smallest number with the first number on the exchange, the largest number and the last number on the e
  3. 所属分类:汇编语言

    • 发布日期:2024-11-13
    • 文件大小:1kb
    • 提供者:zx
  1. maxmin

    0下载:
  2. 输入10个整数,求最大最小值,dos界面显示到显示器上。-max,min
  3. 所属分类:其他小程序

    • 发布日期:2024-11-13
    • 文件大小:9kb
    • 提供者:duanming
  1. GuessFourGUI.java

    0下载:
  2. 设计一个GUI猜数字游戏程序 该游戏可以由程序随机产生四个0到9之间的整数,且不重复。玩游戏者通过由用户输入四个数字来匹配上面所产生的数字。A表示位置正确且数字正确,B表示数字正确而位置不正确。 假设随机数据为3792 时, -Design a GUI number guessing game program The game can be randomly generated by a program of four i
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-13
    • 文件大小:1kb
    • 提供者:tian
  1. data-structure-operations

    0下载:
  2. 输入10个整数,将其中最小的数与第一个对换,最大的数与最后一个对换。写出三个自定义函数:输入十个数进行处理,数出十个数。-Input 10 integers, which will be the smallest number with the first on the exchange, the largest number and the last one on the exchange. Name three custom fun
  3. 所属分类:其他小程序

    • 发布日期:2024-11-13
    • 文件大小:2kb
    • 提供者:何凯明
  1. C5-C6-C7

    0下载:
  2. 输入三个整数x,y,z,请把这三个数由小到大输出。 1.程序分析:我们想办法把最小的数放到x上,先将x与y进行比较,如果x>y则将 x与y的值进行交换,      然后再用x与z进行比较,如果x>z则将x与z的 值进行交换,这样能使x最小。-Enter three integers x, y, z, the number of small to large output of these three
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-13
    • 文件大小:1kb
    • 提供者:Joanna99
  1. cPP

    1下载:
  2. C++编程——从键盘上输入10个整数,存放在一维数组中,请编程输出其中的最大元素、最小元素的值以及它们的下标。-C++ programming- 10 integer input from the keyboard and stored in the one-dimensional array, the programming output of which the largest element, the minimum value
  3. 所属分类:Windows编程

    • 发布日期:2024-11-13
    • 文件大小:1kb
    • 提供者:李玉
  1. co

    0下载:
  2. 从键盘输入10个整数,计算其中偶数的和以及偶数平均数,(用小数表示)-Input the keyboard 10 integers, and the calculation of the even and even number, the average (in decimal)
  3. 所属分类:汇编语言

    • 发布日期:2024-11-13
    • 文件大小:1kb
    • 提供者:山下
  1. Desktop

    0下载:
  2. 输入10个整数,将最小的数与第一个数调换,把最大的数与最后一个数调换(Enter 10 integers, change the minimum number from the first number, and change the maximum number to the last number.)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-13
    • 文件大小:4kb
    • 提供者:654456
« 12 3 4 5 6 7 8 9 10 ... 15 »

源码中国 www.ymcn.org