代码搜索:Vehicles
找到约 85 项符合「Vehicles」的源代码
代码结果 85
www.eeworm.com/read/466021/7043297
java tryvehicleregistry.java
public class TryVehicleRegistry {
public static void main(String[] args) {
Vehicle[] vhcs = {
new Vehicle("Windom Toyota","Toyota","Corolla","1234A"),
new Vehicle("Sunsuke Honda"
www.eeworm.com/read/466024/7043304
java tryvehicleregistry.java
public class TryVehicleRegistry {
public static void main(String[] args) {
Vehicle[] vhcs = {
new Vehicle("Windom Toyota","Toyota","Corolla","1234A"),
new Vehicle("Sunsuke Honda"
www.eeworm.com/read/321884/13393831
java fleet.java
import java.util.Iterator;
import java.util.List;
import java.util.Vector;
public class Fleet {
private List vehicles = new Vector();
public void addVehicle(Vehicle vehicle) {
ve
www.eeworm.com/read/321884/13393834
java listfourcylindervehicles.java
// 厂商实现的PersistenceManagerFactory
import com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory;
import javax.jdo.Extent;
import javax.jdo.PersistenceManager;
import javax.jdo.PersistenceMan
www.eeworm.com/read/478003/6727378
cpp gisdemo.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
USERES("GisDemo.res");
USEFORMNS("..\Vehicles.pas", Vehicles, fmVehicles);
USEFORM
www.eeworm.com/read/478003/6727385
cpp gisdemo.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
USERES("GisDemo.res");
USEFORMNS("..\Vehicles.pas", Vehicles, fmVehicles);
USEFORM
www.eeworm.com/read/478003/6727392
dpr gisdemo.dpr
program GisDemo;
uses
Forms,
Main in 'Main.pas' {fmMain},
fSplash in 'fSplash.pas' {fmSplash},
fAboutPrg in 'fAboutPrg.pas' {formAbout},
Vehicles in 'Vehicles.pas' {fmVehicles},
L
www.eeworm.com/read/207264/15276206
java shop.java
package autosale;
import java.io.*;
import java.util.*;
public class Shop {
private final String fileName = "shop.dat";
private List vehicles;
public Shop() {
vehic
www.eeworm.com/read/168239/5447342
java taxicompany.java
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.LinkedList;
import java.util.Map;
/**
* Model the operation of a taxi company, operating different
* typ