代码搜索:unsigned
找到约 10,000 项符合「unsigned」的源代码
代码结果 10,000
www.eeworm.com/read/488200/6497973
h conv.h
unsigned long decode(unsigned char *data,signed char *symbols,
unsigned int nbits,int mettab[2][3],int delta,unsigned long maxcycles);
int encode(unsigned char *symbols,unsigned char *data,unsigned
www.eeworm.com/read/478934/6708388
h conv.h
unsigned long decode(unsigned char *data,signed char *symbols,
unsigned int nbits,int mettab[2][3],int delta,unsigned long maxcycles);
int encode(unsigned char *symbols,unsigned char *data,unsigned
www.eeworm.com/read/406450/11442250
h grafik.h
extern void lcd_writechar (unsigned short x, unsigned short y, unsigned char textfarbe, unsigned short hintergrundfarbe, unsigned char zeichen);
extern void lcd_pixel (unsigned short x, unsigned sh
www.eeworm.com/read/401919/11546490
h compress.h
#include "iostream.h"
bool compress(char *);
bool extract(char *);
struct compress
{
unsigned a:1;
unsigned b:1;
unsigned c:1;
unsigned d:1;
unsigned e:1;
unsigned f:1;
unsigned
www.eeworm.com/read/261219/11658179
c netcomm.c
unsigned int chksum(unsigned char xdata *check,unsigned int length) //计算校验和
{
unsigned long sum=0;
unsigned int i;
unsigned int xdata *ptr;
ptr=(unsigned int xdata *)check;
for (i=
www.eeworm.com/read/345059/11842256
h conv.h
unsigned long decode(unsigned char *data,signed char *symbols,
unsigned int nbits,int mettab[2][3],int delta,unsigned long maxcycles);
int encode(unsigned char *symbols,unsigned char *data,unsigned
www.eeworm.com/read/339051/12265414
h conv.h
unsigned long decode(unsigned char *data,signed char *symbols,
unsigned int nbits,int mettab[2][3],int delta,unsigned long maxcycles);
int encode(unsigned char *symbols,unsigned char *data,unsigned
www.eeworm.com/read/149908/12334343
h conv.h
unsigned long decode(unsigned char *data,signed char *symbols,
unsigned int nbits,int mettab[2][3],int delta,unsigned long maxcycles);
int encode(unsigned char *symbols,unsigned char *data,unsigned
www.eeworm.com/read/251413/12346862
c netcomm.c
unsigned int chksum(unsigned char *check,unsigned int size)
{
unsigned int i;
unsigned long sum = 0;
unsigned int *ptr = (unsigned int *)check;
for (i = 0; i < (size) / 2; i++)
{
sum +
www.eeworm.com/read/230899/14269960
h conv.h
unsigned long decode(unsigned char *data,signed char *symbols,
unsigned int nbits,int mettab[2][3],int delta,unsigned long maxcycles);
int encode(unsigned char *symbols,unsigned char *data,unsigned