代码搜索:Byte

找到约 10,000 项符合「Byte」的源代码

代码结果 10,000
www.eeworm.com/read/229721/14321686

html cp1252.html

www.eeworm.com/read/127981/14322989

java inout.java

//InOut.Java import java.io.*; public class InOut { public static void main(String[] args) { echo(System.in); } public static void echo(InputStream in) { try {
www.eeworm.com/read/229721/14323123

html cp1252.html

www.eeworm.com/read/229604/14327522

cpp imageprocessing.cpp

#include #include #include #include #include "resource.h" void HorzMirror(int nWidth,int nHeight,BYTE *lpInput,BYTE *lpOutput,void (* Progress)(int
www.eeworm.com/read/229604/14327651

cpp imageprocessing.cpp

#include #include #include #include #include "resource.h" void HorzMirror(int nWidth,int nHeight,BYTE *lpInput,BYTE *lpOutput,void (* Progress)(int
www.eeworm.com/read/229551/14330177

lst cp220x_reg.lst

C51 COMPILER V7.09 CP220X_REG 07/27/2007 15:11:24 PAGE 1 C51 COMPILER V7.09, COMPILATION OF MODULE CP220X_REG OBJECT MODULE PLACED
www.eeworm.com/read/127865/14330244

asm int9.asm

.model small .386 .stack .data ;scan code(base=0) 1 2 3 4 5 6 7 8 9 0 - = \t q w e r t y u i o p [ ] \n a s d f g h j k l ; ' ` \ z
www.eeworm.com/read/229551/14330323

c cp220x_reg.c

//----------------------------------------------------------------------------- // CP220x_REG.c //----------------------------------------------------------------------------- // Copyright 2006 Sil
www.eeworm.com/read/127808/14332901

cpp sapphire.cpp

// sapphire.cpp -- modified by Wei Dai from: /* sapphire.cpp -- the Saphire II stream cipher class. Dedicated to the Public Domain the author and inventor: (Michael Paul Johnson). This cod
www.eeworm.com/read/127808/14332922

h cryptlib.h

// cryptlib.h - written and placed in the public domain by Wei Dai // This file contains the declarations for the abstract base // classes that provide a uniform interface to this library. #ifn