代码搜索:Rotating
找到约 380 项符合「Rotating」的源代码
代码结果 380
www.eeworm.com/read/434208/7881999
html piechartdemo7.html
PieChartDemo7
A rotating pie chart with a lot of section labels. This chart was created to
test the label distribution code.
www.eeworm.com/read/127767/14336941
txt e659. scaling, shearing, translating, and rotating a shape.txt
AffineTransform tx = new AffineTransform();
tx.scale(scalex, scaley);
tx.shear(shiftx, shifty);
tx.translate(x, y);
tx.rotate(radians);
Shape newShape = tx.createTransformedSh
www.eeworm.com/read/190158/8446902
c mark.c
/**************************************************************************
*
* ROUTINE
* mark
*
* FUNCTION
*
* display prompts to indicate processing
* (o
www.eeworm.com/read/179007/9379196
java fan.java
package com.javapatterns.command.lightandfan;
public class Fan {
public void startRotate() {
System.out.println("Fan is rotating");
}
public void stopRot
www.eeworm.com/read/168924/9887990
c mark.c
#include
#include "main.h"
#include "mark.h"
/**************************************************************************
*
* ROUTINE
* mark
*
* FUNCTION
*
*
www.eeworm.com/read/168924/9888085
c mark.c
#include
#include "main.h"
#include "mark.h"
/**************************************************************************
*
* ROUTINE
* mark
*
* FUNCTION
*
*
www.eeworm.com/read/360770/10078754
m e394.m
%-----------------------------------------------------------------------
% Example 3.9.4: Rotating Masses and Torsional Springs
%--------------------------------------------------------------------