代码搜索:Engineer
找到约 3,860 项符合「Engineer」的源代码
代码结果 3,860
www.eeworm.com/read/38039/1094303
mnu ecad_interface.mnu
ECAD#INTERFACE
# remove the # sign and enter foreign help string in this line
Export
Write Pro/ENGINEER data to ECAD files.
# remove the # sign and enter foreign help string in this line
Import
Impor
www.eeworm.com/read/38039/1094409
mnu rv_diagram.mnu
LIGHT_DIAGRAM
# remove the # sign and enter foreign help string in this line
Export
Write Pro/ENGINEER data to file for plotting, FEM, IGES, etc.
# remove the # sign and enter foreign help string in
www.eeworm.com/read/38039/1094517
mnu rv_dieface.mnu
LIGHT_DIEFACE
# remove the # sign and enter foreign help string in this line
Export
Write Pro/ENGINEER data to file for plotting, FEM, IGES, etc.
# remove the # sign and enter foreign help string in
www.eeworm.com/read/38039/1095657
mnu rv_draw.mnu
LIGHT_DRAWING
# remove the # sign and enter foreign help string in this line
Export
Write Pro/ENGINEER data to file for plotting, FEM, IGES, etc.
# remove the # sign and enter foreign help string in
www.eeworm.com/read/38039/1096896
mnu rv_mfg.mnu
LIGHT_MANUFACTURE
# remove the # sign and enter foreign help string in this line
Export
Write Pro/ENGINEER data to file for plotting, FEM, IGES, etc.
# remove the # sign and enter foreign help string
www.eeworm.com/read/38039/1101620
res pro_i18n.res
! This is 'pro_i18n.res' file.
! It is used for Internationalization of
! Pro family of products such as Pro/Engineer.
!
! This file will only ever be found in the $PRO_DIRECTORY/text directory.
!
! T
www.eeworm.com/read/494783/1154071
c cpu_init.c
/*
* Copyright 2007 Freescale Semiconductor.
*
* (C) Copyright 2003 Motorola Inc.
* Modified by Xianghua Xiao, X.Xiao@motorola.com
*
* (C) Copyright 2000
* Wolfgang Denk, DENX Software Engineer
www.eeworm.com/read/452691/1650205
c cpu_init.c
/*
* Copyright 2007 Freescale Semiconductor.
*
* (C) Copyright 2003 Motorola Inc.
* Modified by Xianghua Xiao, X.Xiao@motorola.com
*
* (C) Copyright 2000
* Wolfgang Denk, DENX Software Engineer
www.eeworm.com/read/249104/4457159
java~4~ client.java~4~
package checkcar;
public class client {
public static void main(String[] args) {
Car car = new Car();
Visitor visitor = new engineer("工程师小王");
car.accept(visitor);
}
}
www.eeworm.com/read/249104/4457170
java~5~ client.java~5~
package checkcar;
public class client {
public static void main(String[] args) {
Car car = new Car();
Visitor visitor = new Engineer("工程师小王");
car.accept(visitor);
}
}