代码搜索:Coder
找到约 7,216 项符合「Coder」的源代码
代码结果 7,216
www.eeworm.com/read/18342/784896
vhd coder8_3.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity coder8_3 is
port(sel:in std_logic_vector(7 downto 0);
q:out std_logic_vector(
www.eeworm.com/read/18342/784989
vhd coder16_4.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity coder16_4 is
port(a:in std_logic_vector(15 downto 0);
z:out std_logic_vector
www.eeworm.com/read/18488/791196
vhd coder8_3.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity coder8_3 is
port(sel:in std_logic_vector(7 downto 0);
q:out std_logic_vector(
www.eeworm.com/read/18488/791290
vhd coder16_4.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity coder16_4 is
port(a:in std_logic_vector(15 downto 0);
z:out std_logic_vector
www.eeworm.com/read/18616/797467
vhd coder16_4.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity coder16_4 is
port(a:in std_logic_vector(15 downto 0);
z:out std_logic_vector
www.eeworm.com/read/18623/797519
vhd coder8_3.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity coder8_3 is
port(sel:in std_logic_vector(7 downto 0);
q:out std_logic_vector(
www.eeworm.com/read/32072/878233
vhd tb_write_coder.vhd
--------------------------------------------------------------------------------
-- Company:
-- Engineer:
--
-- Create Date: 16:13:14 01/30/2013
-- Design Name:
-- Module Name: D:/FpgaPr
www.eeworm.com/read/38741/1117060
vhd tb_write_coder.vhd
--------------------------------------------------------------------------------
-- Company:
-- Engineer:
--
-- Create Date: 16:13:14 01/30/2013
-- Design Name:
-- Module Name: D:/FpgaPr
www.eeworm.com/read/491127/1193150
java base64coder.java
package com.hadeslee.audiotag.tag.vorbiscomment.util;
import com.hadeslee.audiotag.audio.generic.Utils;
/**
* Base64Coder
*/
public class Base64Coder
{
// Mapping table from 6-bit nib
www.eeworm.com/read/480013/1324596
h base64coder.h
/*
Module : Base64Coder.CPP
Purpose: Definition for the Base64 encoder / decoder class
Created: PJN / 20-06-2000
History: None
Copyright (c) 1998 - 2002 by PJ Naughter.
All rights reserved.