-
6502 assembly code
6502的汇编代码-6502 assembly code
- 2022-03-21 21:28:28下载
- 积分:1
-
判断闰年,怎么说,有兴趣可以看看吧,算法应该大家都会~...
判断闰年,怎么说,有兴趣可以看看吧,算法应该大家都会~-judgment leap year, how that interest can look at it, the algorithm should we all ~
- 2022-04-13 07:47:28下载
- 积分:1
-
用LabVIEW做的钟表和计时器。可以自动记录时间到txt文件中
用LabVIEW做的钟表和计时器。可以自动记录时间到txt文件中-LabVIEW to do with clocks and timers. Can be automatically recorded time to txt file
- 2023-01-16 12:25: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
-
LCD显示,能够滚动显示数字频率,按键的号码
LCD显示,能够滚动显示数字频率,按键的号码
- 2022-03-13 01:44:40下载
- 积分:1
-
an AD converter code, we do experimental interface, useful download.
一个AD转换代码,是我们做的接口实验,有用的下载。-an AD converter code, we do experimental interface, useful download.
- 2022-05-24 08:22:13下载
- 积分:1
-
使用Windows Mobile 6 device_positiontrackersources追踪你的位置
Track your position using a Windows Mobile 6 device_PositionTrackerSources
- 2022-04-08 08:17:36下载
- 积分:1
-
1,消除按键的抖动问题 因为按键在闭合或断开过程中出现一段抖动期,主要由于按键的不稳定性引起的,这时会呈现一串页脉冲,时间的长短和开关的机械特性有关。一般在5m...
1,消除按键的抖动问题 因为按键在闭合或断开过程中出现一段抖动期,主要由于按键的不稳定性引起的,这时会呈现一串页脉冲,时间的长短和开关的机械特性有关。一般在5ms~10ms之间。为保证CPU对键的一次闭合作一次处理,必须去抖动。在键的稳定闭合或断开时读键的状态。 2,据EICE51原理图编写并调试一个键输入子程序,其功能为判断键盘上有无键输入,若有键入,作去抖动处理后,计算输入键的键号送累加器A。-eliminate jitter button issues as keys or disconnect the closure process for some jitter period, mainly due to the instability of the keys to the cause, then it will result in a bunch of pages pulse, the duration and switches on the mechanical properties. General ~ 10ms between 5ms. To ensure that the CPU in a pair of keys a close cooperation, must go jitter. The key to the stability closed or disconnected when reading the key state. 2, EICE51 schematics prepared and debug a key input subroutine, and its function of determining whether keys on the keyboard input, if typing for to handle jitter, the admission of Bond, Bond sent accumulator A.
- 2022-05-06 22:58:19下载
- 积分:1
-
基于DSK5402的MP3的制作.代码保证正确
基于DSK5402的MP3的制作.代码保证正确-DSK5402 the MP3-based production. Code to ensure that the correct
- 2022-03-26 00:06:19下载
- 积分:1
-
使用51单片机实现时钟设计的仿真,有源程序以及Proteus的仿真图,希望对大家有帮助。...
使用51单片机实现时钟设计的仿真,有源程序以及Proteus的仿真图,希望对大家有帮助。-design clock。
- 2023-04-10 01:05:04下载
- 积分:1