代码搜索:byte
找到约 10,000 项符合「byte」的源代码
代码结果 10,000
www.eeworm.com/read/222766/14674779
h exenv.h
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ +
+ exenv.h - this file stores info about the execution envi
www.eeworm.com/read/222764/14674945
h dbgdata.h
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ +
+ dbgdata reads executable, populates debug data structu
www.eeworm.com/read/222764/14674951
h exenv.h
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ +
+ exenv.h - this file stores info about the execution envi
www.eeworm.com/read/222721/14678751
h aesopt.h
/*
-------------------------------------------------------------------------
Copyright (c) 2001, Dr Brian Gladman < >, Worcester, UK.
All rights reserved.
LICENSE TERMS
T
www.eeworm.com/read/122614/14679341
java newlineoutputstream.java
/*
* @(#)NewlineOutputStream.java 1.1 99/12/15
*
* Copyright 1997-1999 Sun Microsystems, Inc. All Rights Reserved.
*/
import java.io.*;
/**
* Convert the various newline conventions to the loca
www.eeworm.com/read/122614/14679424
java bytearraydatasource.java
/*
* @(#)ByteArrayDataSource.java 1.1 00/01/30
*
* Copyright 1998-2000 Sun Microsystems, Inc. All Rights Reserved.
*
* This software is the proprietary information of Sun Microsystems, Inc.
*
www.eeworm.com/read/122607/14679799
cgi find_free.cgi
#! /usr/bin/perl
#
# B9DDNS - BIND 9 dynamic DNS webmin module.
# Copyright (C) 2003 John Horne.
#
# This program is free software; you can redistribute it and/or
www.eeworm.com/read/222281/14698359
java jpegdecoder.java
/* JPEGDecoder.java --
Copyright (C) 2006 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under
www.eeworm.com/read/222244/14699774
h params.h
// params.h
// SQL Server Parameter class header
//
// Methods:
// params() Default constructor
// ~params() Custom destructor releases data pointer
// static int getparamcount() Retr
www.eeworm.com/read/222244/14699782
h base64.h
// base64.h
// Base64 Encoding/Decoding Header File
//
// This implementation of Base64 encoding is based on Anders Molin's
// AMMimeUtils implementation at http://www.codeproject.com/string/ammim