会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Picassooo
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
30
31
32
33
34
35
36
37
38
···
73
下一页
2022年3月8日
图graph的基础知识
摘要: 摘自:哔哩哔哩 数据结构 【图】
阅读全文
posted @ 2022-03-08 21:31 Picassooo
阅读(72)
评论(0)
推荐(0)
2022年3月4日
转:支持向量机SVM算法
摘要: 知乎:支持向量机(SVM)——原理篇 简书:SVM算法原理
阅读全文
posted @ 2022-03-04 15:00 Picassooo
阅读(58)
评论(0)
推荐(0)
转:one-vs-all classifier分类器,one-vs-one classifier
摘要: one-vs-all classifier和one-vs-one classifier
阅读全文
posted @ 2022-03-04 11:21 Picassooo
阅读(127)
评论(0)
推荐(0)
2022年2月28日
二叉树python实现和可视化
摘要: 在刷LeetCode时,有时候需要在本地调试代码,但是苦于本地没有树的数据类型,所以自己动手用python写了一个二叉树类,并且实现了可视化。 下面的程序仅仅是为了创建二叉树,方便在刷LeetCode有关题目时进行本地调试代码,所以有些功能没有加上去,比如删除节点的功能。程序虽然是二叉树类,也容易扩
阅读全文
posted @ 2022-02-28 10:19 Picassooo
阅读(1489)
评论(0)
推荐(0)
2022年2月23日
转:Python中的一些概念:变量、对象、赋值、引用、浅拷贝、深拷贝
摘要: Python彻底搞懂:变量、对象、赋值、引用、拷贝(知乎,推荐) Python 中变量赋值传递时的引用和拷贝 变量是一个系统表的元素,拥有指向对象的连接的空间。 对象是分配的一块内存,有足够的空间去表示它们所代表的值。 引用是自动形成的从变量到对象的指针。 赋值是指建立变量和对象之间链接(引用)。
阅读全文
posted @ 2022-02-23 21:33 Picassooo
阅读(129)
评论(0)
推荐(0)
2022年2月21日
启发式规则heuristic
摘要:
阅读全文
posted @ 2022-02-21 11:12 Picassooo
阅读(77)
评论(0)
推荐(0)
2022年2月20日
写邮件催审稿(how to write an email to the editor inquiring the status of your submission)
摘要: 我常用的一个模板: Dear xxx, I submitted a manuscript (ID: [paper ID]) entitled "[paper title]" to your journal on [submission date]. Several days later, the s
阅读全文
posted @ 2022-02-20 17:57 Picassooo
阅读(1940)
评论(0)
推荐(0)
2022年2月10日
算法题面试打分体系
摘要: 摘自:https://www.bilibili.com/video/BV1i64y1u7Me/
阅读全文
posted @ 2022-02-10 22:24 Picassooo
阅读(72)
评论(0)
推荐(0)
代码风格优化
摘要: 参考资料: 九章哔哩哔哩 python 最好不要用全局变量
阅读全文
posted @ 2022-02-10 22:17 Picassooo
阅读(52)
评论(0)
推荐(0)
substring和subsequence
摘要: substring是子串。例如,‘wee’ 是 ‘helloween’的substring,‘hwn’ 不是 ‘helloween’的substring。取子串的时候不能隔着字符取。 subsequence是子序列。例如,‘wee’ 和 ‘hwn’ 都是 ‘helloween’的subsequenc
阅读全文
posted @ 2022-02-10 17:53 Picassooo
阅读(496)
评论(0)
推荐(0)
上一页
1
···
30
31
32
33
34
35
36
37
38
···
73
下一页
公告