会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
codists
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
24
25
26
27
28
29
30
31
32
···
36
下一页
2023年12月13日
2023年11月文章一览
摘要: 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
阅读(18)
评论(0)
推荐(0)
2023年11月28日
Programming Abstractions in C阅读笔记:p202-p234
摘要: 《Programming Abstractions in C》学习第65天,p202-p234总结。 一、技术总结 完成第五章学习,第五章介绍递归在实际问题中的进一步应用,例如汉诺塔问题,数学中的排列问题,更有难度。使用递归解决问题时有时候需要借助wrapper function。 二、英语总结 1
阅读全文
posted @ 2023-11-28 23:12 codists
阅读(30)
评论(0)
推荐(0)
2023年11月27日
Programming Abstractions in C阅读笔记:p197-p201
摘要: 《Programming Abstractions in C》学习第64天,p196-p201总结。 一、技术总结 很难,唯有继续往下看才能让其变容易。 二、英语总结 1.psychologically是什么意思? 答: (1))psychology > psychological > psycho
阅读全文
posted @ 2023-11-27 23:54 codists
阅读(40)
评论(0)
推荐(0)
2023年11月14日
Programming Abstractions in C阅读笔记:p196
摘要: 《Programming Abstractions in C》学习第63天,p196总结。涉及到编程之外的知识,依然是读起来很费劲,需要了解作者在书中提到的人物(Edouard Lucas)、地点(Benares)、神话传说(Brahma)等等。虽然深知自己做不到对人文知识,历史知识精通,但也希望能
阅读全文
posted @ 2023-11-14 08:17 codists
阅读(53)
评论(0)
推荐(0)
2023年11月6日
Programming abstractions in C阅读笔记:p184-p195
摘要: 《Programming Abstractions In C》学习第61天,p184-p195总结。 一、技术总结 1.mutual recursion 2.natural number (1)定义 p184, If you limit the domain of possible values t
阅读全文
posted @ 2023-11-06 23:37 codists
阅读(45)
评论(0)
推荐(0)
2023年11月1日
2023年10月文章一览
摘要: 2023年10月编程人总共更新了6篇文章: 1.2023年9月文章一览 2.Programming abstractions in C阅读笔记:p161-p165 3.Programming abstractions in C阅读笔记:p166-p175 4.Programming abstract
阅读全文
posted @ 2023-11-01 13:42 codists
阅读(28)
评论(0)
推荐(0)
2023年10月23日
Programming abstractions in C阅读笔记:p181-p183
摘要: 《Programming Abstractions In C》学习第61天,p181-p183总结。 一、技术总结 1.linear search algorithm 2.lexicographic order(字典顺序) 3.binary search algorithm(二分查找算法) /* *
阅读全文
posted @ 2023-10-23 08:58 codists
阅读(35)
评论(0)
推荐(0)
2023年10月16日
Programming abstractions in C阅读笔记:p179-p180
摘要: 《Programming Abstractions In C》学习第60天,p179-p180总结。 一、技术总结 1.palindrome(回文) (1)包含单个字符的字符串(如"a"),或者空字符串(如" ")也是回文。 (2)示例:“level”、"noon"。 2.predicate fun
阅读全文
posted @ 2023-10-16 09:48 codists
阅读(36)
评论(0)
推荐(0)
2023年10月10日
Programming abstractions in C阅读笔记:p176-p178
摘要: 《Programming Abstractions In C》学习第59天,p176-p178总结。 一、技术总结 1.addtive sequences tn = tn-1 + tn-2 序列:3, 7, 10, 17, 27, 44, 71, 115, 186, 301, 487, 788, 1
阅读全文
posted @ 2023-10-10 21:14 codists
阅读(35)
评论(0)
推荐(0)
2023年10月8日
Programming abstractions in C阅读笔记:p166-p175
摘要: 《Programming Abstractions In C》学习第58天,p166-p175总结。 一、技术总结 1.斐波那契数列(Fibonacci Sequenc) (1)斐波那契数列来源 斐波那契数列来自于《Liber Abaci》一书里兔子繁殖问题,相关资料很多,这里不赘述。 (2)关于《
阅读全文
posted @ 2023-10-08 09:53 codists
阅读(91)
评论(0)
推荐(0)
上一页
1
···
24
25
26
27
28
29
30
31
32
···
36
下一页
公告