代码搜索:Objective
找到约 3,719 项符合「Objective」的源代码
代码结果 3,719
www.eeworm.com/read/149030/12407267
cpp pgm14_03.cpp
//
// This file contains the C++ code from Program 14.3 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/233929/14127859
cpp monkey-for-test-3.cpp
/*********************************************************************************************************/
/* The algorithm on SPSA based on fuzzy simulation
/* see example 2 in Liu and Liu
www.eeworm.com/read/130057/14209866
cpp stochastic-programming-2.cpp
// Stochastic Programming, Chance-Constrained Programming
// Written by Microsoft Visual C++
// Copyright by UTLab @ Tsinghua University
// http://orsc.edu.cn/UTLab
#include
#include
www.eeworm.com/read/123658/14618934
def objc-tree.def
/* This file contains the definitions and documentation for the
additional tree codes used in the Objective C front end (see tree.def
for the standard codes).
Copyright (C) 1990 Free Software
www.eeworm.com/read/223063/14662359
cpp pgm14_03.cpp
//
// This file contains the C++ code from Program 14.3 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/120261/14808611
out ex3.out
Value of objective function: 58.8
x1 9.2
x2 2.4
Dual values:
c1 1.45217
c2 0.00869565
www.eeworm.com/read/120261/14808613
out ex2.out
Value of objective function: 119.625
x1 9.5625
x2 2.875
Dual values:
c1 0.6875
c2 0.5625
www.eeworm.com/read/215302/15065727
m initialize_variable.m
function f = initialize_variable(N)
V = 6;
K = 8;
MIN = 0;
MAX = 1;
for i = 1 : N
for j = 1 : V
f(i,j) = MIN + (MAX - MIN)*rand;
end
f(
www.eeworm.com/read/211051/15187782
cpp fuzzy-programming-1.cpp
// Fuzzy Programming, Expected Value Model
// Written by Microsoft Visual C++
// Copyright by UTLab @ Tsinghua University
// http://orsc.edu.cn/UTLab
#include
#include
#inc
www.eeworm.com/read/158865/5594310
def objc-tree.def
/* This file contains the definitions and documentation for the
additional tree codes used in the Objective C front end (see tree.def
for the standard codes).
Copyright (C) 1990, 1997 Free So