-
这是汇编器的源代码
这是汇编器的源代码- This is the assembly source code
- 2022-06-17 05:52:04下载
- 积分:1
-
青岛分类信息网整合企业名录.供大家分享
青岛分类信息网整合企业名录.供大家分享 -classification Qingdao Information Network Integration Business Directory. For everyone to share
- 2022-10-03 00:00:03下载
- 积分:1
-
use chips showed lattice 8255
利用芯片8255显示点阵-use chips showed lattice 8255
- 2022-08-14 11:25:40下载
- 积分:1
-
武汉理工大学计算机学院 汇编语言课程设计之乐曲程序源代码...
武汉理工大学计算机学院 汇编语言课程设计之乐曲程序源代码-Wuhan Polytechnic University computer science curriculum design language compilation of musical source code
- 2023-04-13 02:50:04下载
- 积分:1
-
51单片机编写制做的电子计算器(韩国)汇编语言、C语言
51单片机编写制做的电子计算器(韩国)汇编语言、C语言-51 single-chip microcomputer system to do the preparation of the electronic calculator (South Korea) assembly language, C language
- 2022-03-21 12:15:12下载
- 积分:1
-
用汇编语言实现单片机电流检测程序
用汇编语言实现单片机电流检测程序-ASM
- 2022-06-16 02:28:18下载
- 积分:1
-
是一些 程序的汇编源代码,需要的话,大家可以下载看看啊
是一些 程序的汇编源代码,需要的话,大家可以下载看看啊
-Is a compilation of some procedural source code, if necessary, you can download to see ah
- 2022-04-12 07:38:12下载
- 积分:1
-
本程序用来计算matlab中两点坐标之间的距离,坐标必须是经纬度,并表明所要计算的单位...
本程序用来计算matlab中两点坐标之间的距离,坐标必须是经纬度,并表明所要计算的单位-This procedure used to calculate the matlab in the distance between two coordinates, latitude and longitude coordinates must be, and show that to calculate the unit
- 2022-11-18 19:30: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
-
This is a AT89C51 experimental development board to the PC serial port to send o...
这是一个AT89C51单片机实验开发板向PC机的串口单向发送数据AF的演示程序-This is a AT89C51 experimental development board to the PC serial port to send one-way data AF Speech showing procedures
- 2022-07-28 00:22:53下载
- 积分:1