代码搜索:Decode
找到约 10,000 项符合「Decode」的源代码
代码结果 10,000
www.eeworm.com/read/363317/9959684
cpp decode_table.cpp
/*************************************************************************
Copyright (C) 2002 - 2007 Wei Qin
See file COPYING for more information.
This program is free software; you can
www.eeworm.com/read/363317/9959685
h decode_tree.h
/*************************************************************************
Copyright (C) 2002 - 2007 Wei Qin
See file COPYING for more information.
This program is free software; you can
www.eeworm.com/read/363317/9959687
h decode_table.h
/*************************************************************************
Copyright (C) 2002 - 2007 Wei Qin
See file COPYING for more information.
This program is free software; you can
www.eeworm.com/read/363317/9959688
cpp decode_tree.cpp
/*************************************************************************
Copyright (C) 2002 - 2007 Wei Qin
See file COPYING for more information.
This program is free software; you can
www.eeworm.com/read/167452/9968481
v v_decode.v
// ****************************************************************************
//FILE NAME : v_decode.v
//AUTHOR : xiaobai
//RELEASE HISTORY :
//LAST MODIFY TIME:
//FUNCTION : F
www.eeworm.com/read/362310/10005844
v decode47.v
module decode47(a,b,c,d,e,f,g,D3,D2,D1,D0);
output a,b,c,d,e,f,g;
input D3,D2,D1,D0;
reg a,b,c,d,e,f,g;
always @(D3 or D2 or D1 or D0)
begin
case({D3,D2,D1,D0})
4'd0: {a,b,c,d,e,f,g}=7'b111
www.eeworm.com/read/362162/10015421
m gen_decode.m
function x = gen_decode(P,Nb,l,u)
%解码
Np=size(P,1);
N=length(Nb);
for n=1:Np
b2=0;
for m=1:N
b1=b2+1;
b2=b1+Nb(m)-1;
x(n,m)=bin2dec(P(n,b1:b2))*(u(m)-l(m))/(2^Nb(m)-1)+
www.eeworm.com/read/360872/10074326
h ir_decode.h
#ifndef _IR_DECODE_H_
#define _IR_DECODE_H_
#define IR_SYSCODE1 0x04
#define IR_SYSCODE2 0xfb//遥控头码,根据遥控器定
extern u8 IR_Code;
extern bit IR_Repeat;
extern bit IR_Enable;
union ir_Code//联合