代码搜索:Rotating

找到约 380 项符合「Rotating」的源代码

代码结果 380
www.eeworm.com/read/100848/15459558

txt readme.txt

1/24/98 This archive contains the header and source file from Nick Bobick's article ("Rotating Objects Using Quaternions", page 34) in the February issue of Game Developer magazine. -Editor
www.eeworm.com/read/104078/15710402

c mark.c

/************************************************************************** * * ROUTINE * mark * * FUNCTION * * display prompts to indicate processing * (o
www.eeworm.com/read/442927/7642027

m getmarker.m

function marker=getMarker(index) % getMarker: Get marker from a rotating palette % Usage: marker=getMarker(index) % % For example: % t=linspace(0, 2*pi, 21); % for i=1:13 % line(t, sin(t)*i
www.eeworm.com/read/315461/13541909

m ch11_h.m

% Set the parameters for the rotating pendulum. % Verify the ordering of the states. % System parameters l = 0.3 ; % Pendulum length (meters) I_m = 0.75 ; % Motor moment of inertia
www.eeworm.com/read/339551/12226064

txt 计算几何.txt

凸包+多边形面积 coj_1038 凸包+多边形周长 zju_1453 fzu_1333 矩形在矩形之内 fzu_1016 三角形重心_内心_垂心_费马点 反射+直线方程+对称 fzu_1035 凸包+最远点对 zoj_2419 判断点是否在多边形内 fzu_1120 线段相交_直线相交 coj_1078 coj_1034 1035 1036 1037 1038 1104 11
www.eeworm.com/read/127767/14336833

txt e596. scaling, shearing, translating, and rotating a drawn image.txt

See also e575 The Quintessential Drawing Program and e594 Reading an Image or Icon from a File. public void paint(Graphics g) { Graphics2D g2d = (Graphics2D) g; AffineTransform
www.eeworm.com/read/127767/14337291

txt e672. scaling, shearing, translating, and rotating a buffered image.txt

AffineTransform tx = new AffineTransform(); tx.scale(scalex, scaley); tx.shear(shiftx, shifty); tx.translate(x, y); tx.rotate(radians, bufferedImage.getWidth()/2, bufferedImage.get
www.eeworm.com/read/274718/10856681

cpp 10_30.cpp

#include #include #include #include using namespace std; int main() { int Array[10] = {1, 3, 5, 7, 9, 0, 2, 4, 6, 8}; list iList(Array, Array
www.eeworm.com/read/454843/7382376

h coordinate_transform.h

typedef struct { _iq ds; /* Input: stationary d-axis stator variable */ _iq qs; /* Input: stationary q-axis stator variable */ _iq ang; /* Input: rotating angle (pu) */
www.eeworm.com/read/142788/12921439

h rotatingmodel.h

#ifndef __ROTATINGMODEL_H__ #define __ROTATINGMODEL_H__ #include "cpp_engineobjects_de.h" #include "cpp_server_de.h" #include "DestructableModel.h" #include "Rotating.h" class CDestructabl