搜索资源列表
实用下料问题.doc
- “下料问题(cutting stock problem)”是把相同形状的一些原材料分割加工成若干个不同规格大小的零件的问题,此类问题在工程技术和工业生产中有着重要和广泛的应用. 这里的“实用下料问题”则是在某企业的实际条件限制下的单一材料的下料问题。
GA
- 用遗传算法实现一刀切下料,MFC界面,在VC下编写的程序,是个优化下料问题。-Genetic Algorithms for Cutting across the board, MFC interface, prepared in the VC process is optimized cutting stock problem.
vb.netchaoshiguanlixitong
- <中小型超市管理系统>我们开发的这个中小型超市计价系统,主要是针对中小型超市的商品销售管理。其有五大模块:1.系统管理模块,主要用于对用户管理权限的设置,分清不同的用户和不同的管理权限的职责;2.前台零售管理模块,主要用于管理商品的零售记录,零售员的换班管理,切换管理权限等等;3.库存数据录入模块,主要是把进货后的商品做好入库登记,并做好其它的信息录入;4.库存管理模块,其主要是对库存的数据进行管理,如零售数据、进货数据、退货数据、报废过期数据、现有库存数据等等的管理;5.数据的统计
Release
- 动股 0.02 版 StockImage : 本程序是一个股票实时显示系统 a.服务器端 是用php 写成 ,数据是从Yahoo 得到的一整张图片, b.php 在server端切割增张图片,把一整张图片切割成一张张小图片, c.客户端定时刷新,不过不是更新一整张图片,而是只更新与上一次不同的小图片 d.判断图片是否跟上次相同,使用了md5 算法来判断是否图片已经更新了 e.ajax的后台数据传输到前台的过程使用了JSON 协议来封装
Delphi_CuttingStockSource
- This program will try to find optimal solutions for what is commonly known as the 1-dimensional Cutting Stock Problem, The Cutting Stock problem requires that we find the best (cheapest) way to cut one-dimensional stock pieces (pipe, dimensional lumb
youhuabancaipiaoliao
- 论文:优化的板材排料问题算法分析,生成条料,将二维转化为一维。-the title of paper,the analysis for stock cutting prolblem optimization algorithm
UGASs
- 用遗传算法解决一维下料问题,返回回总用料以及下料方式。可直接使用。 -Genetic algorithm to solve the one-dimensional cutting stock problem, return back to the total use of materials and material way. Can be used directly.
Cutting-Stock
- Combinatorial Approaches to solve CSP
main
- File: main.cpp * Descr iption: Read order data specified input file. * Create master cutting stock problem. - File: main.cpp * Descr iption: Read order data specified input file. * Create master cutting stock problem.
OptaPlanner
- OptaPlanner是一个轻型嵌入式优化的规划引擎,可以解决雇员排班、日程调度、课程表、车间调度等问题。-OptaPlanner is a lightweight, embeddable planning engine that optimizes planning problems. It solves use cases, such as: Employee shift rostering: timetabling nurses, repairmen, ... Agen
一维下料
- 多原料,多需求的一维下料问题解决程序,算法有优化,运行速度快(Multi material, multi demand one-dimensional cutting stock problem solving program, the algorithm is optimized, fast running speed)
cuttingstock
- papers that investigates the problem of cutting stock in two dimensions with several algorithms that complicate the exact solution
一维下料问题(一次解决)
- 一次性解决单一原材料,多种需求的算法,简单快捷。(one-dimension cutting stock problem)