代码搜索:Engineer
找到约 3,860 项符合「Engineer」的源代码
代码结果 3,860
www.eeworm.com/read/5773/71763
dxf c_format_by_autocad.dxf
999
DXF file: C_format_by_AutoCAD.dxf
999
Pro/ENGINEER 2008090 by Parametric Technology Corporation
0
SECTION
2
HEADER
9
$ACADVER
1
AC1018
9
$DWGCODEPAGE
3
ANSI_1252
9
$
www.eeworm.com/read/5805/75357
9 trail.txt.9
!trail file version No. 1301
!Pro/ENGINEER TM Wildfire 2.0 (c) 1988-2002 by Wisdom Systems All Rights Reserved.
< 0 0.853333
< 0 0.631704
< 0 0.627000
< 0 0.575000
< 0 0.575000
#PART
#RETR
www.eeworm.com/read/5805/75363
txt cadedu.txt
!trail file version No. 1301
!Pro/ENGINEER TM Wildfire 2.0 (c) 1988-2002 by Wisdom Systems All Rights Reserved.
< 0 0.853333
< 0 0.631704
< 0 0.627000
< 0 0.575000
< 0 0.575000
< 0 0.580000
www.eeworm.com/read/38039/1101795
cdb layer.cdb
# ASCII
# Pro/ENGINEER TM Version A-26-20 (c) 1988-91 by Parametric Technology Corporation All Rights Reserved.
# DECLARATION_FILE 0 cad
#
1 (-Aw)
{
NORMAL
DISPLAY
BLANK
}
2 (-Aw)
{
NORMAL
www.eeworm.com/read/189495/8467342
dt-usersguide _cover.dt-usersguide
.\" >>>>>
.\"
.\".if n .ds Ff "Robin T. Miller - Ext. 264-0565
.if n .ds Ff "Robin T. Miller
.if n .ds Fx "Consulting Software Engineer - ZK03-3
www.eeworm.com/read/287732/8673341
h kmgmt.h
/*
* $Log:: /OEM Source Code/Spantree/kmgmt. $
*
* 1 12/04/98 2:36p Release Engineer
* code cleanup, bug fixes, code style
* changes, linted, system level test
* STP v4.3.0
*
* 2
www.eeworm.com/read/287732/8673365
h vmacbr.h
/*
* $Log:: /OEM Source Code/Spantree/vmacbr.h $
*
* 1 12/04/98 2:36p Release Engineer
* code cleanup, bug fixes, code style
* changes, linted, system level test
* STP v4.3.0
*
*
www.eeworm.com/read/287732/8673399
h vnvstp.h
/*
* $Log:: /OEM Source Code/Spantree/vnvstp.h $
*
* 1 12/04/98 2:36p Release Engineer
* code cleanup, bug fixes, code style
* changes, linted, system level test
* STP v4.3.0
*
*
www.eeworm.com/read/277085/10669937
m 96-03-25.m
clear all;
f=imread('d:\image\engineer.tif');
fn=imnoise(f,'salt & pepper',0.1);
gaw=fspecial('average',5)
ga=imfilter(fn,gaw);
gdw=fspecial('disk');
gd=imfilter(fn,gdw);
gsw=fspecial('sobel');
www.eeworm.com/read/467925/6997000
sql dml.sql
alter table DEPT disable constraint FK_DEPT_EMP;
alter table EMP disable constraint FK_EMP_DEPT;
insert into dept values(1,'Admin',1);
insert into dept values(2,'Engineer',3);
insert into emp va