java语言程序设计-k8凯发旗舰
|
|
|
教学公告
中文资源:
java实例 - 菜鸟教程
arraylist用法 - 菜鸟教程
java 11 api 中文文档
动态规划
动态规划(dp)算法学习
英文资源:
arraylist in java - geeksforgeeks
algorithms - geeksforgeeks
dynamic programming - geeksforgeeks
《程序员面试金典》第六版英文版
cracking the coding interview 189 programming questions and solutions by gayle laakmann mcdowell (z-lib.org).pdf
已上传至教学资源。
英文算法与数据结构视频:
动态规划 - 算法 [《程序员面试金典》作者, 英文字幕]
树 - 数据结构 [《程序员面试金典》作者, 英文字幕]
processing资源:
中文processing资源
processing经典教程书籍《the nature of code》
processing的一些基础用法
processing经典教程书籍《the nature of code》
processing基础图形绘制
processing动画基础
英文processing资源
processing官方网站
processing代码共享网站
the nature of code这本书的官方网站
以下两本processing参考书已上传至教学资源。
make getting started with processing a hands-on introduction to making interactive graphics by casey reas, ben fry (z-lib.org).pdf
the nature of code simulating natural systems with processing by daniel shiffman (z-lib.org).pdf
函数式编程学习资源:
java 8 之函数式编程
java 8 新特性(lambda 表达式、方法引用、默认方法、stream api)
《haskell趣学指南》中文版
《haskell趣学指南》英文版
《haskell趣学指南》英文版pdf已上传至教学资源:
learn you a haskell for great good a beginners guide by miran lipovaca (z-lib.org).pdf
haskell在线编译器
函数式编程,递归、高阶函数可参考
《计算机程序的构造和解释》第一章 构造过程抽象
structure and interpretation of computer programs chapter 1 building abstractions with procedures
英文版与中文版都已上传至教学资源。
让我开拓眼界的haskell
coding exercises
programs and coding exercises in the textbook
top interview questions (easy collection)
arrays 101 (introduction to data structure)
recursion i (introduction to algorithms)
recursion ii (introduction to algorithms)
99 haskell problems
the fibonacci sequence - 用haskell无限列表生成fibonacci序列