代码搜索结果

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

viterbi.m

function [msg, expen, codd] = viterbi(code, tran_func, leng, tran_prob, plot_flag); %VITERBI Convolution decode using Viterbi algorithm. % MSG = VITERBI(CODE, TRAN_FUNC) uses Viterbi algorithm

resource.h

//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by 消隐.rc // #define IDD_ABOUTBOX 100 #define IDR_MAINFRAME 128 #define ID

contact_searching.h

#ifndef __CONTACT_SEARCHING_H #define __CONTACT_SEARCHING_H class Contact_Omega_eh : public Omega_eh { int the_associate_element[2]; double the_projection_parameter[4]; double the_normal

resource.h

//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by 消隐.rc // #define IDD_ABOUTBOX 100 #define IDR_MAINFRAME 128 #define ID

resource.h

//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by 消隐.rc // #define IDD_ABOUTBOX 100 #define IDR_MAINFRAME 128 #define ID

resource.h

//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by 消隐.rc // #define IDD_ABOUTBOX 100 #define IDR_MAINFRAME 128 #define ID

resource.h

//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by CPP2HTML.rc // #define IDS_FILENAME 1 #define IDS_PATHNAME 2 #define

hlle.m

function mappedX = hlle(X, no_dims, k, eig_impl) %HLLE Runs the Hessian LLE algorithm % % mappedX = hlle(X, no_dims, k, eig_impl) % % Runs the Hessian LLE algorithm on dataset X to reduce its d

hlle.m

function mappedX = hlle(X, no_dims, k, eig_impl) %HLLE Runs the Hessian LLE algorithm % % mappedX = hlle(X, no_dims, k, eig_impl) % % Runs the Hessian LLE algorithm on dataset X to reduce its d

bestmdhash.cpp

//See internet RFC 1321, "The MDHash Message-Digest Algorithm" /* MDHashC.C - RSA Data Security, Inc., MDHash message-digest algorithm */ /* Copyright (C) 1991-2, RSA Data Security, Inc. Cre