代码搜索:PCB辅助

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

代码结果 10,000
www.eeworm.com/read/101082/6252419

h pcb.h

/* static char *sccsid = "@(#)pcb.h 4.1 (ULTRIX) 7/2/90"; */ /************************************************************************ * * * Copyright (c) 1984,1986,1989 by * * Digita
www.eeworm.com/read/101082/6253142

h in_pcb.h

/* static char *sccsid = "@(#)in_pcb.h 4.1 (ULTRIX) 7/2/90"; */ /************************************************************************ * * * Copyright (c) 1985 by * * Digital Equi
www.eeworm.com/read/101082/6253149

c in_pcb.c

#ifndef lint static char *sccsid = "@(#)in_pcb.c 4.2 (ULTRIX) 12/6/90"; #endif lint /************************************************************************ * * * Copyright (c) 1985 by
www.eeworm.com/read/101066/6256683

c in_pcb.c

/* in_pcb.c - internet protocol control block routines */ /* Copyright 1984 - 2001 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* * Copyright (c) 1982, 1986, 1991, 1993, 1995 * The Rege
www.eeworm.com/read/452933/6308659

pcbdoc pcb.pcbdoc

www.eeworm.com/read/396019/6314877

pcb clock.pcb

PCB FILE 4 FT 4175 3777 4324 3628 6 1 1 FT 4074 3781 4222 3633 6 1 1 FT 3978 3778 4126 3630 8 1 1 FT 3875 3776 4025 3626 8 1 1 FT 4456 3638 4570 3524 6 1 1 FT 3523 3770 3625 3668 6 1 1 FT
www.eeworm.com/read/180218/6318295

cpp pcb.cpp

#include "PCB.h" #include #include #include /*attern:this algorithm only has effets while the pcbList with an empty head*/ void sortPCB(PCBList inPCBList) {
www.eeworm.com/read/180218/6318297

h pcb.h

#ifndef PCB_H #define PCB_H #define STA_READY 0 #define STA_RUN 1 #define STA_END 2 struct PCBNode { char processName[20]; int processID; int remainSecs; int p
www.eeworm.com/read/365278/6357515

pdf pcb布局.pdf

www.eeworm.com/read/494587/6378106

java pcb.java

import java.awt.Color; import java.awt.Graphics; public class PCB { //PCB管理类; private String name; private int time; private int priority; private String state; private int size; pri