代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/371058/9569891
lst e93lc46.lst
文件:E93LC46.c 盛群编译器版本 2.86 页次1
; 36: {
36 0000 @READ .SECTION 'CODE'
36 0000 PUBLIC _READ
36 0000 _READ PROC
; 35: UC READ(UC EEADDR)
www.eeworm.com/read/371058/9569913
asm e93lc46.asm
#pragma debug scope 1 1
#line 36 "D:\HRH_WORK2008\WORK\HT46F47E E2PROGRAM\DATASHEET\48F EEPROGRAM(C语言)\HA0123\E93LC46.C"
@READ .SECTION 'CODE'
PUBLIC _READ
_READ PROC
#pragma debug scope 2 1
#li
www.eeworm.com/read/174850/9571576
asm fdct_mmx.asm
;/******************************************************************************
; * *
; * fdct_mmx.asm, MMX optimized f
www.eeworm.com/read/366182/9826081
vhd 43_test_register.vhd
--******************************************
-- Test Bench
-- Name : test_register.vhd
-- Purpose : test 4-bit register
-- Author : Liu Qinnan
-- Time : 1998,9,29
--*****************
www.eeworm.com/read/364617/9903115
eqn led.map.eqn
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any o
www.eeworm.com/read/168534/9908311
japanese
minicom Japanese
Japanese EUC and Shift JIS are supported. To display Japanese
invoke with -8 option or set LANG to a string beginning with 'ja'
(ex. ja_JP.ujis).
With this, Minicom let 8bit charac
www.eeworm.com/read/363018/9971472
vhd i2c.vhd
----------------------------------------
--The I2C VHDL Module by Houdong--------
--created in 2007/11--------------------
--Copyright reserved--------------------
--------------------------------
www.eeworm.com/read/167186/9978304
pas formhotkeyunit.pas
unit formhotkeyunit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TFormHotkey = class(TForm)
Edit1: TEdit;
www.eeworm.com/read/361171/10065105
m ccorr.m
function r = ccorr(seq1,seq2)
if nargin==1
seq2 = seq1;
end
N = length(seq1);
for k =-N+1:-1
seq2_shift =[seq2(k+N+1:N) seq2(1:k+N)];
r(N+k)=seq1*seq2_shift';
end
for k = 0:N-1