-
16编的贪吃蛇游戏,随机生成食物和炸弹,吃东西的锡…
16位汇编的贪吃蛇游戏,随机生成食物和炸弹,吃到食物贪吃蛇增长,吃到5个炸弹贪吃蛇死亡-16 compiled by the Snake game, randomly generated food and bombs, to eat food Snake growth, eat five bombs killed Snake
- 2023-02-12 03:30: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
-
that the procedure was used to dynamic changes in the Form of Control. Facilitat...
该程序是用来动态增减窗体上的控件的.方便在不同情况使用时去掉一些控件-that the procedure was used to dynamic changes in the Form of Control. Facilitate the use of different circumstances remove some controls ..
- 2022-06-30 08:28:17下载
- 积分:1
-
一个汇编语言程序,功能是输入一个字符及其前导字符和后续字符!...
一个汇编语言程序,功能是输入一个字符及其前导字符和后续字符!-an assembly language program, which aims to bring in a pre-characters and characters and follow-up characters!
- 2023-02-27 07:45:03下载
- 积分:1
-
Algorithm
dijkstra算法-- Algorithm
- 2022-02-26 14:04:45下载
- 积分:1
-
基于两级目录结构的简单文件系统的管理与操作。
(1) 要求本文件系统采用两级目录,即设置主文件目录[MFD]和用户文件目录[UFD]。在主文件目录中,每
个用户目录都占有一个目录项,其目录项中包含文件名和指向该文件目录文件。在用户文件目录UFD中,
这些文件目录具有相似的结构。具体测试时可考虑:设计一个10个用户的文件系统,每次用户可保存10
个文件,一次运行用户可以打开
- 2022-03-10 03:08:01下载
- 积分:1
-
Realize single
实现单片机模拟iic,从而使单片机控制iic芯片
-Realize single-chip analog iic, thereby enabling single-chip microcomputer control chip IIC
- 2022-11-18 11:55:03下载
- 积分:1
-
一个不错的堆排序,用汇编语言实现的
一个不错的堆排序,用汇编语言实现的-a good heap sort, with the compilation of language
- 2022-02-03 11:24:59下载
- 积分:1
-
液晶显示,程序已经调试通过好使,网上汇编程序较少,急大家所需...
液晶显示,程序已经调试通过好使,网上汇编程序较少,急大家所需-Liquid crystal display, the program has been through so debug, on-line assembler less urgent requirements of U.S.
- 2022-05-05 13:54:20下载
- 积分:1
-
各色各样的霓虹灯汇编源程序和exe执行程序
各色各样的霓虹灯汇编源程序和exe执行程序-all kinds of neon source and compilation procedures exe
- 2022-12-04 10:05:03下载
- 积分:1