代码搜索:PcB 开发教程

找到约 10,000 项符合「PcB 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/279711/10400441

txt 使用说明.txt

一、DXP2004不用安装中文平台在<mark>PCB</mark>内输入汉字的办法,本方法按白白网www.szele.net内谢小龙网友方案改进而来,在此谢谢白白网www.szele.net及谢小龙网友给我的启发。后面附录是转述白白网上下栽的DXP2004内汉化方案的说明。 在DXP2004中安装<mark>PCB</mark>HZ补丁的办法: 步骤: 1,将MyProtel文件包放入C:盘根目录; 2 ...
www.eeworm.com/read/160712/10504991

cpp wros2new.cpp

// MyOSnew.cpp : Defines the entry point for the console application. // //生产者--消费者问题 #include "stdafx.h" #include #include #define TRUE 1 #define FALSE 0 #define N
www.eeworm.com/read/423797/10532113

h struct.h

typedef struct PCB { char name[50]; /*进程名字*/ int flag; long size; int arrive; //到达时间 int start; //开始时间 int server; //服务时间 struct PCB *next; /*链指针*/ }PCB,*PCBNode;
www.eeworm.com/read/274850/10848257

cpp datacontrol.cpp

//--------------------------------------------------------------------------- #include #pragma hdrstop #include "DataControl.h" //------------------------------------------------------
www.eeworm.com/read/272241/10965315

c czxt.c

#include"stdio.h" #include"stdlib.h" #include "string.h" #define WAIT 1 #define RUN 2 #define FINISH 3 typedef struct pcb { int num; struct pcb *next; int priority; int timeneed; int sta
www.eeworm.com/read/270901/11023398

cpp spooling.cpp

#include #include #include struct pcb{ //进程控制块 int status; //进程状态 int length; // }*PCB[3]; struct req{ //输出请求块 int
www.eeworm.com/read/407834/6919847

c tcp_in.c

/** * @file * Transmission Control Protocol, incoming traffic * * The input processing functions of the TCP layer. * * These functions are generally called in the order (ip_input() ->) * tcp_in
www.eeworm.com/read/466538/7026547

txt 资料来源.txt

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

txt 资料来源.txt

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

cpp 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; //进