代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/129346/14250204
pas smaiscmpp.pas
//文件名称:SmaisCmpp.pas
//文件标识:东软封装后的CMPP
//当前版本:1.0
//作 者:邵青山
//完成日期:2003年6月12日
unit SmaisCmpp;
interface
uses
md5;
const
//东软协议里面的CommandID
CMPPE_NACK_RESP = $80000000; //??
www.eeworm.com/read/231084/14257366
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/129122/14265727
cs sound.cs
using System.Runtime.InteropServices;
using System.IO;
using System;
namespace FiyaSoft.DiamondGame
{
///
/// 声音类
///
public class Sound
{
///
//
www.eeworm.com/read/129083/14267754
c idea.c
/*
* idea.c - C source code for IDEA block cipher.
* IDEA (International Data Encryption Algorithm), formerly known as
* IPES (Improved Proposed Encryption Standard).
* Algorithm developed by
www.eeworm.com/read/230764/14275608
c ddcci.c
/****************************************************************************/
/* TEXAS INSTRUMENTS PROPRIETARY INFORMATION */
/*
www.eeworm.com/read/128847/14276567
h tools.h
//define the common function
#ifndef __TOOLS_H__
#define __TOOLS_H__
#include "const.h"
extern "C" void MoveLinBlockD( LONGINT Src, LONGINT Dest, LONGINT Size);
//return the High Byte
www.eeworm.com/read/128841/14276908
h strciphr.h
/*! \file
This file contains helper classes for implementing stream ciphers.
All this infrastructure may look very complex compared to what's in Crypto++ 4.x,
but stream ciphers implementatio
www.eeworm.com/read/230739/14277223
h vms.h
/*
Copyright (c) 1990-2005 Info-ZIP. All rights reserved.
See the accompanying file LICENSE, version 2005-Feb-10 or later
(the contents of which are also included in zip.h) for terms of use.
www.eeworm.com/read/128841/14277556
h cryptlib.h
// cryptlib.h - written and placed in the public domain by Wei Dai
/*! \file
This file contains the declarations for the abstract base
classes that provide a uniform interface to this library.
www.eeworm.com/read/230657/14279415
cpp searchengine.cpp
// SearchEngine.cpp: implementation of the CSearchEngine class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Chess.h"
#include "Search