代码搜索:unsigned
找到约 10,000 项符合「unsigned」的源代码
代码结果 10,000
www.eeworm.com/read/322174/13387462
cpp ex199_oci9.cpp
#include
using namespace std;
#include
#define OTL_ORA9I // Compile OTL 4.0/OCI9i
#define OTL_UNICODE // Enable Unicode OTL for OCI9i
#include // include the OTL
www.eeworm.com/read/322174/13388023
cpp ex198_oci9.cpp
#include
using namespace std;
#include
#define OTL_ORA9I // Compile OTL 4.0/OCI9i
#define OTL_UNICODE // Enable Unicode OTL for OCI9i
#include // include the OTL
www.eeworm.com/read/136187/13388512
c 8870try.c
#include
#include
unsigned int out,in,ms,zd0,zd1,i;
//unsigned int shu[]={0xcc,0xcd,0xce,0xcf,0xdc,0xdd,0xde,0xdf,0xec,0xed,0xee,0xef,0xfc,0xfd,0xfe,0xff};
unsigned int shu[]
www.eeworm.com/read/322132/13389235
h ljz.h
#include "stdlib.h"
#include "stdio.h"
#include "math.h"
#define PI 3.1415926535897932
// Each B-file starts with a file header struct
// The size of a rawstruct header = 90 bytes
//----------
www.eeworm.com/read/322098/13389905
c inflate.c
/* inflate.c -- Not copyrighted 1992 by Mark Adler
version c10p1, 10 January 1993 */
/* You can do whatever you like with this source file, though I would
prefer that if you modify it and r
www.eeworm.com/read/321827/13396775
c mbclen.c
/***
*mbclen.c - Find length of MBCS character
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Find length of MBCS character
*
**************
www.eeworm.com/read/321827/13396796
c mbsnset.c
/***
*mbsnset.c - Sets first n charcaters of string to given character (MBCS)
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Sets first n cha
www.eeworm.com/read/321827/13397000
c mbsnbset.c
/***
*mbsnbset.c - Sets first n bytes of string to given character (MBCS)
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Sets first n bytes of
www.eeworm.com/read/321827/13397029
c strtoq.c
/***
*strtoq.c - Contains C runtimes strtoq and strtouq
*
* Copyright (c) 1989-1997, Microsoft Corporation. All rights reserved.
* Copyright (c) 1992, Digital Equipment Corporation.
*
www.eeworm.com/read/321827/13397122
c mbsnccnt.c
/***
*mbsnccnt.c - Return char count of MBCS string
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Return char count of MBCS string
*
*****