代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/357948/10198139
h ch375hf5.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/357948/10198150
h ch375hf6.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/357821/10200705
h netheader.h
#ifndef _PROTOCOL_H
#define _PROTOCOL_H
#include
#pragma pack(1)
struct ethhdr {
uint8 et_dest[6]; // destination mac address
uint8 et_src[6]; // source mac address.
uint16 et_pro
www.eeworm.com/read/357821/10200786
c linux.c
#include
#include
#include
#include
#include
/* include/asm-arm/setup.h in linux */
/* The list ends with an ATAG_NONE node. */
#define ATAG_NO
www.eeworm.com/read/357171/10214152
m 9-5.m
mri = uint8(zeros(128,128,1,27));
%初始化打开图像文件mri.tif共27帧的数组
for frame=1:27
[mri(:,:,:,frame),map] = imread('mri.tif',frame);
%把对应的每一帧读入内存中
end
montage(mri,map);
%在一个图像对象中显示图像序列中所有图像帧
www.eeworm.com/read/357171/10214153
m 9-6.m
mri = uint8(zeros(128,128,1,27));
% 初始化一个27帧的图像数组
for frame=1:27
[mri(:,:,:,frame),map] = imread('mri.tif',frame);
%把对应的每一帧读入内存中
end
mov = immovie(mri,map);
%创建动画帧结构
movie(mov);
%播放
www.eeworm.com/read/357171/10214165
m 9-4.m
mri = uint8(zeros(128,128,1,27));
%初始化打开图像文件mri.tif共27帧的数组
for frame=1:27
[mri(:,:,:,frame),map] = imread('mri.tif',frame);
%把对应的每一帧读入内存中
end
imshow(mri(:,:,:,3),map);
%显示第三帧图像
www.eeworm.com/read/357154/10214648
inc ch375hf4.inc
; 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/357154/10214654
h ch375hf4.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/356354/10230281
h prsmc.h
/*
PrSmc.h
Copyright (C) 2004-2005 DVBStudio. All rights reserved.
*/
#ifndef _PrSMC_H_
#define _PrSMC_H_
#include "PrTypes.h"
PR_BEGIN_EXTERN_C
typedef enum
{
PrSMC_PROTO_T0 = 0x