代码搜索:shift

找到约 10,000 项符合「shift」的源代码

代码结果 10,000
www.eeworm.com/read/154940/11913856

~pas mrwx_gy.~pas

unit MRWX_GY; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, jpeg, ExtCtrls, StdCtrls, Buttons,shellapi; type TMR_WXGY = class(TForm) P
www.eeworm.com/read/342904/11992094

c base64.c

/* * base64.c -- Base64 Mime encoding * * Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved. * * See the file "license.txt" for usage and redistribution license requirement
www.eeworm.com/read/256505/11995701

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/153614/12020877

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/153614/12021269

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/342373/12025462

c key.c

/****************************************************************************** * PC/AT keyboard driver. * Based in part on Atmel's application note AVR313. www.atmel.com **********************
www.eeworm.com/read/341877/12056755

c lbitops.c

/* ** large bit array operations by Scott Dudley ** with modifications by Auke Reitsma and Bob Stout ** ** Public domain */ #include /* ** The following macros assume CHAR_B
www.eeworm.com/read/341459/12083506

pas mryzyxgmm.pas

unit MRYZYXGMM; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons; type TFRM_YZYXGMM = class(TForm) Label1: TL
www.eeworm.com/read/341391/12087382

v sdbms_sql.v

0 $accept : sqls $end 1 sqls : sqls ';' sql 2 | sql 3 sql : connect_database 4 | create_database 5 | drop_database 6 | create_user 7
www.eeworm.com/read/255168/12097082

v seq_div.v

module seq_div(clk, rst, load, dividend, divisor, overflow, done, quotient, remainder); parameter WidthDividend = 11, // 被除数位宽 WidthDivisor = 6, // 除数位宽 WidthCount = 3; input clk,