代码搜索:Cylinder
找到约 1,545 项符合「Cylinder」的源代码
代码结果 1,545
www.eeworm.com/read/483729/1275483
as cylinder.as
package org.papervision3d.objects.primitives {
import org.papervision3d.core.geom.*;
import org.papervision3d.core.geom.renderables.Triangle3D;
import org.papervision3d.core.geom.renderables.Ve
www.eeworm.com/read/468628/1484502
as cylinder.as
/*
* PAPER ON ERVIS NPAPER ISION PE IS ON PERVI IO APER SI PA
* AP VI ONPA RV IO PA SI PA ER SI NP PE ON AP VI ION AP
* PERVI ON PE VISIO APER IONPA RV IO PA
www.eeworm.com/read/450088/1672684
as cylinder.as
/*
* PAPER ON ERVIS NPAPER ISION PE IS ON PERVI IO APER SI PA
* AP VI ONPA RV IO PA SI PA ER SI NP PE ON AP VI ION AP
* PERVI ON PE VISIO APER IONPA RV IO P
www.eeworm.com/read/385350/2592994
as cylinder.as
package org.papervision3d.objects.primitives {
import org.papervision3d.Papervision3D;
import org.papervision3d.core.geom.*;
import org.papervision3d.core.geom.renderables.Triangle3D;
import
www.eeworm.com/read/380890/2651591
as cylinder.as
/*
* PAPER ON ERVIS NPAPER ISION PE IS ON PERVI IO APER SI PA
* AP VI ONPA RV IO PA SI PA ER SI NP PE ON AP VI ION AP
* PERVI ON PE VISIO APER IONPA RV IO PA
www.eeworm.com/read/355021/3066679
as cylinder.as
/*
* PAPER ON ERVIS NPAPER ISION PE IS ON PERVI IO APER SI PA
* AP VI ONPA RV IO PA SI PA ER SI NP PE ON AP VI ION AP
* PERVI ON PE VISIO APER IONPA RV IO P
www.eeworm.com/read/266538/11220017
in cylinder.in
24 26
3 100
4 77
40 65
38 85
23 43
34 66
12 44
44 51
22 65
34 48
11 22
34 90
12 69
56 56
6 49
52 70
45 50
60 97
21 64
77 81
72 88
19 89
42 44
74 88
34 40
43 45
70 81
34 92
5 36
1 56
8 8
12 90
39 73
25
www.eeworm.com/read/391147/8419783
txt cylinder.txt
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package testcylinder;
/**
*
* @author Administrator
*/
class Circle{
private do
www.eeworm.com/read/429877/8784487
m cylinder.m
function rcs = cylinder (r, h, lambda)
% This program compute monostatic RCS for a cylinder
% Circular symmetry is assumed.
% Plot of RCS versus aspect angle is produced
%clear all
index = 0;
ep
www.eeworm.com/read/284676/8910154
h cylinder.h
//习题12.1中的cylinder.h头文件
//CYLINDER.H
#include "circle.h"
class Cylinder:public Circle
{public:
Cylinder (float x=0,float y=0,float r=0,float h=0);
void setHeight(float);
float getHeight()