packing
Packing problem
I have the following problem: I have a given number of identically formed items with different colors (I know how many there are from each color)[详细]
2023-02-14 17:04 分类:问答More interactive ZODB packing
Current ZMI management \"Pack database\" functionality is little rough. 1) Could it be possible to have some kind of progress indicator for web UI? E.g. one telling how many minutes/hours are left gi[详细]
2023-02-14 15:57 分类:问答Algorithm to organize rectangles in the fixed rectangular container
My problem is pretty similar to 2D Knapsack problem, or cutting stock with one exception... the rectangles that fit into the container can be resized and cropped. No rotation is allowed though.[详细]
2023-02-13 23:59 分类:问答Pack four bytes in a float
I\'m writing a shader (HLSL), and I need to pack a color value into the R32 format. I\'ve found various pieces of code for packing a float into the R8G8B8A8 format, but none of them seem to work in re[详细]
2023-02-07 10:40 分类:问答kkrunchy - how to get rid of the tls data in a Delphi executable?
Just for fun and giggles I\'m trying to create a 64k intro in delphi. One of the best executable packers for applications of this size is kkrunchy by Farbrausch. However, when I run it on an (otherwis[详细]
2023-02-07 05:18 分类:问答Given a number of rectangles that can be rotated, find an enclosing rectangle of minimum area
So, I\'m trying to implement an algorithm that takes in a number of rectangles as input and tries to pack them into a rectangle of minimum area. The rectangles can all be rotated by 90 degrees.[详细]
2023-02-02 03:37 分类:问答Packing differently sized chunks of data into multiple bins
EDIT: It seems like this problem is called \"Cutting s开发者_Python百科tock problem\" I need an algorithm that gives me the (space-)optimal arrangement of chunks in bins. One way would be put the big[详细]
2023-02-01 04:05 分类:问答Packing problem revisited
I\'m developing a game and I found a problem that I have to solve to handle the layout of a component which resembles me a packing problem.[详细]
2023-01-31 19:11 分类:问答How to create executable from multiple exe's?
My program wants some exe\'s to be run to setup the environment of my application. so i want 开发者_如何学编程to create a executable which will contains multiple exe\'s inside.[详细]
2023-01-28 08:38 分类:问答Structure padding and packing
Consi开发者_运维问答der: struct mystruct_A { char a; int b; char c; } x; struct mystruct_B { int b; char a;[详细]
2023-01-27 16:40 分类:问答
加载中,请稍侯......