代码搜索:Algorithm
找到约 10,000 项符合「Algorithm」的源代码
代码结果 10,000
www.eeworm.com/read/160476/10527385
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/270963/11017638
cpp 11-06-04.cpp
#include
#include
#include
#include
using namespace std;
int main()
{
list L;
generate_n(front_inserter(L), 1000, rand);
list::const_iterato
www.eeworm.com/read/270963/11017649
cpp 11-06-03.cpp
#include
#include
#include
#include
using namespace std;
int main()
{
list L;
generate_n(front_inserter(L), 1000, rand);
list::const_iterato
www.eeworm.com/read/270963/11017697
cpp 15-03-05.cpp
#include
#include
#include
#include
#include
using namespace std;
int main()
{
const int N = 10;
int A[N] = {3, -7, 0, 6, 5, -1, -3, 0, 4, -2
www.eeworm.com/read/270963/11017807
cpp 12-02-03.cpp
#include
#include
#include
using namespace std;
int main()
{
vector V1;
V1.push_back(1);
V1.push_back(2);
vector V2;
V2.push_back(3);
V2.push_b
www.eeworm.com/read/198867/7905905
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/331567/12820274
h issimplepoly.h
/******************************************************************************
*
* File: issimplepoly.h
*
* Created: 24/02/2003
*
* Author: Pavel Sakov
* CSIRO Mar
www.eeworm.com/read/329075/12984091
cpp mixedaltoptloop.cpp
/*
Context : Fuzzy Clustering Algorithms
Author : Frank Hoeppner, see also AUTHORS file
Description : implementation of class module MixedAltOptLoop
His
www.eeworm.com/read/139191/13184484
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 .
www.eeworm.com/read/151249/5684500
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