代码搜索:Solver
找到约 5,733 项符合「Solver」的源代码
代码结果 5,733
www.eeworm.com/read/353831/10414787
m t_auction_pdipm.m
function t_auction_pdipm(quiet)
%T_AUCTION_PDIPM Tests for code in auction.m, using PDIPMOPF solver.
% MATPOWER
% $Id: t_auction_pdipm.m,v 1.2 2007/08/14 15:32:22 ray Exp $
% by Ray Zimmerman,
www.eeworm.com/read/275418/10817042
frm frmcalcsolver.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmCalcSolver
Caption = "Calculation Solver"
ClientHeight = 3372
Client
www.eeworm.com/read/409010/11361757
cpp cvm_core.cpp
#include
#include
#include
#include
#include
#include
#include
#include
#include "cvm.h"
//
// Solver for Lagran
www.eeworm.com/read/257911/11907239
m t_auction_minopf.m
function t_auction_minopf(quiet)
%T_AUCTION_MINOPF Tests for code in auction.m, using MINOPF solver.
% MATPOWER
% $Id: t_auction_minopf.m,v 1.3 2007/08/14 15:32:22 ray Exp $
% by Ray Zimmerman
www.eeworm.com/read/257911/11907244
m t_auction_pdipm.m
function t_auction_pdipm(quiet)
%T_AUCTION_PDIPM Tests for code in auction.m, using PDIPMOPF solver.
% MATPOWER
% $Id: t_auction_pdipm.m,v 1.2 2007/08/14 15:32:22 ray Exp $
% by Ray Zimmerman,
www.eeworm.com/read/260708/4328891
mak rubik.mak
# Makefile for building rubik's cube solver using Cogent Prolog
rubik.xpl : rubik.plm &
rubdata.plm rubdisp.plm rubedit.plm rubhelp.plm rubhist.plm rubmov.plm
cpl rubik rubik rubdata rubdis
www.eeworm.com/read/203427/15359413
m rk4.m
function [tout, yout]=rk4(odefile,tspan,y0)
% 4 Order Runge-Kutta ODE Solver
% [tout, yout]=rk4(odefile,tspan,y0)
% odefile is a string variable which indicates the name of the ODE file used.
www.eeworm.com/read/421666/10713250
txt bench.txt
Solver: GLPSOL 4.0 (options used: --simplex --presol)
Computer: Intel Pentium 4, 1.5 GHz, L2 256K, Chipset i850
Platform: Debian GNU/Linux 2.2
Compiler: GCC 2.95.2 (options used: -O3)
Test set: Netl
www.eeworm.com/read/463474/7180265
m m_dretf.m
function [T,Y] = m_dreTF(drefun,vTimeRange,bidon_y0,rParam)
%discrete recursive ecuation solver for time/frequency plotting (y[n]=drefun(y[n-1]))
%ensure that y0 is a row vector
y0=zeros(1,length
www.eeworm.com/read/315461/13541905
m ch11_f.m
% Produce a state portrait for the SIMULINK model sysmdl_l
% using a quiver plot
h = 0.01 ; % Fixed step size
opts = simset('Solver','ode5','FixedStep',h) ;
x1 = -3:0.25:3 ; % Set up the x1 and x2 g