代码搜索:Algorithm

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

代码结果 10,000
www.eeworm.com/read/160303/5574980

txt east-console.txt

east:~# D=/testing/scripts/ipsec.conf-alsoflip-01 east:~# export IPSEC_CONFS="$D/etc-alsoflip" east:~# ipsec setup start ; i=0 ; while i=`expr $i + 1`; [ $i -lt 20 ] && ! { ipsec auto --status | grep
www.eeworm.com/read/105271/15672877

c auth.c

/* auth.c Subroutines having to do with authentication. */ /* * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1998-2003 by Internet Software Consortium * * P
www.eeworm.com/read/328069/13047679

cpp 6.8.8.cpp

//algorithm 6.8.8 #include #include #include #include #include using namespace std; //----------------------algorithm 6.6.13---------------- const
www.eeworm.com/read/247527/12652808

m gaoptionsdemo.m

%% Genetic Algorithm options % This is a demonstration of how to create and manage options for the % genetic algorithm function GA using GAOPTIMSET in the Genetic Algorithm % and Direct Search Tool
www.eeworm.com/read/483681/6600449

m bitloading.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%% %%%%% Bit Loading Algorithm %%%%% %%%%% A Practical Discrete Multitone Transceiver Loading Algorithm %%%%% f
www.eeworm.com/read/452180/7446310

m record_alg.m

%% Recording algorithm behavior with MatlabBGL % In this example, we will write a simple visitor that outputs an % algorithm's behavior. The algorithm we will examine is dijkstra_sp. To % examine
www.eeworm.com/read/247527/12652802

m traveling_salesman_demo.m

%% Custom Data Type Optimization Using the Genetic Algorithm % This is a demonstration of how to use the genetic algorithm to minimize a % function using a custom data type. The genetic algorithm is
www.eeworm.com/read/200429/15433483

m record_alg.m

%% Recording algorithm behavior with MatlabBGL % In this example, we will write a simple visitor that outputs an % algorithm's behavior. The algorithm we will examine is dijkstra_sp. To % examine
www.eeworm.com/read/100760/15864941

c 计算机图形学作业.c

/********************************************************************** This is a program of drawing a line by middle point algorithm (Bresenham algorithm). CopyRights 2002 By L
www.eeworm.com/read/140727/5782306

sof filters.sof

@ Sof v1.0 @ @ Filter 0 @ algorithm = "LTI"; implementation = "CCDE"; compute_mode = "CROSS_FRAME"; ma_coef = 1.2, 0.5, 1.1, 1.0; ar_coef = 0.5, 2.0, 0.2; ma_lag = -2, -1, -4, 0; ar_lag = -2, -1, -5;