代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/388496/8606022
uv2 说明书.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
File 1,1,
www.eeworm.com/read/288542/8623484
bat rmfiles.bat
@echo off
:loop_commandline
if \%1 == \ goto done_with_commandline
if exist %1 del %1>nul
shift
goto loop_commandline
:done_with_commandline
www.eeworm.com/read/187542/8627681
cpp pgm08_03.cpp
//
// This file contains the C++ code from Program 8.3 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/387489/8672244
txt d11r4.txt
implementation
//PROGRAM D11R4
//Driver for routine TTEST
uses
unit2;
{$R *.DFM}
procedure TForm1.Button1Click(Sender: TObject);
const
s1='%9.2f'; NPTS = 1024; MPTS = 512; EPS = 0.02;
www.eeworm.com/read/386806/8725878
c info.c
/*
* linux/kernel/info.c
*
* Copyright (C) 1992 Darren Senn
*/
/* This implements the sysinfo() system call */
#include
#include
#include
www.eeworm.com/read/286532/8761362
tdf dffpipe_t98.tdf
--dffpipe WIDTH=1 clock d q ALTERA_INTERNAL_OPTIONS=AUTO_SHIFT_REGISTER_RECOGNITION=OFF
--VERSION_BEGIN 5.1 cbx_mgl 2005:10:09:07:39:04:SJ cbx_stratixii 2005:07:27:05:50:56:SJ cbx_util_mgl 2005:09:13
www.eeworm.com/read/285862/8807882
asv corr.asv
function r=corr(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
www.eeworm.com/read/285862/8807891
m corr.m
function r=corr(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
www.eeworm.com/read/384728/8848899
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/187101/8856439
sh ifnames.sh
#! @SHELL@
# ifnames - print the identifiers used in C preprocessor conditionals
# Copyright (C) 1994, 1995 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and