出自文献:Xiang S, Li H. Revisiting the Continuity of Rotation Representations in Neural Networks[J]. arXiv preprint arXiv:2006.06234, 2020. 摘要 本文详细分析了欧拉角和 ...
分类:
Web程序 时间:
2021-05-04 15:42:46
阅读次数:
0
https://leetcode-cn.com/problems/er-cha-shu-de-jing-xiang-lcof/ 请完成一个函数,输入一个二叉树,该函数输出它的镜像。 例如输入: 4 / \ 2 7 / \ / \1 3 6 9镜像输出: 4 / \ 7 2 / \ / \9 6 3 ...
分类:
其他好文 时间:
2021-02-09 11:56:17
阅读次数:
0
作者:丁仪 来源:https://chengxuzhixin.com/blog/post/30_sui_hou_de_fa_zhan_fang_xiang_he_tu_po.html 前些年,有人说程序员只能干到 30,后来大家把年龄提到 35,最近好像又有提到 40 的迹象。最近 Python 创 ...
分类:
其他好文 时间:
2020-11-25 12:08:27
阅读次数:
5
5. 最长回文子串 思路一:中心扩展法 参考:https://leetcode-cn.com/problems/palindromic-substrings/solution/liang-dao-hui-wen-zi-chuan-de-jie-fa-xiang-jie-zho/ 选定中心点后,同时判 ...
分类:
其他好文 时间:
2020-10-09 21:32:45
阅读次数:
30
Unity Asset的一生 https://unity.cn/projects/zhi-bo-yu-gao-unityzi-shen-ji-zhu-zhuan-jia-gao-chuan-wei-nin-xiang-jie-unity-assetde-yi-sheng Asset资源分为两部分:文 ...
分类:
编程语言 时间:
2020-08-01 21:31:08
阅读次数:
113
数据结构与算法 关于算法的代码写了一些在:https://gitee.com/yuan_yi_xiang/data_structure_algorithm欢迎指正 基础的数据结构: 数组、链表、栈、队列 基础排序算法: 冒泡排序o(n2)、插入排序o(n2)、选择排序o(n2) 归并排序和快速排序都 ...
分类:
编程语言 时间:
2020-05-20 12:05:17
阅读次数:
73
https://leetcode-cn.com/problems/pascals-triangle-ii/solution/xiang-xi-tong-su-de-si-lu-fen-xi-duo-jie-fa-by--28/ 思路: 注意一下给出的用例,最上方节点算是第0行,所以说,第三行的这个3 ...
分类:
其他好文 时间:
2020-05-08 18:01:49
阅读次数:
54
二分查找:思路很简单,细节是魔鬼 参考文章: "https://labuladong.gitbook.io/algo/di ling zhang bi du xi lie/er fen cha zhao xiang jie" 练习题: [leetcode 探索二分查找专题][https://leet ...
分类:
其他好文 时间:
2020-04-30 15:49:29
阅读次数:
89
论文地址 : https://www.aclweb.org/anthology/P19-1410 作者 : Xiang Lin, Shafiq Joty, Prathyusha Jwalapuram, M Saiful Bari 机构 : Nanyang Technological Universi ...
分类:
其他好文 时间:
2020-04-22 00:32:23
阅读次数:
102
https://leetcode-cn.com/problems/n-queens/solution/hui-su-suan-fa-xiang-jie-by-labuladong/ 这篇文章是很久之前的一篇《回溯算法详解》的进阶版,之前那篇不够清楚,就不必看了,看这篇就行。把框架给你讲清楚,你会发现 ...
分类:
编程语言 时间:
2020-03-03 22:26:36
阅读次数:
96