搜索资源列表
packing5
- 矩形件排样,用bl算法实现。具有一定的参考价值,-Rectangular Nesting with bl algorithm. With some reference value,
Rectangle
- 探讨了矩形件和任意形状图案的排样优化问题的遗传算法求解,提出了剩余矩形表示法和条形图表示法。对于矩形排样,剩余矩形表示法提高了板材利用率,更容易得到较优解。对于任意形状图案排样,条形图表示法直接利用位图排样,不对图案作任何限制(允许有孔洞),排样速度很快。该算法已应用于智能印花分色系统中。-on rectangular pieces of arbitrary shape and pattern layout of genetic optimization algorithm. the remai
EnableGroupboxControls_demo
- EnableGroupboxControls is a function I have used in several projects, where I wanted to enable/disable all the controls within a groupbox. There are several other solutions to this problem here on CodeProject - I have included a list here. None of th
2002应用毕业设计资料
- 计算机辅助排样(CAN) ,是计算机辅助设计与制造(CAD/CAM)技术的重要分支之一,它广泛地应用于线材、卷材和板材的分割排样,通过提供高质量的排样方案,达到节约原材料,降低产品成本的目的。-CAD Layout (CAN), is a computer-aided design and manufacturing (CAD / CAM) technology, one of the important branches, it is widely used in wire, sheet an
exe
- winform调用其他exe嵌套到自己Form-winform calls another exe to their nesting Form
sqlnesting
- SQL语句嵌套-SQL sentence nesting
no2
- 二维不规则零件排样问题-Two-dimensional irregular parts nesting problems
exe2exe
- 进程嵌套及进程间通信,代码精练 小巧实用-The process of nesting and inter-process communication, the code concise compact utility
ext_interrupt
- 本程序简单的示范了如何使用ATMEGA16的外部中断 中断的设置 按键的简单延时防抖动 中断的嵌套-This program simply demonstrates how to use the ATMEGA16 external interrupt interrupt latency settings of simple anti-shake button interrupt nesting
XListCtrl_demo
- 增强型List控件,嵌套复选框、进度、可设置颜色-Enhanced List Control, nesting box, progress can set the color, etc.
preprocessor
- Handling preprocessor directives. Write a program that processes a preprocessor directive in the file containing the program in C. Should properly handle the directive # include, # define, # ifdef and ifndef. In the implementation of # de
TMyPolyStockh
- 实现凸多边形排样,使用临界多边形NFP判断两个凸多边形形是否相交,使用启发式算法提高效率, -Convex polygon nesting, polygon NFP to determine whether two convex polygon-shaped intersection, the use of heuristic algorithms to improve efficiency,
program
- 程序为使用剩余矩形排样法排样的矩形件排样程序,应用matlab软件编程制作。-Procedures for the use of the remaining rectangular nesting of nesting rectangular piece nesting program, application matlab software programming production.
paiyang
- 本程序可以实现对于25个矩形的按序排样,并可经过修改进行推广-This program can be sequential 25 rectangular nesting, and modified promotion
sample
- The C++ language allows you to create a class inside of another. This technique is referred to as nesting. At the time of this writing, nesting a class B inside of a class A doesn t give any access privilege of class A member variables and methods to
taoliao
- 用在AUTO CAD里面直接套料的插件程序-With direct nesting inside AUTO CAD plug-ins
Desktop
- 矩形件优化排样,优化排样问题矩形排样C++例子-The rectangular pieces optimization nesting
inttrupt
- 低功耗单片机430的中断程序嵌套方法,在中断程序中发生新的中断情况-Low power consumption MCU 430 interrupt nesting method, interrupt new occurs in the interrupt program
Common-multiple-of-three-numbers
- 本源代码用三种不同的方法对三个数求最小公倍数,分别是循环穷举法,短除法和函数嵌套法。- Common multiple of three numbers Circular exhaustion Short division Function nesting
Operator-nesting
- 利用条件运算符的嵌套来完成此题:学习成绩> =90分的同学用A表示,60-89分之间的用B表示, 60分以下的用C表示。1.程序分析:(a> b)?a:b这是条件运算符的基本例子。-Operator nesting