代码搜索结果
找到约 9,168 项符合
PCB 的代码
scand_pcb.cpp
#include
#include
#include
#include
#define TIMER 2//时间片大小
#define NULL 0//指针为空标志
struct PCB;
PCB *READY=NULL;//就绪队列指针
PCB *RUN=NULL;//当前运行进程指针
PCB *FI
protel常见问题.txt
protel问题解答n问
发表时间:2005-12-12 10:23:35 浏览人数:15
1.原理图常见错误:
(1)ERC报告管脚没有接入信号:
a. 创建封装时给管脚定义了I/O属性;
b.创建元件或放置元件时修改了不一致的grid属性,管脚与线没有连上;
c. 创建元件时pin方向反向,必须非pin name端连线。
(2)元件跑到图 ...
kernel.h
# if !defined(__PCB_H)
#include "CPU\PCB.h"
# endif
# if !defined(__READYQUEUE_H)
#include "CPU\ReadyQ~1.h"
# endif
# if !defined(__KERNEL_H)
#define __KERNEL_H
# endif
class kernel
tcp.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
tcp.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
tcp.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
tcp.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
tcp.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
tcp.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
tcp.h
/*
Tcp.h
*/
#ifndef _TCP_H__
#define _TCP_H__
#include "lwdef.h"
#include "err.h"
#include "pbuf.h"
#include "netif.h"
#include "stats.h"
#include "../ip.h"
#include "ip_addr.h"