代码搜索:PCB辅助
找到约 10,000 项符合「PCB辅助」的源代码
代码结果 10,000
www.eeworm.com/read/35186/1053174
drc design rule check - dsp引脚接出.drc
Protel Design System Design Rule Check
PCB File : C:\Documents and Settings\Administrator\桌面\电路板\DSP引脚\DSP引脚接出.PcbDoc
Date : 2010-4-8
Time : 15:33:08
Processing Rule : Short-Circuit Cons
www.eeworm.com/read/35186/1053178
drc design rule check - dsp引脚接出.drc
Protel Design System Design Rule Check
PCB File : C:\Documents and Settings\Administrator\桌面\电路板\DSP引脚\DSP引脚接出.PcbDoc
Date : 2010-4-8
Time : 11:34:34
Processing Rule : Short-Circuit Cons
www.eeworm.com/read/233075/4694943
scr mycolors.scr
# Allegro script
# file: D:\140alltraining\Testing\mycolors.scr
# start time: Mon Nov 13 13:29:36 2000
version 14.0
setwindow pcb
color
setwindow form.cvf_main
FORM cvf_main class_list Geo
www.eeworm.com/read/213039/4930598
upcall makefile.upcall
# Makefile.upcall,v 1.2 2004/04/01 00:13:16 bala Exp
#
# Copyright 2003 Addison-Wesley Inc. All Rights Reserved.
MAKEFILE = Makefile.upcall
BIN = Upcall
SRC = Upcall.cpp PCB.cpp PTimerDispatc
www.eeworm.com/read/326963/3465568
svn-base bottom-assembly.pho.svn-base
*
*
G04 PADS Layout (Build Number 2005.103.1) generated Gerber (RS-274-X) file*
G04 PC Version=2.1*
*
%IN "usrp Rev 4.2.pcb"*%
*
%MOIN*%
*
%FSLAX35Y35*%
*
*
*
*
G04 PC Standard Apertures
www.eeworm.com/read/326963/3465570
svn-base top-assembly.pho.svn-base
*
*
G04 PADS Layout (Build Number 2005.103.1) generated Gerber (RS-274-X) file*
G04 PC Version=2.1*
*
%IN "usrp Rev 4.2.pcb"*%
*
%MOIN*%
*
%FSLAX35Y35*%
*
*
*
*
G04 PC Standard Apertures
www.eeworm.com/read/101167/15842901
c tst_ser.c
// TST_SER.C (PIC16HV540), CCS PCB
//
// copyright, Peter H. Anderson, Elmore, VT, July, '01
#case
#device PIC16HV540
#include
#include // for strcpy
#include
www.eeworm.com/read/391598/8395391
cpp 1.cpp
#include
#include
#include
#include
#include
#include
#include
class pcb
{
public:
char name[10]; /*进程标志名*/
int setno
www.eeworm.com/read/286499/8762672
c fpf.c
////////////////////////进程"最高优先数优先"调度算法
//文档中有更详细的注释
#include "stdio.h"
#include
#include
# define getpcb(type) (type*)malloc(sizeof(type))
struct pcb{//进程的结构体
ch