代码搜索:uint8

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

代码结果 10,000
www.eeworm.com/read/447000/7561267

m test2.m

A = double(imread('lena.bmp')); figure(1); imshow(uint8(A)); imgsize = size(A,1)*size(A,2); seed = 123; rand('state',seed); pn=rand(size(A,1),size(A,2)); AW = A + pn ; figure(2); imshow(uint8
www.eeworm.com/read/446502/7577445

c ascii_utilities.c

#include "pub_def.h" #include "ascii_utilities.h" #include "string.h" void int2string (UINT32 value, char *string) { UINT8 remainder; UINT8 offset = 9; (void)strcpy(string, "
www.eeworm.com/read/446290/7581668

h des.h

#ifndef _DES_H_ #define _DES_H_ #ifdef __cplusplus extern "C" { #endif #ifndef uint8 #define uint8 unsigned char #endif #ifndef uint32 #define uint32 unsigned long int #endif
www.eeworm.com/read/446053/7586356

h main.h

#include "reg52.h" typedef unsigned char uint8; typedef unsigned int uint16; typedef unsigned long uint32; sbit bRunLED = P3^4; //运行指示灯 sbit bWatchDog = P1^7; //看门狗复位 sbit b485Send =
www.eeworm.com/read/446053/7586361

c modbus.c

#include "main.h" //字地址 0 - 255 (只取低8位) //位地址 0 - 255 (只取低8位) /* CRC 高位字节值表 */ const uint8 code auchCRCHi[] = { 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x0
www.eeworm.com/read/446053/7586368

lst modbus.lst

C51 COMPILER V7.06 MODBUS 03/16/2005 16:48:06 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE MODBUS OBJECT MODULE PLACED IN
www.eeworm.com/read/446053/7586369

c main.c

#include "main.h" /****************************** 微控电子 www.mcuc.cn modbus RTU 的C51程序 单片机89S52 通信波特率 9600 8位数据 1位停止位 偶校验 485通位接口 单片机控制板地址 localAddr(变量) 通信可设置数据的地址: 字地址 0 - 255 (只取16位的低8位) 位
www.eeworm.com/read/446008/7586780

h i2c.h

/****************************************Copyright (c)************************************************** ** Guangzhou ZHIYUAN electronics Co.,LTD. **
www.eeworm.com/read/445862/7589089

h dec6713.h

/********************************************************************************\ \*DEC6713.H v1.00 * * Copyright 2003 by SEED Electronic Technology Ltd.
www.eeworm.com/read/443827/7622580

c key.c

/****************************************************************** KEY.C file wenmin 13480112545 wmhnzz@163.com *******************************************************************/ #in