会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
codists
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
24
25
26
27
28
29
30
31
32
···
36
下一页
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
阅读(36)
评论(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
阅读(52)
评论(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
阅读(43)
评论(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
阅读(25)
评论(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
阅读(30)
评论(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
阅读(33)
评论(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
阅读(86)
评论(0)
推荐(0)
2023年10月2日
2023年9月文章一览
摘要: 2023年9月编程人总共更新了4篇文章: 1.2023年8月文章一览 2.Programming abstractions in C阅读笔记:p144-p160 3.Programming abstractions in C阅读笔记:p161-p165 4.我为什么选择这样一份经常出差的工作 9月份
阅读全文
posted @ 2023-10-02 08:25 codists
阅读(35)
评论(0)
推荐(0)
2023年9月27日
我为什么选择这样一份经常出差的工作
摘要: 这几个月进入出差模式,在酒店与工厂两点一线之间往返。周五,在返回酒店途中,一名同事问我:“你工作了那么多年,为什么选择这样一份出差的工作?”,言外之意就是出差不方便,与家人、朋友聚少离多。 刚研究生毕业不久,算法岗的同事,相对于毕业好几年,从事后端开发的我而言,确实选择要多得多,有这样的疑问也理解。
阅读全文
posted @ 2023-09-27 07:56 codists
阅读(154)
评论(0)
推荐(0)
上一页
1
···
24
25
26
27
28
29
30
31
32
···
36
下一页
公告