机器学习_算法_贝叶斯算法 Published 2024-05-21 by 行舟 例子 特征和类别相交 A是类别 B是特征 嫁|帅 … Continue reading机器学习_算法_贝叶斯算法 Leave a Comment
软件工程_原理 Published 2024-05-20 by 行舟 软件工程方法学包含三个要素:方法、工具和过程。方法… Continue reading软件工程_原理 Leave a Comment
C_预备知识 内存 Published 2024-05-20 by 行舟 cpu 直接读取硬盘的速度 ms 毫秒级别 cpu… Continue readingC_预备知识 内存 Leave a Comment
数据结构_二叉树前中后遍历简便方法 Published 2024-05-16 by 行舟 前 在所有节点的左方画圈 然后从根方向开始链接 中… Continue reading数据结构_二叉树前中后遍历简便方法 Leave a Comment
数据结构_分块查找 Published 2024-05-16 by 行舟 索引 有序且 索引对应块的最大值小于后一个索引块的… Continue reading数据结构_分块查找 Leave a Comment
数据结构_二分查找 Published 2024-05-16 by 行舟 顺序查找的缺点 空间复杂度1 时间复杂度 n-i … Continue reading数据结构_二分查找 Leave a Comment