代码搜索:solved
找到约 243 项符合「solved」的源代码
代码结果 243
www.eeworm.com/read/145388/7125288
m ex9mbvp.m
function ex9mbvp
%EX9MBVP Example 9 of the BVP tutorial, solved as a multi-point BVP
% This boundary value problem is the subject of Chapter 8 of
% C.C. Lin and L.A. Segel, Mathematics Applie
www.eeworm.com/read/443457/7632873
cpp 1304.cpp
#include
#include
using namespace std;
struct team{
int sub[5];
int times[5];
char name[100];
int solved;
int all;
};
bool cmp(team a,team b){
i
www.eeworm.com/read/441325/7671801
m savecase.m
function fname_out = savecase(fname, p1, p2, p3, p4, p5, p6, p7)
%SAVECASE Saves a MATPOWER case file, given a filename and the data matrices.
%
% savecase(fname, baseMVA, bus, gen, branch)
% sav
www.eeworm.com/read/241396/13147270
m savecase.m
function fname_out = savecase(fname, p1, p2, p3, p4, p5, p6, p7)
%SAVECASE Saves a MATPOWER case file, given a filename and the data matrices.
%
% savecase(fname, baseMVA, bus, gen, branch)
% sav
www.eeworm.com/read/138987/13197188
m savecase.m
function fname_out = savecase(fname, p1, p2, p3, p4, p5, p6, p7)
%SAVECASE Saves a MATPOWER case file, given a filename and the data matrices.
%
% savecase(fname, baseMVA, bus, gen, branch)
% sav
www.eeworm.com/read/485012/6570545
m savecase.m
function fname_out = savecase(fname, p1, p2, p3, p4, p5, p6, p7)
%SAVECASE Saves a MATPOWER case file, given a filename and the data matrices.
%
% savecase(fname, baseMVA, bus, gen, branch)
% sav
www.eeworm.com/read/156956/11750164
m savecase.m
function fname_out = savecase(fname, p1, p2, p3, p4, p5, p6, p7)
%SAVECASE Saves a MATPOWER case file, given a filename and the data matrices.
%
% savecase(fname, baseMVA, bus, gen, branch)
% sav
www.eeworm.com/read/211952/15170034
pas p1764.pas
PROGRAM p1764;
VAR
n,i,j :Longint;
s,bestname,name,t :String;
maxsolved,mincost :Longint;
p,q,code
www.eeworm.com/read/265706/11256049
m savecase.m
function fname_out = savecase(fname, p1, p2, p3, p4, p5, p6, p7)
%SAVECASE Saves a MATPOWER case file, given a filename and the data matrices.
%
% savecase(fname, baseMVA, bus, gen, branch)
% sav
www.eeworm.com/read/147693/12538501
pl fig13_12.pl
% Figure 13.12 Best-first AND/OR search program.
/* BEST-FIRST AND/OR SEARCH
This program only generates one solution. This
solution is guaranteed to be a cheapest one if the
h