代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/245849/12777761
m mfilter_d2d.m
function [filter,cc_max,shift]=mfilter_d2d(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/144615/12780545
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/332036/12784221
asm at24c02.asm
SDA24 EQU P3.5
SCLK24 EQU P3.4
ORG 0000H
AJMP MAIN
ORG 0030H
MAIN:CLR P3.5 ;打开写保护
MOV DPTR,#TAB
MOV A,#00H ;读地址
LCALL RD24
CJNE A,#10,TT
TT: JNC TT1
AJMP TT2
T
www.eeworm.com/read/330869/12863380
m circ.m
function y = circ(x, n)
% circ -- Circularly shift the elements of a vector.
%
% Usage
% y = circ(x, n)
%
% Inputs
% x signal vector.
% n shift factor. + is right or down, - is le
www.eeworm.com/read/330869/12863522
m circ.m
function y = circ(x, n)
% circ -- Circularly shift the elements of a vector.
%
% Usage
% y = circ(x, n)
%
% Inputs
% x signal vector.
% n shift factor. + is right or down, - is le
www.eeworm.com/read/143528/12866944
s lcd_left.s
.module lcd_left.c
.area text(rom, con, rel)
.dbfile D:\ICC-AVR\examples.sl\lcd_left.c
.dbfunc s lcd_shift _lcd_shift fI
; i -> R20
; j -> R22
; p -> R
www.eeworm.com/read/244043/12895146
c editfloat.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/330332/12900775
h bitmat.h
/*----------------------------------------------------------------------
File : bitmat.h
Contents: bit matrix management
Author : Christian Borgelt
History : 2002.06.09 file created
www.eeworm.com/read/142862/12913234
cpp vector3.cpp
/**
@file
@brief 3D vector maths using fixed-point arithmatic
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/329723/12936815
pas u_search.pas
unit u_search;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
DBCtrls, Mask, StdCtrls, ExtCtrls, Grids, DBGrids;
type
TF_search = class(TFor