代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/253053/12246191
c hwinit.c
/****************************************************************
KPIT Cummins Infosystems Ltd, Pune, India. - 01-Sept-2003.
This program is distributed in the hope that it will be useful,
but WI
www.eeworm.com/read/150904/12250756
cpp funccode.cpp
#include "FuncCode.h"
#include "StdAfx.h"
int HexToBin(char* pHex,BYTE* pBin)//pBin指向的缓存必须不小于64k
{ //pHex指向的缓存必须以0结尾
CString strHex;
CArray* pByteArray=NULL;
CArray
www.eeworm.com/read/252909/12255393
lst globals.lst
C51 COMPILER V7.50 GLOBALS 10/12/2007 17:05:43 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE GLOBALS
OBJECT MODULE PLACED IN
www.eeworm.com/read/252909/12255556
c globals.c
//-----------------------------------------------------------------------------
// File: globals.c
// Contents: contains all the global variables used by the firmware
//
// Format: indent
www.eeworm.com/read/252897/12257005
java base64decoder.java
/**
* Utility class to do Base64 decoding, as defined by RFC 2045,
* section 6.8 (http://www.ietf.org/rfc/rfc2045.txt)
* Uses the same class and function names as Sun's implementation from
www.eeworm.com/read/339093/12260107
cpp memory.cpp
/*****************************************************************************
*
* This program is free software ; you can redistribute it and/or modify
* it under the terms of the GNU General P
www.eeworm.com/read/150781/12262384
cpp utf8.cpp
#include "stdafx.h"
#include "utf8.h"
// Check for valid UTF-8 string. Code taken from the examples in RFC 2640
int utf8_valid(const unsigned char *buf, unsigned int len)
{
const unsigned ch
www.eeworm.com/read/339011/12267551
bas module1.bas
Attribute VB_Name = "Module1"
Declare Function OpenComm Lib "mifdll.dll" (ByVal nPort As Integer) As Integer
Declare Function CloseComm Lib "mifdll.dll" () As Integer
Declare Function GetState L
www.eeworm.com/read/252679/12269270
h vms.h
/*
Copyright (c) 1990-2005 Info-ZIP. All rights reserved.
See the accompanying file LICENSE, version 2004-May-22 or later
(the contents of which are also included in zip.h) for terms of use.
www.eeworm.com/read/338898/12274634
cpp bip.cpp
// Bip.cpp: implementation of the CBip class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Bip.h"
#include
#ifdef _DEBUG