You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
LeadroyaL 8dd61c1667 添加两个AI的project 9 years ago
Eightpuzzle EightPuzzle&TicTacToe全部完成 9 years ago
NumberRecognition 添加两个AI的project 9 years ago
OneTouchDraw/Java_IntelliJ 添加两个AI的project 9 years ago
ParticlesTracing Update readme.md 9 years ago
TicTacToe EightPuzzle&TicTacToe全部完成 9 years ago
.gitattributes :octocat: Added .gitattributes & .gitignore files 9 years ago
.gitignore :octocat: Added .gitattributes & .gitignore files 9 years ago
README.md 添加两个AI的project 9 years ago

README.md

###2016春夏学期一些课程的project,希望大家能够喜欢 ####2016 Spring Term project, hope can help you!

Welcome friends to join our project! Please don't directly copy the code and cheat teacher!!!


人工智能

  • 八数码问题 EightPuzzle
    • cpp A* algorithms (done!)
    • html mankind algorithms (fail)
  • 井字游戏 tic-tac-toe
    • cpp minmax algorithms (done!)
    • html mankind algorithms (done!)
  • 粒子滤波追踪算法 ParticleTracing
    • matlab (done!)
  • 大作业 一笔画
    • java algorithms (done!)
    • android UI (coding)
  • 手写数字识别 NumberRecognition
    • Naive Bayes Classify matlab (done!)
    • LBP-SVM Classify matlab (very slow)

密码学与网络基础

  • AES和CMAC
    • cpp powered by openssl(coding)
  • RSA和HMAC
    • cpp powered by openssl(coding)