代码搜索结果
找到约 7,339 项符合
PCB 的代码
dsparmnet6202.onl
(PCB DSPARMNET6202
(description
(timeStamp "2004 02 09 09 25 45")
(program "CAPTURE.EXE" (Version "9.10.157 CIS"))
(source "Original data from OrCAD/CAPTURE schematic")
(title "VIDEO COM
makefile.am
## $Id: Makefile.am,v 1.1 2003/11/08 03:31:03 danmc Exp $
##
## Note: We put this script in a different directory from the Pcb
## app-defaults file because certain platforms like cygwin don't have
pcb.in
#! /bin/sh
#
# COPYRIGHT
#
# PCB, interactive printed circuit board design
# Copyright (C) 1994,1995,1996 Thomas Nau
#
# This program is free software; you can redi
pcb.h
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* William Jolitz.
*
* Redistributi
pcb.h
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* William Jolitz.
*
* Redistributi
pcb.h
/* $NetBSD: pcb.h,v 1.27 2000/08/16 04:44:37 thorpej Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The
pcb.h
/* @(#)pcb.h 4.1 (ULTRIX) 7/2/90 */
/* ------------------------------------------------------------------ */
/* | Copyright Unpublished, MIPS Computer Systems, Inc. All Rights | */
/* | Reserved. Th
pcb.m
/* static char *sccsid = "@(#)pcb.m 4.1 (ULTRIX) 7/2/90" */
/************************************************************************
* *
* Copyright (c) 1985,1986,1989 by *
* Digital
newpcb.c
void newPCB(PCB pcb[],int n)
{
int x;
int i=n;
x=random(10,0);
while(i!=0&&pcb[i-1].pri
selpcb.c
void selPCB(PCB pcb[],int n)
{
int i;
clrscr();
printf("Name: %d\n", pcb[0].name);
printf("Pri: %d\n", pcb[0].pri);
printf("Time: %d\n", pcb[0].time);