码迷,mamicode.com
首页 >  
搜索关键字:chapter    ( 1815个结果
.Net性能的方方面面(必看官方经典)
更多性能提高相关文章,必看 https://msdn.microsoft.com/en-us/library/hh917314.aspx Chapter 1 - Fundamentals of Engineering for Performance Chapter 2 - Performance M ...
分类:Web程序   时间:2017-06-28 17:12:46    阅读次数:171
APPCORE Routine APIs
Introduction to APPCORE Routine APIs This chapter provides you with specifications for calling many Oracle E-Business Suite APIs from your PL/SQL proc ...
分类:移动开发   时间:2017-06-28 13:13:14    阅读次数:249
useful links about machine learning
机器学习(Machine Learning)&深度学习(Deep Learning)资料(Chapter 1) 机器学习(Machine Learning)&深度学习(Deep Learning)资料(Chapter 2) 《机器学习&&深度学习》 视频课程资源 ...
分类:系统相关   时间:2017-06-26 00:37:19    阅读次数:231
HALCON 算子函数(四) File
HALCON 算子函数——Chapter 4 : File 4.1 Images 1. read_image 功能:读取有不同文件格式的图像。 2. read_sequence 功能:读取图像。 3. write_image 功能:用图形格式写图像。 4.2 Misc 1. delete_file ...
分类:其他好文   时间:2017-06-25 22:32:54    阅读次数:258
项目中微信公众号调取支付控件demo
微信支付官方文档:https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=7_7&index=6 前端代码demo (JSP页面): ...
分类:微信   时间:2017-06-23 20:52:32    阅读次数:307
Python基础教程之第5章 条件, 循环和其它语句
Python 2.7.5 (default, May 15 2013, 22:43:36) [MSC v.1500 32 bit (Intel)] on win32 #Chapter 5 条件, 循环和其它语句 #5.1 print和import的很多其它信息 #对于非常多应用程序来说, 使用log ...
分类:编程语言   时间:2017-06-22 21:54:33    阅读次数:231
机器学习基石笔记-chapter 1 The learning problem
论证了在有noise的情形下,机器依然可以学习。然后介绍了error 的几种衡量方法。 想象在抽取弹珠的过程中,弹珠会不断地变色,那么在抽出来的时刻,它的颜色对应一个概率分布。 类比到有noise的情形,就是 对一个x,本来是确定的,加入noise后, 对应到了一个概率分布。 即便如此,在变色弹珠抽 ...
分类:其他好文   时间:2017-06-20 16:17:42    阅读次数:163
杭电OJ(HDU)-ACMSteps-Chapter Two-《An Easy Task》《Buildings》《decimal system》《Vowel Counting》
http://acm.hdu.edu.cn/game/entry/problem/list.php?chapterid=1§ionid=2 1.2.5 #include<stdio.h> /* 题意:找闰年。 if((i%4==0 && i%100!=0) || i%400==0)count++; ...
分类:其他好文   时间:2017-06-20 14:44:26    阅读次数:137
机器学习基石笔记-chapter 1 The learning problem
什么时候适合用机器学习来解决问题? 存在潜在的规律用于学习 但是使用编程定义这种规律困难 存在包含这些规律的数据 机器学习的一种描述: 通过数据D,一个假设的集合H以及一种演算法A,找到集合H中的某个假设g,来逼近真实函数f. A takes D and H to get g. 什么时候适合用机器学 ...
分类:其他好文   时间:2017-06-20 12:21:44    阅读次数:141
animal farm 第一章阅读笔记
chapter 1 Old Major's dream. paragraph 1 //Mr Jones is the mastor of the Manor Farm.That night he was drunk and made his way up to bed. 有一天夜里,曼娜农场的主人琼 ...
分类:其他好文   时间:2017-06-16 21:59:29    阅读次数:354
1815条   上一页 1 ... 71 72 73 74 75 ... 182 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!