Search:

Type: Posts; User: nancen; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    11,215

    Thanks,I think it is better, bit operation is...

    Thanks,I think it is better, bit operation is always faster than others.

    nancen
  2. Replies
    4
    Views
    11,215

    Hi,Greg, Sorry for confusion.Since it is part...

    Hi,Greg,

    Sorry for confusion.Since it is part of a program. However,I could explain in the following way:
    I got a byte array: byte cryptogram[8];
    The value is given: cryptogram[0]=...
  3. Replies
    4
    Views
    11,215

    counting bits in byte array in Java

    Hi,I am currently working on a program to count bits in a byte array with 8 elements in Java. that is actually 64 bits in total.
    Of course,I can cast each individual byte to integer,then keeping...
  4. I learn 80x86 assembly with NASM,a totally free...

    I learn 80x86 assembly with NASM,a totally free stuff,available from this site:
    http://www.octium.net/nasm/

    Syntax is similar with MASM.The nice bit of NASM is it gots an good editor, also it is...
  5. Replies
    2
    Views
    2,644

    Hi! I've tried your code after several minor...

    Hi!
    I've tried your code after several minor changes,at my machine it works.

    1)I found if I use database name "user" ,database always couldn't be selected.
    So I change the database name ...
Results 1 to 5 of 5