登录
首页 » Windows开发 » A组 用汇编语言实现:在屏幕上显示: SIN(X)+345*X/67 X=? REXUILT= 等待输入一个任意的十进制数X(假设每个数不...

A组 用汇编语言实现:在屏幕上显示: SIN(X)+345*X/67 X=? REXUILT= 等待输入一个任意的十进制数X(假设每个数不...

于 2022-04-25 发布 文件大小:37.68 kB
0 172
下载积分: 2 下载次数: 1

代码说明:

A组 用汇编语言实现:在屏幕上显示: SIN(X)+345*X/67 X=? REXUILT= 等待输入一个任意的十进制数X(假设每个数不超过三位),计算上述表达式的结果,将该结果显示出来:对于XIN(X)的计算结果要求采用子程序编写,主程序用于输入X和显示结果。 B组: 汇编程序写一个能与PC当前运行的程序进行分时操作的程序,程序的功能是演奏“五星红旗迎风飘扬”。并设置有热键,可随时终止或恢复演奏。 C组: 用汇编程序编程编写一个动画程序:有一架飞机在显示屏幕的上方,从左至右,忽高忽地,周而复始的飞行,屏幕下方设有一门高射炮,该炮可人工控制左右移动,人工控制空格键发射炮弹,炮弹命中飞机后,声光大作。(要求使用图形显示方式) -A group Using assembly language to achieve: on the screen: SIN (X)+345* X/67 X =? REXUILT = Waiting for input an arbitrary decimal number X (the assumption that the number of not more than three each), calculated the results of the above expression, the results are displayed: For XIN (X) requires the calculation of the results of the preparation subroutine, main program for Enter the X and the result will be displayed. B: Assembler to write a PC currently running with the process time-sharing operating procedures, procedures for the function is to play "five-star red flag fluttering in the wind." And set up hotkeys, may terminate

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 平板电脑的音频
    BVNBNBNV NHVNNV BV T GH GGHJ JHG HJGHG JH GHJGHJ GHJG JHJ GHDFDFEDF DMUGFH XG,/。R O 选举登记主任雇佣条例 》 E O;E O WR R R T RT H RT RTH H H HH
    2022-01-24 15:46:36下载
    积分:1
  • 这是一本被奉为经典的C++教程,关于C++的描述循序渐进,就算没有C基础,也能看懂...
    这是一本被奉为经典的C++教程,关于C++的描述循序渐进,就算没有C基础,也能看懂-This is to be regarded as a classic C++ Tutorial on C++ Description of step-by-step, even if there is no C foundation, it can read
    2022-03-02 14:21:29下载
    积分:1
  • 步骤:。编译DLL:CL / LD f.cpp。查看出口:dumpbin /exports f.dll的…
    steps: . compile dll: cl /LD f.cpp . view the exports: dumpbin /exports f.dll . compile exe: cl test.cpp . run: test
    2022-03-24 08:35:04下载
    积分:1
  • 可以查看内存使用情况,包括总内存、可使用内存、总虚拟内存、可使用虚拟内存
    可以查看内存使用情况,包括总内存、可使用内存、总虚拟内存、可使用虚拟内存-Can view the memory usage, including total memory, available memory, total virtual memory, you can use virtual memory
    2022-05-28 10:21:04下载
    积分:1
  • 按键串口控制电机转速加测速STM32
    通过按键控制直流电机的加减速同时通过串口显示当前速度,亦可用串口发送指令来控制电机转速,带有测速显示,使用STM32单片机控制。
    2022-11-03 17:30:03下载
    积分:1
  • 全景图浏览程序
    全景图浏览程序,只要换了全景图,就是你自己的作品了!
    2022-01-26 02:56:23下载
    积分:1
  • multi
    多国语言支持的DLL,纯资源DLL,以及DLL中资源的调用例子代码.-multi-language support DLL, pure resource DLL, and DLL resources called code examples.
    2022-05-06 13:11:34下载
    积分:1
  • QT编写的C++贪吃蛇小游戏
    游戏通过按键控制 部分代码: #include "gamewidget.h" #define ROW 13 #define COL 16 #define UP 0 #define DOWN 1 #define LEFT 2 #define RIGHT 3 GameWidget::GameWidget(QWidget *parent) :QWidget(parent) { this->setAutoFillBackground(true);//覆盖 this->resize(480,270); this->setWindowIcon(QIcon("img/icon.jpg")); this->setWindowTitle("贪吃蛇"); QPalette palette; palette.setBrush(QPalette::Background,QBrush((QPixmap)"img/bjt.png")); this->setPalette(palette); //按扭区 leftbtn=new QPushButton(this); leftbtn->setIcon((QIcon)"img/zuo.png"); leftbtn->setIconSize(QSize(40,40)); leftbtn->setGeometry(QRect(340,180,40,40)); leftbtn->setFlat(true); rightbtn=new QPushButton(this); rightbtn->setIcon((QIcon)"img/you.png"); rightbtn->setIconSize(QSize(40,40)); rightbtn->setGeometry(QRect(430,180,40,40)); rightbtn->setFlat(true
    2022-03-21 19:09:00下载
    积分:1
  • 一个简单的MFC字符串处理程序,实现查找、替换、导入、分类。
    一个简易的mfc的字符串处理程序,实现查找,替换,输入,清除等功能-A simple mfc string handling procedures, to achieve to find, replace, import, clearance and other functions
    2022-02-01 10:48:24下载
    积分:1
  • 操作系统的一个小程序,就是一个分区管理程序,仅供学习用...
    操作系统的一个小程序,就是一个分区管理程序,仅供学习用-operating system a small program is a regional management procedures, only to learn from
    2022-02-15 20:13:22下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载