代码搜索:PCB辅助
找到约 10,000 项符合「PCB辅助」的源代码
代码结果 10,000
www.eeworm.com/read/163894/10140827
cpp main.cpp
#include "stdio.h"
#include
#include "conio.h"
#include //用来产生随机函数的
#define getpch(type) (type*)malloc(sizeof(type))
#define NULL 0
#define N 5
struct pcb { /* 定义进
www.eeworm.com/read/463197/7186457
map p&e_multilink_cyclonepro.map
PROGRAM "F:\光盘镜像\HCS12光盘\9S12DG128实例程序及PCB图\模块资源\DG128_CAN\CANLab_S12DG\bin\P&E_Multilink_CyclonePro.abs"
*****************************************************************************************
www.eeworm.com/read/259985/11753171
log dip14_3.log
Performing UPREV on the database - D:/pcbsim/pcb/symbols/dip14_3.dra
Performing dbfix12 to bring DB up to REV12
Performing dbfix13 to bring DB up to REV13
Performing dbdoctor14 to bring DB
www.eeworm.com/read/259035/11826223
cpp progress.cpp
#include
using namespace std;
#define ERROR 0
#define OK 1
#define NULL 0
enum process_state{W,R,F}; //进程状态枚举类型(等待,运行,就绪)
typedef struct PCBNode //PCB结构体
{
char name; //名字
i