代码搜索结果

找到约 10,000 项符合 Z 的代码

ex8_2c.m

%%%%%%%%%%%%%%%%% Example 8.2(c) %%%%%%%%%%%%%%%% % Discrete-Time Control Problems using % % MATLAB and the Control System Toolbox % % by J.H. Chow, D.K. Frederick, & N.W. Chbat %

mandelbrot.c

/* 原理: 1. 使用叠代公式: z[0] = zInit; z[k] = z[k-1]*z[k-1] + z[0] 其中z[i]是复数,要使用复数的运算法则。 2. Mandelbort图形集的初始化要求 -2.25

lsdoc.h

// LSDoc.h : interface of the CLSDoc class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_LSDOC_H__23CC46AD_5235_11D2_95B6_00608C19C5C5__INCLUDE

q714.m

%《MATLAB在电子信息课程中的应用》第七章例7.14程序q714 % 用符号运算工具箱的逆z变换解法 % 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月 echo off syms z n a N w0 % 规定z,n,a为符号变量 y1= a^n % 给出y的表示式 pause, Y1=ztrans(y1) %

order_list.aspx.cs

using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using

wap.h

/* * Copyright (C) Ericsson Mobile Communications AB, 2001. * Licensed to AU-System AB. * All rights reserved. * * This software is covered by the license agreement between * the end user

point.h

#ifndef _POINT_H_ #define _POINT_H_ #include "lwo.h" #include "Vector3.h" using namespace std; class Point3 { public: inline Point3() {} inline Point3(float nx, float ny, floa

point.h

#pragma once #include "lwo.h" #include "Vector3.h" using namespace std; class Point3 { public: inline Point3() {} inline Point3(float nx, float ny, float nz) : x(nx), y(ny), z(nz)

q714.m

%《MATLAB在电子信息课程中的应用》第七章例7.14程序q714 % 用符号运算工具箱的逆z变换解法 % 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月 echo on syms z n a N w0 % 规定z,n,a为符号变量 y1= a^n; % 给出y的表示式 pause, Y1=ztrans(y1) %

tester.m

clc;clear all;close all % Test Program for atmosphere with plots tic [Z Z_L Z_U T P rho c g mu nu k n n_sum] = atmo; toc plot(T,Z) ylabel('Z') xlabel('T[K]') figure semilogx(P,Z) ylabel('Z