代码搜索:PcB 开发教程
找到约 10,000 项符合「PcB 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/314632/13562911
lst arm_00_os_core.lst
ARM COMPILER V2.00d, ARM_00_OS_Core 22/12/07 19:56:45 PAGE 1
ARM COMPILER V2.00d, COMPILATION OF MODULE ARM_00_OS_Core
OBJECT MODULE
www.eeworm.com/read/314632/13562913
c arm_00_os_core.c
/**********************************************************************************************
本程序只供学习使用,不得用于其它任何用途,否则后果自负。
ARM_OS_main.c file
LPC213x上的操作系统——ARM_OS
作者:heciang
联系电话
www.eeworm.com/read/312058/13619683
cpp scheduler.cpp
#include
#include
#include
#include
#include
#define TIMES 40
using namespace std;
class PCB{
public:
int id;
int status;
int need
www.eeworm.com/read/310755/13644555
c spooling.c
/*SPOOLING 模拟实验*/
#include
#include
#include
struct pcb
{
int id;/*进程标识*/
int status; /*进程状态*/
int firstaddr; /*信息块首地址*/
int length; /*输出长度*/
int outbu
www.eeworm.com/read/309809/13664245
cpp os.cpp
#include
#include
#include
#include
#define getpch(type) (type*)malloc(sizeof(type))
#define NULL 0
struct pcb
{ /* 定义进程控制块PCB */
char na
www.eeworm.com/read/306806/13737477
cpp 操作系统实习1.cpp
#define N 10
#include
#include
#include
struct pcb /*进程控制块定义*/
{
char name[10]; /*进程的名字*/
int needtime; /*进程运行需要的时间*/
int useti
www.eeworm.com/read/303367/13817167
java rr.java
/*
RR时间片轮转调度算法
*/
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class RR extends JFrame implements ActionListener,Runnable{
Thread myThread;
JPanel p1=new JPanel
www.eeworm.com/read/302543/13832474
cnv protel2pl.cnv
[PACKAGE ATTRIBUTES]
PCB Footprint=PCB DECAL
[COMPONENT ATTRIBUTES]
Part Type=VALUE
PCB Footprint=PCB DECAL
[NET ATTRIBUTES]
[PIN TYPES]
[PKG_TYPE]
[ILLEGAL CHARACTERS]
Generic=! "%
www.eeworm.com/read/301041/13868270
c jcdd2.c
#include
#include
#include
#define NULL 0
#define LEN sizeof(struct pcb)
struct pcb
{ int pid;
struct pcb *next;
int time;
int priority;
char status;
www.eeworm.com/read/149876/5695706
h nm-hp300bsd.h
/* Parameters for Hewlett-Packard 9000/300 native support under bsd.
Copyright 1986, 1987, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
This file is part of GDB.
This program is f