资源列表
huibianshili
- 学汇编语言所必须懂的汇编实例题目,为以后的进一步学习大好基础 : -failed to translate
huib2
- 汇编语言,用二重循环实现,给片内ram中的00H~1FH赋初值,对初学者了解工作寄存区组的工作方式有帮助-Achieved with double loop, to the on-chip ram in the 00H ~ 1FH initial value, working storage area for beginners to understand way to help the working group
1
- 汇编语言16位画圆程序 计算三角形水平边平方 计算半径r平方 双字减法,入口参量:bx减数的低16位,cx减数的高16位-Circle 16-bit assembly language program to calculate the level of the triangle the square of the radius r side of the square of double word compute the subtraction, the entra
dianyabiao-
- 电压表实现程序源代码,包括源程序,说明以及结果-Voltmeter to achieve the program source code, including source code, descr iption and results
CsvReader
- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
masm5
- 在数据段DATA中有两个数据X和Y,假设X=1122H,Y=3344H,编程求两个字的和,结果存放到Z单元中。-DATA in the data segment has two data X and Y, assuming X = 1122H, Y = 3344H, program requirements and the word, the result in the Z unit.
masm5
- 从SOURCE_BUFFER单元开始存放了20个字母A,编程将这个20个字母A的字符串传送到DEST_BUFFER开始的单元中。-Starting from SOURCE_BUFFER unit 20 holds the letters A, this program will be a string of 20 letters sent to the DEST_BUFFER A starting unit.
eightPqueensPproblem
- 八皇后问题。输入第一个皇后所在的行和列,给出所有符合条件的解。输出使用0和1画棋盘-Eight queens problem. Enter the first row and column where the Queen gives all eligible solution. Output board with 0 and 1 draw
Animated-heart
- 可爱小动画 本动画先显示一些提示信息,然后按任意键进入,只见一个方框向中 间由大变小,并留下痕迹,然后出现一个心,按空格重复出现心,按其他 键将重复,按Q键退出程序,。 -This cute little animation animation shows some of the first message, then press any key to enter, I saw a box to the center from big to small, and leave
Car-birdie-animation
- 运行可执行程序CAR.exe,选择1,小鸟飞过;选择2,汽车开过;选择3,退出。 -Run the executable program CAR.exe, choose one, the birds fly option 2, the car opened Option 3, to exit.
Typing-practice
- 运行可执行程序testword.exe,出现菜单主界面,按回车键出现由26个字母组成 的乱序行,这时其中任一字母落下,在键盘上敲入该字母,如果输入正确,字母 消失;按ESC键返回主界面;按空格见暂停;按‘E’退出。 -Run the executable program testword.exe, the main menu screen appears, press the Enter key when the 26-letter-of-order line, then any
B38
- 定义日期类型Date。 要求: (1)包含年月日数据成员;提供默认构造函数、带年月日参数的构造函数、和拷贝构造函数;定义set成员函数可以设置日期;日期加一天操作;定义intput成员函数,输入日期信息,输入格式为“YYYY-MM-DD”;定义print成员函数输出对象的日期。 (2)编写一个可运行的完整程序,构造3个日期类型的对象,并输出相应的日期信息。 (3) 实现日期类型的对象的加减法运算。 -Defined date type Date. Requirements:
