bin-packing
Packing bitmaps
I am trying to pack font glyph images into a single texture. The bitmaps are 1 byte per pixel monochromatic and I wish to pack them all together onto 1 texture. I am able to calculate the minimum text[详细]
2023-03-19 16:57 分类:问答Dynamic Programming Problem.. Array Partitioning..
The question says, That given an array of size n, we have to output/partition the array into subsets which sum to N.[详细]
2023-03-16 02:53 分类:问答Optimized data structure for 2d spatial search and Javascript implementation?
I\'m working on a Tetris-type HTML5 game and need to beef up a space optimization algorithm. Rectangular blocks of varying size need to beadded to the canvas in the most space efficient way.I know how[详细]
2023-02-20 00:34 分类:问答Bin Packing: Set amount on bins, want to minimize the max bin weight
Given n bins of infinite capacity, I want to pack m items into them (each with a specific weight), whilst minimizing the weight of the heaviest bin.[详细]
2023-02-07 18:21 分类:问答C# Algorithm to generate image (2048x2048) from some images
What I would like to do is create an image (2048x2048 in my case) The algorithm should work in this way:[详细]
2023-02-01 15:07 分类:问答Algorithm to determine (x,y) coordinates for rectangles so the area of the surrounding rectangle is minimal?
I hope my title makes sense, but here is what I a trying to do: I have n rectangles, each with widths of Wn and heights of Hn that I need to arrange so on a two dimensional (x,y) plane the rectangle[详细]
2023-02-01 08:38 分类:问答who knows algorithm about stones and backpack?
maybe somebody knows algorithm, or just what name it has, for putting stones (different w开发者_如何转开发eight) into different size backpacks?[详细]
2023-01-29 17:54 分类:问答Fair product distribution algorithm
Here is my problem: There are n companies distributing products. All products should be distributed in k days[详细]
2023-01-24 07:44 分类:问答Bin packing implementation in C++ with STL
This is my first time using this site so sorry for any bad formatting or weird formulations, I\'ll try my best to conform to the rules on this site but I might do some misstakes in the beginning.[详细]
2023-01-06 20:22 分类:问答Fitting rectangles together in optimal fashion
I was wondering if anyone knows of any algorithms suited to fitting together N number of rectangles of unknown size into the smallest possible containing rectangle.[详细]
2023-01-02 13:09 分类:问答