码迷,mamicode.com
首页 >  
搜索关键字:vtk users guide    ( 12310个结果
java.io.ioexception failed to mkdirs jenkins xcode || jenkins 无法创建新文件
===========================================================FATAL: Failed to mkdirs: /Users/chenqing/Sqy/iOSProject/cyou/Svn/Cos/CosXCode_lxh/test-repo...
分类:编程语言   时间:2014-08-22 15:49:08    阅读次数:418
Tigase数据库结构(1)
Tigase数据库有很多张表,其中最主要的是3张表:tig_users,tig_nodes和tig_pairs。1.tig_userstig_users存储用户信息,有uid(主键,用户ID),user_id(用户名),usr_pw(用户密码)等字段。2.tig_nodestig_nodes是存储节...
分类:数据库   时间:2014-08-22 14:25:48    阅读次数:401
How to download the installation package by ZOL Downer
Recently, Zhongguancun Online distributed theZOL Downer for users to download the resources from ZOL. In this case, userscan just download the ZOL downer with the code of resources, not theinstallation packages. But if someone want toinstall the PC wh...
分类:其他好文   时间:2014-08-22 12:55:58    阅读次数:548
mongo操作之分页 - skip limit
Javascript查询和$where查询查询 age > 18 的记录,以下查询都一样db.users.find({age: {$gt: 18}});db.users.find({$where: "this.age > 18"});db.users.find("this.age > 18");排序...
分类:其他好文   时间:2014-08-22 12:16:06    阅读次数:143
Matlab学习-----------GUIDE菜单学习
Matlab学习之GUIDE菜单学习,通过实例来学习Matlab的GUI菜单...
分类:其他好文   时间:2014-08-22 10:57:36    阅读次数:216
UVa10099_The Tourist Guide(最短路/floyd)(小白书图论专题)
解题报告 题意: 有一个旅游团现在去出游玩,现在有n个城市,m条路。由于每一条路上面规定了最多能够通过的人数,现在想问这个旅游团人数已知的情况下最少需要运送几趟 思路: 求出发点到终点所有路当中最小值最大的那一条路。 求发可能有多种,最短路的松弛方式改掉是一种,最小生成树的解法也是一种(ps,prime和dijs就是这样子类似的) #include #include #incl...
分类:其他好文   时间:2014-08-22 02:47:25    阅读次数:194
题解 HDU 3698 Let the light guide us Dp + 线段树优化
http://acm.hdu.edu.cn/showproblem.php?pid=3698Let the light guide usTime Limit: 5000/2000 MS (Java/Others) Memory Limit: 62768/32768 K (Java/Others) T...
分类:其他好文   时间:2014-08-21 22:25:44    阅读次数:391
Android笔记:多分辨率适配及碎片化问题解决方案总结
一、适配多分辨率1.官网介绍:http://developer.android.com/guide/practices/screens_support.html#qualifiersScreencharacteristicQualifierDescriptionSizesmallResourcesforsmallsizescreens.normalResourcesfornormalsizescreens.(Thisisthebaselinesize.)largeResourcesfo..
分类:移动开发   时间:2014-08-21 19:36:35    阅读次数:437
VTK6 + VS2008 in(win7 32bit or 64 bit)(qt4.8已完成配置!)
一、VTK安装环境 1.在win7平台(32位或64位平台下均可,只有一个步骤不同,当然如果你是64位系统使用32位vtk完全可以!) 2.已经安装vs2008(并且已经安装补丁sp1(这是安装qt-addin的前提,所以如果安装好了qt一定是有的) 3.已经在vs2008中集成了qt。...
分类:Windows程序   时间:2014-08-21 16:57:04    阅读次数:750
Unity3D 相关项目代码
一、Application.PresistentDataPath注意最后面是没有/的 public static string PresistentDataPathForEditor = "C:/Users/Administrator/AppData/LocalLow/DefaultC...
分类:其他好文   时间:2014-08-21 16:36:54    阅读次数:181
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!