Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
JAVA -- bit string creation
Name: RITstudent Date: October 15, 2004 at 14:36:05 Pacific OS: XP CPU/Ram: AMD 1800
Comment:
I am building a CRC check program, i need to create a bit string with an x amount of 0's.
I am not sure if creating a for loop adding a 0 everytime would work.
Summary: I am trying to do a checksum on a frame in java. What i need to do is an XOR divide on two bit strings. I need to get the remainder to append it to frame for transmit. I have looked all over for a met...
Summary: Ok, i am recreating this thread, clean my mess up a little. This is a better explination, "Display the intermediate results of modulo 2 division. For e.g in the given example the code should display ...
Summary: Hi, Why dont you use the Java's String package? and just use the .length() method to get the length (number of characters) of the string I/P by the user ... or isnt this an option? ...