代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/360657/10082650
c cp220x_reg.c
//-----------------------------------------------------------------------------
// CP220x_REG.c
//-----------------------------------------------------------------------------
// Copyright 2006 Sil
www.eeworm.com/read/360657/10082659
lst cp220x_reg.lst
C51 COMPILER V7.50 CP220X_REG 10/23/2006 13:29:41 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE CP220X_REG
OBJECT MODULE PLACED
www.eeworm.com/read/360657/10082672
c cp220x_reg.c
//-----------------------------------------------------------------------------
// CP220x_REG.c
//-----------------------------------------------------------------------------
// Copyright 2006 Sil
www.eeworm.com/read/360615/10084334
h strciphr.h
/*! \file
This file contains helper classes for implementing stream ciphers.
All this infrastructure may look very complex compared to what's in Crypto++ 4.x,
but stream ciphers implementatio
www.eeworm.com/read/164812/10086865
c aestest.c
/*
* aestest - program to run AES test data files on specified algorithm
* Customise the ALG name and include file below and link with
* any alg satisfying the AES C-API.
*
* writ
www.eeworm.com/read/164812/10086877
h loki97.h
/*
* loki97.h - header file for the LOKI97 AES candidate block cipher.
*
* LOKI97 was written by Lawrie Brown (ADFA), Josef Pieprzyk, and Jennifer
* Seberry (UOW) in 1997.
*
* Copyrigh
www.eeworm.com/read/164792/10087394
c main.c
/*------------------------------------------------------------------*-
Main.c
------------------------------------------------------------------
Simple timer ISR demonstration program
www.eeworm.com/read/164696/10094893
c ssptest.c
/*****************************************************************************
* ssptest.c: main C entry file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semic
www.eeworm.com/read/164621/10099734
c display_test.c
#include
#define BYTE unsigned char
#define WORD unsigned int
const BYTE DATA_7SEG[ ] ={0xc0,0xF9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90};
BYTE led[4],min,sec,dms;
/
www.eeworm.com/read/360124/10108802
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