代码搜索:Imbalance
找到约 12 项符合「Imbalance」的源代码
代码结果 12
www.eeworm.com/read/165570/5481300
txt expectedoutputtestexampletree.txt
2 4 7 8 9 5 1
The height of the tree is 3
The size (# of nodes) of the tree is 7
The number of leaves in the tree is 4
The sum of the values in the tree is 36
The height & max imbalance of the
www.eeworm.com/read/452211/7445465
m evalbalance.m
% function p = evalbalance(trueclass,cl,x,sfct)
%
% DESCRIPTION
% computes balance of clustering cl
% ignores trueclass, x, and sfct - just for compatibility
%
% Copyright (c) 1998-2002 by
www.eeworm.com/read/401272/11559998
m evalbalance.m
% function p = evalbalance(trueclass,cl,x,sfct)
%
% DESCRIPTION
% computes balance of clustering cl
% ignores trueclass, x, and sfct - just for compatibility
%
% Copyright (c) 1998-2002 by
www.eeworm.com/read/229154/14351115
m evalbalance.m
% function p = evalbalance(trueclass,cl,x,sfct)
%
% DESCRIPTION
% computes balance of clustering cl
% ignores trueclass, x, and sfct - just for compatibility
%
% Copyright (c) 1998-2002 by
www.eeworm.com/read/335635/12510524
m evalbalance.m
% function p = evalbalance(trueclass,cl,x,sfct)
%
% DESCRIPTION
% computes balance of clustering cl
% ignores trueclass, x, and sfct - just for compatibility
%
% Copyright (c) 1998-2002 by
www.eeworm.com/read/317707/13499211
m drfmbalc.m
% DRFM Phase-Amplitude Imbalance
% ------------------------------
clear;clf;clc;
% Input Spurious Levels
spur=-[10 15 20 30]; % db
spur=10.^(spur/10);
% Define Phase Imbalance Vector
www.eeworm.com/read/283598/9003003
txt c语言的编程风格.txt
c语言的编程风格
--------------------------------------------------------------------------------
第八军团 时间:2003-12-19 12:40:12
第一章:缩进格式
Tab是8个字符,于是缩进也是8个字符.有很多怪异的风格,他们将缩进格式定义为4个字符(设置为2个字符
www.eeworm.com/read/478008/6727934
txt c语言的编程风格.txt
[编程技巧]c语言的编程风格
程序匠人 发表于 2005-9-12 9:21:00 阅读全文(214) | 回复(0) | 引用(0)
c语言的编程风格
第一章:缩进格式
Tab是8个字符,于是缩进也是8个字符.有很多怪异的风格,他们将缩进格式定义为4个字符(设置为2个字符!)的深度,这就象试图将PI定义为3一样让人难以接受.
理由是:缩进的大小是为了清楚 ...
www.eeworm.com/read/207427/15271938
h head.h
// Copyright: 胡小民,丁展 2002.5
#ifndef _HEAD_H
#define _HEAD_H
int totalEdge=0;
int totalLevel=0;
int imbalance=0;
int treeHeight=0;
int levelNum=0;
const int MAX_STACK_SIZE=1000;
#defin
www.eeworm.com/read/227896/4767633
h head.h
// Copyright: 胡小民,丁展 2002.5
#ifndef _HEAD_H
#define _HEAD_H
int totalEdge=0;
int totalLevel=0;
int imbalance=0;
int treeHeight=0;
int levelNum=0;
const int MAX_STACK_SIZE=1000;
#defin