-
每名学生需要如下描述:学号、姓名、成绩。成绩保留小数点一位。试编制一程序完成学生的录入和输出。最终对所有学生的成绩进行从高到低的排序,并且输出排序结果,并且得出...
每名学生需要如下描述:学号、姓名、成绩。成绩保留小数点一位。试编制一程序完成学生的录入和输出。最终对所有学生的成绩进行从高到低的排序,并且输出排序结果,并且得出平均分,并且保留一位小数并且输出。-Needs of each student described as follows: Student ID, name, performance. Results 1 to retain a decimal point. Try to prepare a student entry process is completed and output. The final results of all students to sort from high to low, and the output of sorting results, and the average score obtained, and retained a decimal, and the output.
- 2022-08-14 15:48:20下载
- 积分:1
-
一个汇编与VC结合的程序代码 本程序旨在展示一下怎样在VC中嵌入汇编语言,来减少程序的大小。...
一个汇编与VC结合的程序代码 本程序旨在展示一下怎样在VC中嵌入汇编语言,来减少程序的大小。- An assembly and VC union procedure code this procedure is for
the purpose of demonstrating how inserts the assembly language in VC,
reduces the procedure the size.
- 2022-01-25 20:46:37下载
- 积分:1
-
it can help you use C++ program we
it can help you use C++ program we
- 2022-05-12 18:46:21下载
- 积分:1
-
很多经典的汇编代码~电子时钟~日期显示~中标显示~磁盘文件读写~简易文本编辑器~等等!...
很多经典的汇编代码~电子时钟~日期显示~中标显示~磁盘文件读写~简易文本编辑器~等等!-many classical compilation code-date electronic clock showed ~ ~ ~ successful show-writable disk summary document text editor, and so on ~!
- 2022-01-31 13:57:41下载
- 积分:1
-
动态五角星,按任意键可以改变五角星的颜色,该程序为全屏显示....
动态五角星,按任意键可以改变五角星的颜色,该程序为全屏显示.-dynamic five-pointed star, by Anykey five-pointed star can change the color, the procedure for the full screen display.
- 2022-03-05 10:21:30下载
- 积分:1
-
电机测试,异步电动机模型,一个是函数文件,一个是命令文件...
电机测试,异步电动机模型,一个是函数文件,一个是命令文件
-Equation_testbench3
- 2022-01-22 17:04:33下载
- 积分:1
-
汇编课程设计 图形编辑器
汇编课程设计 图形编辑器-compilation curriculum design graphics editor
- 2023-02-07 22:55:04下载
- 积分:1
-
常见汇编语言程序设计原代码!我编的!希望大家给点意见
常见汇编语言程序设计原代码!我编的!希望大家给点意见-The useful demo of assembly language for program design.I write it and hope you give advice!
- 2022-02-24 20:11:18下载
- 积分:1
-
2 分类指令
在介绍各条分类指令之前,将指令中的操作数及注释中的符号说明如下。
Rn:当前指定的工作寄存器组中的Ro...
2 分类指令
在介绍各条分类指令之前,将指令中的操作数及注释中的符号说明如下。
Rn:当前指定的工作寄存器组中的Ro-R7(其中n=0,1,2,…,7)。
Ri:当前指定的工作寄存器组中的RO,R1(其中i=0,1)。
(Ri):Ri间址寻址指定的地址单元。
((Ri)):Ri间址寻址指定地址单元中的内容。
dir:8位直接字节地址(在片内RAM和SFR存储空间中)。
#data8:8位立即数。
#datal6:16位立即数。
addrl6:16位地址值。
addrll:11位地址值。
-2 classification of instruction in the introduction of each classification of instructions before the operation instructions and notes the number of symbols are described below. Rn: the current work of the designated register group Ro-R7 (in which n = 0,1,2, ..., 7). Ri: the current register group specified in the RO, R1 (in which i = 0,1). (Ri): Ri addressing inter-site unit
- 2022-02-07 17:01:45下载
- 积分:1
-
判断是否是闰年
该程序是判断某年是否是闰年,即输入任何一年份,若是闰年,则输出闰年,若不是,则输出不是闰年。
- 2022-12-06 03:55:03下载
- 积分:1