代码搜索结果

找到约 7,339 项符合 PCB 的代码

ma_pcb.c

/* ***************************************************************************** ** ** Project : My project ** ** Component : LPC2106 (LPC2106) ** ** Modulename : PCB *

ma_pcb.c

// ------------------------------------------------------------------- // -----------------------LPC2106 PCB routines------------------------ // -----------------------------------------------------

ma_pcb.c

// ------------------------------------------------------------------- // -----------------------LPC2106 PCB routines------------------------ // -----------------------------------------------------

rc500demo.pcb

PCB FILE 6 VERSION 2.80 0 11656 0 76 313 100 63 12 257 156 COMP 0805 0 0 13414219 12740918 1 0 0 0 0 0 0 360.000 1 1 1 CS 0 0 13270285 12729719 31496 360.000 0 1 17 0 0 0 0 10000 1 0 0 C1a CS

资料来源.txt

<mark>pcb</mark>下载站 www.<mark>pcb</mark>down.com <mark>pcb</mark>下载站,为您提供优质资源!全站所有软件与教程都经过卡巴斯基杀毒,请放心下载,我们的软 件也是经过本地测试安装成功后才上传。所以我们的可安装率达到百分之百。如果你有好的教程或者软 件想分享给大家,请联系客服。我们的客服是保证每位朋 ...

pcb.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################

资料来源.txt

<mark>pcb</mark>下载站 www.<mark>pcb</mark>down.com <mark>pcb</mark>下载站,为您提供优质资源!全站所有软件与教程都经过卡巴斯基杀毒,请放心下载,我们的软 件也是经过本地测试安装成功后才上传。所以我们的可安装率达到百分之百。如果你有好的教程或者软 件想分享给大家,请联系客服。我们的客服是保证每位朋 ...

original.txt

ghita pcb p/n 105-01209-12 pcb version 2 unit esn 3347521919 flash1 575-A0083-01 Flash2 575-A0086-01 n黺i

suanfa.cpp

#include #include #define NULL 0 #define M 10 //pcb数组中的最大个数 typedef struct node { int id; //进程id号 int pr; //进程优先级 int ct; //进程已经运行时间片个数 int at; //进程还需多少运行时间片个数 int bt; //进

shijianpian.cpp

#include"stdio.h" #include"iostream.h" struct pcb { char *name; int time; int T; char state; struct pcb *next; }; pcb * in() { pcb *head,*s,*r; for(int i=0;i