-
汇编课程设计显示彩色矩形块
汇编课程设计显示彩色矩形块-compilation curriculum design rectangular blocks of color show
- 2022-08-03 06:22:57下载
- 积分:1
-
神奇的三维盒子,由许多个点组成,而且会自动旋转。注:用TASM编译...
神奇的三维盒子,由许多个点组成,而且会自动旋转。注:用TASM编译-magical three-dimensional box, from many points, and are automatically rotating. Note : TASM compiler! !
- 2022-04-15 00:14:55下载
- 积分:1
-
小颖JAVA源代码反编译超级引挚V1.3标准版. 这是一个很好用的java反编译工具,有兴趣的可以看一下。...
小颖JAVA源代码反编译超级引挚V1.3标准版. 这是一个很好用的java反编译工具,有兴趣的可以看一下。-Xiaoying Java source code compiler- engine Super Standard Edition V1.3. This is a good use of anti- java compiler tools are interested can look at.
- 2023-05-13 14:10:03下载
- 积分:1
-
pic渐明渐暗
LED控制系统子程序
微芯公司的PIC子程序库及运算平台...
pic渐明渐暗
LED控制系统子程序
微芯公司的PIC子程序库及运算平台-pic gradually dimming LED control system prescribed subroutine PIC Microchip
- 2023-04-14 02:45:04下载
- 积分:1
-
Windows环境下32位汇编语言程序设计配套书源码第16章
Windows环境下32位汇编语言程序设计配套书源码第16章-Windows Environment 32-bit assembly language programming book source package Chapter 16
- 2022-01-26 01:58:34下载
- 积分:1
-
运行可执行程序CAR.exe,选择1,小鸟飞过;选择2,汽车开过;选择3,退出。...
运行可执行程序CAR.exe,选择1,小鸟飞过;选择2,汽车开过;选择3,退出。-running executable CAR.exe choose one, birdie over; Option two, the car off; Option 3 withdrawal.
- 2022-04-27 09:32:40下载
- 积分:1
-
描述了用汇编语言对dm512信号接受与处理的过程,实现对led灯光控制。...
描述了用汇编语言对dm512信号接受与处理的过程,实现对led灯光控制。-Describes the assembly language used on the dm512 signal acceptance and treatment process, led lighting control to realize.
- 2022-01-26 04:59:42下载
- 积分: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
-
c和c++代码精粹,这是一个pdg格式的文档,请使用超星的最新版本打开,很难得的文档,是vip会员的资料,先睹为快吧:)...
c和c++代码精粹,这是一个pdg格式的文档,请使用超星的最新版本打开,很难得的文档,是vip会员的资料,先睹为快吧:)-c and c++ code essence, this is a PDG format document, please use the latest version of Chaoxing open, it is difficult to get the documents, is vip membership information, preview it:)
- 2023-04-19 03:45:03下载
- 积分:1
-
用S1实验板
P1口的8个发光管每隔2个右循环点亮
用S1实验板
P1口的8个发光管每隔2个右循环点亮 -Experiments with S1 plate P1 mouth every 8 LED 2 right circle lit
- 2022-01-30 23:11:56下载
- 积分:1