代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/319567/13448654
m main44.m
clear all
close all
clc
tic
aviobj = avifile('2.avi','fps',25,'COMPRESSION','None');
%motion Vectors
motionVect=zeros(2,256);
fid=fopen('Qtable2.txt','r');
%array is quantization matrix
a
www.eeworm.com/read/319567/13448656
m decoder.m
function decoder(c,motionVect,identifier,flag)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/319567/13448668
m compensatedframe.m
function [bufferImageP,streamP,motionVect]=compensatedFrame(Im,bufferImage,mbSize,p,array)
motionVect = motionEstTSS(Im,bufferImage,mbSize,p);
imgComp = motionComp(bufferImage, motionVect, mbSize)
www.eeworm.com/read/319567/13448681
asv main44.asv
clear all
close all
clc
tic
aviobj = avifile('2.avi','fps',25,'COMPRESSION','None');
%motion Vectors
motionVect=zeros(2,256);
fid=fopen('Qtable2.txt','r');
%array is quantization matrix
a
www.eeworm.com/read/318557/13475824
h ads7843.h
/****************************************************************************
* 文件名:ADS7843.H
* 功能:ADS7843驱动程序(头文件)。
****************************************************************************/
#
www.eeworm.com/read/317562/13501925
h memory_t.h
/*
* Copyright (c) 2001 - 2003
* NetGroup, Politecnico di Torino (Italy)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are p
www.eeworm.com/read/316753/13518026
h uart0.h
#ifndef _UART0_H_
#define _UART0_H_
#include "config.h"
#ifdef _UART0_C_
static uint8 UART0SendSem;
static uint8 UART0ReceiveSem;
static uint8 UART0SendQSem;
static uint8 UART0ReceiveQSem;
www.eeworm.com/read/316753/13518029
c uart0.c
#define _UART0_C_
#include "Queue.h"
#include "UART0.h"
static volatile uint8 sendQSemPendFlag = 0;
static volatile uint8 ReceiveQSemPendFlag = 0;
static QUEUE UART0SendQ;
static QUEUE UART0
www.eeworm.com/read/316414/13523284
m fernjpeg.m
% FERNJPEG Create a full screen .jpg file of the fern.
bg = [0 0 85]; % Dark blue background
fg = [255 255 255]; % White dots
sz = get(0,'screensize');
rand('state',0)
X = finitefern(500
www.eeworm.com/read/316233/13527465
h ch374hfr.h
/* 2006.07.20 V1.0 for CH374, 2006.08.15 V1.1, 2006.09.21 V1.2, 2007.05.25 V1.3, 2007.09.20 V1.4
****************************************
** Copyright (C) W.ch 1999-2006 **
** Web: http://w