代码搜索:Calculation
找到约 2,005 项符合「Calculation」的源代码
代码结果 2,005
www.eeworm.com/read/492150/6424358
txt readme.txt
English version of the description
Calculation of the 32-Bit CRC (Cyclic Redundancy Codes)
Polynom: x^32+x^26+x^23+x^22+x^16+x^12+x^11+x^10+x^8+x^7+x^5+x^4+x^2+x^1+x^0
Init : 0
XorOut
www.eeworm.com/read/209211/4982994
times
draw1: 6M for draw 0,0,100,100 no repl
draw3: 4M for draw 0,0,100,100 no repl
just read src, dst - 250k
mask reading - 650k
write dst - 100k
alpha calculation - 3000k
olddraw: 10M for draw 0, 0, 1000
www.eeworm.com/read/209211/4986652
times
draw1: 6M for draw 0,0,100,100 no repl
draw3: 4M for draw 0,0,100,100 no repl
just read src, dst - 250k
mask reading - 650k
write dst - 100k
alpha calculation - 3000k
olddraw: 10M for draw 0, 0, 1000
www.eeworm.com/read/266403/11227122
cpp crc32.cpp
// Created:09-25-98
// By Jeff Connelly
// CRC-32 calculation
// The polynomial for CRC-32 is...
// x^32+x^26+x^23+x^22+x^16+x^12+x^11+x^10+x^8+x^7+x^5+x^4+x^2+x^1+x^0
// Note that any number
www.eeworm.com/read/361005/10069614
h comm_vars.h
//--- CRC16 calculation ---
//BEFORE const unsigned int CRCtbl[ 256 ] = {
const unsigned int CRCtbl[ 256 ] = {
0x0000, 0xC0C1, 0xC181, 0x0140, 0xC301, 0x03C0, 0x0280, 0xC241,
0xC601, 0x06C0, 0x07