码迷,mamicode.com
首页 >  
搜索关键字:doc    ( 14785个结果
3D 游戏控制
【转自】http://dev.10086.cn/cmdn/wiki/index.php?doc-view-6457.html摘要了解如何制作 XNA 游戏使用的 3D 模型,以及于 XNA 游戏中显示 3D 模型的基本做法之后,这一次我们将要为大家介绍 3D 模型的控制技巧,包括旋转、放大/缩小、平...
分类:其他好文   时间:2015-04-27 21:33:35    阅读次数:259
BeautifulSoup常用的函数【转】
Example:html文件:html_doc="""The Dormouse's storyThe Dormouse's storyOnce upon a time there were three little sisters; and their names wereElsie,Lacie a...
分类:其他好文   时间:2015-04-27 21:33:35    阅读次数:119
python下结巴中文分词
jieba中文分词的使用 import jieba sentences = ["我喜欢吃土豆","土豆是个百搭的东西","我不喜欢今天雾霾的北京", 'costumer service'] # jieba.suggest_freq('雾霾', True) # jieba.suggest_freq('百搭', True) words = [list(jieba.cut(doc)) for...
分类:编程语言   时间:2015-04-27 16:58:00    阅读次数:301
一个JS文件引用多个JS文件
(function() {  //加载   var obj =  {};   /**    * 动态加载脚本函数    * @param url 要加载的脚本路径    * @param callback  回调函数    */   obj.loadScript = function(url,callback){     var doc = document;     ...
分类:Web程序   时间:2015-04-27 16:49:18    阅读次数:143
对SaltStack进一步了解(基本使用)
执行命令时,忘记语法,可以使用sys.doc模块查询salt模块相关使用方法。#salt‘*‘sys.docdisk1、执行命令时,查找minion目标(targeting)常用有三种方式:salt‘shell正则’命令 例:#salt‘host*‘cmd.run‘df-h‘#我们主机ID是host加数字的 salt–E‘perl正则’命令#--pcre,不?.
分类:其他好文   时间:2015-04-27 00:48:16    阅读次数:217
opencv linux
http://docs.opencv.org/doc/tutorials/introduction/linux_install/linux_install.htmlhttp://opencv.org/downloads.htmlhttps://www.google.com.hk/search?q=o...
分类:系统相关   时间:2015-04-26 12:12:17    阅读次数:155
详解Tomcat 7的七大新特性和新增功能(1)
http://developer.51cto.com/art/201009/228537.htmhttp://tomcat.apache.org/tomcat-7.0-doc/index.htmlApache发布首个Tomcat 7版本已经发布了有一段时间了,Tomcat 7引入了许多新功能,并对现...
分类:其他好文   时间:2015-04-25 16:27:29    阅读次数:239
mysql --The MEMORY Storage Engine--官方文档
原文地址:http://dev.mysql.com/doc/refman/5.7/en/memory-storage-engine.htmlTheMEMORYstorage engine (formerly known asHEAP) creates special-purpose tables w...
分类:数据库   时间:2015-04-23 19:12:12    阅读次数:297
双目相机之MATLAB标定(stereo_gui)
这段时间在做双目相机的标定,从MATLAB帮助文档中找到了有关双目相机的标定方法,花了一点时间翻译了一下,希望需要的人能借鉴一下!像很多博文一样,首先要列出原文:http://www.vision.caltech.edu/bouguetj/calib_doc/index.html#examples文...
分类:其他好文   时间:2015-04-23 17:10:29    阅读次数:1843
利用openoffice转换ppt、doc转化pdf 具体代码
importjava.io.File;importjava.io.IOException;importjava.net.ConnectException;importcom.artofsolving.jodconverter.DocumentConverter;importcom.artofsolving.jodconverter.openoffice.connection.OpenOfficeConnection;importcom.artofsolving.jodconverter.openoffice...
分类:其他好文   时间:2015-04-23 15:55:54    阅读次数:167
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!