资源列表
Fibonacci-design-program-
- Fibonacci数列的实现,用汇编语言完成。里面有完整的代码和一些小结体会和总结。还有截图等-Implementation of Fibonacci series, complete with assembly language. Which has the complete code and summary of experience and lessons. There are screenshots, etc.
contro-LED-by-key
- 本程序提供通过按键来控制LED的源代码,已经经过测试,能稳定运行-This program provides keys to control the LED through the source code has been tested to run stable
typewritingProgram
- 打字练习,汇编编程,屏幕输出显示的设计方法;掌握产生随机数的方法-Typing practice, assembly programming, the screen output shows the design method master the method of generating random numbers
TYPETEST
- 打字练习,设置输入界面, 用户输入密码后才能进入主菜单,修改主菜单, 在主菜单上显示当天日期-Typing practice, set the input interface, the user input password to enter the main menu, modify the main menu, in the main menu to display the day date
GESTFILE
- This a part of a kernel program. It allow to manage files. Part Gestfile -This is a part of a kernel program. It allow to manage files. Part Gestfile
TESTFILE
- This is a part of a kernel program. It allow to test files. Part TestFile
SYNCHRO
- This is a part of a kernel program. It is this synchronization part.
CLOCK
- This is a part of a kernel program. It is the clock part.
INIT
- This a part of a kernel program.Initialization part.-This is a part of a kernel program.Initialization part.
masm5.0
- 实现了回编的一些常见小实验,包括源代码以及可执行文件-Prepared to achieve the return to some of the common small experiments, including source code and executable files
riqijisuan
- 定义一个结构体变量(包括年、月、日),编程序,要求输入年月日,计算并输出该日在本年中第几天。注意本题一定要定义结构体输入三个整数(并且三个整数是合理的,既比如当输入月份的时候应该在1至12之间,不应该超过这个范围) 变量,否则本输出一个整数.既输入的日期是本月的第几天。实验成绩无效。 -Define a structure variables (including year, month, day), a program, and asked to enter years day, ca
erweidongtaishuzuzhuanzhi
- 输入两个个数字分别控制行向量个数和列向量个数。动态生成二维矩阵,对矩阵赋值后将其转置输出。 输入的第一行为了两个整数m、n,接下来有一个由m*n个数据组成的整数矩阵。 按转置后的矩阵格式输出转置矩阵(n*m)。-Enter two digits are the number of control lines and the column vector vector number. Dynamically generated two-dimensional matrix,
