代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/277589/10618066
cpp jpeg.cpp
// Jpeg.cpp: implementation of the CJpeg class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#ifdef __cplusplus
extern "C" {
#endif // __
www.eeworm.com/read/277589/10618145
cpp iprocessc.cpp
// IProcessC.cpp
#include "stdafx.h"
#ifndef _INC_IPROCESSCC
#define _INC_IPROCESSCC
void ColorToGray(CImage *pImgn,CImage *pImgm)
{
int i, x, y;
int gray[256];
BYTE *
www.eeworm.com/read/277589/10618185
cpp imagetypetransfer.cpp
// ImageTransfer.cpp
#include "stdafx.h"
void Trans1To8(BYTE *sc,BYTE *buf,int BytesPerLine)
{
int j,m,n;
for (j=0;j
www.eeworm.com/read/277545/10628059
h usb_drv.h
/*H**************************************************************************
* NAME: usb_drv.h
*----------------------------------------------------------------------------
* Copy
www.eeworm.com/read/277545/10628765
c variable.c
/*C**************************************************************************
* NAME: variable.c
*----------------------------------------------------------------------------
* Copyright (c
www.eeworm.com/read/422576/10629387
java des.java
public class DES {
//DES的中的S-BOX
private byte[][] sbox1=
{
{14, 4,13, 1, 2,15,11, 8, 3,10, 6,12, 5, 9, 0, 7},
{0, 15, 7, 4,14, 2,13, 1,10, 6,12,11, 9, 5, 3, 8},
{4, 1,14, 8,13, 6
www.eeworm.com/read/351674/10630823
h scsi.h
/*
* (C) Copyright 2001
* Denis Peter, MPL AG Switzerland
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistri
www.eeworm.com/read/277501/10631890
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace cs_nineplay
{
///
/// Form1 的
www.eeworm.com/read/159611/10633667
txt i2c应用程序1.txt
; File: an734.asm
; data: feb.23.2001
; Written By: 歌林电子制作实验室www.nbglin.com
; Functionality:
;
; This code implements the basic functions for an I2C slave device
; using the SSP module. All
www.eeworm.com/read/422469/10635128
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Const MAX_PATH = 260
Public Const INVALID_HANDLE_VALUE = -1
Public Const TRANSPARENT = 1
Public Const Decrypt_CO = &HF0
Public Cons