代码搜索:PCB辅助
找到约 10,000 项符合「PCB辅助」的源代码
代码结果 10,000
www.eeworm.com/read/344446/11878909
drc nios ii.drc
Protel Design System Design Rule Check
PCB File : \Red Cyclone Mainboard\NIOS\NIOS II.PcbDoc
Date : 2008-5-11
Time : 9:36:13
Processing Rule : Hole Size Constraint (Min=1mil) (Max=100mil
www.eeworm.com/read/253342/12228520
art bottom.art
G04 ================== begin FILE IDENTIFICATION RECORD ==================*
G04 Layout Name: E:/at91/9200_ext/pcb/9200_ext_20070706-gerber.brd*
G04 Film Name: BOTTOM*
G04 File Format: Gerber R
www.eeworm.com/read/253342/12228523
art top_soldermask.art
G04 ================== begin FILE IDENTIFICATION RECORD ==================*
G04 Layout Name: E:/at91/9200_ext/pcb/9200_ext_20070706-gerber.brd*
G04 Film Name: TOP_SolderMask*
G04 File Format:
www.eeworm.com/read/253342/12228535
art bottom_soldermask.art
G04 ================== begin FILE IDENTIFICATION RECORD ==================*
G04 Layout Name: E:/at91/9200_ext/pcb/9200_ext_20070706-gerber.brd*
G04 Film Name: Bottom_SolderMask*
G04 File Format
www.eeworm.com/read/219334/14887663
c othertest.c
#include "wea_dos.h"
void FpgaTest(char* info)
{
unsigned short p=FPGA_TEST;
BYTE d;
strcpy(info,"FPGA PCB test:\n\r");
/* test FPGA*/
d=0xab;
outb(p,d);
DelayMs(100);
d=inb(p);
if
www.eeworm.com/read/117691/14908712
cpp vm.cpp
#include "StdAfx.h"
#include "VM.h"
#include "CPU.h"
#include "PCB.h"
#include "file.h"
#include "Instruction.h"
#include "dictionary.h"
#include "fs.h"
#include
#include