-
PT2258+89C2051+TDA7377 功放程序
PT2258+89C2051+TDA7377 功放程序-PT2258+ 89C2051+ TDA7377 amplifier procedures
- 2023-06-13 03:15:04下载
- 积分:1
-
光学冷加工倒角机的设计
伺服电机+LCD显示
光学冷加工倒角机的设计
伺服电机+LCD显示-Optical design of cold chamfering machine servo motor+ LCD Display
- 2022-01-25 21:16:44下载
- 积分:1
-
Basic program for Home automation robo in assembly language.
Basic program for Home automation robo in assembly language.
- 2022-05-07 15:14:49下载
- 积分:1
-
at892051模拟串行通讯程序
at892051模拟串行通讯程序-at892051 simulated serial communication program
- 2022-01-31 19:49:14下载
- 积分:1
-
利用dos功能调用,显示字符和色彩图案
利用dos功能调用,显示字符和色彩图案-use function calls, showing character and color logo
- 2022-07-02 01:40:24下载
- 积分:1
-
采用电流正弦波细分原理,研制出了一种三相混合式步进电机驱动器,实现了三相混合式步进电机的相电流闭环控制和细分驱动。具有多种细分和相电流设置功能,能够驱动多种三相...
采用电流正弦波细分原理,研制出了一种三相混合式步进电机驱动器,实现了三相混合式步进电机的相电流闭环控制和细分驱动。具有多种细分和相电流设置功能,能够驱动多种三相混合式步进电机,其最小步距角为0.036°。-Breakdown of the use of sinusoidal current principle, developed a three-phase hybrid stepping motor driver, to achieve a three-phase hybrid stepping motor phase current breakdown of the closed-loop control and drive. With multiple segments and phase current setting function, able to drive a variety of three-phase hybrid stepping motor, the smallest step angle is 0.036 °.
- 2022-07-11 18:48:51下载
- 积分:1
-
基于DSP的变频调速
DSP2407 实现了变压变频,控制方法是SVPWM-VVVF based on dsp
- 2022-04-28 16:45:21下载
- 积分:1
-
assembly language
汇编语言超浓缩教程-assembly language-enrichment Guide
- 2022-02-04 05:01:00下载
- 积分: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
-
verilog写的分频程序,可以对输入的频率分频
verilog写的分频程序,可以对输入的频率分频-Verilog write the sub-frequency procedures, can the frequency of the input frequency
- 2023-08-11 09:50:04下载
- 积分:1