码迷,mamicode.com
首页 >  
搜索关键字:creating    ( 1428个结果
Biopython - basics
IntroductionFrom the biopython website their goal is to “make it as easy as possible to use Python for bioinformatics by creating high-quality, reusab...
分类:编程语言   时间:2014-11-24 22:19:46    阅读次数:265
OpenCV Tutorials —— Creating Bounding rotated boxes and ellipses for contours
外接旋转矩形 ,或外接椭圆 RotatedRect minAreaRect(InputArray points) 返回面积最小的外接矩形 RotatedRect fitEllipse(InputArray points) The function calculates the ellipse tha...
分类:其他好文   时间:2014-11-23 21:33:27    阅读次数:364
OpenCV Tutorials —— Creating Bounding boxes and circles for contours
同样是提取出轮廓之后的处理 ~~ void approxPolyDP(InputArray curve, OutputArray approxCurve, double epsilon, bool closed) Parameters: curve – Input vector of a 2D po...
分类:其他好文   时间:2014-11-23 21:22:39    阅读次数:302
ZooKeeper Recipes and Solutions 翻译
ZooKeeper 秘诀 与解决方案A Guide to Creating Higher-level Constructs with ZooKeeperOut of the Box Applications: Name Service, Configuration, Group Membership...
分类:其他好文   时间:2014-11-23 18:52:51    阅读次数:339
以前编写的inno setup脚本,涵盖了自定义安装界面,调用dll等等应用
原文: 以前编写的inno setup脚本,涵盖了自定义安装界面,调用dll等等应用 ; Script generated by the Inno Setup 脚本向导. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIP...
分类:其他好文   时间:2014-11-23 12:53:33    阅读次数:222
Spark - A tiny Sinatra inspired framework for creating web applications in Java 8 with minimal effor
Spark - A tiny Sinatra inspired framework for creating web applications in Java 8 with minimal effor...
分类:移动开发   时间:2014-11-22 07:06:23    阅读次数:241
Stop logging "internal dummy connection" in Apache
Apache 2.x keeps child processes alive by creating internal connections which appear in the log files as "internal dummy connection" on the IP address...
分类:Web程序   时间:2014-11-21 12:35:22    阅读次数:151
API Centeric Web Application论文
1.http://newzan.com/read/3603842.http://www.oschina.net/translate/creating-an-api-centric-web-application3.http://www.thinkphp.cn/topic/5023.html
分类:移动开发   时间:2014-11-21 12:02:58    阅读次数:150
【转】SQL Server T-SQL写文本文件
原文:http://www.nigelrivett.net/SQLTsql/WriteTextFile.htmlThe are several methods of creating text files from sql server.osqlbcpredirection commandssp_M...
分类:数据库   时间:2014-11-20 18:23:32    阅读次数:210
Java.jar
Java中的Jar1.Creating a jar File in Eclipsehttps://www.cs.utexas.edu/~scottm/cs307/handouts/Eclipse%20Help/jarInEclipse.htm2.Extracting the Contents of ...
分类:编程语言   时间:2014-11-19 15:39:11    阅读次数:233
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!