-
Snake game downloads, s
贪吃蛇游戏下载,-Snake game downloads, s
- 2022-08-16 21:36:48下载
- 积分: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
-
用仿真的方法实现超宽带信号的产生,先产生一个带宽确定的矩形波行,将其调制到射频频率上去...
用仿真的方法实现超宽带信号的产生,先产生一个带宽确定的矩形波行,将其调制到射频频率上去 -Simulation method used to achieve ultra-wideband signal generation, to produce a bandwidth of the rectangular-wave line to determine its frequency modulation up to RF
- 2022-06-17 23:17:23下载
- 积分:1
-
DS18B20
DS18B20-液晶1602显示温度和控制-DS18B20-LCD 1602 shows that the temperature and control
- 2022-04-13 00:04:42下载
- 积分:1
-
用win32汇编语言写的一个万年历小程序
用win32汇编语言写的一个万年历小程序-Win32 written in assembly language using a calendar applet
- 2022-01-26 00:13:47下载
- 积分:1
-
This is my class completed the compilation of a language other than simple cours...
这是本人在课上完成的,汇编语言不是门简单的课程在我看来,还得努力.-This is my class completed the compilation of a language other than simple courses doors, in my view, have to strive.
- 2022-05-07 20:45:49下载
- 积分:1
-
DS1820的芦丁含量的控制
Rutina para controlar DS1820
- 2022-01-25 14:12:42下载
- 积分:1
-
游标 游标 游标 游标 游标 游标 游标 游标 游标 游标 游标 游标...
游标 游标 游标 游标 游标 游标 游标 游标 游标 游标 游标 游标 -youbiaoyoubiaoyoubiaoyoubiaoyoubiaoyoubiaoyoubiao
- 2022-04-21 12:10:50下载
- 积分:1
-
Microcontroller to do their own car sprayed pictures, and procedures are used as...
自己做的单片机喷图小车的,程序是用汇编语言实现。小车可以喷出为五环。-Microcontroller to do their own car sprayed pictures, and procedures are used assembly language to achieve. Vehicles can be emitted for the five rings.
- 2022-06-27 06:03:43下载
- 积分:1
-
声
声-光报警程序
运行步骤:1.按下一次开关SW3,开始声-光报警,再按下一次则停止 重复上述操作*
2.按下"q"或者"Q",退出-this is a sound-light alarm program.
Steps:1. push switch3,starting alarm,push switch3 again,it will stop.
2. push Q then quit.
- 2022-08-15 01:26:41下载
- 积分:1