代码搜索:unsigned
找到约 10,000 项符合「unsigned」的源代码
代码结果 10,000
www.eeworm.com/read/483067/6609253
h pyio.h
char pyinput(char *str,unsigned char *len);//返回:0-确认,-1-取消,-2-长度为0
www.eeworm.com/read/482826/6613884
h initrand.h
void initRand()
{
srand( (unsigned)time( NULL ) );
}
www.eeworm.com/read/482826/6613916
h initrand.h
void initRand()
{
srand( (unsigned)time( NULL ) );
}
www.eeworm.com/read/481504/6641951
h transmitterclass.h
// TransmitterClass.h: interface for the TransmitterClass class.
//
// Copyright 2002 The Mobile and Portable Radio Research Group
//
//////////////////////////////////////////////////////////////
www.eeworm.com/read/477739/6733543
h transmitterclass.h
// TransmitterClass.h: interface for the TransmitterClass class.
//
// Copyright 2002 The Mobile and Portable Radio Research Group
//
//////////////////////////////////////////////////////////////
www.eeworm.com/read/264325/11319587
h md5.h
/******************************************************************************
* Copyright (C) 2000 by Robert Hubley. *
* All rights reserved.
www.eeworm.com/read/408235/11401101
c pcre_maketables.c
/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
/* PCRE is a library of functions to support r
www.eeworm.com/read/404917/11475848
h ui.h
//*****************************************************************************
//
// ui.h - Prototypes for the user interface.
//
// Copyright (c) 2007-2008 Luminary Micro, Inc. All rights reser
www.eeworm.com/read/404917/11475850
h main.h
//*****************************************************************************
//
// main.h - Prototypes for the Brushless DC motor drive main application.
//
// Copyright (c) 2007-2008 Luminary
www.eeworm.com/read/402359/11536636
h rc4.h
/* crypto/rc4/rc4.h */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* Th