代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/284185/8955908
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/427173/8970069
h bios.h
@函数名称: bioscom
函数原型: int bioscom(int cmd,char byte,int port)
函数功能: RS232串口通信口操作
函数返回: 16位的串口状态信息,各位的含义分别如下:
当cmd=2时,低8位用于保存接收的数据
高8位 低8位(cmd=0,1,3时) B1
www.eeworm.com/read/283512/9014264
s lcd_left.s
.module lcd_left.c
.area text(rom, con, rel)
.dbfile D:\ICC-AVR\examples.sl\lcd_left.c
.dbfunc s lcd_shift _lcd_shift fI
; i -> R20
; j -> R22
; p -> R
www.eeworm.com/read/283400/9024263
c editfloat.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/382342/9034867
tdf shiftreg.tdf
TITLE "Parametized Shift Register with Asynchronous Load";
%////////////////////////////
// USER-DEFINED PARAMETERS //
////////////////////////////%
PARAMETERS
(
WIDTH=1,
SHIFT_MODE="O
www.eeworm.com/read/283116/9042318
c example_281xadcseq_ovdtest.c
// TI File $Revision: /main/2 $
// Checkin $Date: April 28, 2005 15:18:06 $
//###########################################################################
//
// FILE: Example_281xAdcSeq_ovdTest
www.eeworm.com/read/185241/9047228
asm convolve.asm
*****************************************************************************
** Description: convolve() in convole.c
**
** Inp
www.eeworm.com/read/184909/9066038
vhd 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/282755/9068648
cpp unit1.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Unit1.h"
//--------------------------------------------------------------
www.eeworm.com/read/282421/9096387
~pas booksearch.~pas
unit booksearch;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, jpeg, ExtCtrls, StdCtrls, ComCtrls, Menus, ImgList, XPMenu,
Buttons,