代码搜索结果
找到约 10,000 项符合
Z 的代码
__z.c
/****************** Start of $RCSfile: __z.c,v $ ****************
*
* $Source: /home/alb/afbackup/afbackup-3.3.8.1/RCS/__z.c,v $
* $Id: __z.c,v 1.2 2004/07/08 20:34:42 alb Exp alb $
* $Date: 2004/07/
z.asv
% x1=[2 1 1 2];x2=[1 -1 -1 1];
% subplot(321)
% stem(circonvt(x1,x2,4))
% hold on
% plot(circonvt(x1,x2,4),'r')
%
% subplot(322)
% stem(conv(x1,x2))
% hold on
% plot(conv(x1,x2),'r')
%
%
z.m
% x1=[2 1 1 2];x2=[1 -1 -1 1];
% subplot(321)
% stem(circonvt(x1,x2,4))
% hold on
% plot(circonvt(x1,x2,4),'r')
%
% subplot(322)
% stem(conv(x1,x2))
% hold on
% plot(conv(x1,x2),'r')
%
%
z.txt
ZAM 【 缩 】 Zero Administration For Windows 零管理 视 窗系 统
Z Axis (直角坐 标 系中 ) Z轴
Z-Axis Amplifier 调辉 放大器
z.m
function r = z(q)
% Z Extracts the z component of the vector part of a quaternion.
% Copyright
makefile.z
#include $(ORACLE_HOME)/precomp/lib/env_precomp.mk
CC=g++
####FLAG=-g -Wall -ggdb
##FLAG=-g -Wall -ggdb -DDEBUG -DFROMFILE -D_TRACE
FLAG=-g -Wall -ggdb -DDEBUG -DFROMFILE -D_TRACE -Wno-deprecated
#FL