码迷,mamicode.com
首页 >  
搜索关键字:examples    ( 2038个结果
H264解码深度解析——DM8168 OMX从H264文件读取一帧数据(do chunking of h264)
源码来源:TI DM8168EZSDK OMX examples decode_display   基本执行流程如下: ilclient.c                                                   //主体程序文件 ↓ void IL_ClientInputBitStreamReadTask (void*threadsArg);...
分类:其他好文   时间:2015-01-27 21:54:49    阅读次数:392
一天一段scala代码(-)
一天一段scala代码(-)        为了更好的驾驭spark,最近在学习scala语言特性,主要看《快学scala》,顺便把一些自己认为有用的代码记下来。 package examples object Example1 { def main(args: Array[String]) { //val用于声明可变变量 var coun...
分类:其他好文   时间:2015-01-27 21:52:29    阅读次数:210
MachineLearning - Introduction (Week 1)
机器学习的来源和用例: Machine Learning - Grew out of work in AI - New capability for computers Examples: - Database mining Large datasets from growth of automation/web. E.g., Web click data, medical re...
分类:系统相关   时间:2015-01-24 21:27:36    阅读次数:331
Valid Number
Valid NumberValidate if a given string is numeric.Some examples:"0"=>true" 0.1 "=>true"abc"=>false"1 a"=>false"2e10"=>trueNote:It is intended for the ...
分类:其他好文   时间:2015-01-24 11:30:31    阅读次数:198
Quantum ESPRESSO tutorial: Car-Parrinello Molecular Dynamics
These examples illustrate the applications ofcp.xMD code in the Quantum ESPRESSO distribution. Since MD simulations usually take very long, we will lo...
分类:其他好文   时间:2015-01-23 21:24:40    阅读次数:357
Linux显示文件和目录的详细资料
Linux显示文件和目录的详细资料 youhaidong@youhaidong-ThinkPad-Edge-E545:~$ ls -l 总用量 56 -rw-r--r-- 1 youhaidong youhaidong 8980 12月 15 00:10 examples.desktop drwxr-xr-x 2 root root 4096 1月 1 ...
分类:系统相关   时间:2015-01-22 21:56:38    阅读次数:182
Linux查看目录中的文件
Linux查看目录中的文件 youhaidong@youhaidong-ThinkPad-Edge-E545:~$ ls examples.desktop jdk 公共的 视频 文档 音乐 java workspace 模板 图片 下载 桌面...
分类:系统相关   时间:2015-01-22 21:56:10    阅读次数:187
Linux 显示权限
Linux 显示权限 youhaidong@youhaidong-ThinkPad-Edge-E545:~$ ls -lh 总用量 56K -rw-r--r-- 1 youhaidong youhaidong 8.8K 12月 15 00:10 examples.desktop drwxr-xr-x 2 root root 4.0K 1月 1 21:18...
分类:系统相关   时间:2015-01-22 21:55:12    阅读次数:198
(二)Hadoop例子——运行example中的wordCount例子
Hadoop例子——运行example中的wordCount例子一、 需求说明单词计数是最简单也是最能体现MapReduce思想的程序之一,可以称为 MapReduce版"Hello World",该程序的完整代码可以在Hadoop安装包的"src/examples"目录下找到。单词计数主要完成功能...
分类:其他好文   时间:2015-01-21 22:10:27    阅读次数:226
【leetcode】Valid Number
Valid NumberValidate if a given string is numeric.Some examples:"0"=>true" 0.1 "=>true"abc"=>false"1 a"=>false"2e10"=>trueNote:It is intended for the ...
分类:其他好文   时间:2015-01-20 23:29:44    阅读次数:329
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!