代码搜索:Byte

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

代码结果 10,000
www.eeworm.com/read/231652/14225243

pas ac1213.pas

program ural1213; const maxn=30; var name:array[1..maxn]of string[20]; s:string; n:byte; procedure add(s:string); var i:byte; begin for i:=1 to n do if s=name[i]
www.eeworm.com/read/129741/14228744

bas mdlapi.bas

Attribute VB_Name = "mdlAPI" Option Explicit Public Const LF_FACESIZE = 32 Public Const ANSI_CHARSET = 0 Public Const DEFAULT_CHARSET = 1 Public Const OEM_CHARSET = 255 Public Const SHIFTJIS_C
www.eeworm.com/read/129643/14234230

txt win95 pwl文件password.txt

// ================= CRYPT.CPP 1997.8.16 ================ #include #include #include /* The WFWG3.11/Win95's PWL file crypt algorithm demonstration: code
www.eeworm.com/read/231366/14237910

c lcd19264.c

#include "GloblDef.h" #include "LCD19264.h" #include "zhiku.h" //#include "main.h" #define LcdIo P1 sfr P4 = 0xE8; sbit CLK164 = P4^0 ; sbit DATA164 = P4^0 ; sbit DI = P4^0 ; sbit
www.eeworm.com/read/129561/14238328

cpp crc.cpp

#include "rar.hpp" uint CRCTab[256]; void InitCRC() { for (int I=0;I1)^0xEDB88320L : (C>>1); CRCTab[I]=C; } } ui
www.eeworm.com/read/231229/14243708

cs form2.cs

using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; namespace WindowsApplication1 { /// /// Form2 的摘要说明。 ///
www.eeworm.com/read/129384/14248187

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/231179/14249267

c lcd.c

#include "general.h" #include "LCD.h" #include "bin2dec.h" void Int2Ascii(int value, int *pstring); void Wait(WORD count); //------------------------------------------------------------------
www.eeworm.com/read/231175/14250066

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/231175/14250094

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