代码搜索:uint8

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

代码结果 10,000
www.eeworm.com/read/105022/15679668

c des.c

#include #include #include "des.h" void Encode_Decode(UINT8 * pkey, UINT8 * pdata, UINT8 flag, UINT8 * psave, UINT32 len); void Encode_Decode2(unsigned char *source,unsi
www.eeworm.com/read/105021/15679679

c rc4.c

#include #include #include #include typedef unsigned char UINT8; typedef unsigned short UINT16; typedef unsigned long UINT32; const UINT8 C_data[]
www.eeworm.com/read/104224/15701548

h types.h

//------------------------------------------------------------------------- /* Copyright (C) 1996, 2003 - 3D Realms Entertainment This file is NOT part of Duke Nukem 3D version 1.5 - Atomic Edition H
www.eeworm.com/read/104224/15701637

h types.h

//------------------------------------------------------------------------- /* Copyright (C) 1996, 2003 - 3D Realms Entertainment This file is part of Duke Nukem 3D version 1.5 - Atomic Edition Duke
www.eeworm.com/read/104113/15710184

c rc5.c

/* A simple RC5 decoder the demodulator diode is connected to P3.2 (INT0) and T0 is used to recieve the RC5 bits The reload values are based on a 12 MHZ XTAL and on a programmable remote
www.eeworm.com/read/104050/15711789

c scsicmds.c

/* * scsicmds.c * * Copyright (C) 1999-2000 Michael Cornwell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU G
www.eeworm.com/read/104050/15711803

h scsicmds.h

/* * scsicmds.h * * Copyright (C) 2000 Michael Cornwell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General
www.eeworm.com/read/101169/15842149

cpp uncompressedloader.cpp

// UncompressedLoader.cpp // ///////////////////////////////////////////////////////////////////////////// #include #include "UncompressedLoader.h" /////////////////////////////////
www.eeworm.com/read/100908/15862044

h partfile.h

//Copyright (C)2002 Merkur ( merkur-@users.sourceforge.net / http://www.emule-project.net ) // //This program is free software; you can redistribute it and/or //modify it under the terms of the GNU
www.eeworm.com/read/304050/13803346

c temperread.c

#include "temperread.h" #include "hardware.h" //******************************* // CRC校验 //******************************* /*uint8 crccheck(uint8 *p,uint8 len) { uint8 bit0,cbit,r,te