代码搜索:Objective

找到约 3,719 项符合「Objective」的源代码

代码结果 3,719
www.eeworm.com/read/421666/10713044

mod maxcut.mod

/* MAXCUT, Maximum Cut Problem */ /* Written in GNU MathProg by Andrew Makhorin */ /* The Maximum Cut Problem in a network G = (V, E), where V is a set of nodes, E is a set of edges
www.eeworm.com/read/296774/7114287

readme

GNU Objective C notes ********************* This document is to explain what has been done, and a little about how specific features differ from other implementations. The runtime has been complete
www.eeworm.com/read/297233/8041259

readme

GNU Objective C notes ********************* This document is to explain what has been done, and a little about how specific features differ from other implementations. The runtime has been complete
www.eeworm.com/read/456224/6278833

m ofun_741.m

function retval = Ofun_741(x) % objective function retval = x(1)*x(1) - x(2)*x(2);
www.eeworm.com/read/338243/12316807

readme

Statics.cc is a demo to illustrate how the communication between the COOOL library and a user-written objective function computation code is accomplished. In this example we maximize the stacking p
www.eeworm.com/read/123658/14618645

readme

GNU Objective C notes ********************* This document is to explain what has been done, and a little about how specific features differ from other implementations. The runtime has been complete
www.eeworm.com/read/208487/15246494

m nonsmoothopt.m

%% Genetic Algorithm optimization demo % This is a demonstration of how to find a minimum of a non-smooth % objective function using the Genetic Algorithm (GA) function in the % Genetic Algorithm a
www.eeworm.com/read/334162/12628686

readme

The FFTW Codelet Generator In this directory you can find the program that generates the FFTW codelets. You do not need to concern yourself with the codelet generator unless you wish to; the
www.eeworm.com/read/103119/15744664

c ex4.c

/* ---------------------------------------------------------------------------- ex4.C mbwall 28jul94 Copyright (c) 1995-1996 Massachusetts Institute of Technology DESCRIPTION: Example prog
www.eeworm.com/read/102872/15754397

c ex4.c

/* ---------------------------------------------------------------------------- ex4.C mbwall 28jul94 Copyright (c) 1995-1996 Massachusetts Institute of Technology DESCRIPTION: Exampl