代码搜索:电机扭矩
找到约 4,756 项符合「电机扭矩」的源代码
代码结果 4,756
www.eeworm.com/read/240733/13201307
txt pwm完整程序.txt
#include "LF2407REGS.h"
#include "pid.c"
#define PWMT 1000 //PWM周期,50us,50/(1/(4*10)*2)
#define NMAX 3000 //电机最高转速,r/min
#define SPER 100 //100个PWM周期速度调节一次
#d
www.eeworm.com/read/312911/13601686
text1
直流电机闭环控制Keil c51源代码
//-----------------------函数声明,变量定义--------------------------------------------------------
#include
sbit INT_0 =P3^2; // 将p3.2外部中断0
sbit pulse_A=P1^2
www.eeworm.com/read/239482/6286029
s device_init.s
.module device_init.c
.area text(rom, con, rel)
.dbfile D:\桌面\avr程序设计\电机控制\device_init.c
.dbfunc e port_init _port_init fV
.even
_port_init::
.dbline -1
.dbline 8
; //ICC-AVR applicatio
www.eeworm.com/read/239482/6286050
s main.s
.module main.c
.area text(rom, con, rel)
.dbfile D:\桌面\avr程序设计\电机控制\main.c
.dbfunc e main _main fV
.even
_main::
.dbline -1
.dbline 7
; //文件名 main.c 工程主文件
;
; #include "config.h"
;
www.eeworm.com/read/493455/6393508
m dc_mo_mec.m
% 直流电动机机械特性分析
% 将该函数定义为dc_mo_mec(dc_motor_mech)
%--------------------------------------------------------------------------
% 下面输入电机基本数据:
U=220;Ra=0.17;p=2;N=398;a=1;psi=0.0103;Cpsi=0.0013;
% 下面输
www.eeworm.com/read/483375/6605607
c 3_24_1.c
//没写暂停,到:洗涤,而没电机转动
/*****头文件****/
#include
//数据类型宏定义
#define uchar unsigned char
#define uint unsigned int
//使能、禁止宏定义
#define Enable(); EA=1;
#define Disable(); EA=0;
//程序选择功能标
www.eeworm.com/read/481664/6637001
cpp cpf.cpp
//多平衡节点+普通PQ分解
#include "fstream.h"
#include "math.h"
#include "stdlib.h"
#include "iomanip.h"
#include "time.h"
#define LINEMAX 5000 //最大线路数
#define GENERATORMAX 500 //最大发电机数
#define LO
www.eeworm.com/read/480089/6676623
cpp pf30.cpp
//多平衡节点+普通PQ分解
#include "fstream.h"
#include "math.h"
#include "stdlib.h"
#include "iomanip.h"
#include "time.h"
#define LINEMAX 5000 //最大线路数
#define GENERATORMAX 500 //最大发电机数
#define LO
www.eeworm.com/read/479079/6699060
c m_step_2.c
//**************************************//
// 源 文 件:M_Step_2.c //
// 描 述:驱动电机(具有两套) //
// 主要功能:正、反方向旋转任意角度 //
// [注:速度、方向、角度皆可控]//
// 编写作者:by Gholt(林青) //
// 编写日期:2005-09-07
www.eeworm.com/read/410347/11292611
c 3_24_1.c
//没写暂停,到:洗涤,而没电机转动
/*****头文件****/
#include
//数据类型宏定义
#define uchar unsigned char
#define uint unsigned int
//使能、禁止宏定义
#define Enable(); EA=1;
#define Disable(); EA=0;
//程序选择功能标