C Code CRC Conversion

Completado Publicado Mar 25, 2003 Pagado a la entrega
Completado Pagado a la entrega

I'm looking to have the following C Code (CRC Check) converted to VB... // initialize the CRC16 table extern void InitCRC16( void ) { int i, j ; WORD crc ; for ( i = 0 ; i < 256 ; i += 1 ) { for ( crc = i << 8, j = 0 ; j < 8 ; j += 1 ) crc = ( crc << 1 ) ^ ( ( crc & 0x8000 ) ? 0x1021 : 0 ) ; CRC16Table[ i ] = crc ; } } // calculate the CRC of a string pointed at by p extern WORD CalcCRC16( char * p ) { WORD CRC ; for ( CRC = 0xFFFF ; *p != 0 ; p++ ) // for all chars of a string CRC = CRC16Table[ ( ( CRC >> 8 ) & 255 ) ] ^ ( CRC << 8 ) ^ *p ; return CRC ; }

## Deliverables

1) Complete source code of all work done. 2) Complete ownership and distribution copyrights to all work purchased.

## Platform

Windows 9x and higher.

Programación en C Ingeniería MySQL PHP Arquitectura de software Verificación de software Visual Basic

Nº del proyecto: #2919110

Sobre el proyecto

5 propuestas Proyecto remoto Activo Mar 25, 2003

Adjudicado a:

sawamu

See private message.

$2 USD en 14 días
(215 comentarios)
5.9

5 freelancers están ofertando un promedio de $19 por este trabajo

miguelkhouri

See private message.

$25.5 USD en 14 días
(75 comentarios)
7.4
DenKar

See private message.

$38.25 USD en 14 días
(94 comentarios)
6.5
emesevw

See private message.

$6.8 USD en 14 días
(111 comentarios)
4.4
mihirsolanki

See private message.

$21.25 USD en 14 días
(10 comentarios)
1.2