码迷,mamicode.com
首页 >  
搜索关键字:structure    ( 2775个结果
Non-Rigid Structure-From-Motion
Google搜索第一项就是这个http://www.cs.dartmouth.edu/~lorenzo/nrsfm.html类似的还有这个http://www2.ece.ohio-state.edu/~gotardop/index.html#Publications花很长时间想在Cpp上实现其一,使...
分类:其他好文   时间:2014-10-11 22:57:56    阅读次数:291
[Leetcode] LRU Cache
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the valu...
分类:系统相关   时间:2014-10-11 15:57:45    阅读次数:260
net_device 结构体分析
/* ?*????The?DEVICE?structure. ?*????Actually,?this?whole?structure?is?a?big?mistake.??It?mixes?I/O ?*????data?with?strictly?"high-level"?data,?and?it?has?to?k...
分类:Web程序   时间:2014-10-10 21:23:35    阅读次数:317
LeetCode:LRU cache
题目:LRU cacheDesign and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set.get(key...
分类:系统相关   时间:2014-10-10 20:05:24    阅读次数:357
[UVA] 11995 - I Can Guess the Data Structure! [STL应用]
11995 - I Can Guess the Data Structure!Time limit: 1.000 secondsProblem II Can Guess the Data Structure!There is a bag-like data structure, supporting...
分类:其他好文   时间:2014-10-10 16:35:54    阅读次数:219
Android Studio如何引用jar包(非gradle)
这个和eclipse差别就大了,估计很多人刚开始用Android Studio都对这个设置很苦恼。 直接上图吧,先通过File->Projcet structure打开工程结构界面,或者也可通过快捷图标打开。 如下图,选中Libraries,然后再点击+号,选择Java。 选择Java后,会弹出下图的对话框,选中你jar包所在的libs文件夹,然后点ok(最好在工程下建一个libs的目录,把...
分类:移动开发   时间:2014-10-10 02:55:13    阅读次数:200
前端技能汇总 Frontend Knowledge Structure
Frontend Knowledge Structure项目起源还记得@jayli 的这幅前端知识结构图么。图片的形式具有诸多的不便。缺失源图的我们,无法为此图贡献些什么,随着时间的迁移,或许有些技术点会发生改变,所以有了这个GitHub项目。我们可以通过协作的方式来共同维护这个项目。Git的历史记...
分类:其他好文   时间:2014-10-09 22:47:01    阅读次数:477
POJ 1330 LCA裸题~
POJ 1330 DescriptionA rooted tree is a well-known data structure in computer science and engineering. An example is show...
分类:其他好文   时间:2014-10-09 13:40:33    阅读次数:300
Android学习笔记-Intent(一)
Intent对象在Android官方API这样描述:It is a passive data structure holding an abstract description of an operation to be performed.它是一种数据结构,抽象描述一次将要被执行的操作,其作用.....
分类:移动开发   时间:2014-10-07 03:11:22    阅读次数:341
leetcode - Recover Binary Search Tree
Two elements of a binary search tree (BST) are swapped by mistake. Recover the tree without changing its structure. Note: A solution using O(n) space is pretty straight forward. Could you devis...
分类:其他好文   时间:2014-10-06 18:43:20    阅读次数:201
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!