码迷,mamicode.com
首页 >  
搜索关键字:source-code    ( 706个结果
Tree - AdaBoost with sklearn source code
In the previous post we addressed some issue of decision tree, including instability, lack of smoothness, sensitivity to data, and etc. One solution i ...
分类:其他好文   时间:2018-06-10 23:08:01    阅读次数:267
使用Python+OpenCV进行图像模板匹配(Match Template)
2017年9月22日 BY 蓝鲸 LEAVE A COMMENT 本篇文章介绍使用Python和OpenCV对图像进行模板匹配和识别。模板匹配是在图像中寻找和识别模板的一种简单的方法。以下是具体的步骤及代码。 首先导入所需库文件,numpy和cv2。 Source code #导入所需库文件 imp ...
分类:编程语言   时间:2018-06-09 23:09:00    阅读次数:561
Add a new module at fortuna source code.
This article describes how to add a new module at the fortuna source code. Change the makefile file at the topdir directory to add a new module compil... ...
分类:其他好文   时间:2018-06-08 19:23:26    阅读次数:199
essential c++ source code part 1
#include #include #include #include #include #include using namespace std; int main() { ifstream in_file("a.txt"); ofstream out_file("b.txt"); if (!in... ...
分类:编程语言   时间:2018-06-07 10:25:17    阅读次数:216
Linux下Nodejs安装
首先去官网下载代码,这里一定要注意安装分两种,一种是Source Code源码,一种是编译后的文件。我就是按照网上源码的安装方式去操作编译后的文件,结果坑了好久好久。 注意看好你下载的是什么文件!!!对应的安装方式不同啊,亲。 (一) 编译好的文件 简单说就是解压后,在bin文件夹中已经存在node ...
分类:Web程序   时间:2018-06-03 12:22:20    阅读次数:171
Python如何运行
Python是一种解释型语言,在执行Python的时,解释器将源代码source code翻译成字节码byte code,然后byte code交给Python虚拟机PVM去执行,整个流程如下图所示: byte code 1 字节码翻译 Python解释器并不是每次都会将源代码source code ...
分类:编程语言   时间:2018-06-02 16:35:05    阅读次数:150
test
te t ...
分类:其他好文   时间:2018-06-01 20:06:12    阅读次数:111
盒子模型详解
在html文档中,元素体现为一个一个的方形盒子。每个盒子由以下四种属性来确定他在文档中的位置和大小: content 内容区域 padding 内边距 border 边框 margin 外边距 标准和非标准 在 定义下,content占据的空间由(min/max)width,(min/max)hei ...
分类:其他好文   时间:2018-05-30 15:04:57    阅读次数:174
debug到jdk源代码,查看方法内变量
由于小白学习源代码的时候,源代码的方法看不懂 附件 https://files.cnblogs.com/files/jinshugusui/endorsed.rar 参考 http://www.thejavageek.com/2016/04/03/debug-jdk-source-code/ htt ...
分类:其他好文   时间:2018-05-19 11:59:40    阅读次数:118
Ubuntu 16.04 安装 Tesseract 3.05.01
安装依赖 下载 Leptonica 在 的 "Releases" 页面下载 Source code 并解压。 使用 CMake 编译 ...
分类:系统相关   时间:2018-05-16 15:23:52    阅读次数:301
706条   上一页 1 ... 14 15 16 17 18 ... 71 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!