代码搜索结果
找到约 10,000 项符合
9 的代码
p9_9.cpp
/************************************
* p9_9.cpp *
* 抽象类的使用 *
*************************************/
#include
using namespace std;
class S
algo9-9.c
/* algo9-9.c 检验bo9-7.c的程序 */
#include"c1.h"
#define NULLKEY 0 /* 0为无记录标志 */
#define N 10 /* 数据元素个数 */
typedef int KeyType; /* 设关键字域为整型 */
typedef struct
{
KeyType key;
int ord;
exercise9_9.java
/**
* Title: Chapter 1, "Introduction to Java and JBuilder"
* Description: Examples for Chapter 1
* Copyright: Copyright (c) 2000
* Company: Armstrong Atlantic State University
chap9_9.m
%仿真程序:chap9_9.m
% Closed-loop system identification with frequency test (2008/1/31)
clear all;
close all;
ts=0.001;
Am=0.5;
Gp=tf(5.235e005,[1,87.35,1.047e004,0]);
zGp=c2d(Gp,ts,'z');
[num,den]=tfdat
ex9_9.txt
Example 9.9 WorkflowCommandFactory Code
package ActionAdapter;
public class WorkflowCommandFactory {
final String ACTION_MAP = "ActionMapper.xml";
ActionMapper map;
static private Work
samp9_9.m
%Samp9_9
clf;h=fir1(30,0.2,boxcar(31)); %设计30阶截止频率为0.2的FIR滤波器
r=randn(16384,1); %产生白噪声随机向量
x=filter(h,1,r); %对随机向量滤波
psd(x,1024,10000,kaiser(512,5),0,0.95); %采用Kaiser窗进行功率谱估计
xlab
prob9_9.m
% Author: Xiaofeng Xu, Polytechnic University 4/21/2002
%This function calls for another function "quan_dct.m"
%Read Image File
Img= imread('slena256.bmp');
%DCT Transform
Img_dct=blkproc(Im