结果:找到“classic computer science”相关内容5个,排序为按回复时间降序,搜索更多相关帖子请点击“高级
【全网首发-2019新书】Classic Computer Science Problems in Python
10 个回复 - 2671 次查看 [*]Title: Classic Computer Science Problems in Python [*]Author: David Kopec [*]Length: 224 pages [*]Edition: 1 [*]Language: English [*]Publisher: Manning Publications [*]Publication Date: 201 ...2019-3-11 15:01 - jasonwu24 - python论坛
Classic Computer Science Problems in Python
1 个回复 - 859 次查看 Book Description: Classic Computer Science Problems in Python deepens your knowledge of problem-solving techniques from the realm of computer science by challenging you with t ...2019-3-15 10:16 - chocobocn - python论坛
Logics for Computer Science: Classical and Non-Classical
7 个回复 - 458 次查看 by Anita Wasilewska English | 2018 | ISBN: 3319925903 | 535 Pages | PDF Providing an in-depth introduction to fundamental classical and non-classical logics, this textbook offers a comprehensive ...2018-11-16 10:12 - igs816 - 经管书评
Classic Computer Science Problems in Python
1 个回复 - 753 次查看 很经典的书2021-5-5 22:25 - jiewen_zhang - 商业数据分析
【学习笔记】Classical Computer Science Problems - small problems
3 个回复 - 516 次查看 1 - The Fibonacci sequence fib(0) = 0 fib(1) = 1 fib(n) = fib(n - 1) + fib(n - 2) 2 - Trivial compression Compression is the act of taking data and encoding it (changing its form) in such a way ...2019-5-29 02:59 - liuxf666 - Forum