-
汇编程序实现:
程序功能:用深度优先搜索法解决八皇后问题并打印结果.
列数行数分别用1...
汇编程序实现:
程序功能:用深度优先搜索法解决八皇后问题并打印结果.
列数行数分别用1-8标记.所以八皇后的位置申请了9个
调试感慨:汇编调试实在麻烦,不像C中在任何地方加个printf就可以知道
哪错了.跳来跳去的,不知哪里死循环了,实在不好调试.
-Assembler to achieve: program features: Using depth-first search method to solve the eight queens problem and print the results. Out a few lines with 1-8 marks, respectively. Therefore, the position applied for 8 Queens 9 debugging feeling: it is troublesome to debug compilation , unlike C, plus a printf in any place can be known what is wrong. jumping around, and I do not know where the infinite loop, and it is not good debugging.
- 2022-07-23 13:48:34下载
- 积分:1
-
产生随机数并运算的程序等
产生随机数并运算的程序等-generated random number and Operational procedures
- 2023-03-10 05:00:03下载
- 积分:1
-
it is about c++ code of some computer graphic program
it is about c++ code of some computer graphic program
- 2022-01-25 15:37:30下载
- 积分:1
-
在ASM 8086处理器的程序
Program in asm for procesador 8086
- 2023-06-18 14:45:03下载
- 积分:1
-
这个运用了win32中的一些内容 由原来的单一的颜色不断换成不同颜色...
这个运用了win32中的一些内容 由原来的单一的颜色不断换成不同颜色-win32 the use of some elements of the original single color constantly replaced by the different colors
- 2022-03-16 01:10:54下载
- 积分:1
-
图形显示:一个五角星,按一键,变一种颜色 代码
图形显示:一个五角星,按一键,变一种颜色 代码
-graphics : a five-pointed star, according to a key, a color code change
- 2023-05-16 06:00:02下载
- 积分:1
-
该源代码能够实现任意三角形的剖分,功能很强大,希望对各位有所帮助...
该源代码能够实现任意三角形的剖分,功能很强大,希望对各位有所帮助-The source code to achieve arbitrary triangle mesh, features a very powerful, and they hope to help you
- 2022-02-04 20:50:25下载
- 积分:1
-
武汉理工大学计算机学院 汇编语言课程设计之乐曲程序源代码...
武汉理工大学计算机学院 汇编语言课程设计之乐曲程序源代码-Wuhan Polytechnic University computer science curriculum design language compilation of musical source code
- 2023-04-13 02:50:04下载
- 积分:1
-
this IS a collection of chain, which contains some based operations
这都是关于链表的操作汇总,创建链表,将链表的连接方向置反,插入、删除节点,排序等的一些基本操作。-this IS a collection of chain, which contains some based operations
- 2022-07-03 09:29:42下载
- 积分:1
-
MenuetOS是一个操作系统开发的PC完全在32写的…
MenuetOS is an Operating System in development for the PC written entirely in 32/64 bit assembly language. Menuet64 is released under License and Menuet32 under GPL. Menuet supports 32/64 bit x86 assembly programming for smaller, faster and less resource hungry applications.
Menuet has no roots within UNIX or the POSIX standards, nor is it based on any operating system. The design goal has been to remove the extra layers between different parts of an OS, which normally complicate programming and create bugs.
- 2023-04-08 09:00:03下载
- 积分:1