代码搜索结果

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

jinchengdiaodu.txt

#include "stdio.h" #include #include #define getpch(type) (type*)malloc(sizeof(type)) #define NULL 0 struct pcb { /* 定义进程控制块PCB */ char name[10]; char

os-lib.txt

#include #include #include #include #include typedef struct PCB_Info /*进程PCB*/ { int id; int static_prior; int

time.edf

(PCB E:\单片机\time\time.LYT (parser (host_cad ARES) (host_version 6.9 SP5) ) (resolution mm 100000) (unit mm) (structure (boundary (rect pcb -99.16160 20.21840 6.45160 94.08160)) (

003.htm

coolbor工作室——PCB设计(经验文章)——混合信号PCB的分区设计(二)

002.htm

coolbor工作室——PCB设计(经验文章)——混合信号PCB的分区设计(一)

nrf2401-usb_ls_qad3.drr

--------------------------------------------------------------------------- NC Drill File Report For : E:\Protel\nRF2401\USB-DEMO\CY7c63221A Sol\PCB\nRF2401-USB_LS_QAD3.PCB 16-May-2003 13:16:20

003.htm

coolbor工作室——PCB设计(经验文章)——混合信号PCB的分区设计(二)

002.htm

coolbor工作室——PCB设计(经验文章)——混合信号PCB的分区设计(一)

jingchendiaodu.cpp

#include "stdio.h" #include #include #define getpch(type) (type*)malloc(sizeof(type)) #define NULL 0 struct pcb { /* 定义进程控制块PCB */ char name[10]; char

601caitao cpu 完整版.txt

#include "stdio.h" #include "malloc.h" #include "dos.h" union REGS regs; /*定义共同体类型*/ typedef struct PCB /*定义pcb的数据类型*/ { char MM[5]; /*进程名称*/ in