代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/150725/12268883
m cirshift.m
function y=cirshift(x,m,N);
%x:Input sequence
%m:Shift number
%N:Show length
if length(x)>N
error('N must be greater then length(x)');
end
x=[x zeros(1,N-length(x))];
n=[0:N-1];
n=sigmo
www.eeworm.com/read/338858/12276267
pas rei_16.pas
unit Rei_16;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, Menus, StdCtrls;
type
TRei40_16 = class(TForm)
Timer1: TTimer;
www.eeworm.com/read/150093/12312775
c editfloat.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/338194/12320058
asm n24c02.asm
;24C02储存开机次数实验 ,烧写后用手按复位键可以看到数码管每按一下加一。
;硬件连接:数码管数据P0,数码管控制P2,24C02控制SDAP3.7 SCLP3.6
;********************************************************************************
;* 日期: 2007-3-25
www.eeworm.com/read/251631/12329785
pas unitchange.pas
unit UnitCHANGE;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, dxCntner, dxEditor, dxExEdtr, dxEdLib, ExtCtrls,UnitMAIN;
t
www.eeworm.com/read/149850/12340785
h fixed_arm.h
/* Copyright (C) 2003 Jean-Marc Valin */
/**
@file fixed_generic.h
@brief ARM-tuned fixed-point operations
*/
/*
Redistribution and use in source and binary forms, with or without
modifica
www.eeworm.com/read/149689/12357371
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/250937/12374796
pm memcachedtest.pm
package MemcachedTest;
use strict;
use IO::Socket::INET;
use Exporter 'import';
use FindBin qw($Bin);
use Carp qw(croak);
use vars qw(@EXPORT);
@EXPORT = qw(new_memcached sleep mem_get_is mem_stats f
www.eeworm.com/read/149161/12398388
cpp vector3.cpp
/**
@file
@brief 3D vector maths using fixed-point arithmetic
For latest source code see http://www.tixy.clara.net/source/
Copyright (C) 2005 J.D.Medhurst (a.k.a. Tixy)
This program is fr
www.eeworm.com/read/149028/12408175
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 (