代码搜索:uint8

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

代码结果 10,000
www.eeworm.com/read/148817/12422887

txt add实现加法运算.txt

#define uint8 unsigned char #define uint32 unsigned int extern uint32 Add(uint32 x, uint32 y); uint32 sum; // 调用汇编程序Add实现加法运算 void Main(void) { sum = Add(555, 168); whil
www.eeworm.com/read/336683/12425243

h descriptors.h

/********************************************************************* * * Copyright: * MOTOROLA, INC. All Rights Reserved. * You are hereby granted a copyright license to use, modify, and
www.eeworm.com/read/250190/12426021

h ds1302.h

/********************************************************************* 微 雪 电 子 WaveShare http://www.waveShare.net 目 的: 建立DS1302操作子程序 目标系统: 基于任何兼容C51的微处理器 应用软件: Keil C
www.eeworm.com/read/250063/12437190

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/336448/12443079

c wsn_router.c

/**************************************************************************** * * MODULE: WSN - Router * * COMPONENT: $RCSfile: WSN_Router.c,v $ * * VERSION: $Name
www.eeworm.com/read/336385/12446608

h ch375hfm.h

/* 2004.06.05, 2004.09.20, 2004.10.22, 2004.11.20, 2004.12.12, 2004.12.28, 2005.01.04, 2005.01.12, 2005.01.26, 2005.03.01, 2005.07.29, 2005.12.28, 2006.08.02, 2007.08.16 *****************************
www.eeworm.com/read/148514/12461789

txt 防脉冲干扰移动平均值法数字滤波器的c语言算法及其实现.txt

防脉冲干扰移动平均值法数字滤波器的C语言算法及其实现 在许多的数据采集系统中,现场的强电设备较多,不可避免 地会产生尖脉冲干扰,这种干扰一般持续时间短,峰值大,对这样 的数据进行数字滤波处理时,仅仅采用算术平均或移动平均滤波 时,尽管对脉冲干扰进行了1/n的处理,但,其剩余值仍然较大。 这种场合最好的策略是:将被认为是受干扰的信号数据去掉,这 就 ...
www.eeworm.com/read/234648/14102678

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/234648/14102687

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/234648/14102698

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