代码搜索:PcB 开发教程
找到约 10,000 项符合「PcB 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/134239/14000181
cpp main.cpp
#include
#include
#include
#include
#include
#include
const int TIMESLICE = 1;//时间片
const int FINISH=0;//完成状态
const int RUNN
www.eeworm.com/read/134239/14000183
txt result.txt
pcb:id name stat need iostart ioneed runtime pri
0,proc0,"8"3"9"0"4
1,proc1,"1"0"9"0"6
---------------------------------------------
pcb:id name stat need iostart ioneed runtime pri
0,proc0,READY
www.eeworm.com/read/204399/15340260
cpp primitiveview.cpp
// PrimitiveView.cpp : implementation of the CPrimitiveView class
//
#include "stdafx.h"
#include "Primitive.h"
#include "PrimitiveDoc.h"
#include "PrimitiveView.h"
#ifdef _DEBUG
#define
www.eeworm.com/read/203239/15363566
c 4.c
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
typedef struct node
{
char name[10]; /*进程标识符*/
int round; /*进程时间轮转时间片*/
www.eeworm.com/read/202551/15378674
cpp sched.cpp
#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/111713/15504840
txt readme.txt
Add by xiehongwei:
padsimporter.exe为转换工具,可将其他格式的PCB文件转换为Protel格式的PCB图。
转换方法:
1。从PowerPCB中导出ASCII文本,以PowerPCB 3.0格式保存,得到a.asc;
2。打开Protelse(SP6),新建一项目,新建一PCB,然后选择:File->ImPort..->a.asc.
www.eeworm.com/read/107608/15604746
c tcp_input.c
/*
* Copyright (c) 2001, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted
www.eeworm.com/read/101971/15795993
c tcp_input.c
/*
* Copyright (c) 2001, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provi