代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/435039/7798767
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/435012/7799222
h f32x_usb_structs.h
//-----------------------------------------------------------------------------
// F32x_USB_Structs.h
//-----------------------------------------------------------------------------
// Copyright 20
www.eeworm.com/read/434875/7800596
cs frmmain.designer.cs
namespace GA_ANN_XOR
{
#region frmMain CLASS
///
/// Provides gui declaration part of frmNeuralNetworkConfig
/// class
///
partial class frmMain
www.eeworm.com/read/289562/7805568
c recvfd.c
#include "apue.h"
#include
/*
* Receive a file descriptor from another process (a server).
* In addition, any data received from the server is passed
* to (*userfunc)(STDERR_FILENO, bu
www.eeworm.com/read/289562/7805620
21 fig17.21
#include "apue.h"
#include
/*
* Receive a file descriptor from another process (a server).
* In addition, any data received from the server is passed
* to (*userfunc)(STDERR_FILENO, bu
www.eeworm.com/read/224292/7809274
8 bios.8
;
; TinyBIOS, configured for ALI M6117
;
; (C)1998-2001 Pascal Dornier / PC Engines; All rights reserved.
; This file is licensed pursuant to the COMMON PUBLIC LICENSE 0.5.
;
; start off
www.eeworm.com/read/199730/7827042
asm ex2a.asm
;= ex2a.asm ====================================================================
;
; Copyright (C) 2003, 2004 Nordic Semiconductor
;
; This file is distributed in the hope that it will be useful,
www.eeworm.com/read/199535/7846201
bas glbvar.bas
Attribute VB_Name = "GlbVar"
Public Const PATH_DBDATA = "GPS.MDB"
Public Const RT_FAILURE = 0
Public Const RT_SUCCESS = 1
Public Const RT_BOF = 100 'Begin of file
Public Const RT_FOF = 101 'F
www.eeworm.com/read/199490/7848541
txt readme.txt
This directory contains the 8051 firmware Vend_Ax source code
for the Cypress EZ-USB chip.
The purpose of this software is to demonstrate how
to implement vendor specific commands.
The followi