AI代写:CSCI561 Go Game 发表于 2020-02-14 | 分类于 Python 使用Reinforcement Learning去实现一个类似Alpha-Go的围棋的AI。 阅读全文 »
Java代写:CP471 Lexical Analysis and Parsing 发表于 2020-02-10 | 分类于 Java 实现Compiler里面的Lexical Analysis和Parsing部分。 阅读全文 »
Python代写:ITI1120 14 Programming Questions 发表于 2020-02-09 | 分类于 Python 练习Python入门编程,完成14个小程序,如Palindrome。 阅读全文 »
Python代写:ECS32B Battleship 发表于 2020-02-05 | 分类于 Python 实现游戏Battleship,游戏本身逻辑不复杂,但是需要通过的测试集非常麻烦,特别是对于异常输入的处理。 阅读全文 »
C++代写:MFE2020 Simulate Price 发表于 2020-02-03 | 分类于 CPP 完成两个小程序,包括一个Price Simulations,以及Binomial Tree Calculation. 阅读全文 »