代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/229924/14312331
cdb shift.eco.cdb
www.eeworm.com/read/229924/14312356
db_info shift.db_info
Quartus_Version = Version 5.0 Build 168 06/22/2005 Service Pack 1.21 SJ Full Version
Version_Index = 33597441
Creation_Time = Tue Apr 25 16:43:39 2006
www.eeworm.com/read/228652/14371409
m projection_shift.m
function [Pnew,Ptnew,F] = projection_shift(P,Pt,nshift,side,Qsize)
% PROJECTION_SHIFT -- relative shift of biorthogonal multiwavelets
%
% [Pnew,Ptnew,F] = projection_shift(P,Pt,nshift,side,Qsi
www.eeworm.com/read/228532/14380316
m shift_right.m
function y=shift_right(x);
n=length(x);
y=[ x(n)
x(1:n-1)];
www.eeworm.com/read/228532/14380318
m shift_left.m
function y=shift_left(x);
y=[x(2:length(x))
x(1)];
www.eeworm.com/read/226922/14447063
c db_shift.c
#ifndef _DEV_BOARD_SHIFT_C
#define _DEV_BOARD_SHIFT_C
/*
* This code has been taken from the Charon Development Board
* Toolkit and slightly modified.
* Harald Kipp
*/
#include "db_shif
www.eeworm.com/read/226922/14447064
h db_shift.h
#ifndef _DEV_BOARD_SHIFT_H
#define _DEV_BOARD_SHIFT_H
/*
* This code has been taken from the Charon Development Board
* Toolkit and slightly modified.
* Harald Kipp
*/
#include
www.eeworm.com/read/226922/14447166
lst db_shift.lst
GAS LISTING c:\Temp/ccopaaaa.s page 1
1 .file "db_shift.c"
2 .arch atmega128
3 __SREG__ = 0x3f
4 __SP_H__ = 0x3e
www.eeworm.com/read/226922/14447200
o db_shift.o
www.eeworm.com/read/226922/14447252
lst db_shift.lst
GAS LISTING c:\Temp/ccMnaaaa.s page 1
1 .file "db_shift.c"
2 .arch atmega128
3 __SREG__ = 0x3f
4 __SP_H__ = 0x3e