代码搜索结果

找到约 9,168 项符合 PCB 的代码

pcb.err

pcb: Note 5996: Using Config File D:\projects\l3_lt_3\schematics\vl\pads.cfg pcb: Note 6116: l3_lt_3 pin $1I600.A2: Ignoring single pin net: +12V_PCI pcb: Warning 6094: l3_lt_3 pin $3I618.1Q: Pin no

pcb.cpp

#include #include #include #include #define STA_READY 0 #define STA_RUN 1 #define STA_END 2 /*struct PCBNode { char processName[10

pcb.dsp

# Microsoft Developer Studio Project File - Name="pcb" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Conso

pcb.plg

Build Log --------------------Configuration: pcb - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\ADMINI~1\

pcb.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################

pcb.java

public class Pcb { String name; public static void main(String[] args) { Queue q=new Queue(); Producer p=new Producer(q); Consumer c=new Consumer(q); p.start