上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 34 下一页
摘要: 2024年1月编程人总共更新了6篇文章: 1.2023年12月文章一览 2.Programming Abstractions in C阅读笔记:p242-p245 3.Programming Abstractions in C阅读笔记:p246-p247 4.Programming Abstract 阅读全文
posted @ 2024-02-06 11:04 codists 阅读(20) 评论(0) 推荐(0)
摘要: 《Programming Abstractions in C》学习第71天,p258-p282总结,总计25页。 一、技术总结 完成第chapter 6的学习。本章主要讲解回溯算法,并通过“maze(迷宫)”和“minimax strategy(极小化极大策略)”两个实际的例子来讲解。回溯算法简单来 阅读全文
posted @ 2024-01-26 07:27 codists 阅读(6) 评论(0) 推荐(0)
摘要: 《Programming Abstractions in C》学习第70天,p254-p257总结,总计4页。 一、技术总结 1.minimax strategy(极小化极大算法) p255, This idea--finding the position that leaves your oppo 阅读全文
posted @ 2024-01-25 23:39 codists 阅读(10) 评论(0) 推荐(0)
摘要: 《Programming Abstractions in C》学习第69天,p248-p253总结,总计6页。 一、技术总结 “A generalized program for two-player games”如标题所示,该小节强调要学会从一个复杂的程序中抽象出通用的内容——这也是本书的主旨—— 阅读全文
posted @ 2024-01-24 08:04 codists 阅读(6) 评论(0) 推荐(0)
摘要: 《Programming Abstractions in C》学习第68天,p246-p247总结,总计2页。 一、技术总结 本章通过“the game of nim(尼姆游戏)”,这类以现实生活中事物作为例子进行讲解的情况,往往对学习者要求比较高,需要学习者具备一定的人文、历史知识或专业知识,如果 阅读全文
posted @ 2024-01-14 11:16 codists 阅读(12) 评论(0) 推荐(0)
摘要: 《Programming Abstractions in C》学习第67天,p242-p245总结,总计4页。 一、技术总结 6.2小结主要讲回溯算法及递归算法在迷宫求解中应用,当然,理解然后用代码实现出来还是有些难度的。不过,这并不影响我们进行下一节6.3的学习。 二、英语总结 1.skeptic 阅读全文
posted @ 2024-01-10 23:35 codists 阅读(12) 评论(0) 推荐(0)
摘要: 《Programming Abstractions in C》学习第66天,p235-p241总结。 一、技术总结 1.backtracking algorithm(回溯算法) (1)定义 p236, For many real-world problem, the solution process 阅读全文
posted @ 2023-12-19 07:42 codists 阅读(20) 评论(0) 推荐(0)
摘要: 2023年11月编程人总共更新了5篇文章: 1.2023年10月文章一览 2.Programming Abstractions in C阅读笔记:p184-p195 3.Programming Abstractions in C阅读笔记:p196 4.Programming Abstractions 阅读全文
posted @ 2023-12-13 08:12 codists 阅读(10) 评论(0) 推荐(0)
摘要: 《Programming Abstractions in C》学习第65天,p202-p234总结。 一、技术总结 完成第五章学习,第五章介绍递归在实际问题中的进一步应用,例如汉诺塔问题,数学中的排列问题,更有难度。使用递归解决问题时有时候需要借助wrapper function。 二、英语总结 1 阅读全文
posted @ 2023-11-28 23:12 codists 阅读(8) 评论(0) 推荐(0)
摘要: 《Programming Abstractions in C》学习第64天,p196-p201总结。 一、技术总结 很难,唯有继续往下看才能让其变容易。 二、英语总结 1.psychologically是什么意思? 答: (1))psychology > psychological > psycho 阅读全文
posted @ 2023-11-27 23:54 codists 阅读(14) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 34 下一页