代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/347300/6967834
c ufi.c
//************************************************************************
//author:dragon
//web:8dragon.com
//2004.2.5完成于桃龙源
//********************************************************************
www.eeworm.com/read/347300/6967838
lst ufi.lst
C51 COMPILER V7.06 UFI 07/30/2008 08:56:13 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE UFI
OBJECT MODULE PLACED IN ufi
www.eeworm.com/read/347300/6967840
lst api.lst
C51 COMPILER V7.06 API 07/30/2008 08:56:14 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE API
OBJECT MODULE PLACED IN api
www.eeworm.com/read/468910/6981757
bas mod_smartdrives.bas
Attribute VB_Name = "mod_SmartDrives"
Option Explicit
'=========================================================='
'Thanks to: CodeGuru Forums Xtreme Visual Basic Talk '
'Web : http://w
www.eeworm.com/read/468953/6982575
cpp substitute.cpp
#include "stdafx.h"
#include "stdlib.h"
void m2c(BYTE m , BYTE &c , BYTE k)
{
c=(m+k)%256;
}
void c2m(BYTE m , BYTE &c , BYTE k)
{
c=(m+256-k)%256;
}
void m2c(int m , int &c , BYTE k
www.eeworm.com/read/468342/6988997
c main.c
/****************************************************************/
/* */
/* TW9910 Evaluation Board
www.eeworm.com/read/467506/7004709
java sgip_command.java
package spApi;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
public class SGIP_Command {
protected byte[] bodybytes;
protected MsgHead head;
protec
www.eeworm.com/read/467287/7009253
c splay.c
/*
this program is a straight pascal to C translation of a program that
compresses and decompresses files using 'Splay' trees. This is the
original comment block:
{********
www.eeworm.com/read/467371/7011165
lst i2cmstr.lst
I2CMSTR PAGE 1
1 ;==================================================
www.eeworm.com/read/467407/7011956
c writport.c
/*............................... WRITPORT.C ................10-20-91.......*/
/* This program prompts the user for a hex i/o port address and a hex data */
/* byte value. Then it writes this byt