CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - compare

搜索资源列表

  1. cmpstr

    0下载:
  2. 汇编语言,输入两个字符串,并比较两个字符串的大小与长度-compiled language, two input strings, and compare the two strings of size and length
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:982byte
    • 提供者:
  1. paixu

    0下载:
  2. 用汇编语言实现人名排序问题,根据字母的顺序排列,先比较首字母,如果相同则比较之后的字母-using assembly language to achieve names scheduling problem, according to the alphabetical order, compare the first letters of the alphabet, If the same comparison is the after letters
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1.04kb
    • 提供者:吴峰心
  1. compare

    0下载:
  2. 使用纯汇编语言实现的字符串模式匹配源代码。
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1.24kb
    • 提供者:婷婷
  1. compare

    0下载:
  2. 有一个首地址为A的N字数组,编程序使该数组中的数按从大到小的次序排列-Address of a first group A of the N word, so that the programmed number in the array ordered by descending order
  3. 所属分类:assembly language

    • 发布日期:2017-03-27
    • 文件大小:1.33kb
    • 提供者:陈颖
  1. Bubble-sort

    0下载:
  2. 给出8个有符号数,并且比较大小!从小到大排序运用冒泡排序的方法!-Given the number of 8 to compare!!!!! Using the method of bubble sort!!!!!
  3. 所属分类:assembly language

    • 发布日期:2017-03-26
    • 文件大小:891byte
    • 提供者:茵茵
  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 analysis: We think of a way to
  3. 所属分类:assembly language

    • 发布日期:2017-11-22
    • 文件大小:19kb
    • 提供者:
  1. Cam-ClayModel

    2下载:
  2. 黏土计算中的剑桥模型程序,比较经典,个人觉得很不错-Cambridge clay model calculation procedures, compare the classic, personal feel very good
  3. 所属分类:assembly language

    • 发布日期:2015-09-26
    • 文件大小:3.22kb
    • 提供者:
  1. shiyan1

    0下载:
  2. 比较字符串sample.asm(文件名) 试编写一程序:比较两个字符串stringl和string2所含的字符是否相同。若相同则显示‘Match’,否则,显示‘No match’。 -Comparison of string sample.asm (file name) to prepare a test procedure: compare two strings stringl and string2 contains the same characters. If the sa
  3. 所属分类:assembly language

    • 发布日期:2017-03-27
    • 文件大小:916byte
    • 提供者:Sean
  1. StringEqual.tar

    0下载:
  2. 这是一个x86汇编语言的HelloWorld小程序,演示怎样比较两个字符串是否相等。-This is a x86 assembly language of the HelloWorld applet, shows you how to compare two strings are equal.
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:918byte
    • 提供者:Hxcan
  1. findstringlast

    0下载:
  2. 汇编语言小程序,功能是输入两个字符串,比较其中不同字符的个数-Small assembly language procedures, functions are the two input strings, compare the number of different characters
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:984byte
    • 提供者:lilun
  1. 145

    0下载:
  2. 使用51汇编程序编写的树和图的程序,程序简单明了,比较适用-Procedures used to prepare a compilation of 51 trees and plans, procedures easy to understand, compare the application of
  3. 所属分类:assembly language

    • 发布日期:2017-04-25
    • 文件大小:10.63kb
    • 提供者:侯波
  1. chap08

    0下载:
  2. ex6_1 ~ ex6_3二项分布的随机数据的产生 ex6_4 ~ ex6_6通用函数计算概率密度函数值 ex6_7 ~ ex6_20常见分布的密度函数 ex6_21 ~ ex6_33随机变量的数字特征 ex6_34 采用periodogram函数来计算功率谱 ex6_35 利用FFT直接法计算上面噪声信号的功率谱 ex6_36 利用间接法重新计算上例中噪声信号的功率谱 ex6_37 采用tfe函数来进行系统的辨识,并与理想结果进行比较 ex6_38 在置信度为0
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:7.37kb
    • 提供者:张满超
  1. compare

    0下载:
  2. 本程序实现用比较器模块输出方波。 入口参数:正脉冲宽度在SOUH:SOU中,负脉冲宽度在RLTH:RLT中。 出口参数:正脉冲宽度为(SOUH:SOU)*4TOSC,负脉冲宽度为(RLTH:RLT)*4TOSC。 -This procedure used to achieve square-wave output compare module. Entrance parameters: pulse width is in SOUH: SOU, the negative pulse w
  3. 所属分类:assembly language

    • 发布日期:2017-03-24
    • 文件大小:953byte
    • 提供者:liu gang
  1. min

    0下载:
  2. 输入三个一位十进制的数,比较出其中最小的数并显示出来的简单程序。-Enter a decimal number three, compare them and display the smallest number of simple procedures.
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:670byte
    • 提供者:jack cheng
  1. assembly

    0下载:
  2. 2个字符串的比较,比较结果用1,0,-1显示-Comparison of two strings to compare the results with 1,0,-1 show
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:525byte
    • 提供者:liuyu
  1. compare

    0下载:
  2. 用于两个数字的比较,在键盘输入两个数,会输出最大值-compare
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:843byte
    • 提供者:wang
  1. compare

    0下载:
  2. 让用户给出通信字,只有当用户输入得字符串与程序定义得字符串相同时,程序才返回DOS。-Allow users to communicate given the words, only when the user enters a string and procedures may have a string with the same definitions, procedures, before returning DOS.
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1.09kb
    • 提供者:王瑞
  1. compare

    0下载:
  2. LC3 program that compares two numbers in R2 and R3 and puts the larger number in R1. If the two numbers are equal, then R1 is set equal to 0.
  3. 所属分类:assembly language

    • 发布日期:2017-03-25
    • 文件大小:1.46kb
    • 提供者:eden
  1. compare

    0下载:
  2. 程序比较两个字符串所含的字符是否相同。若相同则显示’Match.’,否则 显示’No match!’。-it can compare two strings,if they equal,print match or print no match
  3. 所属分类:assembly language

    • 发布日期:2017-03-24
    • 文件大小:3.25kb
    • 提供者:christian
  1. compare

    0下载:
  2. siso simo miso mimo系统的比较 容量 天线数目 概率分布- Compare siso simo miso mimo system The number of antennas probability distribution capacity
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:821byte
    • 提供者:张张
« 12 3 4 »
搜珍网 www.dssz.com