代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/459580/7273665
asm bit_rev.asm
*********************************************************************************
* (C) COPYRIGHT TEXAS INSTRUMENTS, INC. 1996 *
**********************************
www.eeworm.com/read/459580/7273673
obj bit_rev.obj
www.eeworm.com/read/459321/7277229
h io_bit.h
#define PA0_1 PORTA|=_BV(PA0)
#define PA1_1 PORTA|=_BV(PA1)
#define PA2_1 PORTA|=_BV(PA2)
#define PA3_1 PORTA|=_BV(PA3)
#define PA4_1 PORTA|=_BV(PA4)
#define PA5_1 PORTA|=_BV(PA5)
#define PA6_1
www.eeworm.com/read/459149/7279933
gif bit2.gif
www.eeworm.com/read/459149/7279966
gif bit2.gif
www.eeworm.com/read/458650/7292335
v bit_ctrl.v
/*********************************************************************
File name: bit_ctrl.v
Module name: bit_ctrl
Author: atuhappy( 陈亮)
Email: atuhappy@1
www.eeworm.com/read/458490/7295885
v 6_bit.v
`timescale 1ns / 1ps
//////////////////////////////////////////////////////////////////////////////////
// Company:
// Engineer:
//
// Create Date: 16:33:36 01/21/2009
// Design Name:
www.eeworm.com/read/457722/7318738
vhd bit_processor.vhd
--************************************************************************************************
-- "Bit processor" for AVR core
-- Version 1.01
-- Designed by Ruslan Lepetenok
-- Modified 03.11
www.eeworm.com/read/457721/7318761
vhd bit_processor.vhd
library IEEE;
use IEEE.std_logic_1164.all;
USE IEEE.std_logic_arith.all;
USE IEEE.std_logic_unsigned.all;
entity bit_processor is port(
clk : in std_logic;
www.eeworm.com/read/457222/7331530
asm bit_rev.asm
;
; bit_rev.asm - Bit-reversal for FFT (N=2^EXP points)
;
; Prototype: void bit_rev(complex *, int);
;
; Entry: arg0: AR0-FFT input sample buffer pointer