代码搜索: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/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,