代码搜索:电机扭矩
找到约 4,756 项符合「电机扭矩」的源代码
代码结果 4,756
www.eeworm.com/read/454865/7382166
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/451007/7473811
c stepmot.c
#include
#include"Config.h"
#include"IOCfg.c"
#include"TimeDLY.h"
#include"StepMot.h"
/**左边电机**/
//以指定速度运行函数:MotRun()
void LMotRun(INT16U speed)
{
INT16U cnt;
cnt = 12500/speed;
www.eeworm.com/read/435694/7786647
stl 2.stl
* G:\毕业设计\1-电机仿真\2.stl written on Sun Apr 11 10:55:12 2004
* by Stimulus Editor -- Serial Number: 0 -- Version 9.1
;!Stimulus Get
;! a-50 Analog
;!Ok
;!Plot Axis_Settings
;!Xrange 0s 60ms
;!Yra
www.eeworm.com/read/435538/7790851
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/435535/7790897
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/299284/7868084
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/299175/7881418
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/398002/8011403
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/398002/8011432
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/326566/13135152
h data.h
/*与CPLD相关部分接口定义*/
//-------------------------------------------------------------------------------------------------------
//功 能 描 述: 本程序为相控充电机控制板上的CPLD内的程序,完成如下功能1.键盘扫描2.控制AD转换3.产生PWM信号
//