代码搜索:CreatePoint
找到约 28 项符合「CreatePoint」的源代码
代码结果 28
www.eeworm.com/read/315789/13536653
txt chap4-4.txt
// 程序4-4
class point { // 该类中没有定义构造函数
int x, y;
}
public class createPoint {
public static void main(String args[ ]){
point p= new point( ); // 调用系统默认构造函数
www.eeworm.com/read/111593/15509573
java railtower.java
import java.awt.*;
public class RAILtower{
public double x, y, z;
public int width, length, height, distanceToGround, distanceToCentre;
public vector centre, normal, direction3D, direction3DC
www.eeworm.com/read/111593/15509575
java tanktower.java
import java.awt.*;
public class tankTower{
public double x, y, z;
public int width, length, height, distanceToGround, distanceToCentre;
public vector centre, normal, gradient, direction2D, di
www.eeworm.com/read/111593/15509578
java ssmtower.java
import java.awt.*;
public class SSMtower{
public double x, y, z;
public int width, length, height, distanceToGround, distanceToCentre;
public vector centre, normal, gradient, direction2D, dir
www.eeworm.com/read/111593/15509589
java tankbody.java
import java.awt.*;
public class tankBody{
public double x, y, z;
public int width, length, height, distanceToGround, distanceToCentre;
public vector centre, normal, gradient, direction2D, dir
www.eeworm.com/read/111593/15509593
java ssmbody.java
import java.awt.*;
public class SSMbody{
public double x, y, z;
public int width, length, height, distanceToGround, distanceToCentre;
public vector centre, normal, gradient, direction2D, dire
www.eeworm.com/read/197608/7069733
c point.c
/*
* File: point.c
* -------------
* This program tests the functions defined for the type pointT.
*/
#include
#include "genlib.h"
#include "strlib.h"
#include "simpio.h"
/*
* Type: p
www.eeworm.com/read/244387/12869452
c point.c
/*
* File: point.c
* -------------
* This program tests the functions defined for the type pointT.
*/
#include
#include "genlib.h"
#include "strlib.h"
#include "simpio.h"
/*
* Type: p
www.eeworm.com/read/315460/13542163
c point.c
/*
* File: point.c
* -------------
* This program tests the functions defined for the type pointT.
*/
#include
#include "genlib.h"
#include "strlib.h"
#include "simpio.h"
/*
* Type: p