码迷,mamicode.com
首页 >  
搜索关键字:source-code    ( 706个结果
Python.Scrapy.11-scrapy-source-code-analysis-part-1
Scrapy 源代码分析系列-1 spider, spidermanager, crawler, cmdline, command分析的源代码版本是0.24.6, url:https://github.com/DiamondStudio/scrapy/blob/0.24.6如github 中Scra...
分类:编程语言   时间:2015-07-15 18:50:33    阅读次数:381
Notepad++
Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages. Runni...
分类:其他好文   时间:2015-07-13 20:33:10    阅读次数:122
Centos 安装sdcv
首先下载sdcv这是linux下的sdcv安装:首先执行下面的指令:mkdir /tmp/build-sdcv cd /tmp/build-sdcvcmake path/to/source/code/of/sdcv cmake后面的路径是sdcv源码的路径。例如我的是~/Download/sd...
分类:其他好文   时间:2015-07-10 22:02:09    阅读次数:339
Apple Developer Registration and DUNS Number Not Accepted
Now that I have my Mac and app source code. I’m ready to start working on my first app. The next step is to sign up for the Apple Developer’s License....
分类:移动开发   时间:2015-07-09 16:04:00    阅读次数:321
算法实现之python篇
Python source code:gradient_boosting_regression.pyfrom sklearn import ensemblefrom sklearn.metrics import mean_squared_error# Fit regression modelpara...
分类:编程语言   时间:2015-07-05 23:50:23    阅读次数:166
Setup iOS Development Environment.
Setup iOS Development EnvironmentInstall XCode and check-out source code from SVNXCodePlease find document from Apple on how to install XCode. Check-out Source CodeIn XCode, Use menu “Source Control” -...
分类:移动开发   时间:2015-07-03 23:28:37    阅读次数:234
python Queue在两个地方
其一:Source code: Lib/queue.pyThe queue module implements multi-producer, multi-consumer queues. It is especially useful in threaded programming when in...
分类:编程语言   时间:2015-07-02 09:58:07    阅读次数:215
编译型/解释型语言,什么时候用shell
编译型语言很多传统的程序设计语言,例如Fortran、Ada、Pascal、C、C++和Java,都是编译型语言。这类语言需要预先将我们写好的源代码(source code)转换成目标代码(object code),这个过程被称作“编译”。运行程序时,直接读取目标代码(object code)。由于...
分类:编程语言   时间:2015-07-02 06:32:08    阅读次数:164
FMDB使用(转载)
原文地址:http://www.cnblogs.com/wuhenke/archive/2012/02/07/2341656.html首先到这裡下载FMDB的source code,接著在解开的档案裡,把src资料夹下除了fmdb.m的档案加入到自己的iOS专案,最后在专案中加入libsqlite3...
分类:数据库   时间:2015-06-30 01:17:52    阅读次数:195
CRC32 Source Code
/* The Quest Operating System * Copyright (C) 2005-2010 Richard West, Boston University * * This program is free software: you c...
分类:其他好文   时间:2015-06-28 06:20:50    阅读次数:594
706条   上一页 1 ... 46 47 48 49 50 ... 71 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!