代码搜索:PCB辅助

找到约 10,000 项符合「PCB辅助」的源代码

代码结果 10,000
www.eeworm.com/read/412218/11209416

sst temp_humi_control.sst

* G04 Mass Parameters *** * G04 Image *** * %IND:\WORK\TEMP_HUMI_CONTROL\PCB\TEMP_HUMI_CONTROL.SST*% %ICAS*% %MOIN*% %IPPOS*% %ASAXBY*% G74*%FSLAN2X34Y34*% * G04 Aperture Definitions ***
www.eeworm.com/read/412218/11209421

gnd temp_humi_control.gnd

* G04 Mass Parameters *** * G04 Image *** * %IND:\WORK\TEMP_HUMI_CONTROL\PCB\TEMP_HUMI_CONTROL.GND*% %ICAS*% %MOIN*% %IPPOS*% %ASAXBY*% G74*%FSLAN2X34Y34*% * G04 Aperture Definitions ***
www.eeworm.com/read/412218/11209430

smb temp_humi_control.smb

* G04 Mass Parameters *** * G04 Image *** * %IND:\WORK\TEMP_HUMI_CONTROL\PCB\TEMP_HUMI_CONTROL.SMB*% %ICAS*% %MOIN*% %IPPOS*% %ASAXBY*% G74*%FSLAN2X34Y34*% * G04 Aperture Definitions ***
www.eeworm.com/read/300400/13915581

rep backup of ksce7135.rep

Nets report For Documents\KSCE7135.PCB On 18-Jul-2007 at 17:07:47 LAD0 Signal Layers Only Length:0 mils LAD1 Signal Layers Only Length:0 mils LAD2 Signal Layers Only Length:0 mil
www.eeworm.com/read/200514/15431285

log s3c241003716.log

Importer Log Report Project : S3C241003716.PRJPCB Section : Document - C:\Documents and Settings\huangcj1\桌面\ARM\ARM9(2410电路图)\原理图PCB\S3C241003716.DSN Section : Load Messages EndSection
www.eeworm.com/read/200514/15431319

log s3c241003716.log

Importer Log Report Project : S3C241003716.PRJPCB Section : Document - C:\DOCUMENTS AND SETTINGS\huangcj1\桌面\ARM\ARM9(2410电路图)\原理图PCB\S3C241003716.DSN Section : Load Messages EndSection
www.eeworm.com/read/101167/15842925

c _7_seg_1.c

// _7_SEG_1.C (PIC16HV540), CCS PCB // // PIC16C505 Common Anode 7-Seg LED (MAN72A or LSD3221-11, Jameco #24740) // // PORTB5 (term 2) ------ 330 ----------- a seg (term 1) ----|< ------
www.eeworm.com/read/383605/8932838

txt 归并排序.txt

void mergesort(JD r[],int n)//r[]为要排序的数组 { int i,s=1; //s为每次分组的区间值 JD t[M]; //数组t[]为引入的辅助空间 while(s
www.eeworm.com/read/362558/9992284

txt 9_12.txt

void MSort(RecordType r1[], int low, int high, RecordType r3[]) /* r1[low..high]经过排序后放在r3[low..high]中,r2[low..high]为辅助空间 */ { int mid; RecordType r2[20]; if ( low==high ) r3[low