代码搜索:solving
找到约 630 项符合「solving」的源代码
代码结果 630
www.eeworm.com/read/460494/7248770
txt matlab solving tsp traveling salesman problem.txt
用matlab解决TSP旅行商问题
这个案例是针对30个城市实现TSP问题优化.
chap10-1.m
clear all;
close all;
t=31;
s=500;
pc=0.90;
pm=0.20;
pop=zeros(s,t);
for i=1:s
pop(i,1:t-1)=randperm(t-1);
end
for k=1:1:500
i
www.eeworm.com/read/447602/7549200
doc 10solving ordinary differential equations.doc
www.eeworm.com/read/199453/7849922
pdf algorithms, data structures, and problem solving with c++ .pdf
www.eeworm.com/read/331492/12825521
pdf algorithms, data structures, and problem solving with c++ .pdf
www.eeworm.com/read/241518/13137705
mcd solving equations for the populations in a six level model.mcd
www.eeworm.com/read/138162/13256609
pdf algorithms, data structures, and problem solving with c++ .pdf
www.eeworm.com/read/248353/12581299
pdf algorithms, data structures, and problem solving with c++ .pdf
www.eeworm.com/read/176709/9487398
m fct2d.m
function z=fct2D(x,y) % the standard given function,
% also used for solving the Poisson equation
global func3d
switch func3d
case 1
z=abs(6-x.^2-y.^2) ;%1
case 2
z=pea
www.eeworm.com/read/338832/12278765
readme
This directory contains several example programs that use finite-domain and Boolean constraints.
alpha.pl Arithmetic puzzle
bridge.pl Bridge scheduling problem
www.eeworm.com/read/101061/15855036
readme
LAPACK++ v. 1.1a
LAPACK++ is a library for high performance linear algebra computations.
This version includes support for solving linear systems using LU, Cholesky,
QR matrix factorizations,