代码搜索:lab0
找到约 46 项符合「lab0」的源代码
代码结果 46
www.eeworm.com/read/307381/13723498
m rgb2lab.m
function LAB = rgb2LAB(RGB)
RGB = im2double(RGB);
R = RGB(:,:,1); G = RGB(:,:,2); B = RGB(:,:,3);
[H,W] = size(R);
r = reshape(R,1,W*H); g = reshape(G,1,W*H); b = reshape(B,1,W*H);
rgb=[r;g;b];
www.eeworm.com/read/159954/10584389
m lab0.m
function [ret,x0,str,ts,xts]=lab0(t,x,u,flag);
%LAB0 is the M-file description of the SIMULINK system named LAB0.
% The block-diagram can be displayed by typing: LAB0.
%
% SYS=LAB0(T,X,U,FLAG) ret
www.eeworm.com/read/152883/12075940
m lab0.m
function [ret,x0,str,ts,xts]=lab0(t,x,u,flag);
%LAB0 is the M-file description of the SIMULINK system named LAB0.
% The block-diagram can be displayed by typing: LAB0.
%
% SYS=LAB0(T,X,U,FLAG) ret
www.eeworm.com/read/174989/9565748
mti booth.cr.mti
D:/HDLDesign/Lab0/fulladder32.vhd {1 {vcom -work work -2002 -explicit D:/HDLDesign/Lab0/fulladder32.vhd
Model Technology ModelSim SE vcom 6.0 Compiler 2004.08 Aug 19 2004
-- Loading package standard
www.eeworm.com/read/240162/4588188
c 20040302-1.c
int code[]={0,0,0,0,1};
void foo(int x) {
volatile int b;
b = 0xffffffff;
}
void bar(int *pc) {
static const void *l[] = {&&lab0, &&end};
foo(0);
goto *l[*pc];
lab0:
foo(0);
pc++;
www.eeworm.com/read/233448/4682110
c 20040302-1.c
int code[]={0,0,0,0,1};
void foo(int x) {
volatile int b;
b = 0xffffffff;
}
void bar(int *pc) {
static const void *l[] = {&&lab0, &&end};
foo(0);
goto *l[*pc];
lab0:
foo(0);
pc++;
www.eeworm.com/read/162614/5527023
c 20040302-1.c
int code[]={0,0,0,0,1};
void foo(int x) {
volatile int b;
b = 0xffffffff;
}
void bar(int *pc) {
static const void *l[] = {&&lab0, &&end};
foo(0);
goto *l[*pc];
lab0:
foo(0);
pc++;
www.eeworm.com/read/440906/1780478
c 20040302-1.c
int code[]={0,0,0,0,1};
void foo(int x) {
volatile int b;
b = 0xffffffff;
}
void bar(int *pc) {
static const void *l[] = {&&lab0, &&end};
foo(0);
goto *l[*pc];
lab0:
foo(0);
pc++;
www.eeworm.com/read/366702/2878342
c 20040302-1.c
int code[]={0,0,0,0,1};
void foo(int x) {
volatile int b;
b = 0xffffffff;
}
void bar(int *pc) {
static const void *l[] = {&&lab0, &&end};
foo(0);
goto *l[*pc];
lab0:
foo(0);
pc++;
www.eeworm.com/read/159954/10584363
c lab0.c
#define CODEGENERATOR_VERSION "1.1"
#define ACCELERATOR_VERSION "1.1"
#define SIMULINK_NAME "lab0"
#include
#include
#include "simstruc.h"
static voi