Skip to content

FlyHighest/PHP-Chinese-Idioms-Solitaire

Repository files navigation

成语接龙网站 PHP Chinese Idioms Solitaire

logo.png

数据说明 About database

数据库收录了13227条常用成语,并且有拼音、解释,大部分成语有出处和例句。

The original database is downloaded from csdn There are 13227 idioms in the database. I've added some columns.

If you want to use it in localhost, the config-example.php should be edited and renamed to config.php.

I use PHP-PDO-MySQL-Class in my project. It works well and is easy to learn (author Canbin Lin).

功能 Functions

1、成语接龙: 输入成语,点击确定,等待几秒钟时间加载。

2、成语释义: 输入成语,点击确定,显示释义。

接龙算法

采用深度优先搜索+分枝定界。参考jielong.php

Demo

http://chengyu.tyz-xyz.com

If you have any suggestions, please contact me([email protected]). Thanks for your support.

About

成语接龙 php实现,附数据库下载。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published