代码搜索:solving
找到约 630 项符合「solving」的源代码
代码结果 630
www.eeworm.com/read/354285/3078330
cpp f1101.cpp
//=====================================
// f1101.cpp
// josephus problem procedural solving
//=====================================
#include
using namespace std;
//--------------------
www.eeworm.com/read/269220/11105468
cpp f1101.cpp
//=====================================
// f1101.cpp
// josephus problem procedural solving
//=====================================
#include
using namespace std;
//--------------------
www.eeworm.com/read/202201/15389585
cpp f1101.cpp
//=====================================
// f1101.cpp
// josephus problem procedural solving
//=====================================
#include
using namespace std;
//--------------------
www.eeworm.com/read/359349/10154320
m program7_1.m
%===================================================
% program 7_1
% Solving a constant coefficient difference equation
% The input sequence must be a closed representation
%======================
www.eeworm.com/read/407070/11430390
h aiphighhope.h
//**********************************************************************
// aipHighHope.h - Problem Solving using the High-Hope Technique
//
// Provides: aipHHProblem aipHHDecision aipHHOpti
www.eeworm.com/read/400645/11571028
cc vslesing.cc
// This may look like C code, but it is really -*- C++ -*-
/*
************************************************************************
*
* Verify application of SVD to solving sets of simultaneous
www.eeworm.com/read/114472/15052351
java world.java
/*******************************************************************************
* This is a simple JAVA-Applet to demonstrate algorithms solving the Traveling
* Salesman problem. Feel free to use
www.eeworm.com/read/114472/15052358
java main.java
/*******************************************************************************
* This is a simple JAVA-Applet to demonstrate algorithms solving the Traveling
* Salesman problem. Feel free to use
www.eeworm.com/read/436207/1850638
m iter_projection_new2.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% solving constraint optimization problem using iterative projection
%
% Eric Xing
% UC Berkeley
% Jan 15, 2002
%
%%%%%
www.eeworm.com/read/436207/1850629
m newton.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% solving constraint optimization problem using Newton-Raphson method
%
% Eric Xing
% UC Berkeley
% Jan 15, 2002
%
%%%%