代码搜索:shift

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

代码结果 10,000
www.eeworm.com/read/196953/8039055

m shift.m

% Program 5-4 % shift.m % % Shift the contents of the register. % % Programmed by M.Okita and H.Harada % function [outregi] = shift(inregi,shiftr,shiftu) % ********************************
www.eeworm.com/read/296933/8069454

asm shift.asm

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;C函数原形: void getmeasure(uchar *data);; ;输入: addr:地址 ;输出: 一个unsigned的char的数据 ;创建日期: 2006年6月09号 ;编者: 周伟 ;描述: 根据addr决定的地址返回对应的EEPROM数据
www.eeworm.com/read/245324/12804245

m shift.m

% Program 5-4 % shift.m % % Shift the contents of the register. % % Programmed by M.Okita and H.Harada % function [outregi] = shift(inregi,shiftr,shiftu) % ********************************
www.eeworm.com/read/331444/12828200

m shift.m

% [RES] = shift(MTX, OFFSET) % % Circular shift 2D matrix samples by OFFSET (a [Y,X] 2-vector), % such that RES(POS) = MTX(POS-OFFSET). function res = shift(mtx, offset) dims = size(mtx); offset
www.eeworm.com/read/331297/12834320

lst shift.lst

C51 COMPILER V7.06 SHIFT 05/09/2008 09:11:39 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE SHIFT OBJECT MODULE PLACED IN s
www.eeworm.com/read/143612/12856394

asm shift.asm

;六字节线性移位寄存器仿真程序(按键接在P1.0) RANDS EQU 40H ;六字节线性移位寄存器首址。 RND0 DATA 40H ;第一字节。 RND1 DATA 41H ;第二字节。 RND2 DATA 42H ;第三字节。 RND3 DATA 43H ;第四字节。 RND4 DATA 44H ;第五字节。 RND5 DATA 45H ;第六字节。 X1H DATA
www.eeworm.com/read/142353/12950728

m shift.m

function out_vector = shift(in_vector, new_element) % Shifts all elements of a vector and inserts a new value % in the first element. The last element is lost. % % Inputs: in_vector : Vector
www.eeworm.com/read/329499/12951868

m shift.m

% Program 5-4 % shift.m % % Shift the contents of the register. % % Programmed by M.Okita and H.Harada % function [outregi] = shift(inregi,shiftr,shiftu) % ********************************
www.eeworm.com/read/142113/12961817

c shift.c

www.eeworm.com/read/327710/13067044

mod shift.mod