代码搜索:Algorithm
找到约 10,000 项符合「Algorithm」的源代码
代码结果 10,000
www.eeworm.com/read/125279/6032011
in config.in
#
# IPSEC configuration
# Copyright (C) 1998, 1999, 2000,2001 Richard Guy Briggs.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Pub
www.eeworm.com/read/101042/6258599
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/101042/6259147
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/489591/6466180
h data_input.h
/*
ANT-CYCLE ALGORITHM FOR TSP
File: data_input.h
Purpose: define functions used for read data from input file
*/
#ifndef __DATA_INPUT_H__
#define __DATA_INPUT_H__
www.eeworm.com/read/485356/6559815
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/484667/6572452
c cave.c
/*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*
C A V E M O D U L E
GENERAL DESCRIPTION
This module contains routines to support the CAV
www.eeworm.com/read/479064/6698702
c remote.c
/* remote.c
The dhcpctl remote object. */
/*
* Copyright (c) 1999-2000 Internet Software Consortium.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or with
www.eeworm.com/read/477361/6742065
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/258642/11848872
v comparator.v
module comparator (a_gt_b, a_lt_b, a_eq_b, a, b); // Alternative algorithm
parameter size = 2;
output a_gt_b, a_lt_b, a_eq_b;
input [size: 1] a, b;
reg a_gt_b, a_lt_b, a_eq_b;
www.eeworm.com/read/155566/11863236
m fitness_function.m
function [fitness]=fitness_function(x,y,z)
%Fitness_function Function is an example function Of Simple Genetic Algorithm Program (Version 1.0.0.1 )
%Support multi-dimesion parameters
%By chen yi ,C