代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/249164/7118389
cpp datamodulation.cpp
//#include "dlTxBurstData.h"
#include "stdio.h"
#include "datamodulation.h"
#include "global_var.h"
void dataModulation(Uint8 subChannelIndex,Uint8 *pModulationIn ,
Uint16 modulationInL
www.eeworm.com/read/120487/6071969
dct russian_stemming.dct
/*
* Autogenerated file
*
* Variant of the Lovin's stemmer which uses a longest match algorithm.
* Endings are stored in a suffix tree.
*/
#ifdef DICT_BODY
typedef struct {
uint8 val;
uint8 fl
www.eeworm.com/read/255697/12064303
m iframecoder.m
function [RFrameY, RFrameU, RFrameV] = IFrameCoder(FrameY, FrameU, FrameV, StructParameter)
%h263编码
%输入 FrameY,FrameU,FrameV:原始图像数据,uint8
%输入 StructParameter: Qp,量化值(uint8),
%
www.eeworm.com/read/255697/12064353
asv iframecoder.asv
function [RFrameY, RFrameU, RFrameV] = IFrameCoder(FrameY, FrameU, FrameV, StructParameter)
%h263编码
%输入 FrameY,FrameU,FrameV:原始图像数据,uint8
%输入 StructParameter: Qp,量化值(uint8),
%
www.eeworm.com/read/340622/12142550
c flash.c
#include
#include "mytype.h"
#include "uart.h"
#include "spi.h"
extern uint8 table[];
uint8 read_string[19]={0};//
/****************************************************************
www.eeworm.com/read/340622/12142560
_c flash._c
#include
#include "mytype.h"
#include "uart.h"
#include "spi.h"
extern uint8 table[];
uint8 read_string[18]={0};//
/****************************************************************
www.eeworm.com/read/310936/3688768
c apsfunctionemulation.c
#include "includes.h"
extern UINT8 coordinatesX;
extern UINT8 coordinatesY;
extern UINT16 deviceShortAddress;
extern NEIGHBOR_RECORD neighborTable[NEIGHBOR_TABLE_ENTRIES];
extern BYTE deviceInfo
www.eeworm.com/read/392157/8360610
c c51整型变量实现pid算法.c
关于PID的算法实现,很多书上都讲了。
但是,最近真正要用PID算法的时候,发现书上的代码在我们51上来实现还不是那么容易的事情。简单的说来,就是不能直接调用。仔细分析你可以发现,教材上的、网上现行的PID实现的C语言代码几乎都是用浮点型的数据来做的,可以想象,如果我们的计算使用浮点数据,那我们的51单片机来运行的话会有多痛苦。
所以,本人自己琢磨着弄了一个 ...
www.eeworm.com/read/292025/8382350
h sd-mmc_.h
/*********************************************************************
微 雪 电 子 WaveShare http://www.waveShare.net
目 的
www.eeworm.com/read/292024/8382556
h sd-mmc_.h
/*********************************************************************
微 雪 电 子 WaveShare http://www.waveShare.net
目 的