代码搜索:unsigned
找到约 10,000 项符合「unsigned」的源代码
代码结果 10,000
www.eeworm.com/read/320439/13427259
txt rsaref.txt
RSAREF(TM): A Cryptographic Toolkit
Library Reference Manual
RSA Laboratories
March 21, 1994
www.eeworm.com/read/320159/13432077
cpp conv-enums.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/320159/13432084
cpp enum-match.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/319487/13450548
cc ch2.3.cc
#include // include a library for input and output
#include // include a library for atoi
int main() {
using namespace std;
int n = 10;
cout
www.eeworm.com/read/319193/13459086
h pictureex.h
//////////////////////////////////////////////////////////////////////
// PictureEx.cpp: implementation of the CPictureEx class.
//
// Picture displaying control with support for the following form
www.eeworm.com/read/318899/13467604
h connections.h
// Key functions for invoking the network stack from a main loop
//
// handleIncomingPacket(unsigned char *) - handles incoming data, passing it to servers, with data in the array
// handleOutgoing
www.eeworm.com/read/318878/13468366
c inftrees.c
/* inftrees.c -- generate Huffman trees for efficient decoding
* Copyright (C) 1995-2005 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include "zutil
www.eeworm.com/read/318878/13468369
h inflate.h
/* inflate.h -- internal inflate state definition
* Copyright (C) 1995-2004 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* WARNING: this file should
www.eeworm.com/read/318619/13474574
h md5.h
/* MD5.H - header file for MD5.C */
/*
Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
rights reserved.
License to copy and use this software is granted provided
www.eeworm.com/read/318604/13475146
h multiboot.h
/* multiboot.h - the header for Multiboot */
/* Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the ter