代码搜索:unsigned

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

代码结果 10,000
www.eeworm.com/read/250293/12415562

c qei.c

//***************************************************************************** // // qei.c - Driver for the Quadrature Encoder with Index. // // Copyright (c) 2005,2006 Luminary Micro, Inc. All
www.eeworm.com/read/336724/12420008

h fat.h

/* Legal Notice: Some portions of the source code contained in this file were derived from the source code of Encryption for the Masses 2.02a, which is Copyright (c) 1998-2000 Paul Le Roux and w
www.eeworm.com/read/336724/12420323

h sha1.h

/* --------------------------------------------------------------------------- Copyright (c) 2002, Dr Brian Gladman, Worcester, UK. All rights reserved. LICENSE TERMS The free distributi
www.eeworm.com/read/336542/12437624

c table.c

const unsigned char actable[] = { 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0
www.eeworm.com/read/336542/12437634

c table1.c

const unsigned char actable[] = { 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0xFC, 0
www.eeworm.com/read/250023/12442195

c ds2430.c

/* CodeVisionAVR C Compiler (C) 1998-2004 Pavel Haiduc, HP InfoTech S.R.L. Dallas Semiconductor DS2430 1 Wire bus EEPROM functions */ #include // selects a specific DS2430
www.eeworm.com/read/336391/12446268

#2 dac0832.#2

#include "dac0832.h" void dac0832wr(unsigned char dat) { dac0832=dat; }
www.eeworm.com/read/249911/12447104

h efaxos.h

#ifndef _EFAXOS_H #define _EFAXOS_H #include #include "efaxlib.h" /* signals to be caught */ #define ANSISIGS SIGABRT, SIGFPE, SIGILL, SIGINT, SIGSEGV, SIGTERM #define UNIXSIGS SIGHUP,
www.eeworm.com/read/234779/14097113

h md4.h

// Free for all implementation of the MD4 message-digest algorithm // by Dominik Reichl // Based on RSA's MD4C.C and MD4.h files. // Original header in MD4C.C and MD4.h: // MD4C.C - RSA Data S
www.eeworm.com/read/132331/14099390

h diffattack.h

#ifndef _DIFFATTACK_H_ #define _DIFFATTACK_H_ #include /*差分分布表生成函数 S盒的输入为m位数,输出为n位数*/ void GenNDbox(unsigned int **NDbox,unsigned int *Sbox,int m=4,int n=4){ unsigned int i, j, a=