代码搜索:Problem

找到约 10,000 项符合「Problem」的源代码

代码结果 10,000
www.eeworm.com/read/266534/11220750

java assist.java

// Problem Assistance Required // Algorithm Precalculation // Runtime O(n*l[n]) // Author Walter Guttmann // Date 16.07.2000 import java.io.*; public class assist { public static void
www.eeworm.com/read/266534/11220821

txt code.cc.txt

// Problem Code // Algorithm Euler Tour (Depth First Search) // Runtime O(10^(n+1)) // Author Walter Guttmann // Date 2000.07.13 #include #include #include
www.eeworm.com/read/266534/11220828

txt danger.hs.txt

-- Problem In Danger -- Algorithm Recursion -- Runtime O(log(n)) -- Author Walter Guttmann -- Date 06.05.2001 main :: IO () main = do input
www.eeworm.com/read/266534/11220830

txt encoding.hs.txt

-- Problem Run Length Encoding -- Algorithm Straight-Forward -- Runtime O(n) -- Author Walter Guttmann -- Date 2003.12.07 main :: IO () main = do input
www.eeworm.com/read/266529/11221005

cpp gergovia.cpp

// Problem Wine trading in Gergovia // Algorithm greedy // Runtime O(n) // Author Adrian Kuegel // Date 2006.06.18 #include #include #include usi
www.eeworm.com/read/411674/11233877

m tune_ocr.m

% TUNE_OCR Tunes SVM classifier for OCR problem. % % Description: % The following steps are performed: % - Training set is created from data in directory ExamplesDir. % - Multi-class SVM is
www.eeworm.com/read/410973/11262130

txt 5-1301msg1.txt

Subject: sum : native speaker intuition several week ago i post a question about the current status of " native speaker intution " in our discipline . in particular , i wonder about the problem pose
www.eeworm.com/read/334779/12574379

cpp prg15_5.cpp

// File: prg15_5.cpp // the program demonstrates the dynamic programming solution // to the knapsack problem. the vector itemList contains // five items, each with a specified size and value. after
www.eeworm.com/read/147096/12584226

m ip_09_05.m

% MATLAB script for Illustrative Problem 5, Chapter 9. echo on % first determine the maximal length shift register sequences % We'll take the initial shift register content as "00001". connections
www.eeworm.com/read/334076/12643423

m invkine.m

function invkine(action) %INVKINE Inverse kinematics of a robot arm. % INVKINE opens a window for animation of the inverse kinematics % problem of the two-joint robot arm system. The ellipse i