代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/136434/13378774
cpp creator.cpp
/*****************************************************************************\
creator.cpp : Open Source Imaging Halftoner and ColorMatcher Creation
Copyright (c) 1996 - 2001, Hewlett-Packard Co
www.eeworm.com/read/136434/13378896
cpp dj9xxvip.cpp
/*****************************************************************************\
dj9xxvip.cpp : Implimentation for the DJ9xxVIP class
Copyright (c) 1996 - 2002, Hewlett-Packard Co.
All rights re
www.eeworm.com/read/322495/13378899
java datagramclient.java
/*
* Created on 2007-5-26
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
import java.io.*;
import java.net.*;
www.eeworm.com/read/322468/13379560
h fat16.h
00021
00022 #ifndef FAT_H
00023 #define FAT_H
00024
00025 #include "global.h"
00026
00027
00028 // Some useful cluster numbers
00029 #define MSDOSFSROOT 0 // cluster 0 me
www.eeworm.com/read/136359/13382154
txt i2c应用程序1.txt
; Functionality:
;
; This code implements the basic functions for an I2C slave device
; using the SSP module. All I2C functions are handled in an ISR.
; Bytes written to the slave are stored i
www.eeworm.com/read/322194/13385932
h extlib.h
typedef struct
{ BYTE Flags;
WORD expHTotal;
WORD MST_Clock_KHz;
WORD srcHPeriod;
WORD PnlWidth;
WORD PnlHeight;
BYTE PnlMaxDClk;
} OutputFactorType;
extern BOOL SetOutputDClk(O
www.eeworm.com/read/322194/13386170
h msace.h
#ifndef _MSACE_H_
#define _MSACE_H_
#ifdef _MSACE_C_
#define _MSACEDEC_
#else
#define _MSACEDEC_ extern
#endif
// sRGB matrix for PC
// this variable must pointer to a array[3][3]
_
www.eeworm.com/read/322056/13390618
c fatseekfile.c
#ifndef _FAT32_DEFINE
#include "FAT32.c"
#endif
WORD FAT32SeekFile(BYTE fp,DWORD offset,BYTE mode);
WORD FAT32SeekFile(BYTE fp,DWORD offset,BYTE mode)
{
if (mode==FAT32_SEEK_BEGIN)
{
www.eeworm.com/read/321827/13396728
c tojisjms.c
/***
*tojisjms.c: Converts JIS to JMS code, and JMS to JIS code.
*
* Copyright (c) 1988-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Convert JIS code into Microso
www.eeworm.com/read/321827/13397172
asm strrev.asm
page ,132
title strrev - reverse a string in place
;***
;strrev.asm - reverse a string in place
;
; Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.