代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/187215/8842185
c editfloat.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/384728/8848774
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/384728/8849277
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/187101/8856437
sh autoreconf.sh
#! @SHELL@
# autoreconf - remake all Autoconf configure scripts in a directory tree
# Copyright (C) 1994 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or
www.eeworm.com/read/285053/8873545
h mainunit.h
//---------------------------------------------------------------------------
#ifndef MainUnitH
#define MainUnitH
//---------------------------------------------------------------------------
#i
www.eeworm.com/read/285049/8873895
h tms320.h
/***********************************************************/
/* Version 2.20.02 */
/***********************************************************/
#ifndef _TM
www.eeworm.com/read/186546/8926592
pas u_editdescrizione.pas
unit u_editdescrizione;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, DBCtrls, Buttons, ExtCtrls;
type
TEditDescrizione_form = cl
www.eeworm.com/read/427475/8941986
m frames.m
function [DATA,NFRAMES]=frames(Y,SHIFT,DUR)
%determine number of frames and pad with zeros where needed
L=size(Y,1);
NFRAMES=1;
while L>1
L=L-SHIFT;
if L>0
NFRAMES=NFRAMES+1
www.eeworm.com/read/186222/8952066
c voipradio.c
//-----------------------------------------------------------------------------
//
// Filename: voipRadio.c
//
// DESCRIPTION: General radio configuration, non-voice operations
//
//------
www.eeworm.com/read/284185/8955434
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 (