代码搜索:Algorithm
找到约 10,000 项符合「Algorithm」的源代码
代码结果 10,000
www.eeworm.com/read/446236/7583305
h pch.h
#ifndef CRYPTOPP_PCH_H
#define CRYPTOPP_PCH_H
#include "config.h"
#ifdef USE_PRECOMPILED_HEADERS
#include "cryptlib.h"
#include "misc.h"
#include "smartptr.h"
/*
#include
#inclu
www.eeworm.com/read/445917/7588139
m process_data.m
load datafile-20040918T114013.mat
maxindex = max(datamatrix(:,1));
datamatrix_sorted = sortrows(datamatrix, [2 1]);
datamatrix_sorted(find(datamatrix_sorted(:,1)
www.eeworm.com/read/434325/7874646
m a9algos.m
%---------------------------------------------------------------------------
%A9ALGOS
%
% NUMERICAL METHODS: MATLAB Programs, (c) John H. Mathews 1995
% To accompany the text:
% NUMERICAL METHODS
www.eeworm.com/read/434218/7880477
h md5.h
/**---------------------File Info---------------------------------------------------------***
*** 创 建 人: 颜章健 ***
*** 创建日期: 2008-03-04 ***
*** 创建版本:
www.eeworm.com/read/399000/7902976
h pch.h
#ifndef CRYPTOPP_PCH_H
#define CRYPTOPP_PCH_H
#include "config.h"
#ifdef USE_PRECOMPILED_HEADERS
#include "cryptlib.h"
#include "misc.h"
#include "smartptr.h"
/*
#include
#inclu
www.eeworm.com/read/397549/8039480
java keyspecificinfo.java
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
www.eeworm.com/read/397460/8049979
txt k-means算法1.txt
K-MEANS算法
输入:聚类个数k,以及包含 n个数据对象的数据库。
输出:满足方差最小标准的k个聚类。
处理流程:
(1) 从 n个数据对象任意选择 k 个对象作为初始聚类中心;
(2) 循环(3)到(4)直到每个聚类不再发生变化为止
(3) 根据每个聚类对象的均值(中心对象),计算每个对象与这些中心对象的距离;并根据最小距离 ...
www.eeworm.com/read/397343/8054874
txt readmecommon.txt
EdukitIII实验箱例程 MDK工程的基本文件组织结构:
工程名
|----Startup 启动代码 (S3C2410A.S),请注意最好使用例程所带的启动代码,
| MDK自动生成的启动代码需要修改才可使用于实验箱上。
|----Common 公用代码(2410lib.c,sys
www.eeworm.com/read/397106/8067533
m differentsetup.m
function algorithm = DifferentSetup(algorithm)
framework_val = get(findobj('Tag', 'frameworkToBeUsed'),'Value')
framework_str = get(findobj('Tag', 'frameworkToBeUsed'),'String')
framework_str = cells
www.eeworm.com/read/396865/8087057
m get_name.m
function s=get_name(a)
s=['RBF Network',sprintf(' %d Centers ',a.nr_of_centers) ]; %% print name of algorithm
eval_name %% print values of hyperparameters