代码搜索:decode
找到约 10,000 项符合「decode」的源代码
代码结果 10,000
www.eeworm.com/read/317502/13504133
c decode.c
/*
*********************************************************************
* File name: decode.c
* Version: 5.0(release v1.0) Date: Jan 12, 2006
* Author: xiezm Email: xiezm@w
www.eeworm.com/read/316830/13516281
ir_decode
www.eeworm.com/read/316680/13518700
cpp decode.cpp
#include
#include
#include
#define debug if(0)
#include "MinHeapTree.h"
using namespace std;
class node{
public:
int v;
node *r,*l;
char *code;
int asc;
nod
www.eeworm.com/read/314908/13555975
c decode.c
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
www.eeworm.com/read/314060/13575736
v decode.v
module decode (binary,one_hot);
input [3:0] binary;
output[9:0] one_hot;
reg [9:0] one_hot;
always @(binary)
begin
case (binary)
4'b0001 : one_hot = 10'b0000000001; //1
4'b0010 : on
www.eeworm.com/read/314060/13575769
v decode.v
module decode (binary,one_hot);
input [3:0] binary;
output[9:0] one_hot;
reg [9:0] one_hot;
always @(binary)
begin
case (binary)
4'b0001 : one_hot = 10'b0000000001; //1
4'b0010 : on
www.eeworm.com/read/314060/13575779
vhd decode.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity decode is
Port ( binary : in std_logic_vector(3 downto 0);
one_hot : ou
www.eeworm.com/read/314060/13575791
spl decode.spl
[Inputs]
=binary[3:0]=
[Outputs]
=one_hot[9:0]=
[BiDir]
www.eeworm.com/read/314060/13575810
vhi decode.vhi
-- VHDL Instantiation Created from source file decode.vhd -- 18:13:42 12/19/2002
--
-- Notes:
-- 1) This instantiation template has been automatically generated using types
-- std_logic and std
www.eeworm.com/read/314060/13575819
sym decode.sym
VERSION 5
BEGIN SYMBOL
SYMBOLTYPE BLOCK
TIMESTAMP 2002 12 19 10 13 40
SYMPIN 0 -32 Input "binary(3:0)"
SYMPIN 384 -32 Output "one_hot(9:0)"
BEGIN DISPLAY 192 -72 ATTR "SymbolName"
ALIGNMEN