-
这是使用汇编语言编写的一个从键盘接受输入,并在屏幕上显示的程序。其中可以输出大小写字符...
这是使用汇编语言编写的一个从键盘接受输入,并在屏幕上显示的程序。其中可以输出大小写字符-This is the use of assembly language prepared to accept input from a keyboard and screen procedures. In which case characters can be output
- 2023-07-21 14:45:02下载
- 积分:1
-
在DOS下显示个性图形
在DOS下显示个性图形-DOS graphics show personality
- 2022-03-01 16:47:01下载
- 积分:1
-
多位bcd码乘法,已测试通过,多位bcd码乘法,已测试通过
多位bcd码乘法,已测试通过,多位bcd码乘法,已测试通过-Bcd number multiplication code, have been tested, a number of bcd code multiplication, have been tested
- 2022-05-05 23:32:54下载
- 积分:1
-
用汇编语言写的一个windows屏幕保护程序
用汇编语言写的一个windows屏幕保护程序-huibiantuxiang
- 2023-05-18 15:15:04下载
- 积分: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
-
汇编程序的查询手册,还是蛮好用的。汇编程序的查询手册。...
汇编程序的查询手册,还是蛮好用的。汇编程序的查询手册。-Assembler manual query, or just fine useful.
- 2022-07-09 20:34:19下载
- 积分:1
-
compilation with a series of the game, huh
用汇编编的一个游戏,-compilation with a series of the game, huh
- 2022-03-11 20:05:35下载
- 积分:1
-
在屏幕上用黄颜色显示天堂两个字并且经过一定得时间向右平移一段距离。...
在屏幕上用黄颜色显示天堂两个字并且经过一定得时间向右平移一段距离。-Yellow on the screen with color display and after the word heaven must have time to shift to the right for some distance.
- 2022-03-18 11:13:57下载
- 积分:1
-
一个简单的execl(linux)下的服务器代码,有什么问题,请多指教...
一个简单的execl(linux)下的服务器代码,有什么问题,请多指教-a simple execl (linux) server code, any problem, please enlighten
- 2023-06-22 18:05:04下载
- 积分:1
-
河内塔游戏
应用背景代码C B N #ả演示THAP河内关键技术我ãTHAP河内NổAkt, ; ;Bà我ánáp HàNộ我, ; ;代码C B N #ả演示THAP河内, ; ;我ãThuậTáN Akt首席人事官Bà我áp HàNộ我
- 2023-05-30 17:50:03下载
- 积分:1