代码搜索:姿态算法
找到约 10,000 项符合「姿态算法」的源代码
代码结果 10,000
www.eeworm.com/read/114926/15033917
doc 常用排序算法.doc
www.eeworm.com/read/214107/15113127
txt fastica算法代码.txt
FastICA算法代码
%对数据进行标准化
close all,clear
load np_all
normsr=zscore(npp);
features=normsr';
[r,c]= size(features);
%对数据进行白化,使之为0均值,单位协方差
features = features - mean(features')'*ones(1,c);
[E, D]
www.eeworm.com/read/213180/15141297
doc 聚类算法.doc
www.eeworm.com/read/212656/15151548
o 首次适应算法.o
www.eeworm.com/read/212656/15151549
c 首次适应算法.c
#include
#include
#include
#include
#define getpch(type) (type*)malloc(sizeof(type))
/*/#define NULL 0*/
struct table{
char name[10];
char state
www.eeworm.com/read/212656/15151550
exe 首次适应算法.exe
www.eeworm.com/read/212656/15151551
c 最佳适应算法.c
#include
#include
#include
#include
#define getpch(type) (type*)malloc(sizeof(type))
/*/#define NULL 0*/
struct table
{
char name[10];
char sta
www.eeworm.com/read/212656/15151552
o 最佳适应算法.o
www.eeworm.com/read/212656/15151553
exe 最佳适应算法.exe
www.eeworm.com/read/212055/15166496