搜索资源列表
compare11
- MATLAB对11中调度算法进行比较,包括min-min、max-min、遗传算法等等。
mRMR_0.9_compiled
- Hanchuan Peng, Fuhui Long, and Chris Ding, "Feature selection based on mutual information: criteria of max-dependency, max-relevance, and min-redundancy," IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 27, No. 8,
paixu
- 这是一个关于最大值和最小值排序的程序,希望能够帮助你-max and min
file1.odt
- C++ Generate Random number between two numbers min max
gdfg
- duilib 源 码 分 析 文 档 - 1 stdAfx.h * lengthof(x) 计算数组长度宏 * MAX 两值最大 * MIN 两值最小 * CLAMP(x,a,b) x在a,b之间则取x否则取最小 2 UIBase * UI_WNDSTYLE_ 窗口风格属性 * UI_CLASSSTYLE_ 窗口类属性 * TRACE(LPCTSTR pstrFormat, ...) 功能 - 调试信息 参考 - 参考printf-duilib sou
harminv
- this file find max & min of a signal in time domain
rishi
- Min-Max Energy and Load Aware Based Routing for Heterogeneous Devices in MANET
design_and_implementation_of_a_cfar_processor_for
- Real-time performance of adaptive digital signal processing algorithms is required in many applications but it often means a high computational load for many conventional processors. In this paper, we present a configurable hardware architecture for
optim
- Sequentielle Quadratische Optimierung fuer f(x) = Min!, g(x) >= 0, h(x) = 0 unter Regularitaetsbedingung FUNKTIONEN: gp.m, gp_g.m, restor.m, sigini.m name_f.m: Zielfunktion/Gradient name_g.m: Ungleichunen/Gradienten name_
CCC
- 题目:#if #ifdef和#ifndef的综合应用。 1. 程序分析: 2.程序源代码: 复制代码 代码如下: #include stdio.h #include conio.h #define MAX #define MAXIMUM(x,y) (x>y)?x:y #define MINIMUM(x,y) (x>y)?y:x void main() { int a=10,b=20 #ifdef MAX printf( \
HUDDSNUN
- 题目:#if #ifdef和#ifndef的综合应用。 程序源代码: #include stdio.h #include conio.h #define MAX #define MAXIMUM(x,y) (x>y)?x:y #define MINIMUM(x,y) (x>y)?y:x void main() { int a=10,b=20 #ifdef MAX printf( \40: The larger one is d\n
weka
- tspData <- read.csv( D:\\weka\\hw\\TSP.csv , header = T, sep = , ) #tspData <- `colnames<-`(tspData,c(1:8)) D <- as.matrix(tspData) tourLength <- function(tour, distMatrix) { tour <- c(tour, tour[1]) route <- embed(tou
0803.1094.pdfaembedded=true
- Min-Max decoding for non binary LDPC codes
exam4_Q1_partd
- Max min function fuzzy logic
正态分布函数实现
- 调用该函数可以实现正态分布函数,首先产生(min,max)之间均匀分布的随机数,再计算正态分布概率密度函数,最后产生产生正态分布随机数