码迷,mamicode.com
首页 >  
搜索关键字:note    ( 7358个结果
LeetCode-Subsets ZZ
LeetCode:SubsetsGiven a set of distinct integers,S, return all possible subsets.Note:Elements in a subset must be in non-descending order.The solution...
分类:其他好文   时间:2014-10-17 10:27:24    阅读次数:293
TIMAC 学习笔记(三)
本文主要内容参考 《Security on TI IEEE 802.15.4 Compliant RF Devices》、《Design Note DN108》、《IEEE 802.15.4协议规范》来考察MAC层的安全机制。 1. MAC层安全机制 先简要介绍一下MAC层的帧格式,下图为通用MAC...
分类:系统相关   时间:2014-10-16 18:21:32    阅读次数:409
[Leetcode] Single Number
Given an array of integers, every element appearstwiceexcept for one. Find that single one.Note:Your algorithm should have a linear runtime complexity...
分类:其他好文   时间:2014-10-16 05:43:32    阅读次数:160
[LeetCode]Binary Tree Preorder Traversal
【题目】 Given a binary tree, return the preorder traversal of its nodes' values. For example: Given binary tree {1,#,2,3}, 1 2 / 3 return [1,2,3]. Note: Recu...
分类:其他好文   时间:2014-10-15 23:57:11    阅读次数:229
leetcode - Minimum Path Sum
Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path. Note: You can only move either down or right at...
分类:其他好文   时间:2014-10-15 15:13:00    阅读次数:200
leetcode - Valid Number
Validate if a given string is numeric. Some examples: "0" => true " 0.1 " => true "abc" => false "1 a" => false "2e10" => true Note: It is intended for the problem statement to be ambiguo...
分类:其他好文   时间:2014-10-15 11:19:20    阅读次数:173
android widget 开发实例 : 桌面便签程序的实现具体解释和源代码 (上)
如有错漏请不吝拍砖指正,转载请注明出处,很感谢 桌面便签软件是android上经常使用软件的一种,比方比較早的Sticky Note,就曾很流行,Sticky Note的介绍能够參见 http://www.tompda.com/c/article/11778/而实际上使用android平台对widg...
分类:移动开发   时间:2014-10-14 19:01:39    阅读次数:220
LeetCode——Single Number II(找出数组中只出现一次的数2)
问题: Given an array of integers, every element appears three times except for one. Find that single one. Note: Your algorithm should have a linear runt...
分类:编程语言   时间:2014-10-14 18:45:39    阅读次数:171
动态改变数据库连接 in Entity Framework 5
今天把silverlight 升级到5,ADO.ENT EF也用NUGet升级到5.结果发现5下的EF默认没有4的那种分部方法了。当然你可以把生成器的属性里面,生成代码的属性替换为default,默认为Note。也可以跟4版本一样有分部方法。但我发现EF5下面更智能,。更好用。EF的链接字符串有相关...
分类:数据库   时间:2014-10-14 14:22:48    阅读次数:232
HGE tutorial05
http://blog.csdn.net/tkokof1/article/details/6527836 // 设置每个变形单元的纹理坐标 // NOTE:注意设置方式disp_array[j*nCols+i].tx=(x+i*cellw)/tw;disp_array[j*nCols+i].ty=(...
分类:其他好文   时间:2014-10-14 14:21:08    阅读次数:118
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!