码迷,mamicode.com
首页 >  
搜索关键字:vtk users guide    ( 12310个结果
筛法暴力打表 --- hdu : 12876 Quite Good Numbers
QuiteGoodNumbersTime Limit: 1000ms, Special Time Limit:2500ms, Memory Limit:65536KBTotal submit users: 77, Accepted users: 57Problem 12876 : No specia...
分类:其他好文   时间:2014-08-10 01:30:09    阅读次数:368
模拟 --- hdu 12878 : Fun With Fractions
FunWithFractionsTime Limit: 1000ms, Special Time Limit:2500ms, Memory Limit:65536KBTotal submit users:152, Accepted users: 32Problem 12878 : No specia...
分类:其他好文   时间:2014-08-09 23:13:49    阅读次数:410
[SecureCRT] 解决“securecrt failed to open the host key database file”的问题
SecureCRT在Windows XP和Windows 7中的个人应用数据路径是不同的,在Windows 7中,应用数据路径为:C:\Users\\AppData(hidden)\Roaming\VanDyke\Config。 但以上是针对合法安装注册的用户,对于绿色携带版,尤其直接复制粘贴...
分类:数据库   时间:2014-08-09 22:57:59    阅读次数:1530
MATLAB学习(3)
matlab读取图像并转化为灰度图像image = imread('C:\Users\Administrator\Desktop\图像降噪\src\original image\100.png');image = rgb2gray(image);image = imread('C:\Users\Ad...
分类:其他好文   时间:2014-08-09 21:13:59    阅读次数:251
相克军_Oracle体系_随堂笔记013-字符集
linux环境下:[root@single ~]# localeLANG=en_US.UTF-8LC_CTYPE="en_US.UTF-8"……windows环境下:C:\Users\Martin>chcp活动代码页: 936字符集其实就是“字符”和“编码”的一张对照表,数据库安装过程中,会选择确认...
分类:数据库   时间:2014-08-09 18:15:28    阅读次数:329
Android学习路线(十四)Activity生命周期——停止和重启(Stopping and Restarting)一个Activity
Properly stopping and restarting your activity is an important process in the activity lifecycle that ensures your users perceive that your app is always alive and doesn't lose their progress. There are a few of key scenarios in which your activity is stop...
分类:移动开发   时间:2014-08-09 02:36:17    阅读次数:496
velocity 随笔
资源网站:http://wiki.apache.org/velocity/ http://velocity.apache.org/engine/releases/velocity-1.7/user-guide.html
分类:其他好文   时间:2014-08-08 20:54:16    阅读次数:224
如何强制使用某一大小的包去ping某个IP地址?
测试MTU的时候用得到的, 命令如下: ping -f -l 9000 10.110.68.40 ping命令的帮助输出如下: C:\Users\administrator>ping /? Usage: ping [-t] [-a] [-n count] [-l size] [-f] [-i TTL...
分类:其他好文   时间:2014-08-08 20:44:56    阅读次数:240
在Android模拟器安装应用
例子如下:打开MAC PC上的Android模拟器方法:打开eclipse-—》window->Android Virtual Device Managercd /Users/ouyangfang/Documents/eclipse/adt-bundle-mac-x86_64-20140321/sd...
分类:移动开发   时间:2014-08-08 17:50:16    阅读次数:238
MongoDB常用方法
一、查询find方法db.collection_name.find();查询所有的结果:select * from users;db.users.find();指定返回那些列(键):select name, skills from users;db.users.find({},{'name':1,'...
分类:数据库   时间:2014-08-08 15:55:06    阅读次数:396
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!