代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/491722/6433307
c portdirection.c
#define PORT_DIRECTION_C
#include "config.h"
#include "I2CINT.h"
#include "sysmem.h"
#include "fm3164.h"
#include "main.h"
#include "crc16.h"
#include "transform.h"
#include "port.h"
//状态
www.eeworm.com/read/486581/6535973
bak main.c.bak
//====LPC2132 串口演示==========================================================
/*
同样是"基于硬件FIFO和缓冲队列的"串口收发演示,EASYARM2132调试通过
如有调不通的,请发Email给wsg@bbn.cn, 请提宝贵意见相互交流.
www.eeworm.com/read/480315/6672343
c dm642main.c
/********************************************************************/
/* Copyright 2004 by SEED Incorporated. */
/* All rights reserved. Property of SEED Incorporated. */
/* Restricted
www.eeworm.com/read/480149/6677775
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/478046/6718688
h vf_smooth.h
#ifndef __VFSMOOTH_H__
#define __VFSMOOTH_H__
#include "VF_Type.h"
#include "VF_Global.h"
//
// smooth: 对图像进行均值平滑滤波,消除噪声
//
void smooth(uint8 *lpInBuffer, uint8 *lpOutBuffer, sint32 r, sint
www.eeworm.com/read/477758/6733787
lst iap.lst
C51 COMPILER V7.07 IAP 03/06/2009 19:29:31 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE IAP
OBJECT MODULE PLACED IN iap
www.eeworm.com/read/477242/6740462
c lcd_fun.c
#include "Global.h"
#include "LCD_LTM024.h"
#include "LCD_ASCII.h"
uint16 SearchHZ(uint16 hzaddr)//找出汉字地址
{
uint16 i;
for(i=0; i>8)) && (H
www.eeworm.com/read/477323/6741717
h s12_crg.h
/******************************************************************************
Copyright (c) Motorola 2000
File Name : $RCSfile: s12_crg.h,v $
Engineer : $Author: estyger $
www.eeworm.com/read/476396/6760203
m ch2_3_3.m
%图像的多帧显示
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/409142/11344995
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);