-
202.asm-- -演奏“八月桂花香”源程序
202.asm-- -演奏“八月桂花香”源程序-202.asm--- Recital 八月桂花香 source
- 2022-06-15 13:52:34下载
- 积分:1
-
#include <iostream>
#include <stack>
#define MAX_SIZE...
非递归的快速排序算法-#include
#include
#define MAX_SIZE 11
using namespace std
typedef int elem
typedef std::stack Stack
int partition(elem*pData, int low, int high)
void swap(elem& a, elem& b)
void qsort(elem* pData, int low, int high)
int partition(elem*pData, int low, int high)
{
elem key = pData[low]
while(low < high)
{
while(low < high && pData[high] >= key)
high--
swap(pData[low], pData[high])
while(low < high && pData[low]
- 2022-05-08 16:41:43下载
- 积分:1
-
汇编写的时钟程序
使用汇编语言写的一个windows风格的时钟,包含时针、分针、秒针。
- 2022-03-21 23:20:07下载
- 积分:1
-
单源最短路径问题
单源最短路径问题-single source shortest path problem
- 2023-01-05 19:20:03下载
- 积分:1
-
binary file comparison procedures
二进制文件比较程序-binary file comparison procedures
- 2022-04-28 01:07:19下载
- 积分:1
-
用传输矩阵法计算一维光子晶体的带结构的程序,用matlab所编,文件解压后,程序写在word文档中,并附有在matlab下画的图,本人感觉非常有用...
用传输矩阵法计算一维光子晶体的带结构的程序,用matlab所编,文件解压后,程序写在word文档中,并附有在matlab下画的图,本人感觉非常有用-use of the transfer matrix method one-dimensional photonic crystal with the structure of the program, prepared by Matlab. unpacks the files, procedures written in word document, together with the painting under Matlab plans, I feel very useful
- 2022-03-10 03:15:02下载
- 积分:1
-
电子血压计,基于无偿测量方法的电子血压计的程序,我们这个短学期做的...
电子血压计,基于无偿测量方法的电子血压计的程序,我们这个短学期做的-Electronic blood pressure monitor, based on the free electronic sphygmomanometer measurement procedures, we do the short-term
- 2022-02-06 03:30:25下载
- 积分:1
-
汇编程序实现:
程序功能:用深度优先搜索法解决八皇后问题并打印结果.
列数行数分别用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
-
这是一个非常基本简单的斯蒂芬森matlab算法程序,非常适合于初学者学些。...
这是一个非常基本简单的斯蒂芬森matlab算法程序,非常适合于初学者学些。-This is a very basic, simple procedures Stephenson matlab algorithm is very suitable for beginners and learn more.
- 2022-04-24 07:10:30下载
- 积分:1
-
最新指令字典,提供汇编、C、C++、VFP、VB等指令(关键字)查询,是学习编程的好帮手...
最新指令字典,提供汇编、C、C++、VFP、VB等指令(关键字)查询,是学习编程的好帮手-latest directive dictionary, compiled, C, C, VFP, VB etc. Directive (keyword) on the learning program is a good helper
- 2022-02-04 11:38:04下载
- 积分:1