三件事需要做:1
window->Preference->java->Compiler->Compiler compliance
lever->设置成最高版本(1.6以上含)2 project->properties->java
compiler->设置成跟上面一样的编译等级。3 project->...
分类:
系统相关 时间:
2014-04-30 13:07:15
阅读次数:
540
jQuery Mobile 页面事件在 jQuery Mobile
中与页面打交道的事件被分为四类:Page Initialization - 在页面创建前,当页面创建时,以及在页面初始化之后Page Load/Unload -
当外部页面加载时、卸载时或遭遇失败时Page Transition -...
分类:
Web程序 时间:
2014-04-29 10:32:47
阅读次数:
477
Just a HookTime Limit: 4000/2000 MS
(Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s):
15093Accepted Submission(s): 7489Proble...
分类:
其他好文 时间:
2014-04-29 10:32:46
阅读次数:
457
题目: There are two sorted arrays A and B of size m
and n respectively. Find the median of the two sorted arrays. The overall run
time complexity should...
分类:
其他好文 时间:
2014-04-29 10:32:46
阅读次数:
359
List的几个方法List=>List.Find()List.FindAll()List.Contains()
List.ForEach()List.ConvertAll() 1. 先比较Find()跟FindAll()。 这个两个函数都是 遍历List的集合,只是
区别在于FindAll()返回的...
分类:
Web程序 时间:
2014-04-29 10:32:46
阅读次数:
443
unit MainUnit;interfaceuses Windows, Messages,
SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls,
Registry;type TfrmMain = ...
分类:
编程语言 时间:
2014-04-29 10:32:46
阅读次数:
436
本文的目的是记录一些在学习贝叶斯网络(Bayesian
Networks)过程中遇到的基本问题。主要包括有向无环图(DAG),I-Maps,分解(Factorization),有向分割(d-Separation),最小I-Maps(Minimal
I-Maps)等。主要参考Nir Friedman的...
分类:
Web程序 时间:
2014-04-29 10:32:45
阅读次数:
449
引入和FMDB第三方类库,
demo地址:http://pan.baidu.com/s/1c0pbfxA 1 #define dataBasePath
[[(NSSearchPathForDirectoriesInDomains(NSDocumentDirectory,NSUserDomainMas...
分类:
数据库 时间:
2014-04-29 10:28:47
阅读次数:
601
本文的主题是“贝叶斯网络”(Bayesian Network)
贝叶斯网络是一个典型的图模型,它对感兴趣变量(variables of
interest)及变量之间的关系(relationships)进行建模。当将贝叶斯模型与统计技术一起使用时,这种图模型分析数据具有如下几个优势:(1)
贝...
分类:
其他好文 时间:
2014-04-29 10:28:46
阅读次数:
521
ARC与MRC的block有着一些区别,笔记整理ARC的block,仅仅是自己参考的笔记,详情请参考
http://www.cnbluebox.com/?p=255在开始之前,请新建一个Model类,写几个如下的属性,用于后面测试block的特性.Block的类型与内存管理根据Block在内存中的位...
分类:
其他好文 时间:
2014-04-29 10:27:47
阅读次数:
480