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

搜索资源列表

  1. jmp

    0下载:
  2. 根据内存字节变量control中的各位被置位情况控制程序转移到8个远过程中的一个。 -Control based on memory-byte variable is set in the situation you control program transferred to the 8, a process far.
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:542
    • 提供者:胡瑞金
  1. NO16

    0下载:
  2. 变量Buff内存放了200个字,统计其中正数、0、负数的个数,并保存在N1、N2、N3中- Variable Buff storing 200 words, statistics of which positive, 0 negative number, and stored in the N1, N2, N3 in
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:536
    • 提供者:submarry
  1. rili

    0下载:
  2. 编写日历的程序,输入年度月份后,按日历的形式输出本月。可实现主要功能分析如下: 1.由用户输入年度月份,判断数据是否合法,1900≤year≤2100,1≤month≤12,年份字符串转换成二进制数保存到变量year,month中,否则提示错误 2.判断闰年闰月,修改monthday:闰年将2月天数改为29,否则为28。计算每月有几天,当月的1号是星期几。 3.显示输出月历,用户继续查询的话返回重新继续输入年度月份,否则退出,结束程序。 -Procedures for the
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:156205
    • 提供者:寒武
  1. cc

    0下载:
  2. C++ 工程实践(1):慎用匿名 namespace 匿名 namespace (anonymous namespace 或称 unnamed namespace) 是 C++ 的一项非常有用的功能,其主要目的是让该 namespace 中的成员(变量或函数)具有独一无二的全局名称,避免名字碰撞 (name collisions)。一般在编写 .cpp 文件时,如果需要写一些小的 helper 函数,我们常常会放到匿名 namespace 里。muduo 0.1.7 中的 muduo/base/
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:3246
    • 提供者:杨峰
  1. MUL

    0下载:
  2. 双字节无符号数乘法运算,将(R2R3)和(R6R7)中双字节无符号整数相乘,积送(R4R5R6R7)中。C语言程序:将变量aa和bb中的双字节无符号整数相乘,结果存入变量cc中。-Double-byte unsigned multiplication
  3. 所属分类:assembly language

    • 发布日期:2017-03-27
    • 文件大小:532
    • 提供者:
  1. riqijisuan

    0下载:
  2. 定义一个结构体变量(包括年、月、日),编程序,要求输入年月日,计算并输出该日在本年中第几天。注意本题一定要定义结构体输入三个整数(并且三个整数是合理的,既比如当输入月份的时候应该在1至12之间,不应该超过这个范围) 变量,否则本输出一个整数.既输入的日期是本月的第几天。实验成绩无效。 -Define a structure variables (including year, month, day), a program, and asked to enter years day, ca
  3. 所属分类:assembly language

    • 发布日期:2017-03-24
    • 文件大小:153164
    • 提供者:
  1. dd.asm

    0下载:
  2. 设在变量ADR为起始地址的字节存储单元中存放一组有符号数据,编写程序分别统计 1. 正数的个数 2. 负数的个数 3. 0的个数-ADR in variable byte starting address stored in a storage unit signed data, statistical programming, respectively, 1 the number of positive 2 negative number of 3.0 the number of
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:703
    • 提供者:孙健
  1. leijia

    0下载:
  2. (2) 用汇编程序实现1~100的加法运算 1. 设置循环变量和存储运算结果的寄存器的初值 2. 利用循环结构实现累加 3. 验证结果(0x13BA)。 -) compilation of procedures used to achieve 1 to 100 addition operationsThe 1 set of the loop variable and storage operation result register value2 using the loop s
  3. 所属分类:assembly language

    • 发布日期:2017-03-22
    • 文件大小:537
    • 提供者:张子安
  1. count-the-number-of-the-words

    0下载:
  2. 为一个字符串或者一段字符串(包括多个字符串)定义一个类Word,这个类至少包含2个成员变量,1是这个字符串(用指向动态数组的指针表示),2是字符串中单词的个数(若还需要其他成员变量,自己定义)。-how to count the number of the word
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:1554766
    • 提供者:gao
  1. voltest

    0下载:
  2. 这是一个展示c++中volatile类型的很好的例子,里面同时嵌入了汇编语言,通过例子说明了volatile能够具有让编译器丧失优化功能,从而,程序能及时从内存中访问变量-This is a show c++ very good example of the type of volatile, which at the same time embedded in the assembly language examples illustrate the volatile loss of comp
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:190946
    • 提供者:liuxiaodi
  1. dianzishizhongbianliangxianshi

    0下载:
  2. 电子时钟变量显示,是我自己编写的,不好请不要吐唾沫,有事请联系-Electronic clock variable, I have written bad please do not spit, emergency contact
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1062
    • 提供者:王力增
  1. mazhizhuanhuan

    0下载:
  2. 编写一个程序,将变量ABC中的16位无符号数,用"除十取余"的方法转换成十进制数,要求结果用压缩BCD码保存在RESULT单元中。-mazhizhuanhuan code translation?
  3. 所属分类:assembly language

    • 发布日期:2017-04-24
    • 文件大小:9814
    • 提供者:dangligedang
  1. mazhizhuanhuan2

    0下载:
  2. 编写一个程序,将变量ABC中的16位无符号数,用"除十取余"的方法转换成十进制数,要求结果用压缩BCD码保存在RESULT单元中。-dec bcd
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:9761
    • 提供者:dangligedang
  1. 8-1

    0下载:
  2. 编写子程序嵌套结构的程序,把整数分别用二进制和八进制形式显示出来。 主程序BANDO:把整数字变量VAL1存入堆栈,并调用子程序PAIRS 子程序PAIRS:从堆栈中取出VAL1 调用二进制显示程序OUTBIN显示出与其等效的二进制数,输出八个空格;调用八进制显示程序OUTOCT显示出与其等效的八进制数,调用输出回车及换行符的子程序. -Write subroutine nesting structure of the program, and integer, respectiv
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:794
    • 提供者:陈浩东
  1. shiyan6

    1下载:
  2. 1.编写完整的汇编语言程序: (1) 从键盘输入一系列字符(以回车符结束),并按字母、数字及其他字符分类计数,最后显示这三类的计数结果。 (2) 已定义了两个整数变量A和B,试编写程序完成下列功能(使用简化段源程序格式):  若两个数中有一个是奇数,则将奇数存入A中,偶数存入B中;  若两个数均为奇数,则将两数均加1后存回原变量;  若两个数均为偶数,则两个变量均不改变。 (3) 用减奇数次数的方法,求一个数的近似平方根,这
  3. 所属分类:assembly language

    • 发布日期:2017-03-25
    • 文件大小:3211
    • 提供者:Shujing
  1. 8-1

    0下载:
  2. 编写子程序嵌套结构的程序,把整数分别用二进制和八进制形式显示出来。 主程序BANDO:把整数字变量VAL1存入堆栈,并调用子程序PAIRS 子程序PAIRS:从堆栈中取出VAL1 调用二进制显示程序OUTBIN显示出与其等效的二进制数,输出八个空格;调用八进制显示程序OUTOCT显示出与其等效的八进制数,调用输出回车及换行符的子程序 -Write subroutine nesting structure of the program, and integer, respective
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:844
    • 提供者:谢轩
  1. The-course-grade-points

    0下载:
  2. 用二维数组和指针变量作为函数参数,编程实现3个班学生的某们课程成绩的最高分,并指出具有最高分成绩的学生是第几个班的第几个学生-Two-dimensional array and pointer variables as function parameters, and programming to achieve the highest score of the three classes of students have the course grade, and pointed out th
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:6810
    • 提供者:叶清
  1. array

    0下载:
  2. 数组元素访问的四种方法: 方法1通过数组名和下标访问数组元素 方法2通过数组名作为指针运算来访问数组元素 方法3通过指针变量加数组名访问数组元素 方法4通过指针变量加下标访问数组元素-Array element access to four methods: Method 1 by the array name and subscr ipt to access the array elements through the array name as the pointer ari
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:6480
    • 提供者:李享
  1. GAUSSJ

    0下载:
  2. 一个全主元高斯约当算法的函数代码,有一个整形变量输入,两个数组代表输入和输出-a function of c++
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:690
    • 提供者:lijiangcheng
  1. ga

    0下载:
  2. 遗传搜索算法,可以用来搜索变量 遗传搜索算法,可以用来搜索变量-Genetic Search Algorithm
  3. 所属分类:assembly language

    • 发布日期:2017-12-10
    • 文件大小:2865
    • 提供者:林欢
« 1 2 34 5 6 »
搜珍网 www.dssz.com