代码搜索:16
找到约 10,000 项符合「16」的源代码
代码结果 10,000
www.eeworm.com/read/448048/7541066
c crc16.c
#include "crc16.h"
/* CRC16 implementation acording to CCITT standards */
static const unsigned short crc16tab[256]= {
0x0000,0x1021,0x2042,0x3063,0x4084,0x50a5,0x60c6,0x70e7,
0x8108,0x9129,
www.eeworm.com/read/448048/7541067
h crc16.h
#ifndef _CRC16_H_
#define _CRC16_H_
unsigned short crc16_ccitt(const void *buf, int len);
#endif /* _CRC16_H_ */
www.eeworm.com/read/448011/7541908
m wread16.m
function [y,Fs,Format]=wavread16(wavefile)
%WAVREA Load Microsoft Windows 3.1 .WAV format sound files.
% [y]=WREAD16(wavefile) loads a .WAV format file specified by "wavefile",
% returning t
www.eeworm.com/read/447958/7543024
gif smile16.gif
www.eeworm.com/read/447943/7543377
swf bg16.swf
www.eeworm.com/read/447943/7543511
gif index_16.gif
www.eeworm.com/read/447943/7543662
gif home_16.gif
www.eeworm.com/read/447915/7543951
c lcm16.c
#include "chip.h"
#include "lcdm.h"
#include "st7565.h"
#include "hzk16dot.h"
#include "hzk16idx.h"
#include "hzk16def.h"
extern const unsigned char asc16dot[];
void WriteRAMColumn16(unsi
www.eeworm.com/read/447915/7543973
hzo lcm16.hzo
www.eeworm.com/read/447915/7544005
h lcm16.h
#ifndef __LCM16_H
#define __LCM16_H
void WriteRAMColumn16(unsigned char,unsigned char,unsigned char *);
void LcdmDisplayChar16(unsigned char,unsigned char,unsigned char);
void DisplayASC16(unsig