代码搜索结果

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

ex9_9.m

clear all; close all; clc azi_num=2000; fr=1000; lamda0=0.05; sigmav=1.0; sigmaf=2*sigmav/lamda0; rand('state',sum(100*clock)); d1=rand(1,azi_num); rand('state',7*sum(100*clock)+3); d2=rand

ex9_9.m

clear all; close all; clc azi_num=2000; fr=1000; lamda0=0.05; sigmav=1.0; sigmaf=2*sigmav/lamda0; rand('state',sum(100*clock)); d1=rand(1,azi_num); rand('state',7*sum(100*clock)+3); d2=rand

app9_9.java

// app9_9, 用this来调用实例变量 class Caaa{ int num=10; // 这是实例变量 public void show(){ int num=5; // 这是局部变量 System.out.println("this.num="+this.num); // 输出实例变量 System.ou

hw9_9.java

//9-09 class Caaa { public int num1,num2; void display() { System.out.println("print from Caaa class"); } } class Cbbb extends Caaa { void set_num(int a,int b) {

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;

algo9-9.cpp

// algo9-9.cpp 检验bo9-7.cpp的程序 #include"c1.h" #define NULLKEY 0 // 0为无记录标志 #define N 10 // 数据元素个数 typedef int KeyType; // 设关键字域为整型 struct ElemType // 数据元素类型 { 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;