码迷,mamicode.com
首页 >  
搜索关键字:surface book    ( 5453个结果
机器学习实战-python相关软件库的安装
1安装python2安装sublimetext23安装NumPy、Matplotlibhttp://book.51cto.com/art/201401/426522.htmMatplotlib使用教程http://liam0205.me/2014/09/11/matplotlib-tutorial-...
分类:编程语言   时间:2015-03-13 23:42:54    阅读次数:265
Android 视频缩放/放大
1. 原理 不直接改变Codec输出的视频宽高比,而是改变视频播放器窗口的大小。 2. 设置Window 需要将Window设置未可以超出屏幕尺寸 mWindow.setFlags(WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS, WindowManager.LayoutParams.FLAG_LAYOUT_...
分类:移动开发   时间:2015-03-13 20:47:34    阅读次数:195
JavaScript括号中什么什么不加引号什么时候加引号?
*****我的QQ号:1539832180。欢迎一起讨论学习。*****1、如果是你定义的变量,不能加引号。因为在大多数语言里面,单引号(或双引号)里面的内容表示的都是字符串。2、如果是你定义的字符串,就必须加引号。var str = "this is a book!";document.write...
分类:编程语言   时间:2015-03-13 00:11:32    阅读次数:188
【POJ3461】【KMP】Oulipo
DescriptionThe French author Georges Perec (1936–1982) once wrote a book, La disparition, without the letter'e'. He was a member of the Oulipo group. ...
分类:其他好文   时间:2015-03-12 20:40:22    阅读次数:145
POJ 题目3461 Oulipo(KMP)
Oulipo Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 26479   Accepted: 10550 Description The French author Georges Perec (1936–1982) once wrote a book, La ...
分类:其他好文   时间:2015-03-12 17:11:23    阅读次数:114
c# BOOK类的实现(疑问有答案)
这是别人的程序,只能先学习coby一下:using System;class BOOK { //定义字段 private readonly string isbn; private string titile; private string author; privat...
分类:Windows程序   时间:2015-03-12 14:54:35    阅读次数:143
opencv:同时装多版本opencv的选用/OPENGL
参考:opencv CmakeLists.txt 小示例 用这个the book "Mastering OpenCV with Practical Computer Vision Projects"工程代码:https://github.com/MasteringOpenCV/code/tree/master/Chapter3_MarkerlessAR 这是cmakelists文件...
分类:其他好文   时间:2015-03-12 13:23:56    阅读次数:4285
《Neural networks and deep learning》概览
最近阅读了《Neural networks and deep learning》这本书(online book,还没出版),算是读得比较仔细,前面几章涉及的内容比较简单,我着重看了第三章《Improving the way neural networks learn》,涉及深度神经网络优化和训练的各种技术,对第三章做了详细的笔记(同时参考了其他资料,以后读到其他相关的论文资料也会补充或更改),欢迎有...
分类:Web程序   时间:2015-03-12 13:21:17    阅读次数:189
1.2.3 创建Cocos2D-iPhone的帮助文档
http://book.51cto.com/art/201303/383957.htm《Cocos2D权威指南》第1章开始前的准备工作,本章我们将介绍什么是Cocos2D以及有关Cocos2D的一些重要基础知识,包括如何下载与安装Cocos2D-iPhone的模板、如何安装Cocos2D-iPhon...
分类:其他好文   时间:2015-03-12 11:23:08    阅读次数:148
娇嗔有时候真的好使
Many people focused on those things and treated the book as a big game-playing thing. I had been aiming to have the book reach philosophers, people wh...
分类:其他好文   时间:2015-03-11 17:06:32    阅读次数:108
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!