-
这个程序教大家如何再多文档中应用程序的状态条
这个程序教大家如何再多文档中应用程序的状态条-This process taught everyone how to further document the status of the application of Article
- 2022-07-03 11:03:53下载
- 积分:1
-
遥控小车(51单片机开发例子子程序汇编语言编写)
遥控小车(51单片机开发例子子程序汇编语言编写)-Remote control cars (51 single-chip development to prepare examples of assembly language subroutines)
- 2022-10-12 15:40:03下载
- 积分:1
-
球赛计时计分器程序
AT89C51汇编语言
球赛计时计分器程序
AT89C51汇编语言-Match time points AT89C51 assembly language program
- 2022-03-24 10:25:46下载
- 积分: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
-
汇编电子琴
汇编电子琴-An asembly electronic piano.
- 2022-01-26 02:27:48下载
- 积分:1
-
自己编写的作息时间表单片机程序,比如说8点上课,铃声响,8点10秒铃声停止,8点50下课铃声响......此程序可管理学校电铃,以及其他要求作息时间的场合...
自己编写的作息时间表单片机程序,比如说8点上课,铃声响,8点10秒铃声停止,8点50下课铃声响......此程序可管理学校电铃,以及其他要求作息时间的场合-Their written work schedule SCM procedures, such as 8 o" clock class, a bell rang, 8 Dian 10 seconds ring tones stop, 8:50 after class ring ring ...... this procedure to manage the school bell, as well as other requirements of work and rest time occasions
- 2022-04-27 16:45:30下载
- 积分:1
-
8位微程序控制计算机设计实验 汇编控制CPU简单乘法
8位微程序控制计算机设计实验 汇编控制CPU简单乘法-eight microprocessor-controlled experimental design compilation of computer control CPU simple multiplication
- 2022-03-05 14:48:50下载
- 积分:1
-
Windows环境下32位汇编语言程序设计配套书源码第15章
Windows环境下32位汇编语言程序设计配套书源码第15章-Windows Environment 32-bit assembly language programming book source package Chapter 15
- 2022-05-31 13:47:28下载
- 积分:1
-
This is the snake game... It s better to set the "step delay" to "0" before runn...
This the snake game... It s better to set the "step delay" to "0" before running, it requires fast processing. You can control the snake using arrow keys on your keyboard. All other keys will stop the snake. Press ESC to exit. -This is the snake game... It s better to set the "step delay" to "0" before running, it requires fast processing. You can control the snake using arrow keys on your keyboard. All other keys will stop the snake. Press ESC to exit.
- 2022-12-02 14:35:03下载
- 积分:1
-
汇编中调用钩子函数的例子。
汇编中调用钩子函数的例子。-compilation called hook function examples.
- 2022-04-07 17:14:01下载
- 积分:1