代码搜索:Solver
找到约 5,733 项符合「Solver」的源代码
代码结果 5,733
www.eeworm.com/read/386607/8735687
java concurrentpuzzlesolver.java
package net.jcip.examples;
import java.util.*;
import java.util.concurrent.*;
/**
* ConcurrentPuzzleSolver
*
* Concurrent version of puzzle solver
*
* @author Brian Goetz and Tim Peierls
www.eeworm.com/read/386607/8735791
java puzzlesolver.java
package net.jcip.examples;
import java.util.concurrent.atomic.*;
/**
* PuzzleSolver
*
* Solver that recognizes when no solution exists
*
* @author Brian Goetz and Tim Peierls
*/
public cl
www.eeworm.com/read/426591/9012045
java macps.java
import java.util.*;
import java.io.*;
/**
* Missionaries And Cannibals Puzzle Solver.
*
* Solution to the puzzle must not violate any of the following 2 rules: 1)
* Relative headcount: ca
www.eeworm.com/read/449371/7507706
readme
Traveling Salesman Problem Solver for unix
Copyright (C) 1997 K. L. Dunn
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General P
www.eeworm.com/read/296909/8073104
m gpsolve.m
function [obj_value, solution, status] = gpsolve(varargin)
% GPSOLVE Solves a geometric programming optimization problem.
%
% GPSOLVE calls the internal primal-dual interior point solver
% in ord
www.eeworm.com/read/319180/13459270
changes
ILUPACK 2.0
Changes compared with release V1.1
real/complex symmetric indefinite problems as well as complex Hermitian
indefinite systems are supported by special drivers.
As iterative solver the si
www.eeworm.com/read/457216/1599779
m symbcholfun.m
% L = symbchol(X)
% SYMBCHOL Symbolic block sparse Cholesky factorization.
% L = symbchol(X) returns a structure L that can be used
% by the efficient block sparse Cholesky solver SPARCHOL.
%
www.eeworm.com/read/229812/4733736
readme
FHOURSTONES 1.0
This benchmark is distilled from my pet application `c4', a connect-4
solver. It features a streamlined implementation of exhaustive
alpha-beta search using
www.eeworm.com/read/229812/4733741
c c4.c
/*
* Fhourstones connect-4 solver
*
* implementation of the well-known game
* played on a vertical board of 7 columns by 6 rows,
* where 2 players take turns in dropping counters in a column
www.eeworm.com/read/400650/2348723
c diff_system.c
#include "diff_system.h"
#include "dof_map.h"
#include "numeric_vector.h"
#include "time_solver.h"
DifferentiableSystem::DifferentiableSystem
(EquationSystems& es,