代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/139161/13185947
java gifencoder.java
/**
* Strictly speaking, it is against patent laws to produce unlicensed
* GIF images. See http://www.unisys.com for license agreements.
* Without such a license, the use of a class similar to
www.eeworm.com/read/325731/13186943
pas cryptoutils.pas
unit CryptoUtils;
{(C) Coban (alex@ritlabs.com)}
interface
type
PInt64Array = ^TInt64Array;
TInt64Array = array[0..0] of Int64;
PDWordArray = ^TDWordArray;
TDWordArray = array[0..
www.eeworm.com/read/240801/13197042
bas module1.bas
Attribute VB_Name = "Module1"
Declare Function OpenComm Lib "mifdll.dll" (ByVal nPort As Integer) As Integer
Declare Function CloseComm Lib "mifdll.dll" () As Integer
Declare Function GetState L
www.eeworm.com/read/138968/13199267
bas iomodemport.bas
Attribute VB_Name = "Module1"
' Serial provider type.
Public Const SP_SERIALCOMM = &H1&
' Provider SubTypes
Public Const PST_UNSPECIFIED = &H0&
Public Const PST_RS232 = &H1&
Public Const PST
www.eeworm.com/read/138968/13199348
bas vbnetbios.bas
Attribute VB_Name = "vbNetBios"
Option Explicit
' This section contains the definitions
' for portable NetBIOS 3.0 support.
Public Const NCBNAMSZ = 16 ' absolute length of a net name
Public
www.eeworm.com/read/325476/13202775
cs ping.cs
using System;
using System.Net;
using System.Net.Sockets;
///
/// The Main Ping Class
///
class Ping
{
// Declare some Constant Variables
const int SOCKET_ERROR = -
www.eeworm.com/read/325409/13207627
java secretkey_des.java
package Security_DES;
import java.io.*;
import java.math.*;
//生成子密钥类
public class secretKey_DES{
private char[][] CD; //经PC1压缩转换后的56bit密钥
private
www.eeworm.com/read/240419/13219480
lnt cmd911x.lnt
//////////////////////////////////////////////////////////////////////
// //
// File: cmd911x.Lnt //
// //
// Global lint settings for the LAN9
www.eeworm.com/read/240413/13220081
h ac48drhw.h
/************************************************************************/
/* * AudioCodes Ltd. * Copyright (c) 1998 * */
/***********************************************
www.eeworm.com/read/240317/13224408
equ fdos.equ
; File : $FDOS.EQU$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;---------------------------------------------