• Stars
    star
    107
  • Rank 321,726 (Top 7 %)
  • Language
    C++
  • Created over 8 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

造福后人。。。信电project源码

###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)