代码搜索:Byte

找到约 10,000 项符合「Byte」的源代码

代码结果 10,000
www.eeworm.com/read/425978/10298904

c global.c

/* ** 2008 June 13 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiveness f
www.eeworm.com/read/162364/10311168

cpp sapphire.cpp

// sapphire.cpp -- modified by Wei Dai from: /* sapphire.cpp -- the Saphire II stream cipher class. Dedicated to the Public Domain the author and inventor: (Michael Paul Johnson). This cod
www.eeworm.com/read/162364/10311208

h cryptlib.h

// cryptlib.h - written and placed in the public domain by Wei Dai // This file contains the declarations for the abstract base // classes that provide a uniform interface to this library. #ifn
www.eeworm.com/read/280554/10313852

c main.c

//====================== // //E_mail : BS_MYT@613.com // //====================== #include void xshz(unsigned char z); unsigned char code hz1[]= { /* 以下是 '中' 的 16点阵宋体 字模,3
www.eeworm.com/read/425814/10319056

h ip.h

/* * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification
www.eeworm.com/read/425814/10319154

h ip.h

/* * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification
www.eeworm.com/read/354835/10322702

c wrflash.c

/*---------------------------------------------------------------*/ void WrFlash( BYTE far *TargetAddr, BYTE far *SourceAddr, WORD Len ) { WORD i; while(Len>256) { *(FlashSite+0x5555)=0
www.eeworm.com/read/280406/10332048

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/354661/10337211

txt rtd2323b v200b patch note.txt

//---------------------------------------------------------------------------------------------------- RTD2323B V200b Patch Note //-------------------------------------------------------------------
www.eeworm.com/read/280267/10342769

bas modnetsend.bas

Attribute VB_Name = "ModNetSend" Private Declare Function NetMessageBufferSend Lib _ "NETAPI32.DLL" (yServer As Any, yToName As Byte, _ yFromName As Any, yMsg As Byte, ByVal lSize As Long) As L