代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/460492/7248800
v parse.v
#############################################################################
# U N R E G I S T E R E D C O P Y
#
# You are on day 85 of your 30 day trial period.
#
# This
www.eeworm.com/read/460213/7255300
txt readme.txt
firfilter.vhd 三阶八位的FIR
firfilter1.vhd 改进的FIR
fir_lut查表法FIR
filter.vhd 读入数据和将串进数据变换为查表地址;
lut.vhd 按输入的查表地址读出相应的数据;
shift_add.vhd 将lut模块输出的数据进行移位相加,并输出最后结果;
control.vhd 将以上
www.eeworm.com/read/459164/7279513
rpt yibu_control.sim.rpt
Simulator report for yibu_control
Fri Sep 12 09:04:57 2008
Version 6.0 Build 178 04/27/2006 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notic
www.eeworm.com/read/458404/7297041
m ss_mlsrs.m
function [seq]=ss_mlsrs(connections);
% [seq]=ss_mlsrs(connections)
% SS_MLSRS generates the maximal length shift-register sequence when the
% shift-register connections are given as input to
www.eeworm.com/read/457902/7315634
c pe15-7.c
#include
#include
#include
#define ID_MASK 0xFF
#define SIZE_MASK 0x7F00
#define LEFT 0x00000
#define CENTER 0x08000
#define RIGHT 0x10000
#d
www.eeworm.com/read/457723/7318713
vhd tb.vhd
--*******************************************************************--
-- Copyright (c) 1999-2001 Evatronix SA --
--****************************************************
www.eeworm.com/read/454457/7390050
c vigenere.c
/*
* Copyright (C) 1993 Eric E. Moore and Thomas W. Strong
*
* All rights reserved. Any unauthorized distribution of this
* program is prohibited.
*/
#include "header.h"
www.eeworm.com/read/453698/7414335
vhd initialization.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_signed.all;
use ieee.std_logic_unsigned.all;
entity initialization is
port(
clk1000,clk500,clkx4:in std_logic;
start:in std_log
www.eeworm.com/read/453496/7418173
c keystate.c
#include
#include
void main(void)
{
unsigned int state, old_state = 0;
do {
state = _bios_keybrd(_KEYBRD_SHIFTSTATUS);
if (state != old_state)
www.eeworm.com/read/452862/7431698
c y_tab.c
#include
#define YYPARSEFAST
#line 2 "F:\\\261\340\322\353\\CCompiler\\parser.y"
#define YYPARSER /* distinguishes Yacc output from other code files */
#include "globals.h"
#includ