搜索资源列表
7-3
- data array sdword 2 dup(?) str1 byte \"Please input one 32-bit sign number :\",0dh,0ah,0 str2 byte \"The result is : \",0 align 4 jia1gao sdword 0 jia1 sdword 0 .code main proc call clrscr mov esi,offset array mov ecx,l
hujuxianshi
- 编写一个程序,能从键盘读入两个5位十进制数(1位符号位和4位数值位),并将这两个十进制数分别转换为二进制数,然后求其和,再将和以十进制形式在屏幕上显示。 -The preparation of a procedure to read from the keyboard into two five decimal number (1 sign bit and 4-bit value), and the two decimal numbers converted to binary number,
ATM
- 实现ATM的主要功能:开户,登录,存款,取款,查询余额,修改密码-ATM to achieve the main function: to open an account, sign in, deposits, withdrawals, balance inquiries, modify your password
OA
- 人事管理系统,签到签退功能,考勤管理 -Personnel management system, attendance to sign back function, Attendance Management
ZTYM
- 征途登录器源代码,可以提供下载,试过可以用。-Sign journey browser source code, can be available for download, can be tried.
7x90
- Assembly Led Sign 7x90 Pixel
22ii44
- 该功能主要是基于AE下实现更改符号、属性,剖面分析,路径计算等-The main function is to be achieved based on AE changes sign, attributes, profile analysis, path computation, etc.
Set_the_cursor
- 编写一个控制光标位置和形状的程序,改程序具有以下功能 1:可用光标移动键↑↓←→来移动光标2:当光标已在第0列,则按←键,光标定在上一行的最后一列,若已在屏幕的左上角,则光标不动,且给出响铃,按→键时的边界处理类似。3:当光标在第0行,则按↑键,光标不动,且给出响铃,按↓键时的边界处理类似。4:按Home或End键,则光标移到当前行的行首或行尾.5:若按下数字或字母,则把该字符从当前位置依次显示到屏幕顶(在新位置显示当前字符时,原位置的符号被抹去)。6:按Esc ,结束-The prepar
loop_project_design
- 本实验要求通过求某数据区内负数的个数来表现循环程序的结构形式。要求实验程序在数据区中存放一组数据,为统计负数的个数,逐个判断区内的数据,然后将所有数据中凡是符号位为1的数据的个数累加起来,即得到区内所包含负数的个数-This experiment requires a data region by calculating the number of negative performance cycle to structure the program. Experimental procedur
qqq
- 定时器查找,主动搜索,查找到之后,主动停止标记-Find timers, active search, find, the initiative to stop sign
112233
- 断输入数字的正负并统计,具体的见内部注释-Enter the number off the sign and statistics, see the internal note of specific
add
- 实现十进制的加法,自动输出加号和等号,能够循环进行运算-Achieve decimal addition, automated output of the plus and equal sign, the operator can cycle
19521213545
- 这是一款易语言远吗开源技术支持免费的石智勇 如果没有注册吗可以通过注册使用-This is an easy language far behind open source technology support free Shi Zhiyong If not registered you can sign up to use
8086MASM
- 8086 汇编语言六大编程指令集 一、数据传输指令 它们在存贮器和寄存器、寄存器和输入输出端口之间传送数据. 1. 通用数据传送指令. MOV 传送字或字节. MOVSX 先符号扩展,再传送. MOVZX 先零扩展,再传送. PUSH 把字压入堆栈. POP 把字弹出堆栈. -8086 assembly language instruction set a six programming, data transfer instructions a
Calculator
- 采用汇编语言编写的利用8255A和8088组成的最大系统简易计算器设计,可以计算+-*三种运算,其中负数可以显示负号,超过-9则显示EO(两位数码管显示结果)-Written in assembly language using the 8255A and 8088 composed of simple calculator design, can be calculated to+-* three operations, in which the negative can show a neg
003_ThumbCode
- 汇编程序课程练习代码3 -MOV----> move MOVSX---->extended move with sign data MOVZX---->exte
004_ARMMode
- 汇编程序课程练习代码4 汇编程序课程练习代码3-MOV----> move MOVSX---->extended move with sign data MOVZX---->exte
exp3.1
- 流水灯控制 内含protues仿真 -MOV----> move MOVSX---->extended move with sign data MOVZX---->exte
QQLoginManager_src
- 主要功能: · QQ 号码批量登录,并自动跳过已经打开的号码 · 可自动检测已打开的 QQ 号码,并可自定义检测周期 · 登录完成后自动关闭登录助手 · 支持 QQ 帐号信息快速复制 · 支持创建 QQ 号码快捷方式到当前用户桌面 · 支持创建 QQ 号码快捷方式到所有用户桌面 · 支持创建 QQ 号码快捷方式到启动菜单 · 支持创建 QQ 号码快捷方式到快速启动栏-Main functions:? · QQ number batch log an
huibianshiyan
- 实验报告 使用汇编语言完成了一个简单的学生信息管理程序,其功能包括: 1、学生信息录入。学生的信息由用户逐个录入,每次录入一个学生信息后,提示录入下一个信息。用户输入#号即可结束录入工作。 2、显示全部录入的学生信息,按照录入的学号顺序。 3、显示平均成绩。显示成绩的平均值,精确到一位小数。 4、分段显示学生信息。按照60分以下,60到70分,70到80分,80到90分和90分以上的分组,显示每组学生的人数。-The lab report using assemb