⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.html

📁 PseudoQ is an open source java application for creating, playing and solving SuDoku puzzles of vario
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta name="generator" content="Netbeans 5.0">
<meta name="author" content="Andrew Stevens">
<meta name="copyright" content="(c) 2005-2006 The PseudoQ Project.">
<!-- Creative Commons license metadata -->
<!--
<rdf:RDF xmlns="http://web.resource.org/cc/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Work rdf:about="">
    <license rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/"/>
    <dc:type rdf:resource="http://purl.org/dc/dcmitype/Software"/>
</Work>
<License rdf:about="http://creativecommons.org/licenses/LGPL/2.1/">
    <permits rdf:resource="http://web.resource.org/cc/Reproduction"/>
    <permits rdf:resource="http://web.resource.org/cc/Distribution"/>
    <requires rdf:resource="http://web.resource.org/cc/Notice"/>
    <permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/>
    <requires rdf:resource="http://web.resource.org/cc/ShareAlike"/>
    <requires rdf:resource="http://web.resource.org/cc/SourceCode"/>
</License>
</rdf:RDF>
-->
<meta name="keywords" content="pseudoq, sudoku, su doku, puzzle, puzzles, open source, java">
<meta name="description" content="PseudoQ is a java application for creating,
playing and solving Su Doku (number place) puzzles of various types.  Uses
&apos;smart&apos; techniques rather than brute force to solve the puzzles.">
<link rel="stylesheet" type="text/css" title="Style" href="pseudoq-site.css">
<title>PseudoQ</title>
</head>
<body>
<div id="menu"><ul>
<li><a href="index.html">Home</a></li>
<li><a href="status.html">Status</a></li>
<li><a href="usage.html">Using PseudoQ</a></li>
<li><a href="charity.html">Support this project</a></li>
<li><a href="license.html">Licensing issues</a></li>
<li><a href="http://sourceforge.net/projects/pseudoq" class="externalLink">SourceForge project</a></li>
</ul></div>

<div id="content">
<h1>PseudoQ - Su Doku puzzles on your computer</h1>
<img src="images/standard_puzzle.png" class="floatRight" width="332" height="395" alt="Standard type puzzle">

<h2>About PseudoQ</h2>
<p>PseudoQ is a java application for creating, playing and solving Su Doku 
(a.k.a. number place) puzzles of various types.  It features both GUI and 
command-line operation.  The automatic solving of puzzles uses &quot;smart&quot;
techniques rather than a brute force search of every possible combination.</p>
<p>PseudoQ was originally intended as an entry for a competition in
<a href="http://www.linuxformat.co.uk/" class="externalLink">Linux Format magazine</a>,
but due to various factors wasn&apos;t ready in
time for their deadline.  However, it was complete enough that it seemed a
shame not to finish it, and maybe raise some money for charity from my efforts.
PseudoQ is <a href="license.html">freely distributable</a> under an open source
license (LGPL).  You are free to copy it, install it on as many machines as you
like, give copies away to all your friends, etc.  If you like it, however,
perhaps you would consider making a
<a href="http://sourceforge.net/donate/index.php?group_id=150500" class="externalLink">donation</a>?
My job pays well enough that I don't need to make any money selling PseudoQ,
so <em>every penny I receive from PseudoQ will go to
<a href="charity.html">charity</a></em>.</p>

<h2>Installing &amp; Running PseudoQ</h2>
<h3>Requirements</h3>
<a href="http://java.com/java/download/index.jsp?cid=jdp75671" target="_blank">
<img class="floatLeft" width="88" height="31" border="0" style="margin: 8px;" alt="GetJava Download Button" title="GetJava" src="http://java.com/en/img/everywhere/getjava_sm.gif?cid=jdp75671">
</a>
<p>To run PseudoQ you will need a Java 5.0 runtime environment installed.  You
can download Sun&apos;s runtime
<a href="http://java.com/en/download/index.jsp" class="externalLink">here</a>.
I haven&apos;t tried it in any other vendor&apos;s JVM, but if anyone does
I&apos;d be interested to hear how they get on.</p>
<p>To <a href="status.html#cvs">build from source</a> you will need a Java 5.0
SDK, and <a href="http://ant.apache.org/" class="externalLink">Apache Ant</a>
version 1.6 or later.  I haven&apos;t tried building PseudoQ with any of the
Java SE 6 (&quot;Mustang&quot;) weekly snapshots, but again if anyone does
I&apos;d be interested to hear about it.</p>
<h3>Download</h3>
<p>You can download pre-built binaries of PseudoQ from the
<a href="http://sourceforge.net/project/showfiles.php?group_id=150500" class="externalLink">SourceForge project download area</a>.
They are packaged in two forms, a zip file and a gzipped tar file.  The zip is
built on a Windows system and the tar on Linux, although both will unpack
perfectly well under either OS.  If you&apos;re using a platform that can&apos;t
handle either of these, you may have to
<a href="status.html#cvs">build from source</a>.</p>
<h3>Extract</h3>
<p>Expand the archive using your favourite tool.</p>
<h3>Run</h3>
<p>The main PseudoQ jar is an executable jar, and the manifest contains a
classpath entry for the various dependency jars.  You should therefore be able
to run the program using the following command from the directory containing
the jars:
<code>java -jar PseudoQ.jar --gui</code>
This starts PseudoQ in GUI mode, opening an initial window from which you can
create new puzzles or reload existing ones from disk.  To see details of the
other options available, use
<code>java -jar PseudoQ.jar</code>
More detailed instructions for using PseudoQ may be found
<a href="usage.html">here</a>.</p>
</div>

<div id="footer">
<span class="left"><a href="http://sourceforge.net/donate/index.php?group_id=150500"><img src="http://images.sourceforge.net/images/project-support.jpg" width="88" height="32" border="0" alt="Support This Project"></a></span>
<span class="right">
<a href="http://www.netbeans.org/downloads/index.html"><img src="images/created-with-nb-1.gif" border="0" alt="Created with NetBeans!"></a>
<a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=150500&amp;type=1" width="88" height="31" border="0" alt="SourceForge.net Logo"></a>
</span>
</div>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -