代码搜索:unsigned
找到约 10,000 项符合「unsigned」的源代码
代码结果 10,000
www.eeworm.com/read/130467/14191395
h md5.h
/* crypto/md5/md5.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* Th
www.eeworm.com/read/130467/14191424
h rc2.h
/* crypto/rc2/rc2.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
www.eeworm.com/read/130467/14191478
h ripemd.h
/* crypto/ripemd/ripemd.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
www.eeworm.com/read/130455/14193143
cpp zinflate.cpp
// zinflate.cpp - modified by Wei Dai from:
/* inflate.c -- Not copyrighted 1992 by Mark Adler
version c10p1, 10 January 1993 */
/* You can do whatever you like with this source file, though
www.eeworm.com/read/232312/14198827
c ide-tape.c
/*
* linux/drivers/ide/ide-tape.c Version 1.19 Nov, 2003
*
* Copyright (C) 1995 - 1999 Gadi Oxman
*
* $Header$
*
* This driver was constructed as a student project in
www.eeworm.com/read/232307/14199124
c ataflop.c
/*
* drivers/block/ataflop.c
*
* Copyright (C) 1993 Greg Harp
* Atari Support by Bjoern Brauel, Roman Hodek
*
* Big cleanup Sep 11..14 1994 Roman Hodek:
* - Driver now works interrupt dr
www.eeworm.com/read/232245/14200579
cpp che2.cpp
#include
#include
#include
#include
const unsigned long multiplier=1194211693L;
const unsigned long adder=12345L;
class CRandomNum
{
private:
www.eeworm.com/read/232245/14200583
cpp che1.cpp
#include
#include
#include
#include
const unsigned long multiplier=1194211693l;
const unsigned long adder=12345l;
class freeNumber
{
private:
www.eeworm.com/read/232242/14201385
cpp queen1.cpp
#include
#include
#include
#include
#include
ifstream infile("input.txt");
ofstream outfile("output.txt");
const unsigned long maxs
www.eeworm.com/read/130083/14208861
c userlib.c
#include "includes.h"
#define EXT extern
#include "main.h"
/*********************************************************************/
/* printp() ------------ a simply version of printf()