代码搜索:unsigned

找到约 10,000 项符合「unsigned」的源代码

代码结果 10,000
www.eeworm.com/read/126547/6016034

h structs.h

typedef struct object { signed char active; signed char classDef; // Used by aliens to determine what they are signed char AIType; // Type of articifial intelligence signed char id; // The
www.eeworm.com/read/126430/6016623

c hufapp.c

void hufapp(index,nprob,n,i) unsigned long i,index[],n,nprob[]; { unsigned long j,k; k=index[i]; while (i >1)) { if ((j = i nprob[index[j+1]]) j++;
www.eeworm.com/read/126430/6016668

c igray.c

unsigned long igray(n,is) int is; unsigned long n; { int ish; unsigned long ans,idiv; if (is >= 0) return n ^ (n >> 1); ish=1; ans=n; for (;;) { ans ^= (idiv=ans >> ish); if
www.eeworm.com/read/126430/6016749

c hpsel.c

void hpsel(m,n,arr,heap) float arr[],heap[]; unsigned long m,n; { void sort(); void nrerror(); unsigned long i,j,k; float swap; if (m > n/2 || m < 1) nrerror("probable misuse of hpsel")
www.eeworm.com/read/126430/6016752

c banbks.c

#define SWAP(a,b) {dum=(a);(a)=(b);(b)=dum;} void banbks(a,n,m1,m2,al,indx,b) float **a,**al,b[]; int m1,m2; unsigned long indx[],n; { unsigned long i,k,l; int mm; float dum; mm=m1+m2
www.eeworm.com/read/126430/6017280

c igray.c

unsigned long igray(unsigned long n, int is) { int ish; unsigned long ans,idiv; if (is >= 0) return n ^ (n >> 1); ish=1; ans=n; for (;;) { ans ^= (idiv=ans >> ish); if (idiv
www.eeworm.com/read/126430/6017361

c hpsel.c

void hpsel(unsigned long m, unsigned long n, float arr[], float heap[]) { void sort(unsigned long n, float arr[]); void nrerror(char error_text[]); unsigned long i,j,k; float swap; if (m
www.eeworm.com/read/126430/6017364

c banbks.c

#define SWAP(a,b) {dum=(a);(a)=(b);(b)=dum;} void banbks(float **a, unsigned long n, int m1, int m2, float **al, unsigned long indx[], float b[]) { unsigned long i,k,l; int mm; float dum;
www.eeworm.com/read/126074/6018401

c symblbin.c

/*******************************************************/ /* "C" Language Integrated Production System */ /* */ /*
www.eeworm.com/read/126074/6018471

h factgen.h

/*******************************************************/ /* "C" Language Integrated Production System */ /* */ /*