代码搜索:Algorithm
找到约 10,000 项符合「Algorithm」的源代码
代码结果 10,000
www.eeworm.com/read/100605/15869922
cpp get_algo.cpp
/*************************************************
* Algorithm Retrieval Source File *
* (C) 1999-2002 The Botan Project *
***********************************************
www.eeworm.com/read/475489/6782787
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ModernOptimizeComputing.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX
www.eeworm.com/read/455365/7372867
pdf 37.(1991年提出更有效的boosting算法)boosting a weak learning algorithm by majority.pdf
www.eeworm.com/read/229537/14332515
pdf 冯国壁a simple mc-based algorithm for evaluating reliability of stochastic-flow network with unreliable nodes.pdf
www.eeworm.com/read/474738/6805716
pdf tms320c54x universal multifrequency tone detector (umtd) algorithm user's guide.pdf
www.eeworm.com/read/388823/8573443
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@cryptsof
www.eeworm.com/read/181026/9277108
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/180503/9304193
m comfac.m
function [A,B,C,FIT,IT]=comfac(X,Fac,Options,DoComp,CompIt,Init);
%COMFAC Algorithm for fitting the complex-valued PARAFAC model
%
% See e.g. Rasmus Bro, N. D. Sidiropoulos, and G. B. Giannakis.
www.eeworm.com/read/167397/9969711
makefile
CC = gcc
CFLAGS = `pkg-config --cflags --libs gtk+-2.0`
gLLK: llk_main.c
$(CC) -O2 -Wall -g llk_algorithm.c -o llk_algorithm about.c -o about llk_main.c -o llk_linux $(CFLAGS)
www.eeworm.com/read/164463/10106830
h i2c-id.h
/* ------------------------------------------------------------------------- */
/* */
/* i2c.h - definitions for the i2c-bus interface */
/* */
/* ------------------