代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/266534/11220732
txt drink.hs.txt
-- Problem Drink, on Ice
-- Algorithm Thermodynamics
-- Runtime O(1)
-- Author Walter Guttmann
-- Date 04.05.2003
import Numeric;
main :: IO ()
main =
do input
www.eeworm.com/read/266534/11220832
txt greed.cc.txt
// Problem Huffman's Greed
// Algorithm Dynamic Programming
// Runtime O(n^3)
// Author Walter Guttmann
// Date 2003.12.07
#include
#include
#include
using
www.eeworm.com/read/266529/11220998
cpp construct_naive.cpp
// Problem Construct the maze
// Algorithm backtracking / breadth first search
// Runtime O(n^5) (n is number of grid squares)
// Author Adrian Kuegel
// Date 2006.06.16
#include
www.eeworm.com/read/266529/11221001
cpp construct.cpp
// Problem Construct the maze
// Algorithm backtracking / breadth first search
// Runtime O(n^4) (n is number of grid squares)
// Author Adrian Kuegel
// Date 2006.06.16
#include
www.eeworm.com/read/266529/11221011
cpp basic.cpp
// Problem Basic wall maze
// Algorithm breadth first search
// Author Adrian Kuegel
// Date 2006.07.08
#include
#include
#include
#include
www.eeworm.com/read/266529/11221249
cpp bingo.cpp
// Problem Bullshit Bingo
// Algorithm straight-forward
// Runtime O(n * log(n))
// Author Adrian Kuegel
// Date 2005.05.27
#include
#include
#include
www.eeworm.com/read/266529/11221256
cpp fool.cpp
// Problem Any fool can do it
// Algorithm Memoization
// Runtime O(n^3)
// Author Adrian Kuegel
// Date 2005.05.27
#include
#include
#include
#inc
www.eeworm.com/read/411401/11246807
m contents.m
% Functions for solving the EIT forward problem in 2D
%
% FEM integrals for the linear triangular elements
%
% grinprodgaus - Computes the integral of the product of the gradients in 2D FEM
% bo
www.eeworm.com/read/411401/11246860
m contents.m
% Functions for solving the EIT inverse problem in 2D
%
% Jacobian computations
%
% Jacobian - Computes the Jacobian for 2D EIT when elementwise basis is used
% JacobianNode - Compute
www.eeworm.com/read/148342/12474595
h pr_loqo.h
/*
* File: pr_loqo.h
* Purpose: solves quadratic programming problem for pattern recognition
* for support vectors
*
* Author: Alex J. Smola
* Created: 10/14/97