代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/392573/8335166
h ds1302.h
/*********************************************************************
微 雪 电 子 WaveShare http://www.waveShare.net
目 的: 建立DS1302操作子程序
目标系统: 基于任何兼容C51的微处理器
应用软件: Keil C
www.eeworm.com/read/392497/8339573
m main44.m
clear all
close all
clc
tic
%colors = max(max(Im));
%Im = Im - ceil(colors/2);
Qp = [16 16 16 16 16 16 16 16;
16 16 16 16 16 16 16 16;
16 16 16 16 16 16 16 16;
16 16 16 16 16
www.eeworm.com/read/392497/8339582
m decoder.m
function decoder(X,B,E,motionVect,identifier,flag)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/392497/8339770
m main44.m
clear all
close all
clc
tic
GOPindex=0;
aviobj = avifile('128akiyo6.avi','fps',25,'COMPRESSION','None');
motionVect=zeros(2,256);
fid=fopen('Qtable2.txt','r');
array=fscanf(fid,'%e',[8,inf]
www.eeworm.com/read/292431/8354006
h ch375hfb.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
****************************************
** Copyrig
www.eeworm.com/read/174165/9605503
h sysled.h
/* sysLed.h - LED driver Header File */
/* Copyright 1984-2001 Wind River Systems, Inc. */
/*
modification history
--------------------
01c,16jul02,m_h C++ protection
01b,26apr01,m_h convert tabs
www.eeworm.com/read/173998/9613802
h sha256.h
#ifndef _SHA256_H
#define _SHA256_H
#ifndef uint8
#define uint8 unsigned char
#endif
#ifndef uint32
#define uint32 unsigned long int
#endif
typedef struct
{
uint32 total[2];
uint32 state[8
www.eeworm.com/read/369758/9634306
c qt60xx0.c
/*============================================================================
Project QT60xx0 Example Code
File qt60xx0.c
Function Driver code for QT60xx0 - 24 Key QMatri
www.eeworm.com/read/173623/9646899
h brewhall.h
/*===========================================================================
FILE: BrewHall.h
===========================================================================*/
#ifndef BREWHALL_H
#d