代码搜索:uint8

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

代码结果 10,000
www.eeworm.com/read/326556/13135587

c config.c

#include "config.h" uint8 xdata tab[3]={UART51_9600,UART550_9600L,OVERFLOWT0L_1ms }; uint16 code crcCcittTable[16]= { 0x0000, 0x1021, 0x2042, 0x3063, 0x4084, 0x50A5, 0x60C6, 0x70E7, 0x8108,
www.eeworm.com/read/326556/13135640

lst eerom.lst

C51 COMPILER V7.06 EEROM 06/20/2005 15:36:07 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE EEROM OBJECT MODULE PLACED IN .
www.eeworm.com/read/326556/13135798

c serial.c

/********************************************************************************************************* **--------------文件信息------------------------------------------------------------------------
www.eeworm.com/read/326556/13135808

h data.h

/********************************************************************************************************* **--------------文件信息------------------------------------------------------------------------
www.eeworm.com/read/326556/13135827

c data.c

/********************************************************************************************************* **--------------文件信息------------------------------------------------------------------------
www.eeworm.com/read/326556/13135860

lst serial.lst

C51 COMPILER V7.06 SERIAL 12/21/2004 15:11:26 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE SERIAL OBJECT MODULE PLACED IN
www.eeworm.com/read/326261/13152730

h sysled.h

/* sysLed.h - system-dependent LED driver Header File */ /* * Copyright (c) 2005 Wind River Systems, Inc. * * The right to copy, distribute, modify or otherwise make use * of this software may be
www.eeworm.com/read/241277/13159012

_c modbus16._c

#include "main.h" //字地址 0 - 255 //位地址 0 - 255 /* CRC 高位字节值表 */ const uint8 auchCRCHi[] = { 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40,
www.eeworm.com/read/241277/13159042

c modbus16.c

#include "main.h" //字地址 0 - 255 //位地址 0 - 255 /* CRC 高位字节值表 */ const uint8 auchCRCHi[] = { 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40,
www.eeworm.com/read/326135/13163441

m quantize.m

function y = quantize(x, b, type) %QUANTIZE Quantizes the elements of a UINT8 matrix. % Y = QUANTIZE(X, B, TYPE) quantizes X to B bits. Truncation is % used unless TYPE is 'igs' for Improved Gr