代码搜索:Objective
找到约 3,719 项符合「Objective」的源代码
代码结果 3,719
www.eeworm.com/read/131315/5936651
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/492033/6430571
cpp obj_funct.cpp
#include
#include
#include
#include
/**
This function is here only for linking purposes. Please don't use
this file to put here your objective function.
www.eeworm.com/read/487963/6502927
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/487964/6502929
cpp stochastic-programming-1.cpp
// Stochastic Programming, Expected Value Model
// Written by Microsoft Visual C++
// Copyright by UTLab @ Tsinghua University
// http://orsc.edu.cn/UTLab
#include
#include
www.eeworm.com/read/485012/6570535
m fg_names.m
function [fun, grad] = fg_names(alg)
%FG_NAMES Returns names of functions which evaluate objective, constraints & grad.
% [fun, grad] = fg_names(alg) returns the names of two functions. The first
%
www.eeworm.com/read/409477/11321632
m sga.m
% SGA.M (Simple Genetic Algorithm)
%
% This script implements the Simple Genetic Algorithm.
% Binary representation for the individuals is used.
%
% Author: Hartmut Pohlheim
% Histo
www.eeworm.com/read/403011/11524401
cpp filefunc.cpp
//filefunc.cpp -- function with ostream & parameter
#include
#include
#include
using namespace std;
void file_it(ostream & os, double fo, const double fe[],int n)
www.eeworm.com/read/403009/11524706
cpp filefunc.cpp
//filefunc.cpp -- function with ostream & parameter
#include
#include
#include
using namespace std;
void file_it(ostream & os, double fo, const double fe[],int n)
www.eeworm.com/read/156956/11750126
m fg_names.m
function [fun, grad] = fg_names(alg)
%FG_NAMES Returns names of functions which evaluate objective, constraints & grad.
% [fun, grad] = fg_names(alg) returns the names of two functions. The first
%