-
read character
读取字母,用来检测用户以键盘输入的字符,并将其储存起来-read character
- 2022-03-24 06:07:49下载
- 积分:1
-
一个由汇编实现的两个数相加,实现简单,比较适合学生
一个由汇编实现的两个数相加,实现简单,比较适合学生 -achieve a compilation by the sum of two numbers, achieving simpler, more suitable for students
- 2022-01-25 21:40:52下载
- 积分:1
-
智能小车对红外遥控器的编译过程比较容易…
关于红外遥控智能小车的汇编程序,简洁易懂,希望大家都来看啊!-Smart car on the infrared remote control of the compilation process easier to understand, ah, we want everyone to look at!
- 2022-01-25 22:16:35下载
- 积分:1
-
对图像做了简单处理,最后一段代码段实现4各功能,汇编运算较多...
对图像做了简单处理,最后一段代码段实现4各功能,汇编运算较多-Do a simple image processing, the realization of the last paragraph of the code segment 4 of the function, the compilation of more computing
- 2022-03-26 11:40:23下载
- 积分:1
-
用C++实现多项式处理
用C++实现多项式处理-Using C++ to deal with polynomials
- 2022-04-28 21:04:44下载
- 积分:1
-
此程序为基于MATLAB的PSPICE仿真,非常实用,适用于初学者使用...
此程序为基于MATLAB的PSPICE仿真,非常实用,适用于初学者使用-This procedure for the PSPICE simulation based on MATLAB is very useful for beginners to use
- 2022-02-02 02:37:15下载
- 积分:1
-
另一个打字测试游戏更好MASM6.0汇编语言
汇编语言的另一个打字游戏
比较好
测试通过masm6.0-Assembly language of another typing test game better masm6.0
- 2022-08-16 01:33:03下载
- 积分: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
-
notebook
记事本-notebook
- 2022-04-15 07:41:15下载
- 积分:1
-
好东西,自己看,要慢慢品味,适用于学生搞各种设计,有立体效果,效果特棒...
好东西,自己看,要慢慢品味,适用于学生搞各种设计,有立体效果,效果特棒-good things, look, taste slowly, the students engage in various design, and three-dimensional effects, special effects wand
- 2022-03-24 11:40:50下载
- 积分:1