代码搜索:Byte

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

代码结果 10,000
www.eeworm.com/read/419967/10825608

java scriptimagegetter.java

// An image getter that puts all the complexity into a shell scipt // // Copyright (c) 2003 Markus Demleitner // This program is free software; you can redistribute it
www.eeworm.com/read/275180/10832223

h diskio.h

/*----------------------------------------------------------------------- / Low level disk interface modlue include file R0.05 (C)ChaN, 2007 /----------------------------------------------------
www.eeworm.com/read/275180/10832252

c monitor.c

/*------------------------------------------------*/ /* SCI and Monitor I/O functions */ #include #include #include "iodefine.h" #include "monitor.h"
www.eeworm.com/read/349330/10835332

s int.s

; ====================================================================== ; USB interrupt handler ; ; This is the handler for the interrupt caused by the initial rising edge ; on the D+ USB signal. The
www.eeworm.com/read/275038/10838293

cpp mydes.cpp

// MyDes.cpp : implementation file // #include "stdafx.h" #include "DES.h" #include "MyDes.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #end
www.eeworm.com/read/419770/10838692

java des.java

public class DES { //DES的中的S-BOX private byte[][] sbox1= { {14, 4,13, 1, 2,15,11, 8, 3,10, 6,12, 5, 9, 0, 7}, {0, 15, 7, 4,14, 2,13, 1,10, 6,12,11, 9, 5, 3, 8}, {4, 1,14, 8,13, 6
www.eeworm.com/read/419703/10842260

cpp compress.cpp

/*++ THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS F
www.eeworm.com/read/349158/10845610

bas module1.bas

Attribute VB_Name = "Module1" Public Declare Function AlphaBlend Lib "msimg32" _ ( _ ByVal hDestDC As Long, _ ByVal x As Long, ByVal y As Long, _ ByVal nWidth As Long, ByVal nHeight A
www.eeworm.com/read/349158/10846465

frm form1.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "Text" ClientHeight = 3255 ClientLeft = 60 ClientTop = 345 ClientWidth = 3690 LinkTopic =
www.eeworm.com/read/419621/10853450

java subkey.java

//版权所有--董清潭 package des; public class SubKey { private String inKey; private StringBuffer keyBuf; private byte[] key=new byte[64]; /*实验性数据 private static byte[] key={ 0,0,0,1,0,0,1,1, 0,0