-
按摸器程序,可实现波浪按,随机按,等几个功能。
按摸器程序,可实现波浪按,随机按,等几个功能。-By touch program can be realized by the waves, random by, and several other features.
- 2022-01-25 21:44:05下载
- 积分:1
-
这个zip文件包含汇编十二实践和C与项目文件…
This zip files contains twelve practices in assembler and C with the project files to work with the MPLAB IDE environment.
- 2023-09-02 12:30:04下载
- 积分:1
-
本人编写的TI 16为DAC功能测试程序
本人编写的TI 16为DAC功能测试程序-I prepared for the 16 DAC TI functional test procedures
- 2022-03-05 16:34:29下载
- 积分:1
-
本例载波频率为20KHz,或载波周期为50μs。DSP晶振10MHz,内部4倍频,时钟频率为40MHz,计数周期为25ns。假设调制波频率由外部输入(1~50H...
本例载波频率为20KHz,或载波周期为50μs。DSP晶振10MHz,内部4倍频,时钟频率为40MHz,计数周期为25ns。假设调制波频率由外部输入(1~50Hz),并转换成合适的格式(本例为Q4格式)。调制系数M为0~0.9。死区时间1.6μs。最小删除脉宽3μs。
主程序的工作是根据输入的调制波频率计算N、2N和M值。
-Example for the carrier frequency 20KHz, or carrier period is 50μs. DSP crystal 10MHz, internal 4 multiplier, the clock frequency of 40MHz, counting cycle 25ns. Assuming wave frequency modulation by external input (1 ~ 50Hz), and converted into an appropriate format (in this case for Q4 format). Modulation coefficient M is 0 ~ 0.9. Dead time 1.6μs. Delete the smallest pulse width 3μs. The work of the main program is based on input frequency modulation wave calculation of N, 2N and M values.
- 2023-08-22 04:35:03下载
- 积分:1
-
用80C51单片机实现zlg7290扫描键盘并在LED进行显示的汇编语言程序...
用80C51单片机实现zlg7290扫描键盘并在LED进行显示的汇编语言程序-Using 80C51 MCU zlg7290 scanning the keyboard and LED display of the assembly language program
- 2023-09-08 21:15: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
-
字符转换及拷贝
设计型实验
实验目的:
(1) 熟练掌握简单程序设计的基本方法
(2) 熟练掌握汇编指令的使用
(3) 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-07-15 16:12:36下载
- 积分:1
-
广告程序,方便调试美国。特别简单,用AD0804
AD程序,方便大家调试。特简单,用AD0804-AD procedures, to facilitate debugging U.S.. Special simple, using AD0804
- 2022-01-24 18:11:44下载
- 积分:1
-
12位ad转换程序,很棒的阿。!! !!!使用一下吧!! !! !! !!!...
12位ad转换程序,很棒的阿。!! !!!使用一下吧!! !! !! !!!
- 2022-05-22 06:09:15下载
- 积分:1
-
基于51单片机的带时间显示和紧急控制的交通灯的设计。
此程序在硬件上调试通,用定时器1延时,外部中断0接紧急控制,R0为100MS延时常数,R2为状态延时...
基于51单片机的带时间显示和紧急控制的交通灯的设计。
此程序在硬件上调试通,用定时器1延时,外部中断0接紧急控制,R0为100MS延时常数,R2为状态延时常数,8279控制数码管显示时间,用P1口控制双色灯-With 51 single-chip based on the time display and the emergency control of traffic lights design. On this process in hardware debugging pass, with one delay timer, external interrupt 0 then the emergency control, R0 for 100MS constant delay, R2 for a state of constant delay, digital 8279 control display time control using two-color lights I P1
- 2023-04-28 20:55:03下载
- 积分:1