代码搜索:solving
找到约 630 项符合「solving」的源代码
代码结果 630
www.eeworm.com/read/263516/11358806
gms fm_gams.gms
$title GAMS/PSAT interface for solving the electricty market problem
$onempty
$offlisting
$offupper
$if exist psatglobs.gms $include psatglobs.gms
set B /1*%nBus%/,
L /1*%nLine%/,
G
www.eeworm.com/read/263516/11359437
gms fm_cong.gms
$title GAMS/PSAT interface for solving the electricty market problem
$onempty
$offlisting
$offupper
$if exist psatglobs.gms $include psatglobs.gms
set B /1*%nBus%/,
L /1*%nLine%/,
G
www.eeworm.com/read/407079/11430373
cpp skyblue_llk_cheatdlg.cpp
//
/*++
Copyright (c) AFE(Active-Free-Elegance)
Module Name:
skyblue_LLK_CheatDlg.cpp
Abstract:
the game's cheating-kernal-solving Dialog class
Author:
Weijian Luo (Arth
www.eeworm.com/read/407079/11430376
h skyblue_llk_cheatdlg.h
//
/*++
Copyright (c) AFE(Active-Free-Elegance)
Module Name:
skyblue_LLK_CheatDlg.h
Abstract:
the game's cheating-kernal-solving Dialog class
Author:
Weijian Luo (Arthur
www.eeworm.com/read/155698/11853160
c md4coll.c
/* MD4 Collision Generator by Patrick Stach
* Implementation of paper by Xiaoyun Wang, et. al.
*
* A few optimizations to make the solving method a bit more deterministic
*
www.eeworm.com/read/341340/12090145
readme
asa_cg is an active set algorithm for solving a bound constrained
optimization problem of the form:
min f (x) subject to lo
www.eeworm.com/read/339979/12190437
cpp md5coll.cpp
/* MD5 Collision Generator by Patrick Stach
* Implementation of paper by Xiaoyun Wang, et all.
*
* A few optimizations to make the solving method a bit more deterministic
*
* Usage:
* ./md5co
www.eeworm.com/read/337307/12377419
m nlsqold.m
function [x,OPTIONS,CostFunction,JACOB] = nlsqold(FUN,x,OPTIONS,GRADFUN,varargin)
%NLSQ Solves non-linear least squares problems.
% NLSQ is the core code for solving problems of the form:
% min
www.eeworm.com/read/222369/14694416
m mlpg1d.m
% MLPG1D - A PROGRAM FOR SOLVING 1D ELASTOSTATIC PROBLEM: A BAR OF UNIT LENGTH SUBJECTED TO
% LINEAR BODY FORCE. THE LEFT END OF THE BAR IS FIXED AND THE RIGHT FREE.
% THE ANAL
www.eeworm.com/read/114456/15052845
m durlev.m
function [ar,rc,PE] = durlev(ACF);
% function [ar,rc,PE] = durlev(ACF);
% estimates AR(p) model parameter by solving the
% Yule-Walker with the Durbin-Levinson recursion
% for multiple channels
%