随笔分类 -  3-syntax

摘要:<! +++ title = "【笔记】常见的设计模式及示例" description = "1. 创建型; 2. 结构型; 3. 行为型" date = "2022 01 03" tags = ["usual"] categories = ["3 syntax","30 设计模式"] series 阅读全文
posted @ 2020-06-11 15:27 brt2 阅读(262) 评论(0) 推荐(0)
摘要:<! +++ title = "【转载】图解NumPy" description = "1. 读写文件; 2. 内建向量/矩阵; 3. 切片操作; 4. 聚合函数; 5. 矩阵的转置和重构; 6. 常用操作API; 7. 应用实例; 8. 附录" date = "2021 12 21" tags = 阅读全文
posted @ 2020-06-11 15:27 brt2 阅读(314) 评论(1) 推荐(1)
摘要:<! +++ title = "C++语法" description = "1. 编译器; 2. 语法; 3. 头文件.h与源文件.cpp; 4. class; 5. 其他" date = "2022 01 03" tags = [] categories = ["3 syntax","35 cpp 阅读全文
posted @ 2020-05-28 18:22 brt2 阅读(297) 评论(0) 推荐(0)
摘要:<! +++ title = "STL容器操作" description = "1. 通用算法; 2. 数组; 3. Vector; 4. List; 5. Tuple; 6. Pair; 7. Sets / Multiset; 8. Map / Multimap; 9. 无序容器; 10. Que 阅读全文
posted @ 2020-05-28 17:27 brt2 阅读(160) 评论(0) 推荐(0)
摘要:<! +++ title = "Python惯用法" description = "1. 不要使用可变类型作为参数的默认值" date = "2021 12 21" tags = [] categories = ["3 syntax","33 python"] series = [] keyword 阅读全文
posted @ 2020-05-28 17:13 brt2 阅读(163) 评论(0) 推荐(0)
摘要:<! +++ title = "mail邮件操作" description = "1. 概念; 2. python::smtplib" date = "2022 01 03" tags = [] categories = ["3 syntax","33 python","3rd modules"] 阅读全文
posted @ 2020-05-28 17:09 brt2 阅读(301) 评论(0) 推荐(0)
摘要:<! +++ title = "Modern C++" description = "1. auto 关键字; 2. 智能指针(smart pointers); 3. std::string & std::string_view; 4. 标准库增加的函数; 5. for 循环的新句式; 6. con 阅读全文
posted @ 2020-05-27 18:18 brt2 阅读(440) 评论(0) 推荐(0)
摘要:<! +++ title = "查找算法" description = "1. 顺序查找; 2. 二分查找; 3. 索引顺序查找(分块查找)算法; 4. 静态树表查找算法; 5. 动态查找表:二叉排序树(二叉查找树)" date = "2022 01 03" tags = [] categories 阅读全文
posted @ 2020-05-27 18:09 brt2 阅读(557) 评论(0) 推荐(0)
摘要:<! +++ title = "动态规划法" description = "1. 适用范围; 2. 从问题入手; 3. Unique Paths(LintCode 114, 机器人路径); 4. 计算字符串相似度(最优子结构和重叠子问题)" date = "2022 01 03" tags = [] 阅读全文
posted @ 2020-05-27 17:56 brt2 阅读(319) 评论(0) 推荐(0)
摘要:<! +++ title = "Python多线程 threading" description = "1. GIL; 2. API; 3. 创建子线程; 4. 线程同步; 5. 定时器; 6. 线程安全; 7. 线程池:ThreadPoolExecutor" date = "2021 12 21" 阅读全文
posted @ 2020-05-26 20:30 brt2 阅读(293) 评论(0) 推荐(0)
摘要:<! +++ title = "Python常用模块" description = "1. Exception类; 2. 内置函数; 3. File; 4. platform; 5. shutil; 6. os; 7. os.path; 8. pathlib; 9. time; 10. dateti 阅读全文
posted @ 2020-05-26 19:49 brt2 阅读(211) 评论(0) 推荐(0)
摘要:<! +++ title = "Python字符串处理 str/bytes" description = "1. str; 2. bytes / bytearray; 3. printf style String Formatting" date = "2021 12 21" tags = ["us 阅读全文
posted @ 2020-05-26 19:06 brt2 阅读(414) 评论(0) 推荐(0)
摘要:<! +++ title = "Python正则式 re" description = "1. 相关概念; 2. 模式Pattern; 3. API; 4. 其他" date = "2021 12 21" tags = ["usual"] categories = ["3 syntax","33 p 阅读全文
posted @ 2020-05-26 17:42 brt2 阅读(201) 评论(0) 推荐(0)
摘要:<! +++ title = "Python数据结构" description = "1. list; 2. tuple; 3. set; 4. dict; 5. Queue; 6. array; 7. enum; 8. collections" date = "2021 12 21" tags = 阅读全文
posted @ 2020-05-26 17:28 brt2 阅读(147) 评论(0) 推荐(0)