代码搜索:Objective
找到约 3,719 项符合「Objective」的源代码
代码结果 3,719
www.eeworm.com/read/213877/4910597
h h323-messages.h
/**
* This file was generated by the Objective Systems ASN1C Compiler
* (http://www.obj-sys.com). Version: 5.72, Date: 22-Mar-2005.
*/
#ifndef H323_MESSAGES_H
#define H323_MESSAGES_H
#ifdef __cpl
www.eeworm.com/read/375190/2726114
jam objc.jam
# Copyright Rene Rivera 2008.
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
type OBJECTIVE_C :
www.eeworm.com/read/368662/2812413
m grad_std.m
function [df, dg, d2f] = grad_std(x, baseMVA, bus, gen, gencost, branch, Ybus, Yf, Yt, V, ref, pv, pq, mpopt)
%GRAD_STD Evaluates gradients of objective function & constraints for OPF.
% [df, dg] =
www.eeworm.com/read/265706/11256061
m grad_std.m
function [df, dg, d2f] = grad_std(x, baseMVA, bus, gen, gencost, branch, Ybus, Yf, Yt, V, ref, pv, pq, mpopt)
%GRAD_STD Evaluates gradients of objective function & constraints for OPF.
% [df, dg] =
www.eeworm.com/read/147732/12534301
db doe_task1.db
RunCounter d1 d2 d3 d4 d6 d7 BraceDepth BraceWidth BraceHeight InnerHoleR OuterHoleR OuterHoleDepth WebThickness SEQMAX VOLUMEAnsys VOLUMEProE a b c Objective Penalty ObjectiveAndPenalty Phase Feasibi
www.eeworm.com/read/334923/12562222
m grad_std.m
function [df, dg, d2f] = grad_std(x, baseMVA, bus, gen, gencost, branch, Ybus, Yf, Yt, V, ref, pv, pq, mpopt)
%GRAD_STD Evaluates gradients of objective function & constraints for OPF.
% [df, dg] =
www.eeworm.com/read/188426/8541241
m fun_std.m
function [f, g] = fun_std(x, baseMVA, bus, gen, gencost, branch, Ybus, Yf, Yt, V, ref, pv, pq, mpopt)
%FUN_STD Evaluates objective function & constraints for OPF.
% [f, g] = fun_std(x, baseMVA, b
www.eeworm.com/read/188426/8541384
m fun_ccv.m
function [f, g] = fun_ccv(x, baseMVA, bus, gen, gencost, branch, Ybus, Yf, Yt, V, ref, pv, pq, mpopt)
%FUN_CCV Evaluates objective function & constraints for OPF.
% [f, g] = fun_ccv(x, baseMVA, b
www.eeworm.com/read/385468/8803805
txt description.txt
Description MATLAB implementation of restricted sampling from Gaussian distribution
Objective sample x (column vector) from N(x_mu, x_var), restricted in
x_min=x=x_max.
input x_mu, x_var the p
www.eeworm.com/read/377944/9256954
txt threads.txt
作者:jeru
email: jeru@163.net
日期:7/3/2001 10:03:12 AM
7) Threads
Objective 1)
Write code to define, instantiate and start new threads using both java.lang.Thread and java.lang.Runnable
· Java