代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/113399/6131809
h fp_shift.h
/*
(c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header: FP_shift.h,v 1.3 89/0
www.eeworm.com/read/101547/6236545
dpr taolib_shift.dpr
library TaoLib_shift;
uses
Unit1 in 'Unit1.pas',
elibTypes in 'elibTypes.pas';
{$E fne}
exports
GetNewInf;
begin
end.
www.eeworm.com/read/101547/6236550
cfg taolib_shift.cfg
-$A8
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J-
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$YD
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/101547/6236551
dof taolib_shift.dof
[FileVersion]
Version=7.0
[Compiler]
A=8
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=0
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
U
www.eeworm.com/read/101547/6236552
~dpr taolib_shift.~dpr
library TaoLib_shift;
{ Important note about DLL memory management: ShareMem must be the
first unit in your library's USES clause AND your project's (select
Project-View Source) USES clause i
www.eeworm.com/read/101042/6258188
c bn_shift.c
/* crypto/bn/bn_shift.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
www.eeworm.com/read/377894/6303401
m sig_shift.m
function [yshift,n]=sig_shift(x,m,n0)
%信号延迟的程序,m为输入x的下标
%n0为延迟的单位长度
n=m+n0;
yshift=x;
function [yam,n]=sig_proc(x1,n1,x2,n2,s)
%信号相加和相乘的程序
%x1,x2分别为输入序列,n1,n2为对应下标
%s=0为加法;其他值为乘法
n=min(min(
www.eeworm.com/read/367937/6341086
m shift_r.m
% shift_r: 子程序,将函数s波形右移 N_tao 个采样点。前面的点补0
% 参数:波形s,s波形采样点数N,右移的采样点数N_tao,总采样点数。
function x=shift_r(s,Ns,N_tao,N_sum)
x(1:N_sum)=0;
for i=1:Ns
x(i+N_tao)=s(i);
end
www.eeworm.com/read/491694/6433170
m phase_shift.m
function returna = phase_shift(q1,q2);
%UNTITLED1 Summary of this function goes here
% Detailed explanation goes here
%----------------DVB-T 2K Transmission----------------
% clear all;
% close all;