代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/423114/10584699
cs snreplace.cs
using System;
using System.ComponentModel;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Windows.Forms;
public class SNReplace
{
private byte[] assembl
www.eeworm.com/read/423077/10589301
pas if2.pas
program if2;
var
i : byte;
begin
writeln('Enter a number = '); readln(i);
if i
www.eeworm.com/read/159898/10592484
c main.c
//version 1.0,by liufes@163.com,2004/03/16
//
//established on 2004/03/08
//primary functions are lcd display,which includes hy12864b and ocm4x8c,and matrix keyboard
//with mcu to cpld connect
www.eeworm.com/read/351882/10600112
ini canloopback.ini
SIGNAL void CANmessage (void) {
while (1)
{
wwatch(CAN2OUT);
CAN1ID = CAN2ID; // CAN message ID
CAN1L = CAN2L; // message length
CAN1B0 = CAN2B0; /
www.eeworm.com/read/277780/10604853
c i2c.c
#include "i2c.h"
#include "iom16c62p.h"
#include "inthandler.h"
#include "uart.h"
#define FREE 0
#define BUSY 1
int ACK_IS_SET = 0;
int ACK;
int STOP_START = 0;
static struct I2CStatus cu
www.eeworm.com/read/422885/10604966
h development.h
// Development.h: interface for the Development class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(H_DEVELOPMENT)
#define H_DEVELOPMENT
#if _MSC_VER
www.eeworm.com/read/422885/10604971
h astar.h
// AStar.h: interface for the AStar class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(H_AStar)
#define H_AStar
#if _MSC_VER > 1000
#pragma once
#
www.eeworm.com/read/351780/10610740
java id3v2tag.java
/**
* Copyright (C) 2001 Jonathan Hilliker
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published b
www.eeworm.com/read/422757/10613101
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