代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/402623/11531252
bs2 ex23 - 74hc595.bs2
' {$STAMP BS2}
' ==============================================================================
'
' File...... Ex23 - 74HC595.BS2
' Purpose... Expanded outputs with 74HC595
' Author.... Parallax
www.eeworm.com/read/402018/11543726
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/401439/11557706
c parse.c
#include
/* namespaces */
#if defined(__cplusplus) && defined(YYSTDCPPLIB)
using namespace std;
#endif
#if defined(__cplusplus) && defined(YYNAMESPACE)
using namespace yl;
#endif
www.eeworm.com/read/400785/11568474
h 8390.h
/* Generic NS8390 register definitions. */
/* This file is part of Donald Becker's 8390 drivers, and is distributed
under the same license. Auto-loading of 8390.o only in v2.2 - Paul G.
Some of
www.eeworm.com/read/400674/11570721
h at2041_inf.h
#ifndef __AT2041_INF_H
#define __AT2041_INF_H
/* ioctl command */
#define AT2041_INIT (0xAA)
#define AT2041_MUX_FIFO_ADDR (0x0) //0x00004000 /*HJT*/
#define AT2041_DEMUX_FIFO_ADDR (0x1) //0x00
www.eeworm.com/read/347629/11652769
vhd 89_pack_2_0.vhd
--***************************************************************************
-- pack.vhdl *
-- VHDL BIT_VECTOR Ope
www.eeworm.com/read/347629/11652962
vhd 88_pack_2_0.vhd
--***************************************************************************
-- pack.vhdl *
-- VHDL BIT_VECTOR Ope
www.eeworm.com/read/347629/11653407
vhd 67_pack.vhd
--***************************************************************************
-- pack.vhdl *
-- VHDL BIT_VECTOR Ope
www.eeworm.com/read/157903/11657424
t namespaces.t
BEGIN {print "1..16\n";}
END {print "not ok 1\n" unless $loaded;}
use XML::Parser;
$loaded = 1;
print "ok 1\n";
################################################################
# Check namespaces
$d
www.eeworm.com/read/157547/11691281
txt 解决winxp系统任务栏假死的方法.txt
使用Windows XP操作系统的用户,都遇到过这样的现象:操作过程中想在任务栏中切换窗口时,忽然发现点击任务栏中的图标没有任何反应了,就像系统死机一样,这就是Windows XP中常见的任务栏失去响应,又被称为“任务栏假死现象”。我们可以用下面的方法解决它。
1.禁用高级文字服务
Windows XP的“高级文字服务”包括了语音、手写和中文键盘输入服务,我们常用的输入法在Wi ...