-
A组
用汇编语言实现:在屏幕上显示:
SIN(X)+345*X/67
X=?
REXUILT=
等待输入一个任意的十进制数X(假设每个数不...
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
- 2022-04-25 18:27:40下载
- 积分:1
-
Mouse events programming examples
Mouse 鼠标事件编程的例子-Mouse events programming examples
- 2023-02-23 01:10:03下载
- 积分:1
-
MSP430晶振布局要领 教你如很布线
MSP430晶振布局要领 教你如很布线-MSP430 crystal layout to experience if you are wiring
- 2022-06-18 21:23:31下载
- 积分:1
-
链表的实现 本人的C++课程设计
链表的实现 本人的C++课程设计-Chain achieve my C Course Design
- 2022-03-31 01:54:22下载
- 积分:1
-
这是一个用C实现的S变换
This is a C implementation of the Stockwell Transform
- 2022-02-21 06:33:50下载
- 积分:1
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#ifndef __STDC__
# ifndef const
# define const
# endif
#endif
- 2022-01-24 18:04:03下载
- 积分:1
-
用数据库存储输出的目标代码表、单词表,用LIST,RICHEDIT控件实现单击关联事件。...
用数据库存储输出的目标代码表、单词表,用LIST,RICHEDIT控件实现单击关联事件。-database storage with the object code output table, Vocabulary, with LIST, click RICHEDIT Controls Association events.
- 2022-03-10 10:23:47下载
- 积分:1
-
供初入门的学习用的4位计数器程序,简单易懂,可编译通过,可仿真...
供初入门的学习用的4位计数器程序,简单易懂,可编译通过,可仿真-bcount4
- 2022-11-01 11:10:03下载
- 积分:1
-
本程序通过x,y坐标的两次拉格朗日插值 实现非简单曲线的绘制 通过鼠标取点,简单易用
本程序通过x,y坐标的两次拉格朗日插值 实现非简单曲线的绘制 通过鼠标取点,简单易用-this program through x, y coordinates of the two Lagrange simple interpolation to achieve the curve by drawing from the mouse, easy to use
- 2022-02-26 09:28:59下载
- 积分:1
-
算法分析与设计中的经典问题,利用回溯法解决背包问题,有详细的代码段。...
算法分析与设计中的经典问题,利用回溯法解决背包问题,有详细的代码段。-Algorithm analysis and design of the classic problems, the use of backtracking to solve knapsack problem, there is a detailed code snippet.
- 2022-02-03 18:03:27下载
- 积分:1