代码搜索结果
找到约 10,000 项符合
Algorithm 的代码
sample4_8.java
/*
* 示例程序Sample4_8: LEquations类的求解对称方程组的分解法
*/
package javaalgorithm.sample;
import javaalgorithm.algorithm.Matrix;
import javaalgorithm.algorithm.LEquations;
public class Sample4_8
{
algorith.h
#ifndef __ALGORITH_H
#define __ALGORITH_H
#pragma option push -b -a8 -pc -Vx- -Ve- -w-inl -w-aus -w-sig
// -*- C++ -*-
#ifndef __STD_ALGORITHM
#define __STD_ALGORITHM
/***********************
md4.cpp
//
// Free implementation of the MD4 hash algorithm
// MD4C.C - RSA Data Security, Inc., MD4 message-digest algorithm
//
/*
Copyright (C) 1990-2, RSA Data Security, Inc. All rights reserved.
config.in
dep_bool ' Atheros 802.11(a/b/g) PCI/Cardbus support' CONFIG_ATHEROS $CONFIG_PCI $CONFIG_NET_RADIO
if [ "$CONFIG_ATHEROS" = "y" ]; then
choice ' Atheros: Default Transmission Rate Control Alg
xw_ga_ann19.m
%Genetic algorithm for solving simple optimization problem
%f(x)=x1^2+x2^2,-5
graphtheory.java
/*
*@(#)GraphTheory.java 2.0 2005/05/02
*
*清华大学 精密仪器与机械学系
*范灿升 fancansheng@163.com
*/
package algorithm;
import java.util.*;
import algorithm.HamiltonSort;
import ADT.BinaryTree;
xw_ga_ann19.m
%Genetic algorithm for solving simple optimization problem
%f(x)=x1^2+x2^2,-5
sample5_5.java
/*
* 示例程序Sample5_5: NLEquations类的求实系数代数方程全部根的QR方法
*/
package javaalgorithm.sample;
import javaalgorithm.algorithm.Complex;
import javaalgorithm.algorithm.NLEquations;
public class Sample5_
sample5_5.java
/*
* 示例程序Sample5_5: NLEquations类的求实系数代数方程全部根的QR方法
*/
package javaalgorithm.sample;
import javaalgorithm.algorithm.Complex;
import javaalgorithm.algorithm.NLEquations;
public class Sample5_
apriorisets.cpp
/*----------------------------------------------------------------------
File : AprioriSets.cpp
Contents : apriori algorithm for finding frequent sets
Author : Bart Goethals
Update : 1