代码搜索:PCB辅助

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

代码结果 10,000
www.eeworm.com/read/119009/14844367

exe pcb.exe

www.eeworm.com/read/118745/14858079

pcb avrusb.pcb

PCB FILE 6 VERSION 2.80 4 2692 79 29 419 9 19 0 142 39 COMP RAD0.1 0 0 7140000 13120000 0 1 0 0 0 0 0 90.000 1 1 1 CS 0 0 6954000 13074000 60000 90.000 0 1 17 0 0 0 0 10000 1 0 0 C1 CS 0 0 70
www.eeworm.com/read/118647/14860700

pcb ic.pcb

PCB FILE 4 COMP Q1 TO-92A 9301 8754 60 1 10 7 9271 8754 60 1 10 7 9365 8798 2 1 2 CP 9365 8798 50 50 1 30 1 13 1 CP 9365 8898 50 50 1 30 1 13 3 CP 9415 8848 50 50 1 30 1 13 2 CT 9
www.eeworm.com/read/118641/14860827

h pcb.h

/****************************************************************/ /* */ /* pcb.h
www.eeworm.com/read/117841/14902763

pcb avr.pcb

www.eeworm.com/read/218813/14905274

pcb ad.pcb

PCB FILE 4 COMP C19 RAD0.3 0.1u 2351 3581 50 3 10 7 2419 3581 50 3 10 7 2250 3500 1 1 2 CP 2250 3200 62 62 1 28 1 13 2 CP 2250 3500 62 62 1 28 1 13 1 CT 2175 3125 2325 3125 12 7 CT
www.eeworm.com/read/117691/14908642

cpp pcb.cpp

#include "StdAfx.h" #include "PCB.h" PCB::PCB(int id,int pri,int state) { PAR = 0; ID = id; PRI = pri; STATE = state; EVENT = -1; RUNTIME = 0; TOTALTIME = 0; WAITTIME = 0; B
www.eeworm.com/read/117691/14908651

h pcb.h

#pragma once #include "all.h" #include using namespace std; extern int mem[MEM_SIZE]; /* * process control block */ class PCB { public: PCB(int id = -1,int pri = PRI_MID,int s
www.eeworm.com/read/116837/14951984

cpp pcb.cpp

// PCB.cpp: implementation of the PCB class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "mos.h" #include "PCB.h" #ifdef _DEBUG #u
www.eeworm.com/read/116837/14951994

h pcb.h

// PCB.h: interface for the PCB class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_PCB_H__28D33ED1_7D0C_492D_915B_4230FB64975A__INCLUDED_) #define