-
使用一个线软件UART
software UART using one wire
- 2022-02-26 23:12:58下载
- 积分:1
-
按键显示汇编,设计语言教科书和编译教科书的有关知识,并增加了一些有关汇编 层体系结构的材料,以满足没学过计算机组织的学生们的需要...
按键显示汇编,设计语言教科书和编译教科书的有关知识,并增加了一些有关汇编 层体系结构的材料,以满足没学过计算机组织的学生们的需要-Button shows a compilation of language textbooks and textbooks compiled the relevant knowledge, and an increase of some of the compilation of the material layer architecture to meet the needs of organizations never learned the computer needs of students
- 2022-05-08 05:28:32下载
- 积分: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
-
我们接口技术做的实验8253,有需要的就下载吧
我们接口技术做的实验8253,有需要的就下载吧-we do Interface Technology Experiment 8253, on the need to download it
- 2022-07-25 14:15:24下载
- 积分:1
-
汇编语言编写的类似俄罗斯方块的游戏程序
汇编语言编写的类似俄罗斯方块的游戏程序-compiled languages like Tetris game procedures
- 2023-05-28 03:30:02下载
- 积分:1
-
《C++面向对象程序设计》答案
《C++面向对象程序设计》答案,谭浩强,
在这部分中提供了由谭浩强编著的《C++面向对象程序程序设计》(清华大学出版社出版)一书中各章的全部
习题的参考解答。为了帮助读者更好地理解程序,我们在有的程序中加了必要的注释。对有的题目,我们
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-23 08:11:00下载
- 积分:1
-
xiaoche
这个是一个小车的模仿小车运行的小程序,是用汇编语言完成的-xiaoche
- 2022-07-27 02:08:15下载
- 积分:1
-
MCS51 LCD动画显示调试程序
MCS51 LCD动画显示调试程序-animation MCS51 LCD display debugger
- 2023-07-17 06:15:03下载
- 积分:1
-
在DOS下显示个性图形
在DOS下显示个性图形-DOS graphics show personality
- 2022-03-01 16:47:01下载
- 积分:1
-
从首地址为1000H开始存放10个数,要求设计程序将这些数由小到大排序,排序后的数仍放在原地址处。...
从首地址为1000H开始存放10个数,要求设计程序将这些数由小到大排序,排序后的数仍放在原地址处。-Starting from the first address 1000H store the number 10 to require the design process to sort these the number of small to large, sort after a few still on the original address.
- 2022-06-18 21:59:25下载
- 积分:1