-
PIC16F76单片机汇编语言设计,预付费载波电能表源程序,带红外、485...
PIC16F76单片机汇编语言设计,预付费载波电能表源程序,带红外、485-PIC16F76 microcontroller assembly language design, pre-paid carrier meter source, with infrared, 485
- 2022-07-26 10:23:21下载
- 积分:1
-
DOS crashed off satellite, to break cycle of death procedures, press Ctrl Esc wi...
DOS死机客星,能打破程序死循环,按住Ctrl +Esc即可使死掉的程序立即返回到Dos She-DOS crashed off satellite, to break cycle of death procedures, press Ctrl Esc will die so the procedure to return immediately to Dos She
- 2022-04-19 06:30:49下载
- 积分:1
-
无刷直流电机控制
计算机键盘通常有一个小的数字小键盘上的一边,除了其他数字键上顶部,但用的按钮,允许的数值数据更有效地进入一个计算器样式的安排。(通常简称为"滑鼠") 这个数字键盘通常位于键盘右侧因为大多数人都用右手。
许多便携式计算机具有特殊功能键,按字母顺序排列的键盘部分变成一个数值的键盘,如没有足够的空间,让一个单独的键盘,内置到便携式计算机的机箱。可以购买单独的外部插件按键。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-06-23 16:45:04下载
- 积分:1
-
密码锁, 实现密码判断,实现密码更改,实现程序正常结束,实现非软件的准确延时,输入错误3次后自动结束程序,根据操作产生的不同结果配以不同的音效...
密码锁, 实现密码判断,实现密码更改,实现程序正常结束,实现非软件的准确延时,输入错误3次后自动结束程序,根据操作产生的不同结果配以不同的音效
-Password lock, password realize judgment achieve password change, the end of the normal implementation process, the accurate implementation of non-software delay, enter the wrong end of 3 times after the program automatically, under the operation of the different results produced with different audio
- 2022-12-17 03:05:04下载
- 积分:1
-
Good multi
很好的多功能数字钟的HDL代码不可多得的哦-Good multi-function digital clock of the HDL code rare Oh
- 2022-03-17 05:36:11下载
- 积分:1
-
录音机控制51源程序
录音机控制51源程序-recorders source control 51
- 2022-05-27 01:36:10下载
- 积分:1
-
upd 51 6464a acquisition procedures compilation directives
upd 6464a 取得程序 51 汇编指令-upd 51 6464a acquisition procedures compilation directives
- 2023-04-04 23:45:04下载
- 积分: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 procedure is really useful, it can tell you how to use the microcontroller, is not just a procedure adopted, I believe you will certainly learned a lot after reading!
- 2022-09-25 07:25:03下载
- 积分:1
-
易语言的一个小代码! 很不错的!大家都支持一下吧
易语言的一个小代码! 很不错的!大家都支持一下吧-Easy language to a small code! Very good! U.S. support yourself
- 2022-01-22 07:01:58下载
- 积分:1