1. ScriptBasic Developers Manual: 4.5.215. besRETURN_MEM(X,Y)
ScriptBasic Developers Manual: besRETURN_MEM(X,Y) ... Use this program to return a binary string value. The arguments of the macro should be a pointer to the binary string and the long length of the binary string
2. JNI & Thread question
jint mem[x * y]; for (int j = 0; j < y; j++) for (int i = 0; i < x; i++) mem[j * x + i] = getSomeValueSomehow (); jintArray data = jniEnv->NewIntArray (x * y);
3. www.and.org
# define MALLOC_CHECK_MEM(x) malloc_check_mem(x) # define MALLOC_CHECK_SZ_MEM(x, y) malloc_check_sz_mem(x, y) # define MALLOC_CHECK_EMPTY() malloc_check_empty()
4. Computer Graphics Raster Devices Transformations
The scan controller addresses one pixel value, mem[x][y], in the frame buffer at the same time it addresses one position, (x, y), on the face of CRT.
5. PHP: imagecreatetruecolor - Manual
I found out, that the formula mem = x * y * channel was not enough. There was an additional multiplier that varied. As a result 1.7 worked best.
6. How to configure a Virtual Printer
Layer values: All|Mem|x:y * Window ! Window values: Fit|Mem * Scale ! Scale values: Fit|Mem|x:y|z
7. RE: gEDA: Verilog: misc. elaboration
... mem[x] <= y (though mem[x] = y is okay) - if (n) blah; where n is an integer---can't set width to 1 Cheers, Peter Monta pmonta@imedia.com Imedia Corp.
8. Linux on the Aero - RAM-problems
append="mem=exactmap mem=X@Y mem=X@Y" when X and Y stand for the hexadecimal memory-addresses. The whole procedure is described f.i. at