代码搜索:solving
找到约 630 项符合「solving」的源代码
代码结果 630
www.eeworm.com/read/251851/12314776
c cddlp.c
/* cddlp.c: dual simplex method c-code
written by Komei Fukuda, fukuda@ifor.math.ethz.ch
Version 0.94a, Aug. 24, 2005
*/
/* cddlp.c : C-Implementation of the dual simplex method for
solving
www.eeworm.com/read/249070/12523250
html index.html
Source Code - 4th Edition
Data Abstraction and Problem Solving with C++
Walls and Mirrors
(4th edition)
by Frank
www.eeworm.com/read/417661/10981140
c sparsesvd_partialeig.c
/*
Finds a sparse rank-one approximation to a given symmetric matrix A, by solving the SDP
min_X lambda_max(A+X) : X = X', abs(X(i,j))
www.eeworm.com/read/460712/7105552
m chap10_2.m
%TSP Solving by Hopfield Neural Network
function TSP_hopfield()
clear all;
close all;
A=1.5;
D=1;
u0=0.02;
Step=0.01;
S=2;
if S==1
N=4;
cityfile = fopen( 'e:\ljkmb\4.txt', 'rt' );
el
www.eeworm.com/read/441902/7663198
m chap10_2.m
%TSP Solving by Hopfield Neural Network
function TSP_hopfield()
clear all;
close all;
A=1.5;
D=1;
u0=0.02;
Step=0.01;
S=2;
if S==1
N=4;
cityfile = fopen( 'e:\ljkmb\4.txt', 'rt' );
el
www.eeworm.com/read/439271/7713458
m chap10_2.m
%TSP Solving by Hopfield Neural Network
function TSP_hopfield()
clear all;
close all;
A=1.5;
D=1;
u0=0.02;
Step=0.01;
S=2;
if S==1
N=4;
cityfile = fopen( 'e:\ljkmb\4.txt', 'rt' );
el
www.eeworm.com/read/262080/11607700
m geneticalgorithm.m
% Genetic algorithm for solving simple optimization problem
% f(x)=x1^2+x2^2, -5≤x1≤5, -5≤x2≤5
%The stategy of optimal maintaince is applied in the algorithm
clear all;
clc;
format long;
Popu
www.eeworm.com/read/242898/4533426
readme
claw/clawpack/2d/example2
This directory contains an example driver routine for solving the 2D
scalar equation $u_t + (u^2)_x + (u^4)_y = 0$ as an illustration of how the
Riemann solvers rpn2 and rp
www.eeworm.com/read/222287/14698061
cpp bashuma.cpp
/********************* 求解八数码问题的程序******************/
// the subfunction of solving the question
int Data_Result[3][3] = {{1,2,3},{8,0,4},{7,6,5}};
void Ba_Shu_Ma(int ** Data)
{
int i,j,Num
www.eeworm.com/read/221024/14762817
edu^~alton^22c5^ http:^^www.cs.uiowa.edu^~alton^22c5^
Date: Wed, 20 Nov 1996 23:19:06 GMT
Server: NCSA/1.5
Content-type: text/html
22C:005 Problem Solving and Computing