代码搜索:unsigned

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

代码结果 10,000
www.eeworm.com/read/250053/12439404

c exp02_04.c

main() { unsigned u; u=65500; u=u+50; printf("u=%u\n",u); }
www.eeworm.com/read/234146/14120989

c l.c

main() { char *p="\300"; printf("%c %d", *p,*p); unsigned char *q = (unsigned char *)p; printf("\n%c %d", *p,*p); }
www.eeworm.com/read/130553/14186930

c rndmize.c

srand( ((unsigned int)time(NULL)) | 1);
www.eeworm.com/read/231181/14249070

hpp mdpobsepoch.hpp

#pragma ident "$Id: MDPObsEpoch.hpp 647 2007-06-25 03:34:09Z ocibu $" //============================================================================ // // This file is part of GPSTk, the GPS Toolkit
www.eeworm.com/read/230739/14276970

c inflate.c

/* Copyright (c) 1990-2005 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2000-Apr-09 or later (the contents of which are also included in unzip.h) for terms of use.
www.eeworm.com/read/230615/14280653

h serial.h

void putc(unsigned char c); unsigned char getc( );
www.eeworm.com/read/126593/14415959

doc bitstr.doc

bitstr.doc: documentation for the "bitstr" C routines The routines in bitstr.c and bitstr.h arose from an article on pages 34- 43 of the April, 1989 Computer Language issue. I th
www.eeworm.com/read/126026/14451539

c asmtest.c

bit IAPwrite(unsigned char,unsigned char); bit IAPread(unsigned char); bit IAPwrite(unsigned char a,unsigned char b) { } bit IAPread(unsigned char c) { }
www.eeworm.com/read/125736/14467620

txt cdbfile.txt

CDBFile v. 1.0, a C++ package for handling dBASE III files Herve GOURMELON (herve.gourmelon@enssat.fr) 1. Introduction Last term, I had to begin a reengineering project f
www.eeworm.com/read/225614/14530280

h keyboard.h

extern unsigned int readkey(void);