代码搜索:Rotating
找到约 380 项符合「Rotating」的源代码
代码结果 380
www.eeworm.com/read/142788/12921508
h rotatingbrush.h
#ifndef __ROTATINGBRUSH_H__
#define __ROTATINGBRUSH_H__
#include "cpp_engineobjects_de.h"
#include "cpp_server_de.h"
#include "DestructableBrush.h"
#include "Rotating.h"
class CDestructabl
www.eeworm.com/read/142788/12921561
cpp rotatingbrush.cpp
// ----------------------------------------------------------------------- //
//
// MODULE : RotatingBrush.cpp
//
// PURPOSE : A WorldModel object that replaces it's model with a new model when
www.eeworm.com/read/142788/12921569
cpp rotatingsprite.cpp
// ----------------------------------------------------------------------- //
//
// MODULE : RotatingSprite.cpp
//
// PURPOSE : RotatingSprite class - implementation
//
// CREATED : 4/29/98
//
www.eeworm.com/read/142788/12921639
cpp rotatingmodel.cpp
// ----------------------------------------------------------------------- //
//
// MODULE : RotatingModel.cpp
//
// PURPOSE : A Model object that replaces it's model with a new model when
//
www.eeworm.com/read/329659/12942621
m inv_park.m
function [iq,id] = inv_park(iQ,iD,ang)
% This function computes the inverse park transformation to change
% the synchronously rotating dq stator variables to stationary dq
% stator variables
% I
www.eeworm.com/read/329659/12942629
m park.m
function [iQ,iD] = park(iq,id,ang)
% This function computes the park transformation to change
% the stationary dq stator variables to synchronously rotating
% dq stator variables
% Inputs:
%