代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/283587/9004142
c simple_idct.c
/*
* Simple IDCT
*
* Copyright (c) 2001 Michael Niedermayer
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser Gen
www.eeworm.com/read/283587/9004179
c wnv1.c
/*
* Winnov WNV1 codec
* Copyright (c) 2005 Konstantin Shishkov
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* L
www.eeworm.com/read/283512/9014254
s keyboard2.s
.module keyboard2.c
.area text(rom, con, rel)
.dbfile D:\ICC-AVR\examples.sl\KEYBOARD\keyboard2.c
.dbfunc s main _main fI
; keyval -> R20
; i -> R22
.even
_main::
.d
www.eeworm.com/read/382584/9018655
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/382395/9030939
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/184769/9078630
h icint.h
/*
* Copyright © 2003 Carl Worth
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
* the
www.eeworm.com/read/184769/9079080
c cairo-wideint.c
/* cairo - a vector graphics library with display and print output
*
* Copyright © 2004 Keith Packard
*
* This library is free software; you can redistribute it and/or
* modify it either under th
www.eeworm.com/read/184527/9096664
cgi profile.cgi
sub uinfo{
my $l_uid = shift;
my $l_uinfo=&readuserfile($l_uid);
($uid,$upass,$uname,$usex,$ucontact,$uclass,$ulevel,$ustats,$uxx22,$uxx23,$uxx24,$uxx25,$uxx26,$uxx27,$ut1,$ut2,$ut3,$ut4,$uend)= sp
www.eeworm.com/read/282274/9107184
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/381044/9113135
txt readme.txt
firfilter.vhd 三阶八位的FIR
firfilter1.vhd 改进的FIR
fir_lut查表法FIR
filter.vhd 读入数据和将串进数据变换为查表地址;
lut.vhd 按输入的查表地址读出相应的数据;
shift_add.vhd 将lut模块输出的数据进行移位相加,并输出最后结果;
control.vhd 将以上