搜索资源列表
fjdjf
- 用分支界限法解决的几个问题:包括0-1背包问题,最大团问题,电路布线问题,最大装载问题.作业最优处理问韪.-branch line with the law to solve several problems : including 0-1 knapsack problem, the largest group, circuit wiring problem, the greatest problem loading. Optimal handling operations Q premises
Wiring
- 一个自己用C编的关于贪婪算法的例子,压缩包里带有原题目与原测试数据-they use a C series of examples of the greedy algorithm, compressed bundle with the original title and the original test data
Linesquaredistanceset
- 接线性方程组的算法,比较简单,给大家参考一下吧-Wiring Systems on the algorithm is relatively simple to refer to it
otree
- 用C实现的基于O-tree的ic设计布图布线工具源代码,有相关文档-C realized based on O-tree-id wiring layout design tools source code, related documentation
vpr
- 用c++写的用于FPGA设计中布图布线的工具源码,有几万行程序,包含文档-using c + + to write for FPGA design the layout of the wiring tools source, there are tens of thousands of procedure, the document contains
3133
- pku 3133 Manhattan Wiring 连通性状态压缩DP-pku 3133 Manhattan Wiring connectivity state of compression DP
difference
- 讲述在designer 6中差分布线的方法-About the difference in the designer 6 in the method of wiring
1(2)
- 分支限界法之布线问题 一、要求: 1、输入电路板区域n*m以及布线的起始位置和结束位置; 2、输出布线方案; 3、可以使用c或者vc实现 二、问题分析及实验原理: 在n*m的方格阵列中存在封锁区域(布线时必须绕开的区域),找到起始位置到目标位置的最短路径。从目标位置开始向起始位置回溯,逐步构造最优解。每次向标记距离比当前方格标记距离少1的相邻方格移动,直到到达起始方格为止。-Branch and bound method of a wiring
juangpeixian
- 装配线调度问题 第一行一个数 N ( 2<=N<= 100 ),代表转配线上装配站的个数 第二行 N 个数,依次代表装配线 1 的第 k 个站装配产品所需时间。 第三行 N 个数,依次代表装配线 2 的第 k 个站装配产品所需时间。 第四行四个数 I1 I2 O1 O2 ( 1<= I1,I2,O2,O2 <= 100 ),代表进入装配线 1 、 2 和退出转配线 1 、 2 所花的时间。 第五行 N-1 个数,依次代表
fzxj
- 一般解空间的队列式分支限界法 试设计一个用队列式分支限界法搜索一般解空间的函数。该函数的参数包括结点可行性 判定函数和上界函数等必要的函数,并将此函数用于解布线问题。 -Queue-type general solution space try to design a branch and bound branch and bound with a queue-type search function of the general solution space. The funct
circuit
- 数学建模中的动态规划思想解决布线问题。 包含整个c工程,内容完整,可运行。-Mathematical modeling of dynamic programming to solve wiring problems. C contains the entire project, content integrity, operational.
buxian
- 算法分析与设计之分支界限法解决电路布线问题-Algorithm analysis and design of the branch circuit wiring method to solve boundary problems
3-bus-test-system
- 三机九节点测试系统,用于各种电力系统类分析开发测试接线图-Three turbines nine node test system for all kinds of electric power system analysis of the development of testing the wiring diagram
Circuit-wiring
- 是一个电路布线的小程序,属于算法分析中的内容,希望对你有帮助-Is a circuit wiring of small programs
Matlab_Simulink-basic-operation
- 关于matlab中simulink模块最详细的使用教程。包括每个模块的生成、设置、布局连线等等。非常详细。-On the use of MATLAB Simulink module in the most detailed tutorial. Including build, Setup, layout of the wiring each module, and so on. Very detailed.
wiring
- 电路板布线问题:印刷电路板要求在指定区域自动布线.-Circuit board wiring problems: the automatic routing of printed circuit board requirements in a designated area.
shujujiegou
- 包含数据结构几个经典实验。布线、迷宫、多项式计算的详尽代码,适合数据结构初学者。-Contains the data structure of several classic experiments. Wiring maze, polynomial detailed code, suitable data structure beginners.
3
- 校园局域网布线和游历问题 任务 :用无向网表示你所在学校的主要建筑平面图,图中顶点表示主要建筑,图中的边表示建筑之间的道路,存放路径长度信息。要求能够建立校园局域网,所花的代价最小;给出任意建筑之间游历的最短路径。基本要求: (1) 原始数据存在文件中,方便读入; (2) 建筑物点不小于20个,边不小于30个; (3) 分别用广度优先和深度优先的方法遍历图,起始点定为1号教学楼; (4) 建立校园局域网,要求所花的代价最小; (5) 查询从1号教学楼到其他各点的最短路径
abc
- 解决算法设计与分析中经典问题分支限界问题的布线问题。-A classic problem in solving algorithm design and analysis branch wiring problem of clearance issues.
The-circuit-wiring
- 算法分析与设计电路布线问题,通过二维数组模拟一个电路布线最短路径问题-Algorithm analysis and design of the circuit wiring problem, simulating a circuit wiring through a two-dimensional array of the shortest path problem