代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/157175/11734907
c dm642main.c
/********************************************************************/
/* Copyright 2004 by SEED Incorporated. */
/* All rights reserved. Property of SEED Incorporated. */
/* Restricted
www.eeworm.com/read/344861/11856009
c testyuv.c
/*
** $Id: testyuv.c,v 1.8 2007-11-01 09:36:49 xwyan Exp $
**
** The demo for YUV overlay.
**
** Copyright (C) 2003 ~ 2007 Feynman Software.
**
** Create date: 2003/05/12
*/
/*
** This source is fre
www.eeworm.com/read/258396/11865892
c network_main.c
/* ======================================================================== */
/* Basic header files */
/* =====================================
www.eeworm.com/read/258272/11873781
m hash.m
function h = hash(inp,meth)
% HASH - Convert an input variable into a message digest using any of
% several common hash algorithms
%
% USAGE: h = hash(inp,'meth')
%
% inp = input variabl
www.eeworm.com/read/155415/11877528
h preferences.h
//this file is part of eMule
//Copyright (C)2002 Merkur ( devs@emule-project.net / http://www.emule-project.net )
//
//This program is free software; you can redistribute it and/or
//modify it und
www.eeworm.com/read/343458/11946327
h ubcsp.h
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2000-2005 CSR Ltd.
*
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this
www.eeworm.com/read/343235/11962189
txt network_main.c.txt
/* ======================================================================== */
/* Basic header files */
/* =====================================
www.eeworm.com/read/342960/11987984
c main_for_f169.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/256299/12010214
m sumarize11_2_2mt.m
%定义一个4维矩阵,用来存储27幅核磁共振图像
mri = uint8(zeros(128,128,1,27));
%循环读出多帧图像中的每一幅图像
for frame=1:27
[mri(:,:,:,frame),map] = imread('mri.tif',frame);
end
%多帧显示
montage(mri,map);
www.eeworm.com/read/153733/12010285
cc update.cc
#include
#include "rtc.hh"
// Returns 1 if y is a leap year, 0 otherwise. Taken directly from the public
// domain code in 4.4BSD-Lite2.
inline bool
is_leap(int y)
{
return ((y %