码迷,mamicode.com
首页 >  
搜索关键字:wikipedia    ( 1486个结果
LeetCode 289 - 生命游戏 - 原地算法
Wikipedia关于原地算法的描述:原地算法(in-place algorithm)基本上不需要额外辅助的数据结构,然而,允许少量额外的辅助变量来转换数据的算法。当算法运行时,输入的数据通常会被要输出的部分覆盖掉。 很容易看出,原地算法的特点是不需要辅助的数据结构而只需要辅助变量。通常,维护一个复 ...
分类:编程语言   时间:2019-08-21 00:27:30    阅读次数:117
Lowest Common Ancestor of a Binary Tree 解答
Question Given a binary tree, find the lowest common ancestor (LCA) of two given nodes in the tree. According to the definition of LCA on Wikipedia: “ ...
分类:其他好文   时间:2019-08-19 09:34:44    阅读次数:92
C#中如何在字符串中设置上标
请参考以下网址中的表格:https://en.wikipedia.org/wiki/Unicode_subscripts_and_superscripts The most common superscript digits (1, 2, and 3) were in ISO-8859-1 and ...
分类:Windows程序   时间:2019-08-05 14:06:25    阅读次数:220
Lindström–Gessel–Viennot lemma定理 行列式板子
https://blog.csdn.net/qq_37025443/article/details/86537261 博客 下面是wiki上的讲解,建议耐心地看一遍...虽然看了可能还是不懂 https://en.wikipedia.org/wiki/Lindström–Gessel–Viennot ...
分类:其他好文   时间:2019-07-21 10:38:34    阅读次数:108
初始Python
本文收录在Python从入门到精通系列文章系列 1. Python简介 1.1 Python的历史 Python的创始人为吉多·范罗苏姆(荷兰语:Guido van Rossum) 此处借鉴于python维基百科:https://zh.wikipedia.org/wiki/Python 1.2 Py ...
分类:编程语言   时间:2019-07-20 13:13:51    阅读次数:131
小小知识点(二十三)circularly symmetric complex zero-mean white Gaussian noise(循环对称复高斯噪声)
数学定义 http://en.wikipedia.org/wiki/Complex_normal_distribution 通信中的定义 在通信里,复基带等效系统的噪声是复高斯噪声,其分布就是circularly symmetric complex Gaussian。你可以理解为我们通常意义的噪声, ...
分类:其他好文   时间:2019-07-16 12:18:34    阅读次数:108
各种网址集合(无标记
本地收藏夹伤不起…… https://zh.wikipedia.org/wiki/Template:%E7%AE%97%E6%B3%95 http://www.csie.ntnu.edu.tw/~u91029/ https://oi-wiki.org/ https://csacademy.com/a ...
分类:其他好文   时间:2019-07-11 12:37:14    阅读次数:218
算法 RingBuffer
https://en.wikipedia.org/wiki/Circular_buffer microsoft on site面试问到到一个,当时有点紧张,然后用链表实现,最后写的也有些问题,要求的单元测试也没有完成。 两种实现,使用数组或者链表,相对来说不需要随机访问,使用链表会更好,实现上链表也 ...
分类:编程语言   时间:2019-07-10 01:13:19    阅读次数:148
《黑客攻防技术-系统实战》第二章--栈溢出4
参考文献: https://en.wikipedia.org/wiki/Buffer_overflow_protectionhttps://www.zhihu.com/question/20871464/answer/18743160http://www.ibm.com/developerworks ...
分类:其他好文   时间:2019-06-29 00:32:57    阅读次数:118
论文《learning to link with wikipedia》
learning to link with wikipedia 目标:It explains how the topics mentioned in unstructured text can be automatically recognized and linked to the appropr ...
分类:其他好文   时间:2019-06-24 18:13:23    阅读次数:132
1486条   上一页 1 ... 8 9 10 11 12 ... 149 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!