-
波特率计算器baud
波特率计算器baud-zscvzxcvzxcv
- 2022-03-22 08:26:38下载
- 积分:1
-
此程序完成功200HZ的固定频率,稳定性很高,波形失真度小,如果要想产生固定频率,这个程序是最好的选择!...
此程序完成功200HZ的固定频率,稳定性很高,波形失真度小,如果要想产生固定频率,这个程序是最好的选择!-success of this procedure 200Hz End of fixed-frequency, high stability, waveform distortion small, if they have a fixed-frequency, the procedure is the best choice!
- 2022-04-30 14:16:19下载
- 积分:1
-
此程序用164扩展键盘和显示功能,最大限度的少用IO口
此程序用164扩展键盘和显示功能,最大限度的少用IO口-Expansion of this program with 164 keyboard and display functions, to maximize the use of the IO I
- 2022-02-06 02:04:20下载
- 积分: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
-
school bells and widely broadcast automatic control system, doing the exhibition...
学校电铃以及广自动播控制系统,自己做的请大家多多指教-school bells and widely broadcast automatic control system, doing the exhibitions please! !
- 2022-04-23 15:12:09下载
- 积分:1
-
这是一个贪吃蛇的汇编程序,实现了贪吃蛇的图形界面和键盘控制,一个小游戏,希望对大家有帮助。...
这是一个贪吃蛇的汇编程序,实现了贪吃蛇的图形界面和键盘控制,一个小游戏,希望对大家有帮助。-Snake This is a compilation of procedures, to achieve the Snake graphical interface and keyboard control, a little game we want to help.
- 2022-10-13 09:45:02下载
- 积分:1
-
可以设置的数字时钟程序的汇编语言
用汇编语言编写的数字时钟程序,可以进行时间设置和闹铃设置等功能。-assembler language of the digital clock procedures that can be set-up time and set the alarm function.
- 2023-06-05 02:35:03下载
- 积分:1
-
Data acquisition program
数据采集器程序,可以试试看数据采集器程序,可以试试看-Data acquisition program
- 2023-08-20 22:05:02下载
- 积分:1
-
自己编的流水灯,希望大家下下来看看,并给与指导
自己编的流水灯,希望大家下下来看看,并给与指导-Compiled their own water lights, hope that the next down and take a look and give guidance
- 2023-06-13 09:20:04下载
- 积分:1
-
汇编语言开发的经典教材,易学易用,深入浅出
汇编语言开发的经典教材,易学易用,深入浅出- The assembly language development classical teaching material,
Yi Xueyi uses, to explain the profound in simple language
- 2023-02-02 18:50:04下载
- 积分:1