代码搜索结果

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

basic_genetic_algorithm.dsp

# Microsoft Developer Studio Project File - Name="Basic_Genetic_Algorithm" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYP

euclidean algorithm for gcd.plg

Build Log --------------------Configuration: Euclidean algorithm for GCD - Win32 Debug-------------------- Command Lines Creating temporary fil

euclidean algorithm for gcd.cpp

// 436.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include int mod(int u,int v) { int t,r; if(u>v && v==0) return u; if(u

euclidean algorithm for gcd.dsp

# Microsoft Developer Studio Project File - Name="Euclidean algorithm for GCD" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TAR

euclidean algorithm for gcd.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################

acoustic_envelop_algorithm.m

function [up,down] = envelope(x,y,interpMethod) %ENVELOPE gets the data of upper and down envelope of the known input (x,y). % % Input parameters: % x the abscissa of the give