代码搜索结果
找到约 10,000 项符合
6 的代码
examp6_6.m
syms x y;
[x,y]=solve('x^2/2+x+3/2+2/y+5/(2*y^2)+3/x^3=0',...
'y/2+3/(2*x)+1/x^4+5*y^4','x,y');
size(x)
err=[x.^2/2+x+3/2+2./y+5./(2*y.^2)+3./x.^3,y/2+3./(2*x)+1./x.^4+5*y.^4];
norm(double(
6-6-4.c
/*中国系统分析员顾问团,http://www.csai.cn*/
/*程序员下午考试指南书籍源码*/
#include
#define N sizeof(tbl)/sizeof(tbl[0])
int A,B,C,D,E,F;
struct ele{
char vn;
int *vp;
}tbl[]={{'A',&A},{'B',&B},{'C',&C},
6-6-2.c
/*中国系统分析员顾问团,http://www.csai.cn*/
/*程序员下午考试指南书籍源码*/
#include
#include
struct node{
int value;
struct node *next;
};
struct node *create(int a[], int n){
struct node *
6-6-3.c
/*中国系统分析员顾问团,http://www.csai.cn*/
/*程序员下午考试指南书籍源码*/
#include
#define Number 30
#define Terms 10
#define INF "t.in"
#define OUTF "t.out"
int score[Number][Terms];
int total[
f6_6.m
%产生线性调频信号
sig=fmlin(200,0.1,0.4);
%计算Wigner-Ville分布
[tfr,t,f]=tfrwv(sig);
%计算一阶和二阶矩
[tm,T2]=momftfr(tfr);
%结果显示
figure(1);
plot(f,tm,'LineWidth',2);
xlabel('频率 f');
ylabel('一阶矩 tm');
figu
chap6_6.htm
小 结
prg6_6.c
// File: prg6_6.c
#include /* These are the usual header files */
#include /* for bzero() */
#include /* for close() */
#include