代码搜索:Algorithm
找到约 10,000 项符合「Algorithm」的源代码
代码结果 10,000
www.eeworm.com/read/171081/5399234
h objects.h
/* crypto/objects/objects.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com
www.eeworm.com/read/171081/5399305
h objects.h
/* crypto/objects/objects.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com
www.eeworm.com/read/168845/5430720
hpp constants.hpp
// Boost string_algo library constants.hpp header file ---------------------------//
// Copyright Pavol Droba 2002-2003. Use, modification and
// distribution is subject to the Boost Software
www.eeworm.com/read/160303/5573988
wi-log
whackwest --name ipsec-rsa-c --delete --rsa --host 127.95.7.2 --ikeport 8500 --client 127.95.7.20/30 --dnskeyondemand --updown silly --to --updown sally --dnskeyondemand --host 127.95.7.1 --ikeport 85
www.eeworm.com/read/475489/6782776
clw modernoptimizecomputing.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CModernOptimizeComputingDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=
www.eeworm.com/read/367969/9721718
m init_pm01.m
function [Algorithm_PM,data,Sensor,FilterPM,time,record]=Init_PM01(Algorithm_PM,step,initparameter)
global Re e Deg_Rad wie;
g0 = 9.8;
Re = 6378393.0;
e = 3.367e-3;
Deg_Rad = pi/180.0;
wie = 7
www.eeworm.com/read/367969/9721840
m set_pm.m
function data_PM=Set_PM(type)
fly_type={'swing motion','linear motion','acc motion','turn motion'};
filter={'RBUKFADD',' '};
app={'Velocity_Attitude_Euler','Velocity_Attitude_Quaternion'};
app_det
www.eeworm.com/read/413420/11156780
asv bitload.asv
function [bits_alloc,energy_alloc,SNR] = BitLoad(subchan_gains,total_bits,num_subc,gap,noise,M)
% Bit Loading Algorithm
% ---------------------
%
% Inputs :
% subchan_gains : SubCarrier
www.eeworm.com/read/135298/13941966
h objects.h
/* crypto/objects/objects.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com
www.eeworm.com/read/134728/13975773
m fitness_function.m
function fitness=fitness_function(a,b)
%Fitness_function Function is an example function Of Simple Genetic Algorithm Program (Version 1.0.0.1 )
%Support multi-dimesion parameters
%By chen yi ,CQU .