代码搜索:PCB设计
找到约 10,000 项符合「PCB设计」的源代码
代码结果 10,000
www.eeworm.com/read/449369/7507785
out table.tsp.tsplib.many.hk.pct.out
%% lin318#318, n = 318
\linethreem{lin318}{\renderpair{1.18}{1.57}{0.39}{0.75}}{\renderpair{0.58}{0.83}{0.25}{0.70}}{\renderpair{0.37}{0.42}{0.05}{0.88}}
%% pcb442#442, n = 442
\linethreem{pcb442}{\
www.eeworm.com/read/449369/7507787
in table.wpm.tsplib.in
# Arguments to ../script/mktable.pl
# For tsplib, N iters, 10 experiments each instance
# 240 log files
out.wpm.dsj1000..i1000..0.deg.gz
out.wpm.dsj1000..i1000..0.no_d.gz
out.wpm.dsj1000..i1000..1.deg
www.eeworm.com/read/449369/7507792
out table.wpm.tsplib.optimal.pct.out
%% lin105#105, n = 105
\linethreem{lin105}{\renderpair{0.02}{0.17}{0.15}{0.12}}{\renderpair{0.02}{0.17}{0.15}{0.12}}{\renderpair{0.02}{0.06}{0.04}{0.33}}
%% lin318#318, n = 318
\linethreem{lin318}{\
www.eeworm.com/read/447819/7545195
txt status report.txt
Output: Bill of Materials
Type : ReportComponents
From : Project [PCB_Project002.PrjPCB]
Files Generated : 0
Documents Printed : 0
Finished Output Generation At 21:32:52 On 2006-7-18
www.eeworm.com/read/399506/7855850
txt 贴片元件手工焊接.txt
32-128脚贴片元件“手工焊接"技巧,工具只要一把20元的烙铁和一把小镊子! [龙啸九天] [245次] 2000-12-12 17:34:00
焊接前,先在其中的一个焊盘点一点锡,最好在角上,然后把贴片元件
沿着PCB平推到焊盘的位置,注意让元件的管脚和焊盘完全吻合,然后
用烙铁点一下刚才点过锡的焊盘和管脚,把它们焊接在一起。这时芯片
已经定位稳了,小心把对角的管脚也焊上,芯片就固定住 ...
www.eeworm.com/read/397372/8054067
txt status report.txt
Output: NC Drill Files
Type : NC Drill
From : Project [PCB_Project1.PrjPCB]
Generated File[功放.TXT]
Generated File[功放.DRL]
Generated File[功放.LDP]
Generated File[功放.DRR]
Files G
www.eeworm.com/read/245716/12783840
cpp banker.cpp
#include "stdafx.h"
#define RE_ACC 5 //资源数
#define PROC_ACC 5 //进程数
int available[RE_ACC]; //资源可用向量
int claim[PROC_ACC][RE_ACC]; //最大需求矩阵
int allocation[PROC_ACC][RE_ACC]; //已分配资源矩阵
class
www.eeworm.com/read/330998/12857502
h mainfrm.h
// MainFrm.h : interface of the CMainFrame class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_MAINFRM_H__D6C136BD_B9FF_4F45_A6BA_1B2CD76AF671_
www.eeworm.com/read/244513/12859014
txt 常见错误.txt
1.原理图常见错误:
ERC报告管脚没有接入信号:
a. 创建封装时给管脚定义了I/O属性;
b.创建元件或放置元件时修改了不一致的grid属性,管脚与线没有连上;
c. 创建元件时pin方向反向,必须非pin name端连线。
元件跑到图纸界外:没有在元件库图表纸中心创建元件。
创建的工程文件网络表只能部分调入pcb:生成netlist时没有选择为global。
当使用自 ...
www.eeworm.com/read/143548/12865306
cpp bkimageview.cpp
// BkImageView.cpp : implementation of the CBkImageView class
//
#include "stdafx.h"
#include "BkImage.h"
#include "BkImageDoc.h"
#include "BkImageView.h"
#ifdef _DEBUG
#define new DEBUG_