代码搜索结果
找到约 10,000 项符合
Algorithm 的代码
axb.c
/////////////////////////////////////////////////////////////////////////////////
//
// Solution of linear systems involved in the Levenberg - Marquardt
// minimization algorithm
// Copyright (C)
cast-256.c
/* This is an independent implementation of the encryption algorithm: */
/* */
/* CAST-256 by Carlisle Adams of Entru
divide.cpp
/*************************************************
* Division Algorithm Source File *
* (C) 1999-2002 The Botan Project *
***********************************************
fig23_32.cpp
// Fig. 23.32: Fig23_32.cpp
// Standard Library algorithms iter_swap, swap and swap_ranges.
#include
using std::cout;
using std::endl;
#include // algorithm definitions
fig23_33.cpp
// Fig. 23.33: Fig23_33.cpp
// Standard Library functions copy_backward, merge, unique and reverse.
#include
using std::cout;
using std::endl;
#include // algorithm defi
2235555_ac_45ms_76k.cc
//Graham scan algorithm
//O(nlgn)
# include
# include
# include
# define MAX 1001
# define PI acos(-1)
using namespace std;
typedef int stack;
struct node
{
pmm.java
package org.scut.DataMining.Test;
import java.util.ArrayList;
import org.scut.DataMining.Algorithm.NeuralNetwork.BP.BP;
import org.scut.DataMining.Algorithm.NeuralNetwork.BP.Parameter;
import
fig20_32.cpp
// Fig. 20.32: fig20_32.cpp
// Standard Library algorithms iter_swap, swap and swap_ranges.
#include
using std::cout;
using std::endl;
#include // algorithm definitions
fig20_33.cpp
// Fig. 20.33: fig20_33.cpp
// Standard Library functions copy_backward, merge, unique and reverse.
#include
using std::cout;
using std::endl;
#include // algorithm defi
edgedetector.h
// EdgeDector.h : header file
//
// Class Name : CEdgeDetector
// Author : Minseok Choi
// Date : 2001. 2. 10
// 1. Edge Detection class
// 2. Sobel algorithm
// 3. Deriche algorithm
//