代码搜索:PcB 开发教程
找到约 10,000 项符合「PcB 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/163323/10166137
h 复件 (2) head.h
#include "stdio.h"
#include
#include
#include
#include
#include
#define OK 1
#define SUCCESS 1
#define FAILURE 0
#define M 10 //M类资源
#define N
www.eeworm.com/read/163323/10166139
h head.h
#include "stdio.h"
#include
#include
#include
#include
#include
#define OK 1
#define SUCCESS 1
#define FAILURE 0
#define M 8 //M类资源
#define N
www.eeworm.com/read/163323/10166143
cpp main.cpp
#include "head.h"
//////////////////////////////////////////////////////////////Common
int getNowTime(){//取得现在时间
return time(NULL);
}
void wait(int n){//等待n秒钟
int now=getNowTime();
while(get
www.eeworm.com/read/163323/10166149
cpp 复件 main.cpp
#include "head.h"
//////////////////////////////////////////////////////////////Common
int getNowTime(){//取得现在时间
return time(NULL);
}
void wait(int n){//等待n秒钟
int now=getNowTime();
while(get
www.eeworm.com/read/163323/10166151
h 复件 head.h
#include "stdio.h"
#include
#include
#include
#include
#include
#define OK 1
#define SUCCESS 1
#define FAILURE 0
#define M 10 //M类资源
#define N
www.eeworm.com/read/354969/10309180
ddb ad9851.ddb
[Design Root]
Version=1.0.0
[Directory]
AD9851.Sch=Sch
AD9851.PCB=PCB
9851_sch.Lib=SchLib
100uF.LIB=PCBLib
AD9851.NET=Text
[AD9851.Sch]
Editor Kind=Sch
[AD9851.PCB]
Editor Kind=PCB
[9851_s
www.eeworm.com/read/280091/10354866
c super.c
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
typedef struct node
{
char name[10]; /*进程标识符*/
int prio; /*进程优先数*/
int round; /*进程时间轮转时间片*/
int cputime; /*进程占用CPU时间*
www.eeworm.com/read/280091/10354873
c rr.c
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
typedef struct node
{
char name[10]; /*进程标识符*/
int prio; /*进程优先数*/
int round; /*进程时间轮转时间片*/
int cputime; /*进程占用CPU时间*
www.eeworm.com/read/280091/10354880
c fcfs.c
#include "conio.h"
#include "stdlib.h"
#include "stdio.h"
#define getPCB(type) (type*)malloc(sizeof(type))
#define NULL 0
/*void running(PCB *p,int m)*/
int n=0,time=0;float eti,ewi;
struct
www.eeworm.com/read/279904/10379440
h brender.h
// BRender.h: interface for the BRender class.
#ifndef _CBRENDER_H
#define _CBRENDER_H
#include "Object3d.h"
#include "ColorBuffer.h"
#include "ZBuffer.h"
class CBRender
{
public:
CBRe