nfwu Posted March 27, 2006 Posted March 27, 2006 So, what are the meaning of the operators in this code: (javascript code) x[strBit >> 5] |= 0x80 << (strBit & 0x1f); x[(((strBit + 64) >>> 9) << 4) + 14] = strBit; Thanks. #) TwitterOut of date stuff:Scripts: Sudoku Solver | Webserver | 3D library (Pure AutoIt) | Wood's GadgetsUDFs: _WoodUniqueID() | _DialogEditIni() | _Console*() | _GetIPConfigData() | _URLEncode/Decode()
Moderators big_daddy Posted March 27, 2006 Moderators Posted March 27, 2006 Maybe this link will help.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now