码迷,mamicode.com
首页 >  
搜索关键字:.science    ( 847个结果
UVA - 110
Meta-Loopless SortsBackgroundSorting holds an important place in computer science. Analyzing and implementing various sorting algorithms forms an impo...
分类:其他好文   时间:2014-11-28 09:52:41    阅读次数:265
[ACM] sdut 2882 Full Binary Tree (满二叉树的公共祖先)
Full Binary Tree Time Limit: 2000ms   Memory limit: 65536K  有疑问?点这里^_^ 题目描述 In computer science, a binary tree is a tree data structure in which each node has at most two children...
分类:其他好文   时间:2014-11-27 20:34:56    阅读次数:192
my work
My undergraduate major is Management, but my master major is Competer, from to arts student to science student. So I have dual character. I am not onl...
分类:其他好文   时间:2014-11-27 12:17:50    阅读次数:96
the science of programming BNF范式的优先级
the science of programming 的三点 0.如何用BNF范式写优先级语法 1.关于一个数组的数学解析:数组就是一个函数,index->value的映射 2.BNF范式与正则表达式是不同的,之前一直搞混乱了。正则表达式是用来描述词法,BNF范式是用来描述语法的。 --------------------------------------------------------------------...
分类:其他好文   时间:2014-11-26 14:30:41    阅读次数:168
Deep learning:三十四(用NN实现数据的降维)
数据降维的重要性就不必说了,而用NN(神经网络)来对数据进行大量的降维是从2006开始的,这起源于2006年science上的一篇文章:reducing the dimensionality of data with neural networks,作者就是鼎鼎有名的Hinton,这篇文章也标志着d...
分类:其他好文   时间:2014-11-25 17:49:23    阅读次数:206
The 3n + 1 problem(南阳oj271)(打表法)
The 3n + 1 problem 时间限制:1000 ms  |  内存限制:65535 KB 难度:2 描述Problems in Computer Science are often classified as belonging to a certain class of problems (e.g., NP, Unsolvable, Recursive)....
分类:其他好文   时间:2014-11-23 00:42:44    阅读次数:219
CCF(中国计算机学会)推荐的人工智能与模式识别领域国际期刊、会议列表x学术会议
CCF 推荐期刊 学术会议 列表...
分类:其他好文   时间:2014-11-21 12:46:49    阅读次数:3696
什么是string interning(字符串驻留)以及python中字符串的intern机制
In computer science, string interning is a method of storing only one copy of each distinct string value, which must be immutable. Interning strings makes some string processing tasks more tim...
分类:编程语言   时间:2014-11-16 12:06:31    阅读次数:221
nyoj 269
VF时间限制:1000ms | 内存限制:65535KB难度:2描述Vasya is the beginning mathematician. He decided to make an important contribution to the science and to become famo...
分类:其他好文   时间:2014-11-15 18:50:01    阅读次数:163
Palindrome(最长回文串manacher算法)O(n)
PalindromeTime Limit:15000MSMemory Limit:65536KB64bit IO Format:%I64d & %I64uSubmitStatusDescriptionAndy the smart computer science student was attend...
分类:编程语言   时间:2014-11-12 21:00:46    阅读次数:231
847条   上一页 1 ... 73 74 75 76 77 ... 85 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!