代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/428350/8875586
h types.h
/******************************************************************************
* *
* TYPES.H
www.eeworm.com/read/428276/8880005
txt digital led thermometer_celcius.bas.txt
' *****************************************************************************
' *
' * Title : 3 Digit 7 segment LED Thermometer DS1621
' * Version : 1.0
' * Last Updated : 04.03.2
www.eeworm.com/read/428264/8880846
h fat.h
/* ****************************************************************************
* FAT16/32 file system driver (read & write support) for Atmel ATmega uC
* based on fat.c by Pascal Stang (only re
www.eeworm.com/read/187030/8881744
java whirlpool.java
/**
* The Whirlpool hashing function.
*
*
* References
*
*
* The Whirlpool algorithm was developed by
* Paulo S. L. M. Barreto
www.eeworm.com/read/428160/8887366
plm ptrap.plm
PTRAP: do;
$include(PTRAP.DCL)
declare P1 byte at (90h) register;
Writeln: procedure(Ptr) public;
declare Ptr word;
declare B based Ptr byte auxiliary;
declare I byte;
do whil
www.eeworm.com/read/284832/8889210
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3330
ClientLeft = 60
ClientTop = 450
ClientWidth = 7365
LinkTopic
www.eeworm.com/read/186887/8893204
cls macaddress.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/384016/8905627
bas ioapi.bas
Attribute VB_Name = "Module1"
Declare Function ReadFile Lib "kernel32" _
(ByVal Handle&, _
BufferPtr As Integer, _
ByVal ByteCount&, _
BytesReturnedPtr&, _
ByVal OverlappedPtr& _
) As Long
D
www.eeworm.com/read/284717/8906327
java sudokulogic.java
public class SuDoKuLogic {
protected byte[][] board, solution;
protected boolean[][] isCarved;
protected byte writtenCnt = 0;
protected String strSolution;
pro
www.eeworm.com/read/284590/8915456
c ser16550.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic