代码搜索结果

找到约 10,000 项符合 B 的代码

44b.h

/************************************************ * NAME : K44b.H * * Version : 07.MARCH.2000 * ***********************************************/ #ifndef __44B0X_H__ #define _

44b.h

/************************************************ * NAME : K44b.H * * Version : 07.MARCH.2000 * ***********************************************/ #ifndef __44B0X_H__ #define _

44b.h

/************************************************ * NAME : K44b.H * * Version : 07.MARCH.2000 * ***********************************************/ #ifndef __44B0X_H__ #define _

lda_b.m

function [newSample, discrim_vec] = lda(sample, discrim_vec_n) %LDA Linear discriminant analysis % Usage: % [NEWSAMPLE, DISCRIM_VEC] = lda(SAMPLE, DISCRIM_VEC_N) % SAMPLE: Sample data with class i

lcs_b.m

function [lcscount, lcsstring, ind1, ind2, lcstable] = lcs(a, b) %LCS Longest (maximum) common subsequence % Usage: % [count, string, index1, index2, lcstable] = lcs(a, b) % a: input string 1 % b