搜索资源列表
041321239
- 电路板排列算法,是算法和数据结构分析里面非常经典的算法。用c++实现-circuit board with algorithms, data structures and algorithms inside very classic analysis of the algorithm. Using C + +
数据结构的C++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
Fac5_11
- // //本程序取自王晓东编著“算法分析与设计”第 182 页,例 //电路板排列问题回溯解法 -////This procedure Xiaodong edited from the Algorithm Analysis and Design section 182, for example,// circuit board with the issue of retrospective method
yuanjianfengz
- 零件封装是指实际零件焊接到电路板时所指示的外观和焊点的位置。是纯粹的空间概念因此不同的元件可共用同一零件封装,同种元件也可有不同的零件封装。像电 阻,有传统的针插式,这种元件体积较大,电路板必须钻孔才能安置元件,完成钻孔后,插入元件,再过锡炉或喷锡(也可手焊),成本较高,较新的设计都是采用 体积小的表面贴片式元件(SMD)这种元件不必钻孔,用钢膜将半熔状锡膏倒入电路板,再把SMD元件放上,即可焊接在电路板上了。关于零件封装我们在前面 说过,除了DEVICE。LIB库中的元件外,其它库的元件都已
dlbzz
- 这里告诉大家一种手工制作电路板的方法,很适合我们在校学生以及电子爱好者使用-Here to tell you a method of hand-made circuit board, it is suitable for our students, as well as the use of electronic enthusiasts
845
- 对电路板的图像进行分割,可以提取电路板中的目标物,以对电路板进行检测。文章使用K均值聚类算法完成对电路板图像的分割,针对传统的K均值聚类算法的不足,提出了使用直方图波形的有效波峰个数来确定K值的大小,并通过使用一种比传统的绝对误差的表示更简洁的表达式,达到了快速分割的目的。对一些电路板图像分割的实验结果表明,文章的方法能够根据目标物的数目有效的确定K值的大小,且比传统的K均值算法减少了运算量及计算时间。-On the circuit board image segmentation, to ex
IOA
- 采用遗传算法优化PCB电路板元器件的布局。-Genetic algorithm to optimize PCB layout of the circuit board components.
1(2)
- 分支限界法之布线问题 一、要求: 1、输入电路板区域n*m以及布线的起始位置和结束位置; 2、输出布线方案; 3、可以使用c或者vc实现 二、问题分析及实验原理: 在n*m的方格阵列中存在封锁区域(布线时必须绕开的区域),找到起始位置到目标位置的最短路径。从目标位置开始向起始位置回溯,逐步构造最优解。每次向标记距离比当前方格标记距离少1的相邻方格移动,直到到达起始方格为止。-Branch and bound method of a wiring
dianluban
- 电路板排序问题,经典的算法问题,实现的代码,自己做的试验,和大家分享下,希望对大家有帮助-PCB scheduling problem, the classical algorithmic problems and realize the code, make their own experiments, and share with you, we want to help
Cadence
- Cadence高速电路板设计与仿真第3版-Cadence PCB Design and simulation of high-speed version 3
cd4ef1.ZIP
- 基于AT89C205x的电路板腐蚀机自动温度控制Based on the AT89C205x circuit board etching machine automatic temperature control-Based on the AT89C205x circuit board etching machine automatic temperature control
wiring
- 电路板布线问题:印刷电路板要求在指定区域自动布线.-Circuit board wiring problems: the automatic routing of printed circuit board requirements in a designated area.
fdtd
- 基于时域有限差分法的微带结构电磁兼容进行研究仿真,从而对电路板的设计有一定的依据。 -Microstrip electromagnetic FDTD method based on simulation studies are compatible, and thus the circuit board design has some basis.
pcb缺陷检测
- 利用MATLAB进行PCB电路板的缺陷分析。(PCB.Perform defect analysis of PCB.)