代码搜索:bitvector

找到约 265 项符合「bitvector」的源代码

代码结果 265
www.eeworm.com/read/300246/3847639

py testpermutations.py

import BitVector import unittest bv1 = BitVector.BitVector( bitlist = [1,0,0,1,1,0,1] ) bv2 = BitVector.BitVector( bitlist = [1,0,1,0,0,1,1] ) permutationTests = [ ((bv1, 'permute', '6201543'),
www.eeworm.com/read/479816/6679398

qdf keysch.qdf

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity keysch is port( key : in std_logic_vector( 1 to 64 ); k1x,k2x,k3x,k4x,k5x,k6x
www.eeworm.com/read/217459/14962664

vhd led_convertor.vhd

--测温仪表的数制转换及显示模块 --硬件测试:通过 --作者;Michael --时间:2006.10.20 --版本:定稿版 Library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_unsigned.all; Entity led_convertor is Port(clock:in std_log
www.eeworm.com/read/478303/6714560

vhd ex_p6_14_ba_test.vhd

library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_unsigned.all; use IEEE.std_logic_arith.all; use std.textio.all; entity BA_TEST is end BA_TEST; architecture BEH of BA_TEST is signal a
www.eeworm.com/read/300246/3847646

py bitvectordemo.py

#!/usr/bin/env python import BitVector # Construct a bit vector of size 0 bv1 = BitVector.BitVector( size = 0 ) print bv1 # no output # Construct a bit vector of s
www.eeworm.com/read/478303/6714525

vhd ex_4_2_barrel.vhd

library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_unsigned.all; entity barrel_shifter is port(A:in std_logic_vector(7 downto 0);--Input B:out std_logic_vector(7 downto 0);--Output
www.eeworm.com/read/403950/11495707

cpp gd04-01.cpp

// ============================================================================ // GD04-01.cpp // Bitvector Graphical Demonstration. // ===========================================================
www.eeworm.com/read/260986/11677088

cpp gd04-01.cpp

// ============================================================================ // GD04-01.cpp // Bitvector Graphical Demonstration. // ===========================================================
www.eeworm.com/read/4060/24775

cpp gd04-01.cpp

// ============================================================================ // GD04-01.cpp // Bitvector Graphical Demonstration. // ===========================================================
www.eeworm.com/read/136571/5869928

am makefile.am

noinst_LTLIBRARIES = libmp3utils.la libmp3utils_la_LDFLAGS = -static libmp3utils_la_SOURCES = \ BitVector.cpp \ BitVector.hh \ Boolean.hh \ MP3Internals.cpp \ MP3Internals.hh EXTR