ContestFramework

所属分类:后台框架
开发工具:JavaScript
文件大小:3236KB
下载次数:0
上传日期:2016-07-18 12:08:24
上 传 者sh-1993
说明:  一个解决编程竞赛问题的PHP框架
(A PHP framework to do programming contest s problems)

文件列表:
.htaccess (214, 2016-07-18)
.idea (0, 2016-07-18)
.idea\.name (17, 2016-07-18)
.idea\Contest Framework.iml (370, 2016-07-18)
.idea\codeStyleSettings.xml (393, 2016-07-18)
.idea\dictionaries (0, 2016-07-18)
.idea\dictionaries\AliReza.xml (464, 2016-07-18)
.idea\dictionaries\root.xml (208, 2016-07-18)
.idea\encodings.xml (301, 2016-07-18)
.idea\modules.xml (286, 2016-07-18)
.idea\php.xml (188, 2016-07-18)
.idea\scopes (0, 2016-07-18)
.idea\scopes\scope_settings.xml (143, 2016-07-18)
.idea\vagrant.xml (216, 2016-07-18)
.idea\vcs.xml (180, 2016-07-18)
.idea\workspace.xml (48410, 2016-07-18)
.license (35819, 2016-07-18)
LICENSE (35142, 2016-07-18)
Questions (0, 2016-07-18)
Questions\.htaccess (83, 2016-07-18)
Questions\Hex.php (2508, 2016-07-18)
Questions\q1.php (229, 2016-07-18)
Questions\q2.php (225, 2016-07-18)
Questions\q3.php (116, 2016-07-18)
Questions\q4.php (496, 2016-07-18)
class (0, 2016-07-18)
class\Error (0, 2016-07-18)
class\Error\err404.class.php (1803, 2016-07-18)
class\Html (0, 2016-07-18)
class\Html\Html.class.php (5520, 2016-07-18)
class\Manager (0, 2016-07-18)
class\Manager\URL.class.php (2691, 2016-07-18)
class\contest (0, 2016-07-18)
class\contest\contest.class.php (5747, 2016-07-18)
class\home (0, 2016-07-18)
class\home\home.class.php (4650, 2016-07-18)
class\out (0, 2016-07-18)
class\out\code.class.php (1893, 2016-07-18)
... ...

# Contest Framework ##Why? It has an extra power to make your codes shorter and with no wrong. For example look at this simple code that read judge system's input line by line and prints each number that is prime: ```php input, function ($line) { Offprint (is_prime ($line), $line, false); }); } } ?> ``` And are you ready to write it by yourself,but without this framework? ```php
近期下载者

相关文件


收藏者