代码搜索结果
找到约 10,000 项符合
Algorithm 的代码
genetic_algorithm.m
function test_targets = Genetic_Algorithm(train_patterns, train_targets, test_patterns, params)
% Classify using a basic genetic algorithm
% Inputs:
% training_patterns - Train patterns
% tra
cck_algorithm.m
%CCK_algorithm
clear
clc
cck_code_256 = ones(256,8); % 8-bit to 8-bit mapping
cck_code_64 = ones(64,8); % 6-bit to 8-bit mapping
% Generate a table mapping 6-bit(b7~b2) real data to 8-bit comp
rijndael_algorithm.java
//$Id: Rijndael_Algorithm.java,v 1.1 2001/05/21 02:24:30 jis Exp $
//
// $Log: Rijndael_Algorithm.java,v $
// Revision 1.1 2001/05/21 02:24:30 jis
// First version
//
// Revision 1.1 1998/04/
nbc_algorithm.plg
Build Log
--------------------Configuration: NBC_Algorithm - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1
nbc_algorithm.dsp
# Microsoft Developer Studio Project File - Name="NBC_Algorithm" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (
nbc_algorithm.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CMainFrame
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "NBC_Alg
nbc_algorithm.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
nbc_algorithm.cpp
// NBC_Algorithm.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "NBC_Algorithm.h"
#include "MainFrm.h"
#include "NBC_AlgorithmDoc.h"
#include "NBC_Alg