代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/233497/14148917
c cp220x_reg.c
//-----------------------------------------------------------------------------
// CP220x_REG.c
//-----------------------------------------------------------------------------
// Copyright 2006 Sil
www.eeworm.com/read/131336/14149395
idl mbrtu.idl
// MBRTU.idl : IDL source for MBRTU.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (MBRTU.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.i
www.eeworm.com/read/131336/14149406
h cmbrtu.h
// CMBRTU.h : Declaration of the CCMBRTU
#ifndef __CMBRTU_H_
#define __CMBRTU_H_
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////
www.eeworm.com/read/131217/14155490
c crccheck.c
/*********************************************
CRC校验
*********************************************/
unsigned char crccheck(unsigned char *p,unsigned char len)
{
unsigned char bit0
www.eeworm.com/read/233271/14160322
c lcd.c
#include "general.h"
#include "LCD.h"
#include "bin2dec.h"
void Int2Ascii(int value, int *pstring);
void Wait(WORD count);
//------------------------------------------------------------------
www.eeworm.com/read/233271/14160472
c lcd.c
#include "general.h"
#include "LCD.h"
#include "bin2dec.h"
void Int2Ascii(int value, int *pstring);
void Wait(WORD count);
//------------------------------------------------------------------
www.eeworm.com/read/131049/14163047
c ad.c
#include
#include"lcjmain.h"
#include"ad.h"
WORD sta165;
WORD out595;
int adval1,adval2,adval3,adval4,adzero1,adzero2,dang;
char adcs1,adcs2;
BYTE adsw;
int fk;
void initad()
{
B
www.eeworm.com/read/233129/14167380
java myobject.java
package RemoteAccess.Object;
public interface MyObject{
public byte[] request();
public MyObject response();
}
www.eeworm.com/read/233129/14167456
java getpicresponse.java
package RemoteAccess.Object;
import java.io.*;
import java.awt.*;
import java.awt.image.*;
public class GetPicResponse implements MyObject,Serializable{
private byte[] imageArray;
publi
www.eeworm.com/read/130845/14172752
cpp comm.cpp
#include
#include "comm.h"
#include
int IsAllSame(const unsigned char* abIn,int nLength)
{
for(int i=1;i