初学Scala
Folder structure以及部分代码
package.scala的代码
package comx
package object mypkg {
def myprint = println("Hello Ji2 in package object")
}
object mypkg2{
def my...
分类:
其他好文 时间:
2015-03-13 18:53:42
阅读次数:
131
10年时候同事做的一个PPT, 把它整理上来.
Outline
NAND Flash介绍
YAFFS2 Overview
Tnode Structure
YAFFS2 Object
YAFFS2 Misc
Reference
Nand Flash
页(page)
?页是Nand Flash的写入操作的最小单位
○现在常见的flash page si...
分类:
其他好文 时间:
2015-03-13 11:02:27
阅读次数:
227
episode 3--storage structure. ampersand operate with asterisk--library functionepisode 4--generic function 泛型函数swap(void* pa,void*pb,int size);-----am...
分类:
其他好文 时间:
2015-03-12 19:08:47
阅读次数:
144
Is
It A Tree?
Time Limit:1000MS Memory Limit:10000KB 64bit IO Format:%I64d & %I64u
SubmitStatusPracticePOJ
1308
Description
A tree is a well-known data structure that is either emp...
分类:
其他好文 时间:
2015-03-12 17:22:15
阅读次数:
107
欢迎大家阅读参考,如有错误或疑问请留言纠正,谢谢
99 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 soluti...
分类:
其他好文 时间:
2015-03-11 14:56:13
阅读次数:
146
[Project organization] - structure refactoring with TFS...
分类:
Web程序 时间:
2015-03-10 21:37:55
阅读次数:
281
Exploiting the Circulant Structure of Tracking-by-detection with Kernels 公式详细的推导,整个的推导过程就是这样的,我是花了几个月的,分享给大家!...
分类:
其他好文 时间:
2015-03-10 10:29:28
阅读次数:
1923
The separation of structure, presentation and behavior is deadhttp://blog.teamtreehouse.com/the-separation-of-structure-presentation-and-behavior-is-d...
分类:
其他好文 时间:
2015-03-08 06:44:56
阅读次数:
110
离散数学Discrete Mathematics数据结构Data Structure数字电路与逻辑设计Digital Circuit and Logic Design汇编语言程序设计Assembly Language Programming数值分析Numerical Analysis操作系统原理Op...
分类:
其他好文 时间:
2015-03-07 11:30:15
阅读次数:
163
A linked list consists of a series of structures, which are not necessarily adjacent in memory. We assume that each structure contains an integer key and a Next pointer to the next structure. Now give...
分类:
其他好文 时间:
2015-03-06 15:58:03
阅读次数:
163