-
它是关于医院管理系统,它告诉我们如何管理…
it is about hospital management systems which tell how things can be managed in hospital
- 2022-02-13 02:27:31下载
- 积分:1
-
汇编实例教程,内有汇编源代码多个,有详细注释说明。
汇编实例教程,内有汇编源代码多个,有详细注释说明。-Compilation of tutorial examples with source code has compiled more than detailed notes.
- 2023-01-31 10:25: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
-
产生随机数并运算的程序等
产生随机数并运算的程序等-generated random number and Operational procedures
- 2023-03-10 05:00:03下载
- 积分:1
-
建立循环链表,实现选猴王的程序:输入N只猴子,从第一只猴子开始报数(M),数到m的那只猴子就推出,如此循环,剩下的最后一直猴子就是猴王...
建立循环链表,实现选猴王的程序:输入N只猴子,从第一只猴子开始报数(M),数到m的那只猴子就推出,如此循环,剩下的最后一直猴子就是猴王-Circulation list set up, implementation procedures for the election of the King: Enter the N monkeys, monkeys from the first start off (M), only a few of the m Monkey on the introduction of such a cycle has been the last remaining Monkey is a monkey Wang! !
- 2022-04-02 04:42:32下载
- 积分:1
-
编程高手 讨论
编程高手 讨论 -programming experts to discuss programming experts discussed
- 2022-02-26 20:49:35下载
- 积分:1
-
一个微机原理要做的试验程序
一个微机原理要做的试验程序-a computer theories do testing procedures
- 2022-05-31 02:28:03下载
- 积分:1
-
Using assembly language to achieve a digital frequency meter. Experiment has alr...
用汇编语言实现了数字频率计。实验已经通过,效果很好-Using assembly language to achieve a digital frequency meter. Experiment has already been adopted, the effect of good
- 2022-01-24 13:17:32下载
- 积分:1
-
SED1521DAA和KS0107组合的160*32的LCD显示程式
SED1521DAA和KS0107组合的160*32的LCD显示程式-SED1521DAA and KS0107 portfolio of 160* 32 LCD display program
- 2022-05-24 10:40:33下载
- 积分:1
-
适用于内藏SED1335及其兼容控制器的320X240点阵字符
适用于内藏SED1335及其兼容控制器的320X240点阵字符-Applicable to embedded controller SED1335 compatible and SHARP-LM32019T 320X240 dot matrix characters
- 2022-05-23 09:29:40下载
- 积分:1