搜索资源列表

  1. 5.rar

    0下载:
  2. 输入三个整数x,y,z,请把这三个数由小到大输出。 1.程序分析:我们想办法把最小的数放到x上,先将x与y进行比较,如果x>y则将x与y的值进行交换,然后再用x与z进行比较,如果x>z则将x与z的值进行交换,这样能使x最小。
  3. 所属分类:汇编语言

    • 发布日期:2024-05-29
    • 文件大小:19456
    • 提供者:
  1. Compare

    0下载:
  2. 用于比较三个数大小的java源程序,输出为三个数的比较结果
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:915
    • 提供者:周墨
  1. huibian

    0下载:
  2. 1. 已知数组A包含15个互不相等的整数,数组B包含20个互不相等的整数,试编制一程序,把既在A中又在B中的整数存放于数组C中 2. 设在A,B,C单元中分别存放着三个数,若三个数都不是0,则求出三数之和,并存放于D单元中,若其中有一个数为0,则把其它两个单元也清0,请编写此程序. 3. 试编写一程序,要求比较数组ARRAY中的三个16位补码数,并根据比较结果,在终端上显示如下信息(1)如果三个数都不相等则显示0(2)如果三个数
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2343
    • 提供者:furong
  1. 矩阵加减乘(M)

    1下载:
  2. 一个比较简单的算法程序。输入一些数,计算后按照矩阵的形式输出。设了三个数组a[],b[],c[]。分别实现c[]=a[]+b[],c[]=a[]-b[],c[]=a[]*b[]。-a relatively simple procedure of the algorithm. The importation of some few, calculated in accordance with the matrix in the form
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:7460
    • 提供者:XFX
  1. 5

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

    • 发布日期:2024-05-29
    • 文件大小:19456
    • 提供者:
  1. 矩阵加减乘(M)

    0下载:
  2. 一个比较简单的算法程序。输入一些数,计算后按照矩阵的形式输出。设了三个数组a[],b[],c[]。分别实现c[]=a[]+b[],c[]=a[]-b[],c[]=a[]*b[]。-a relatively simple procedure of the algorithm. The importation of some few, calculated in accordance with the matrix in the form
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-29
    • 文件大小:7168
    • 提供者:XFX
  1. Compare

    0下载:
  2. 用于比较三个数大小的java源程序,输出为三个数的比较结果-Used to compare the size of three the number of java source code, the output to three the number of comparison results
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:周墨
  1. huibian

    0下载:
  2. 1. 已知数组A包含15个互不相等的整数,数组B包含20个互不相等的整数,试编制一程序,把既在A中又在B中的整数存放于数组C中 2. 设在A,B,C单元中分别存放着三个数,若三个数都不是0,则求出三数之和,并存放于D单元中,若其中有一个数为0,则把其它两个单元也清0,请编写此程序. 3. 试编写一程序,要求比较数组ARRAY中的三个16位补码数,并根据比较结果,在终端上显示如下信息(1)如果三个数都不相等则显示0(2)如果三个数
  3. 所属分类:Windows编程

    • 发布日期:2024-05-29
    • 文件大小:2048
    • 提供者:furong
  1. compare

    0下载:
  2. 这是一个简单的程序,但很有代表性,可以帮助初学者较快的入门。输入三个数,比较大小。文件中附有 详细说明-This is a simple procedure, but very representative can help beginners and entry faster. Enter the three numbers compare size. Document with detailed descr iption of
  3. 所属分类:其他小程序

    • 发布日期:2024-05-29
    • 文件大小:13312
    • 提供者:musong
  1. MASM

    0下载:
  2. 三个数的比较大小在汇编操作环境下的运用并把他们储存在物理储存器里 -Comparison of the size of the number three in the compilation of operational environment and their use is stored in physical memory Lane
  3. 所属分类:汇编语言

    • 发布日期:2024-05-29
    • 文件大小:2048
    • 提供者:珇慧
  1. maxmin

    0下载:
  2. Java源代码比较三个数的最大值和最小值,并且输出对应的最大值和最小值-Java source code comparison of three the number of maximum and minimum values, and output the corresponding maximum and minimum values
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:韩雪
  1. MAX_MIN

    0下载:
  2. 这是一个比较大小的程序 输入三个数 就可以比较出最大和最小的数-This is a relatively small number of procedures for the importation of the three can be compared on a number of the largest and the smallest
  3. 所属分类:Windows编程

    • 发布日期:2024-05-29
    • 文件大小:7168
    • 提供者:vany
  1. paixudelphi

    0下载:
  2. 用Delphi实现的 排序程序 能进行三个数的比较-Using Delphi procedures to achieve the sort of comparison to the number three
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-29
    • 文件大小:172032
    • 提供者:ming
  1. IBM-PC-programanswer

    0下载:
  2. 汇 编 语 言 实 验 实验一:分支程序设计 (1)试比较字数组array中的三个数,并根据比较结果在终端上显示如下信息: 如果三个数都不相等则显示0; 如果三个数有两个相等则显示1; 如果三个数都相等则显示2。 (2)试根据DL寄存器中哪一位为1(从低位到高位)把程序转移到8个不同的程序分支中去。(8个程序分支可设计成显示相应的数据) 实验二:循环程序设计 有一个首地址为ar
  3. 所属分类:汇编语言

    • 发布日期:2024-05-29
    • 文件大小:100352
    • 提供者:爱之一
  1. Threenumbers

    0下载:
  2. 这4个编程的功能就是比较三个数的大小,求周长,两数相加,三数最大。是c++程序,开发。环境是vc-This programming feature is the relatively small number of three.
  3. 所属分类:C#编程

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:伟迅
  1. CPP

    0下载:
  2. 这个函数是用来比较三个数大小的 返回值是最小值 -Input numerical and compare the smallest size selection
  3. 所属分类:Windows编程

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:ALBERT
  1. daima

    0下载:
  2. 比较三个数大小,判断某年的某月有多少天。编程求1!+2!+3!+ … +15!-Comparison of three the number of size, to determine how many days a month in a particular year. Programming request one!+2!+3!+ ...+15!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-29
    • 文件大小:7168
    • 提供者:田杰
  1. 4

    0下载:
  2. 比较三个数,得到三个中的最大值,最小值,和平均值-Comparison of three numbers, to obtain the maximum, minimum, three
  3. 所属分类:C#编程

    • 发布日期:2024-05-29
    • 文件大小:2048
    • 提供者:wang
  1. some-useful-project

    0下载:
  2. 都是一些简单的小程序,是初学C语言的时候,一些比较简单的程序。有输出100~200之间的素数,还有比较三个数的大小-Are some simple procedures, to novice C language, some relatively simple procedures. Output prime numbers between 100 to 200, comparing three numbers, etc.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-29
    • 文件大小:6144
    • 提供者:bella
  1. 比较三个数的大小代码

    0下载:
  2. 这个主要用c编的而且主要用于比较数的大小(Mainly used to compare the number of sizes)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-29
    • 文件大小:2048
    • 提供者:aliboci
« 12 3 4 »

源码中国 www.ymcn.org