代码搜索:PCB
找到约 9,168 项符合「PCB」的源代码
代码结果 9,168
www.eeworm.com/read/409867/11309932
txt 说明.txt
OrCAD To Protel:
这是一个ORCAD BRD文件转换成PROTEL DOS版PCB文件的小软件
ortg.exe 回车
输入BRD 文件:*。BRD
输入PCB 文件:*。PCB
一定要后缀名
感谢网友雪华的上载。
==========================================
资料收集:收藏天地2001
www.eeworm.com/read/409867/11309941
dft traxedit.dft
PROTEL DEFAULT 1.56
10
1
1
2
2
2
3
2
4
2
12
1
14
1
13
1
2
2
11
2
9
1
11
1
15
1
0
0
15
0
15
0
14
1
4
8
48
10
60
10
10
10
11
1
35
35
1
1
1000
30
1
60
www.eeworm.com/read/409227/11340051
m main_t2fnn_and_fnn_with_noise_final.m
clear all
clc
close all
me_pcb=csvread('me_pcb.csv');
[totel qqq]=size(me_pcb);
m_t1=[-1 -0.8
0 0
1 0.8];
sigmat2=[0.6 0.5
0.6 0.5
0.6 0.5];
rate=0
www.eeworm.com/read/404926/11475682
txt 说明.txt
程序用ICC 6.3编译,AT13 内部RC9.6M ATMEG48 内部RC8M,加32768
电路PCB用protel99
www.eeworm.com/read/404312/11487790
txt ml.txt
<mark>PCB</mark>相关工艺大全
<mark>PCB</mark>布线设计
<mark>PCB</mark>培训教材
电磁兼容培训教材
多层印制板层压工艺技术及品质控制
高速<mark>PCB</mark>设计指南1-8
化镍浸金焊接黑垫之探究与改善
水木清华精华-DSP开发技术
水木清华精华-嵌入式系统
新编印制电路板故障排除手册
印制电路板用化学镀镍金工艺探讨
电子技术应用2000年12期的精华文章.chm
<mark>PCB</mark>质量问题对三 ...
www.eeworm.com/read/403968/11493601
txt 1156.txt
发信人: Rosan (冰), 信区: Hardware
标 题: 真假技嘉主板识别
发信站: 日月光华站 (Tue Apr 17 11:58:14 2001) , 站内信件
技嘉主板真伪识别方式
摘自:倚天硬件周刊第43期
在刚刚过去的新千年中,作为全球最大的计算机主板制造商之一的技嘉科技,得益
于有力、有序的
www.eeworm.com/read/260534/11721365
cpp showosdlg.cpp
// ShowosDlg.cpp : implementation file
//
#include "stdafx.h"
#include "os.h"
#include "ShowosDlg.h"
#include "help1.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char TH
www.eeworm.com/read/345859/11785563
c sdp.c
/*
* Copyright (c) 2003 EISLAB, Lulea University of Technology.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted prov
www.eeworm.com/read/344765/11861603
txt status report.txt
Output: Mixed Sim
Type : AdvSimNetlist
From : Project [PCB_PROJECT1.PRJPCB]
Generated File[PCB_PROJECT1.nsx]
Files Generated : 1
Documents Printed : 0
Finished Output Generation At
www.eeworm.com/read/257865/11909725
cpp vb.cpp
#define N 20
#include
#include
typedef struct pcb
{
char pname[N]; /*进程名*/
int runtime; /*运行时间*/
int arrivetime; /*到达时间*/
char state; /*进程状态*/
st