自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (21)
  • 收藏
  • 关注

原创 友图自动排料软件使用简介

YotuNester 使用简介一 界面主要页面通过点击Tab 标题可以在任意时刻切换四个页面Import导入页面如上图可以导入两种类型的文件 dxf和esi(欧洲切割与包装事务委员会标准文本数据)Dxf支持line/polyline/arc, 目前不支持curve(曲线)类型ESI 格式见附页2 Pieces 样片(部件)页面 导入数据后...

2020-03-17 09:45:38 3393

上海友图自动排料引擎V1.0开发指南.pdf

友图自动排料引擎 V1.0 开发指南 上海友图科技有限公司发布 友图自动排料引擎是国内唯一能比肩世界顶级排料软件的自动排料算法库,在小规模上较顶级排料引擎有明显优势。

2020-02-14

友图自动排料引擎V1.0开发指南.pdf

友图自动排料引擎 V1.0 开发指南 上海友图科技有限公司发布 友图自动排料引擎是国内唯一能比肩世界顶级排料软件的自动排料算法库,在小规模上较顶级排料引擎有明显优势。

2020-02-01

SuperDog Developer's Guide.pdf

超级狗硬件加密开发说明,官方的pdf文档,仅供参考

2019-07-22

Expert Python Programming 2nd Edition

This book is written to express many years of experience of building all kinds of applications with Python, from small system scripts done in a couple of hours to very large applications written by dozens of developers over several years. It describes the best practices used by developers when working with Python. This book covers some topics that do not focus on the language itself but rather on the tools and techniques used to work with it. In other words, this book describes how an advanced Python developer works every day. www.it-

2019-04-07

Pandas Cookbook - Recipes for Scientific Computing

Pandas is a third-party package for the Python programming language and, as of the printing of this book, is on version 0.20. Currently, Python has two major supported releases, versions 2.7 and 3.6. Python 3 is the future, and it is now highly recommended that all scientific computing users of Python use it, as Python 2 will no longer be supported in 2020. All examples in this book have been run and tested with pandas 0.20 on Python 3.6.

2019-04-07

Fast Neighborhood Search for the Nesting Problem

Benny Kjr Nielsen and Allan Odgaard fbenny, dug@diku.dk February 14, 2003 The main subject of this thesis is the so-called nesting problem, which (in short) is the problem of packing arbitrary two-dimensional shapes within the boundaries of some container. The objective can vary e.g. minimizing the size of a rectangular container or maximizing the number of shapes in the container, but the core problem is to pack the shapes tightly without any overlap.

2019-03-16

GEOMETRICAL MODELS AND ALGORITHMS FOR IRREGULAR SHAPES PLACEMENT

This thesis addresses the Irregular Piece Placement problem, also known as Nesting problem, while focusing on the resolution of real world instances with continuous rotations. The real world instances are considered very large instances containing many pieces with very complex outlines, where continuous rotations may be desired. The Nesting problem is presented, with a description of its characteristics, identifying the main challenges, and related problems. This is done through a literature review, considering the geometric representations and common solution approaches that are normally used, in order to identify possible paths to explore, and confirm its inherent difficulty in being efficiently tackled, specially when dealing with continuous rotations

2019-03-16

An improved method for calculating the no-fit polygon

An improved method for calculating the no-fit polygon Hamish T. Dean∗,Yiliu Tu, John F. Raffensperger 200 Armagh Street, P.O. Box 13-761, Christchurch, New Zealand

2018-11-15

基于GPU的流体模拟基础

饭旦大学 学投代码l 10246 学号l 043053112 硕士学位论文 (专业学位) 基于GPU的流体模拟基础 张洁

2018-11-15

高等数学思想

高等数学思想 Advanced Mathematical Thinking 英文名著 Edited by DAVID TALL Science Education Department, University of Warwick

2018-11-05

Python.Scripting.for.Computational.Science.3rd.Edition

Python.Scripting.for.Computational.Science.3rd.Edition

2012-03-31

ubuntu.linux 从入门到精通

Ubuntu 社区恪守 Ubuntu 理念:自由!软件应是自由的,应尊重人类的自由意志,它与人类之间不应有任何隔膜。本地语种,功能限制,自主改进的权利... ...都不应成为使用的障碍或负担。

2011-04-22

How to Design a Good API and Why it Matters

Outline I. The Process of API Design II. General Principles III. Class Design IV. Method Design V. Exception Design VI. Refactoring API Designs

2011-03-27

THE BOOST C++ METAPROGRAMMING LIBRARY

This paper describes the Boost C++ template metaprogramming library (MPL), an extensible compile-time framework of algorithms, sequences and metafunction classes. The library brings together important abstractions from the generic and functional programming worlds to build a powerful and easy-to-use toolset which makes template metaprogramming practical enough for the real-world environments. The MPL is heavily influenced by its run-time equivalent - the Standard Template Library (STL), a part of the C++ standard library [STL94], [ISO98]. Like the STL, it defines an open conceptual and implementation framework which can serve as a foundation for future contributions in the domain. The library's fundamental concepts and idioms enable the user to focus on solutions without navigating the universe of possible ad-hoc approaches to a given metaprogramming problem, even if no actual MPL code is used. The library also provides a compile-time lambda expression facility enabling arbitrary currying and composition of class templates, a feature whose runtime counterpart is often cited as missing from the STL. This paper explains the motivation, usage, design, and implementation of the MPL with examples of its real-life applications, and offers some lessons learned about C++ template metaprogramming.

2011-03-27

基于DirectX9.0的3D游戏引擎研究与实现

从网上找的,别告我侵权,我也没看 20070501

2010-04-28

Complete and robust no-fit polygon generation for the irregular stock cutting problem

Complete and robust no-fit polygon generation for the irregular stock cutting problem E.K. Burke, R.S.R. Hellier, G. Kendall, G. Whitwell * University of Nottingham, School of Computer Science & IT, Jubilee Campus, Nottingham NG8 1BB, UK 2006

2010-04-16

A multi-stage approach for the Nesting Problem

多边形排样算法综述 Lutherstadt Wittenberg, Germany, March 18-20, 2004

2010-04-16

APress - Beginning Ubuntu Linux - From Novice to Professional - 4th Edition - Aug 2009

APress - Beginning Ubuntu Linux - From Novice to Professional - 4th Edition - Aug 2009

2010-01-26

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除