代码搜索:概率分析

找到约 10,000 项符合「概率分析」的源代码

代码结果 10,000
www.eeworm.com/read/158882/10722720

c huffman.c

#include #include #include #include #define N 100 typedef struct { double probobility; /*某结点出现的概率*/ int lnode; int rnode; } node; /* no
www.eeworm.com/read/458772/7289611

m mutation.m

function ret=Mutation(pmutation,lenchrom,chrom,sizepop,opts,pop,fcode,bound) % 本函数完成变异操作 % pcorss input : 变异概率 % lenchrom input : 染色体长度 % chrom input : 染色体群 % s
www.eeworm.com/read/196895/8052034

m mutation.m

function ret=Mutation(pmutation,lenchrom,chrom,sizepop,opts,pop,fcode,bound) % 本函数完成变异操作 % pcorss input : 变异概率 % lenchrom input : 染色体长度 % chrom input : 染色体群 % s