代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/175136/9558249
c main.c
/******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
* File Name : main.c
* Author : MCD Application Team
* Date First Issued : 03/09/2003
* Descr
www.eeworm.com/read/170474/9805119
txt rfc20.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:王全胜(zeno1977 zeno1977@citiz.net )
译文发布时间:2001-4-8
版权:本中
www.eeworm.com/read/366616/9806432
out parse.out
State 0:
input ::= * cmdlist
cmdlist ::= * cmdlist ecmd
cmdlist ::= * ecmd
ecmd ::= * SEMI
ecmd ::= * explain cmdx SEMI
(6) explain ::= *
www.eeworm.com/read/366183/9825786
vhd 66_fir.vhd
Library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_arith.all;
use work.SIGNED_ARITH.all;
use work.coeffs.all;
entity fir is
port(clk,reset: in std_logic;
sample: in signed (
www.eeworm.com/read/366181/9826208
vhd 13_shl.vhd
function SHL( v2 : MVL7_VECTOR ; fill : MVL7 ) return MVL7_VECTOR is
variable v1: MVL7_VECTOR (v2'high downto v2'low);
variable shift_val: MVL7_VECTOR (v1'high downto v1'low);
www.eeworm.com/read/169830/9836128
lst testkeyled.lst
C51 COMPILER V7.06 TESTKEYLED 07/29/2005 16:28:26 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE TESTKEYLED
OBJECT MODULE PLACED
www.eeworm.com/read/169732/9844752
vhd 66_fir.vhd
Library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_arith.all;
use work.SIGNED_ARITH.all;
use work.coeffs.all;
entity fir is
port(clk,reset: in std_logic;
sample: in signed (
www.eeworm.com/read/169403/9863003
c editfloat.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/365144/9877701
c ps2.c
#include
#include
#define ASK (PINE&0X40)
#define SBT_ANSWER PORTE|=BIT(PORTE7)
#define CLR_ANSWER PORTE&=~BIT(PORTE7)
#define SBT_RESET PORTC|=BIT(
www.eeworm.com/read/365140/9877747
v sha1_round.v
///////////////////////////////////////////////////////////////
// sha1_round.v version 0.1
//
// Primitive SHA1 Round
//
// Described in Stalling, page 284
//
// Paul Hartke, phartke@stan