-
汇编课程设计文本编辑器源码 很简单的功能很不错的
汇编课程设计文本编辑器源码 很简单的功能很不错的-Compilation of curriculum design, source code is very simple text editor features a very nice
- 2022-02-28 19:34:37下载
- 积分:1
-
它的源代码,外国人高
ad9951的源代码,外国人高的用兴趣的朋友,看看希望对你有帮助-AD9951 source code, foreigners with high-interest friends to see if you would like to have help
- 2022-06-15 09:31:10下载
- 积分:1
-
汇编小程序,初学者学习汇编,arm的。汇编格式,和简单的寄存器操作指令。...
汇编小程序,初学者学习汇编,arm的。汇编格式,和简单的寄存器操作指令。-Compilation of small programs, for beginners to learn to compile, arm
- 2023-06-10 09:50:03下载
- 积分:1
-
本人编写的TI 16为DAC功能测试程序
本人编写的TI 16为DAC功能测试程序-I prepared for the 16 DAC TI functional test procedures
- 2022-03-05 16:34:29下载
- 积分: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
-
汇编语言编写的电荷DS1302时钟,时间是一个多
汇编语言编写DS1302充电时钟,time是多字节读写,timexie是多字节写,timedu是单字节读-Compiled languages charge DS1302 clock, time is a multi-byte read and write, timexie are multi-byte write, timedu is single-byte read
- 2022-05-23 04:35:34下载
- 积分:1
-
(TASM)汇编语言,显示 0 到 9,显示 0 到 99
0 到 9 和 0 到 99 的组装时,将显示此源代码。 再组装起来,使用 TASM,。 涡轮增压器装配。 做为 UMS 微处理器课程8086 微处理器的汇编语言源代码
- 2022-08-10 02:43:51下载
- 积分:1
-
C通讯录代码,简单实用~~~ ~~~ ~
C通讯录代码,简单实用~~~ ~~~ ~
-C code, simple and practical
- 2022-05-15 19:11:32下载
- 积分:1
-
51单片机的软件延时,在12MHZ下的多种延时程序
51单片机的软件延时,在12MHZ下的多种延时程序-51 SCM software delay, at 12MHZ procedures under a variety of delay
- 2022-07-08 11:57:17下载
- 积分:1
-
89c2051 外部中断检测 通过max232与PC通讯
发送数据
89c2051 外部中断检测 通过max232与PC通讯
发送数据-89c2051 through max232 Detect external interrupt communication with the PC to send data
- 2022-02-06 17:32:51下载
- 积分:1