文件名称:codeup:处理草图。 机库“CodeUp”研讨会的材料
文件大小:1.98MB
文件格式:ZIP
更新时间:2024-06-24 06:18:05
Processing
编码 CodeUp是一系列中高级处理研讨会,其目的是提高编程的一般水平。 讲习班将围绕一系列演示文稿展开,可在 [此处] (workshops.wwb.cc) 和一系列练习,其主要存储库将是您面前的练习。 编码(一)。 数据结构 本次研讨会的目的是了解数据结构的概念,并了解如何使用一些最常见的数据结构。 E1。 数组列表 E2。 链表 E3. 哈希映射 编码(二)。 算法与效率 本次研讨会的目的是了解效率概念,以便将它们应用到我们的算法中。 对于练习,最近邻搜索算法 (NSS) 将用作应用连续改进的基础。 E4. 查找表 E5. 最近的邻居搜索 E6. 哈希网格 编码(三)。 设计模式 本次研讨会的目标是了解设计模式的基础知识,以学习编写易于扩展、理解、重用和维护的代码。 E7. 命令 E8. 游客 E9. 简单装饰器 E10. SimpleDecoratorFactory
【文件预览】:
codeup-master
----README.md(1KB)
----Strategy()
--------Strategy.pde(2KB)
--------sketch.properties(48B)
--------ArithmeticOperations.pde(908B)
----LICENSE(18KB)
----NearestNeighbourSearch()
--------NearestNeighbourSearch.pde(4KB)
--------sketch.properties(48B)
----LinkedLists()
--------sketch.properties(48B)
--------LinkedLists.pde(3KB)
--------data()
----HashMaps()
--------a_drawTags.pde(1019B)
--------sketch.properties(48B)
--------b_createTags.pde(3KB)
--------HashMaps.pde(1001B)
--------data()
----SimpleDecoratorFactory()
--------SimpleDecoratorFactory.pde(1KB)
--------Particles.pde(2KB)
--------sketch.properties(48B)
--------Factory.pde(1001B)
----Visitor()
--------Particle.pde(712B)
--------Visitor.pde(1KB)
--------sketch.properties(48B)
--------ParticleVisitor.pde(1KB)
----ArrayLists()
--------sketch.properties(48B)
--------ArrayLists.pde(4KB)
----NearestNeighbourSearch_HashGrid()
--------HashGrid.pde(3KB)
--------sketch.properties(48B)
--------NearestNeighbourSearch_HashGrid.pde(3KB)
----LookupTables()
--------LUT.pde(762B)
--------LookupTables.pde(2KB)
--------sketch.properties(48B)
----SimpleDecorator()
--------Particles.pde(2KB)
--------sketch.properties(48B)
--------SimpleDecorator.pde(1KB)