代码搜索:PCB辅助
找到约 10,000 项符合「PCB辅助」的源代码
代码结果 10,000
www.eeworm.com/read/343209/11963738
pcb usbexp.pcb
www.eeworm.com/read/343100/11975198
pcb carq.pcb
PCB FILE 4
COMP
C5
RB20
1405 1433 40 1 5 7
1375 1433 40 1 5 7
1575 1565 1 1 2
CP
1485 1565 140 70 2 0 1 1
1
CP
1665 1565 140 70 2 0 1 1
2
CT
1705 1435 1495 1435 5 7 1
CT
1705 1695
www.eeworm.com/read/342626/12009016
h pcb.h
#include "main_def.h"
#include "MTV512.h"
///////////////////////////////////////////////////////////////////
// Definitions for GPIO control
#define PANEL_ON 0 // Power on state for L
www.eeworm.com/read/342617/12009365
h pcb.h
#include "main_def.h"
#include "MTV512.h"
///////////////////////////////////////////////////////////////////
// Definitions for GPIO control
#define PANEL_ON 0 // Power on state for L
www.eeworm.com/read/342339/12027181
h pcb.h
//----------------------------------------------------------------------------------------------------
// ID Code : Pcb.h No.0001
// Update Note :
//
//-------------------------------------
www.eeworm.com/read/152206/12132382
pcb nsad.pcb
www.eeworm.com/read/152206/12132394
pcb sr.pcb
www.eeworm.com/read/151720/12179106
pcb protelpcb.pcb
www.eeworm.com/read/151437/12210780
pcb jdq.pcb
www.eeworm.com/read/151290/12223269
h pcb.h
//定义进程状态
#define READY 1;
#define RUN 2;
#define SLEEP 3;
#define FINISH 4;
//自定义模拟进程数据结构
struct pcb
{ //PCB
int id; //标识符
int state; //状态
int priority; //优先级
int life; //