-
通过51控制8155,再将LED和键盘连接到8155上,来实现LED和键盘的正常工作...
通过51控制8155,再将LED和键盘连接到8155上,来实现LED和键盘的正常工作
- 2023-05-05 17:30:03下载
- 积分:1
-
对网上LR分析表的改正,能直接运行,请大家帮忙改正
对网上LR分析表的改正,能直接运行,请大家帮忙改正 -LR-line analysis of the correction table, direct running, please help correct
- 2022-02-07 05:33:14下载
- 积分:1
-
SD卡读写 SD卡读写 SD卡读写 SD卡读写
SD卡读写 SD卡读写 SD卡读写 SD卡读写-SD Card Reader SD Card Reader SD Card Reader SD Card Reader SD Card Reader SD Card Reader SD Card Reader
- 2022-01-31 23:25:42下载
- 积分:1
-
City of science and technology in August load too large and the health status of...
八月里市科技的负荷较大时士大夫和健康的身份空间黑色的符号绝对是客户附加费很大撒娇口号就是咖啡活动时看见爱好防静电释放空间黄寺大街-City of science and technology in August load too large and the health status of the symbol space is absolutely black customers surcharge great coffee when the slogan is to see the release of anti-static space-loving Street
- 2022-08-24 21:34:20下载
- 积分:1
-
一个汇编实习作业
一个汇编实习作业-a compilation of practical operation
- 2023-05-20 18:55: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
-
AD9852驱动,可以产生任意波形。若果有不对的地方,请高手们批评指正。...
AD9852驱动,可以产生任意波形。若果有不对的地方,请高手们批评指正。-AD9852-driven, can generate arbitrary waveform. If there is something wrong, please correct me experts have criticized.
- 2022-10-29 04:10:03下载
- 积分:1
-
c语言 一个比较好的反汇编核心代码,
网上有下载
c语言 一个比较好的反汇编核心代码,
网上有下载-c language compilation of a better anti-core code, online download
- 2022-02-04 23:40:23下载
- 积分:1
-
汇编小游戏,主要是坦克打靶,通过控制坦克来击打天空中飞来飞去的靶子...
汇编小游戏,主要是坦克打靶,通过控制坦克来击打天空中飞来飞去的靶子-Compilation of small games, mainly targeting tanks, by controlling the tank to hit the sky flying target
- 2023-01-12 11:05:03下载
- 积分:1
-
问题。微机原理与接口技术的课程设计题目
微机原理与接口技术课程设计题目详细要求,指导进行课程设计。-Microcomputer Principle and Interface Technology curriculum design topics in detail the requirements of the guidance curriculum design.
- 2023-05-05 23:40:02下载
- 积分:1