代码搜索结果
找到约 10,000 项符合
9 的代码
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;
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;
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
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;
chap9_9a.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]=tfdata(zGp,'v');
kp=
ch9_9.cpp
//*********************
//** ch9_9.cpp **
//*********************
#include
double* fn(const double* pd)
{
static double ad=32;
ad+=*pd;
cout
9_9_2.c
/* ======================================== */
/* 程式实例: 9_9_2.c */
/* 线性探测法的哈希搜索 */
/* ======================================== */
#include
#
9_9_3.c
/* ======================================== */
/* 程序实例: 9_9_3.c */
/* 链表的散列查找 */
/* ======================================== */
#include
#i
ch9_9.cpp
//*********************
//** ch9_9.cpp **
//*********************
#include
double* fn(const double* pd)
{
static double ad=32;
ad+=*pd;
cout