代码搜索:shift

找到约 10,000 项符合「shift」的源代码

代码结果 10,000
www.eeworm.com/read/342845/11996138

m cirshftt.m

function y = cirshftt(x,m,N) % Circular shift of m samples wrt size N in sequence x: (time domain) % ------------------------------------------------------------------- % [y] = cirshftt(x,m,N) % y
www.eeworm.com/read/341401/12085178

frm 6.14.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "Form1" ClientHeight = 3150 ClientLeft = 60 ClientTop = 390 ClientWidth = 4680 LinkTopic
www.eeworm.com/read/255006/12106388

rpt bcode_s_m_h.rpt

Project Information e:\bcode_s_m_h\bcode_s_m_h.rpt MAX+plus II Compiler Report File Version 10.0 9/14/2000 Compiled: 01/14/2007 23:44:10 Copyright (C) 1988-2000 Alt
www.eeworm.com/read/152112/12139008

m qr1.m

function D=qr1(A,epsilon) %Input - A is a symmetric tridiagona nxn matrix % - epsilon is the tolerance %Output - D is the vector of eigenvalues % NUMERICAL METHODS: Matlab Programs % (c) 2004
www.eeworm.com/read/152083/12142676

cpp d13r4.cpp

#include "iostream.h" #include "math.h" #include "stdlib.h" void main() { //program d13r4 //driver for routine ttest int npts = 1024, nshft = 10; int i,j,mpts = 512; dou
www.eeworm.com/read/340608/12144083

asm u_div16.asm

;****************************************************************************** ;* U_DIV16.ASM - 16 BIT STATE - v2.54 * ;* Copyright (c) 1996-2004 Texas Instr
www.eeworm.com/read/151561/12201003

m cirshftt.m

function y=cirshftt(x,m,N) % Circular shift of m samples wrt size N in sequence x:(time domain) % ----------------- % [y]=cirshftt(x,m,N) % y=output sequence containing the circular shift % x=inp
www.eeworm.com/read/339831/12202110

sh grade.sh

#!/bin/sh verbose=false if [ "x$1" = "x-v" ] then verbose=true out=/dev/stdout err=/dev/stderr else out=/dev/null err=/dev/null fi pts=5 timeout=30 preservefs=n echo_n () { # suns can't echo
www.eeworm.com/read/151143/12232854

m mfilter_t2t.m

function [filter,cc_max,shift]=mfilter_t2t(s1,s2,wl,wnoise,increment) % Function computes filter "filter" which converts each column of s1 into the % corresponding column of s2. If s1, s2 represent
www.eeworm.com/read/151101/12235073

c nand_bbt.c

/* * drivers/mtd/nand_bbt.c * * Overview: * Bad block table support for the NAND driver * * Copyright (C) 2004 Thomas Gleixner (tglx@linutronix.de) * * $Id: nand_bbt.c,v 1.36 2005/11/07 1