码迷,mamicode.com
首页 > 2014年10月30日 > 全部分享
MyEclipse6.5注册
MyEclipse6.5 注册
分类:系统相关   时间:2014-10-30 22:10:30    阅读次数:222
机器学习第二课
上一个博文,我们讲了Linear Regression, gradient descent, normal equations和Locally weighted linear regression,这次博文我们重点来学习Logistic regression,这是机器学习非常重要的一种回归模型,可....
分类:其他好文   时间:2014-10-30 22:10:48    阅读次数:273
2014/10/30 安装 CoreOS
安装 CoreOS 的途径有很多,这里不列举,详见官网。我现在安装 CoreOS 的目的是为了体验,所以选择最简单的方式:VMware OVF 模板。ISO 方式需要编写 cloud-config.yml,坑还是挺多的。用 VMware OVF 部署还是挺简...
分类:其他好文   时间:2014-10-30 21:07:46    阅读次数:207
java:String类hashCode()的实现
一个对象只有一个hashcode,多个对象的hashcode可能相同。 源代码位置:java-source/java/lang/String.java,hashCode()方法: public int hashCode() { int h = hash; if (h == 0 && value.leng...
分类:编程语言   时间:2014-10-30 21:06:57    阅读次数:180
hive报Unable to instantiate org.apache.hadoop.hive.
Logging?initialized?using?configuration?in?jar:file:/usr/share/hive/lib/hive-common-0.13.1.jar!/hive-log4j.properties Exception?in?thread?"main"?java.lang.RuntimeException:?java.lang.Run...
分类:Web程序   时间:2014-10-30 21:05:57    阅读次数:418
如何检测文件夹是否可写可读
private bool CheckFolderWriteable(string path) ??????? { ??????????? if (!Directory.Exists(path)) ??????????? { ??????????????? Directory.CreateDirector...
分类:其他好文   时间:2014-10-30 21:05:53    阅读次数:182
linux高端内存的理解
在linux中,地址空间映射是这样的,把0xc0000000~0xffffffff这1GB内核地址空间划分成2个部分低端的796MB + 高端的128MB,低端796MB就使用f映射,直接映射到物理内存的前796MB上,而高端128MB就用来随时变更g来映...
分类:系统相关   时间:2014-10-30 21:05:14    阅读次数:278
yuv to jpeg
int?write_JPEG_file?(char?*?filename,?unsigned?char*?yuvData,?int?quality,int?image_width,int?image_height) { ?????struct?jpeg_compress_struct?cinfo; ? ?????struct?jpeg_er...
分类:其他好文   时间:2014-10-30 21:06:50    阅读次数:252
【OpenGL】Shader实例分析(七)- 雪花飘落效果
研究了一个雪花飘落效果,感觉挺不错的,分享给大家...
分类:其他好文   时间:2014-10-30 21:06:49    阅读次数:345
Android - 直线(line)画法
Android - 直线(line)画法本文地址: http://blog.csdn.net/caroline_wendy横线(horizontal line)<View android:layout_width="fill_parent" android:layout_height="1dp" android:background="@androi...
分类:移动开发   时间:2014-10-30 21:05:50    阅读次数:218
Android - ProGuard简介
Android - ProGuard简介本文地址: http://blog.csdn.net/caroline_wendyProGuard is a free Java class file shrinker, optimizer, obfuscator, and preverifier.ProGuard是一个免费Java类文件的收缩器(shrinker)、优化器(optimizer)、模糊器(o...
分类:移动开发   时间:2014-10-30 21:03:38    阅读次数:199
JavaScript之this释疑
最近进修JavaScript,看了“You Don't Know JS”这本书,觉得是本JavaScript内功上乘心法,有一定JavaScript基础朋友一定要看看(不推荐入门小朋友看,怕走火入魔)。作者知识渊博,理解透彻,行文流畅,案例经典,绝对的大神级人物。 本文将对书中关于JavaScript中this的讲述做一个小结,也会加入一些自己的理解。算是抛砖,以期引玉。 JavaScript...
分类:编程语言   时间:2014-10-30 21:05:56    阅读次数:293
AVR第1课:准备阶段
AVR单片机第1课程主要是做一个介绍,告诉你学习MCS-51之后应该学习AVR单片机了。讲解了先学理论再做实验的学习方法。...
分类:其他好文   时间:2014-10-30 21:06:24    阅读次数:138
静态网页如何实现动态交互?-JavaScript
静态网页如何实现与用户的静态交互, Javascript的事件处理机制,Javascript在客户机上运行....
分类:编程语言   时间:2014-10-30 21:05:45    阅读次数:202
Android - Layout clipChildren属性
Android - Layout clipChildren属性本文地址: http://blog.csdn.net/caroline_wendyandroid:clipChildren: Defines whether a child is limited to draw inside of its bounds or not.子控件是否它的范围之内,默认是true,如果设为false,则子控件可...
分类:移动开发   时间:2014-10-30 21:04:24    阅读次数:170
POJ 3653 & ZOJ 2935 & HDU 2722 Here We Go(relians) Again(最短路dijstra)
POJ 3653 & ZOJ 2935 & HDU 2722 Here We Go(relians) Again(最短路dijstra)...
分类:Web程序   时间:2014-10-30 21:04:46    阅读次数:199
HDU 5037 FROG (贪心)
Problem Description Once upon a time, there is a little frog called Matt. One day, he came to a river. The river could be considered as an axis.Matt is standing on the left bank now (at position...
分类:其他好文   时间:2014-10-30 21:03:53    阅读次数:147
2029条   上一页 1 ... 13 14 15 16 17 18 19 ... 120 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!