|
| |
| | bit_array.h File Reference |
 | | Form new bit array using stack memory style memory allocation. |  | | Macro: Allocate new bit array using stack-style memory allocation. |  | | Form new bit array using pre-allocated data array. |
|
http://gandalf-library.sourceforge.net/reference/bit__array_8h.html
|
|
| |
| | Patent 4575812: X.times.Y Bit array multiplier/accumulator circuit |
 | | The X.times.Y bit array multiplier/accumulator circuit of claim 6 wherein the carry output of the highest ranked logic circuit is coupled to a carry input terminal of the lowest ranked logic circuit, for providing multiple precision multiplier values. |  | | Since multiplexer output circuit 51 inverts the input bit, the bit has a weight of +X. A second input of multiplexer 51 is coupled to the inverse of multiplicand bit X.sub.i-1 of the immediately lower column rank. |  | | The X.times.Y bit array multiplier circuit of claim 12 wherein the predetermined algorithm is modified Booth's algorithm. |
|
http://www.freepatentsonline.com/4575812.html
|
|
| |
| | Technology VideoFLOW |
 | | Array recognized that the configuration of computational resources needed to implement MPEG-1 encoding can also be used to implement other video communication standards (H.261x, etc.). |  | | Array also supports the following additional standards/applications on the same chipset solution that implements variable bit rate MPEG-1 encoding. |  | | Due to the high computational power available on the Array chipset solution (dictated by the requirements of MPEG-1 encoding), the above mentioned applications can also be implemented at variable bit rates. |
|
http://www.array.com/videoflow.htm
|
|
| |
| | MicroDexterity, Inc. |
 | | Encrypts or decrypts a file using a keyword-based algorithm. |  | | Searches a sorted string array using a binary chop. |  | | Provides a handle by which any array can be treated as a Bit array. |
|
http://www.mdxi.com/staminalib.html
|
|
| |
| | PHP Classes - Class: Bit Array |
 | | The bit arrays may have variable length that is specified when an object of the class is created. |  | | These values are represented as booleans, where true indicates that the bit is on (1) and false indicates the bit is off (0). |  | | The class can manipulate bit arrays that are stored internally as strings. |
|
http://phpclasses.web4u.cz/browse/package/1540.html
|
|
| |
| | Digital Mars - RTL - bitops.h |
 | | provides an interface to the bit instructions on the 386 and higher Intel processors. |  | | This can result in some surprising speedups when they are used as part of a bit array solution. |
|
http://www.digitalmars.com/rtl/bitops.html
|
|
| |
| | TNTsdk: Memory buffer functions |
 | | Get a value from a bit array, returns 0 if array is NULL. |  | | Non-zero values in the 8-bit array will be written as '1', zero values will be written as '0'. |  | | Pack TRUE/FALSE values from 8-bit array into bit array with least-significant bit as first bit. |
|
http://www.microimages.com/tntsdk69/group__membuf.html
|
|
| |
| | QBitArray Class |
 | | Detaches from shared bit array data and makes sure that this bit array is the only one referring to the data. |  | | Returns a deep copy of the bit array. |  | | If multiple bit arrays share common data, this bit array dereferences the data and gets a copy of the data. |
|
http://doc.trolltech.com/3.2/qbitarray.html
|
|
| |
| | Patent 4555700: Internal image and bit array for display and printing of graphics |
 | | Another stores data representative of high resolution printed graphics in the form of a bit array. |  | | The system memory 4 contains the bit array and the internal image array which are described in more detail hereinafter. |  | | These data structures are (1) output by the process that converts numeric data values into image data and (2) input to the display process and the print process. |
|
http://www.freepatentsonline.com/4555700.html
|
|
| |
| | TrsBitArray - Huge Bit Array for Delphi |
 | | The maximum number of bits that can be allocated at one time is 524,224 (65,524 bytes). |  | | The TrsBitArray object implements an array of bits in the most memory-efficient way possible. |  | | TrsBitArray can be used with all versions of Delphi. |
|
http://www.rimrocksoftware.com/bitarray.html
|
|
| |
| | Star Sapphire Common LISP Reference Manual--B |
 | | The return value is a bit-array with the same rank and dimensions as the original with all bit values inverted. |  | | The result will therefore always be 0 or 1. |  | | This specifies the result for a given bit given the values of the bits in |
|
http://www.webweasel.com/lisp/doc/b.htm
|
|
| |
| | the Bit Twiddling Challenge - Coding Challenge Results - LabVIEW Zone Code Sharing - NI Developer Zone - National ... |
 | | Notice that instead of computing the parity each time, there is an array of 512 elements that are simply indexed to attain the output character. |  | | Either preallocate the array and replace to avoid storing bad values, or pad the input array to be a sized as a multiple of the stride and shrink the output array tokeep only the valid data. |  | | To handle this, the outside indexing code has become more complex precomputing theoutput array so that computation on bytes 6 through 9 never gets stored inthe result. |
|
http://www.ni.com/devzone/lvzone/codechallenge1_results.htm
|
|
| |
| | OpenVMS Calling Standard |
 | | A variant of the unaligned bit string descriptor is used to specify bit strings where the string is viewed as a one-dimensional bit array with user-specified bounds. |  | | A variant of the noncontiguous array descriptor is used to specify an array of unaligned bit strings. |  | | bytes of all bytes of storage in the bit array. |
|
http://h71000.www7.hp.com/doc/72final/5973/5973pro_012.html
|
|
| |
| | C++ Programming: Reading a binay file into a 80 bit array to be converted into an binary string |
 | | C++ Programming: Reading a binay file into a 80 bit array to be converted into an binary string |  | | Solution Title: Reading a binay file into a 80 bit array to be converted into an binary string |  | | So, given that you have a correct file and that you are reading it in correctly, all you need to do is cycle through the eighty bytes and output ones and zeros. |
|
http://www.experts-exchange.com/Programming/Programming_Languages/Cplusplus/Q_20244075.html
|
|
| |
| | [No title] |
 | | /* ** Functions to maintain an arbitrary length array of bits ** ** Public domain by Bob Stout ** ** Note: On some targets where pointers may not align on byte bouncries, ** a different bas type than char will be rewuired. |
|
http://c.snippets.org/code/bitarray.c
|
|
| |
| | Graphics File Formats FAQ (Part 2 of 4): Image Conversion and Display Programs |
 | | Platform-Independent Image Conversion Toolkits Name: Berkeley MPEG Tools Purpose: Software MPEG1 video decoder and encoder Author: Berkeley Plateau Multimedia Research Group Contact: mpeg-bugs@plateau.cs.berkeley.edu FTP: ftp://mm-ftp.cs.berkeley.edu/pub/multimedia/mpeg WWW: http://www-plateau.cs.berkeley.edu/mpeg/index.html http://www-plateau.cs.berkeley.edu/plateau.html Features: MPEG-1 statistics gathering and analysis tools, including two new tools, mpeg_blocks and mpeg_bits, which analyze videobitstreams allowing you to examine block encoding and bit rate allocation. |
|
http://www.faqs.org/faqs/graphics/fileformats-faq/part2/index.html
|
|
| |
| | Documentation for PTDATA |
 | | Since the timing information is double precision it is possible to generate a time array that is 64 bit values rather than 32 bit values. |  | | The fixed header is of the same format for every pointname and consists of 112 bytes (pfi 41) or 192 bytes (pfi 42) that are a mixture of ascii, 16 and 32 bit integer and 32 bit real quantitites. |  | | All 16 bit integer quantities in the fixed header were converted to 32 bit integers and a few other minor modifications were made to the fixed header. |
|
http://fusion.gat.com/docview/ptdata.html
|
|
| |
| | Java Programming: variable length bit array |
 | | The data strucure used must be extremely efficient in space consumption as well as the time complexity of the extraction of bits from index to index. |  | | I need to be able to get the bits between a given index to a given index in the minimal time. |  | | what would be the best way to implement an array of bits in variable length (sometimes larger than 64 bits). |
|
http://www.experts-exchange.com/Programming/Programming_Languages/Java/Q_20327206.html
|
|
| |
| | Implementation |
 | | bit (signed-byte 8) (unsigned-byte 4) (unsigned-byte 8) (signed-byte 16) (unsigned-byte 16) (signed-byte 32) (unsigned-byte 32) character single-float double-float (complex single-float) (complex double-float) |  | | After the list, we give some examples of the types of arrays created with particular values for element-type. |  | | Try to allocate the new array data in old space immediately (without waiting for it to survive for the required number of scavenges). |
|
http://www.franz.com/support/documentation/6.2/doc/implementation.htm
|
|
| |
| | GP32Xtreme Board -> Indexing Into A 16-bit Array For Gamepark Sdk |
 | | I know my problem has to do with indexing into the 16-bit image's array. |  | | And I learned why large arrays should be declared const (Dalto's previous version of imageconvertor didn't declare it const), as after that my problem fell down to a single unsigned char pgFlip = 1; global variable at the top of a source file. |  | | ((ushort16*)spriteset->voidPtr) is a 16-bit array (yes, it's valid) from a 24-bit bitmap converted to a header file by GP32 Convertor |
|
http://www.gp32x.com/board/index.php?act=ST&f=14&t=13578
|
|
| |
| | 17.4. Functions on Arrays of Bits |
 | | The result is a bit-array of matching rank and dimensions, such that any given bit of the result is produced by operating on corresponding bits from each of the arguments. |  | | These functions perform bit-wise logical operations on bit-arrays. |  | | or omitted, a new array is created to contain the result. |
|
http://www.supelec.fr/docs/cltl/clm/node161.html
|
|
| |
| | SWF File Reference |
 | | Other types of values that follow one or more bit values are always aligned to the nearest byte boundary with zero bits as padding. |  | | If 1, font uses 16-bit codes, otherwise font uses 8 bit codes |  | | Just assign them to a 32 bit unsigned int value, and use the result as a FIXED. |
|
http://homepages.tig.com.au/~dkl/swf/SWFfilereference.html
|
|
| |
| | CLHS: Accessor BIT, SBIT |
 | | bit and sbit are like aref except that they require arrays to be a bit array and a simple bit array, respectively. |  | | bit-array ---for bit, a bit array ; for sbit, a simple bit array. |  | | bit and sbit, unlike char and schar, allow the first argument to be an array of any rank. |
|
http://www.lisp.org/HyperSpec/Body/acc_bitcm_sbit.html
|
|
| |
| | [No title] |
 | | Go to the subsection of the particular operating system you are using and scan through Imports: and Exports: formats listed and see if the formats you needs to use are there. |  | | The 8th bit of each byte is cleared (set to zero) and you are left with garbage. |  | | If this value is read as 09h, the 8th bit has been zeroed and you know the file is corrupt. |
|
http://ftp.jasc.com/faqs/filefrmt.txt
|
|
| |
| | The BIT_ARRAY signature |
 | | val bits : (int * int list) -> array |  | | val extend0 : (array * int) -> array |  | | val extend1 : (array * int) -> array |
|
http://www.ifi.uio.no/~prover/sml/doc/smlnj-lib/HTML/bit-array.html
|
|
| |
| | How To Fill a 32-bit VBA Array of UDType via a Visual C++ DLL |
 | | In Visual Basic, UNICODE strings are implemented as an array of bytes; in Visual C++, they are implemented as an array of unsigned short int. |  | | This conversion does not happen when passing the entire array, so can use STRING * 1 in the My_ArrayUDT as opposed to passing a byte array. |  | | This type contains a header structure that contains the following information: |
|
http://support.microsoft.com/support/kb/articles/Q171/5/83.ASP
|
|
| |
| | Digital Mars - D - XOR Bit Array |
 | | Is it not possible to use an array operator to do all of them at once? |  | | need to XOR them, and store the result in yet a third array of 144 bits. |  | | There was a plan once upon a time to implement operations on entire arrays |
|
http://www.digitalmars.com/d/archives/17157.html
|
|
| |
| | Personal info for mikegotis |
 | | a Lead Developer on project Embedded Micro Array. |  | | Invented AI-ONE LANGUAGE Artificial Intelligence Number One Language to create thinking CNC machines |  | | Design and built PLCs - Programmable Logic Arrays |
|
http://robots.net/person/mikegotis/
|
|
| |
| | CircleMUD List: Re: [CIRCLE][CODE][32 bit array] |
 | | (x) : (x) % 32) Now we change AFF_FLAGS(ch) to: #define AFF_FLAGS(ch, v) ((ch)->char_specials.saved.affected_by[(v)]) And AFF_FLAGGED(ch) to: #define AFF_FLAGGED(ch, bit) \ IS_SET(AFF_FLAGS((ch), FIELD(bit)), (1 << BIT(bit))) Note that I changed the original posters FIELD/BIT [whatever he named them] macros. |  | | Ensure that you have read the CircleMUD Mailing List FAQ: |  | | On Thu, 19 Dec 1996, The Dark One wrote: > could I do this? |
|
http://www.circlemud.org/maillist/1996-12/0724.html
|
|
| |
| | .NET Languages / VC - casting a bit array to a structure |
 | | and a managed byte array btArr that is 3 bytes long, what is the syntax to |  | | Hi - it's a byte array declared like this: |  | | Home > Archive >.NET Languages / VC > December 2003 > casting a bit array to a structure |
|
http://www.mcse.ms/archive108-2003-12-189910.html
|
|
| |
| | Re: [Typo3] Decipher a bit array field? |
 | | > > > > Each bit in an integer represents the value in the binary system. |  | | Next by Date: Re: [Typo3] Google cannot find our website even though wehavesimulated static web pages. |  | | Subject : Re: [Typo3] Decipher a bit array field? |
|
http://typo3.toaster-schwerin.de/mailarchive/msg42932.html
|
|
| |
| | casting a bit array to a structure |
 | | Hi - it's a byte array declared like this: Byte btArray[] = new __gc Byte[3]; I really have a much larger structure and array that I am reading from the serial port and would prefer to move it to my structure quickly. |  | | HOME > Microsoft software reviews > Dot Net tutorials >.NET Languages / VC > casting a bit array to a structure |  | | > > int avail = 1024; > > Byte btArr[] = new Byte[avail]; > ComPort->Read(btArr, 0, avail); // this wants a Byte array > Byte __pin *p = &btArr[1]; // entire array is now pinned > MYSTRUCT *ms = (MYSTRUCT*)p; > > Thank you, > Joe |
|
http://www.mcse.ms/message189910.html
|
|
| |
| | dBforums - Sets - Bit Array Vs. List |
 | | You asking about the implementation of sets using either arrays of bits or |  | | couldn't have a set of words implemented as a bit array for instance, but a |  | | The obvious difference it that you can only implement sets whose members are |
|
http://dbforums.com/t867613.html
|
|
| |
| | 6.1 SsBitSet(SsBSLength) - Boolean Bit Array |
 | | is used to store true/ false values in an array. |  | | For efficiency it is a template class parameterized with the length so that the length is set on compile time. |  | | Next: 6.2 SsBitMatD Up: 6 Bit arrays and Previous: 6 Bit arrays and |
|
http://www.sintef.no/static/AM/Geom/siscat/doc/refmanuals/html/structures_ref/node23.html
|
|
| |
| | vbl_bit_array_2d class Reference |
 | | Construct num_rows x num_cols array and leave data uninitialised. |  | | Construct num_rows x num_cols array and fill all cells with v. |
|
http://www.esat.kuleuven.ac.be/~targetjr/vxl/classvbl__bit__array__2d.html
|
|
| |
| | ECL User's Guide: Everything |
 | | (escape *print-escape*) (radix *print-radix*) (base *print-base*) (circle *print-circle*) (pretty *print-pretty*) (level *print-level*) (length *print-length*) (case *print-case*) (array *print-array*) (gensym *print-gensym*)} |  | | (stream *standard-output*) (escape *print-escape*) (radix *print-radix*) (base *print-base*) (circle *print-circle*) (pretty *print-pretty*) (level *print-level*) (length *print-length*) (case *print-case*) (array *print-array*) (gensym *print-gensym*)} |  | | This document was generated by Juan Jose Garcia Ripoll on November, 2 2004 using |
|
http://ecls.sourceforge.net/ecl/user_13.html
|
|
| |
| | [Typo3] Decipher a bit array field? |
 | | Subject : [Typo3] Decipher a bit array field? |  | | Next by thread: SV: [Typo3] Decipher a bit array field? |  | | Prev by thread: [Typo3] Re: Help using Simple hit statistics or AWStats |
|
http://typo3.toaster-schwerin.de/mailarchive/msg42710.html
|
|
| |
| | Untitled Document |
 | | Returns the font, bits, and code attributes as a single non-negative integer. |  | | Returns the number of significant bits in the absolute value of INTEGER. |  | | Puts the results into a new bit array if RESULT-BIT-ARRAY is NIL, into BIT-ARRAY1 if RESULT-BIT-ARRAY is T, or into RESULT-BIT-ARRAY otherwise. |
|
http://www.delorie.com/gnu/docs/gcl/gcl-si_1.html
|
|
| |
| | Encyclopedia of Yacht Designers |
 | | He said, Well, you bit off quite a bit.; Patiently he said to let him know when we got close, so the machinery of publishing this book would start to turn, and make the manuscript and 700 photographs and drawings into a book. |  | | I asked him why on earth he would believe what I said, since Ive been wrong every time so far. |  | | I sometimes lie awake at night and wonder why, when we were conceiving this project, the word Encyclopedia didnt jump out at me a bit more. |
|
http://www.eyd.net/
|
|
| |
| | Ancient Greek Skepticism [Internet Encyclopedia of Philosophy] |
 | | Rather than merely responding to the dogmatic positions that were currently held as Arcesilaus did, Carneades developed a wider array of skeptical arguments against any possible dogmatic position, including some that were not being defended. |  | | Therefore, for this reason we should not put our trust in them one bit, but we should be unopinionated, uncommitted and unwavering, saying concerning each individual thing that it no more is than is not, or it both is and is not, or it neither is nor is not. |  | | He also elaborated a more detailed practical criterion, to pithanon. |
|
http://www.iep.utm.edu/s/skepanci.htm
|
|
| |
| | Larry Magid's Concise Guide to Internet |
 | | During the 1980s, the Internet was adopted by the National Science Foundation that provided funding to make it available to a wider array of scientists and researchers. |  | | It was designed as a decentralized network so that it couldn't be knocked out by a single nuclear attack. |  | | How Are web pages and web sites created? |
|
http://www.larrysworld.com/primer.htm
|
|
| |
| | [No title] |
 | | 100) { mutate(b, _array); mutate_count = 0; } cut_and_paste(b, (b + 1), (b + 2), _array); b += 2; } /************ converting population to base10 numbers ********************/ for (c = 0; c |
|
http://www.sackeri.org/parallel/gen_slave.c
|
|
|