代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/462124/7208825
h sdl_events.h
/*
SDL - Simple DirectMedia Layer
Copyright (C) 1997-2006 Sam Lantinga
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser Genera
www.eeworm.com/read/462114/7209265
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/462042/7211780
txt 代码23-8.txt
I = imread('liftingbody.png'); % 读入图像
S = qtdecomp(I,.27); % 四叉树分解
blocks = repmat(uint8(0),size(S)); % 块
for dim = [512 256 128 64 32 16 8
www.eeworm.com/read/462042/7211883
txt 代码12-22.txt
mri = uint8(zeros(128,128,1,27));
for frame=1:27
[mri(:,:,:,frame),map] = imread('mri.tif',frame);
end
mov = immovie(mri,map);
movie(mov);
www.eeworm.com/read/461502/7226388
h key.h
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
欢迎访问我的USB专区:http://group.ednchina.com/93/
欢迎访问我的blog: http://www.ednchina.c
www.eeworm.com/read/461502/7226391
c key.c
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
欢迎访问我的USB专区:http://group.ednchina.com/93/
欢迎访问我的blog: http://www.ednchina.com/
www.eeworm.com/read/461494/7226451
h key.h
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
欢迎访问我的USB专区:http://group.ednchina.com/93/
欢迎访问我的blog: http://www.ednchina.c
www.eeworm.com/read/461494/7226456
c key.c
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
欢迎访问我的USB专区:http://group.ednchina.com/93/
欢迎访问我的blog: http://www.ednchina.com/
www.eeworm.com/read/459434/7275295
c cnc2119.c
/*====================================================
====================================================*/
#include"config.h"
#include "constant.h"
#define BPS_1000K 0
www.eeworm.com/read/459044/7283797
m ch5example10prog1.m
% ch5example10prog1.m
clear;
Y=[1:-1/7:0].*255; % 8级灰度
N=8; % 8*N 列数
S=ones(N,1);
Y=S*Y;
Y=reshape(Y,1,N*8);% 将矩阵扩大指定列数的一行
M=40; % M 行数
S=ones(M,1);
Y=