09 2012 档案

摘要:从Levy主页那儿看到的,先拿过来,原文见这。Motivated byfinite element meshing, we started studying mesh parameterization in the late 90's, and presented an application to texture mapping [Siggraph 98] and interactive texturing [Siggraph 01]. Then, we developped the free boundary LSCM method in coop. with Alias Wave 阅读全文
posted @ 2012-09-19 16:02 litstrong 阅读(195) 评论(0) 推荐(0) 编辑
摘要:先分享了,回头看,见这。 阅读全文
posted @ 2012-09-16 16:44 litstrong 阅读(123) 评论(0) 推荐(0) 编辑
摘要:参看这有个货叫ACM Transactions on Graphics,该刊物的简称是TOG,由ACM出版的,就是大家所说的SIGGRAPH,属于A类的。至于我这几天经常看到的,COMPUTER GRAPHICS forum,欧洲那边的一个刊物,属于B类的。 阅读全文
posted @ 2012-09-12 09:58 litstrong 阅读(420) 评论(0) 推荐(0) 编辑
摘要:1. 安装vsFTPdyum install vsftpd // 安装chkconfig vsftpd on // 开机启动服务service vsftpd start // 启动服务参考这2. ftp端口配置编辑/etc/vsftpd/vsftpd.conflisten_port=21 // 默认,不用设置pasv_min_port=3000pasv_max_port=3010参考这3. ftp用户权限配置编辑/etc/vsftpd/vsftpd.confanon_upload_enable // 支持匿名用户上传anon_mkdir_enable // 支持匿名用户新建anon_other 阅读全文
posted @ 2012-09-06 14:49 litstrong 阅读(143) 评论(0) 推荐(0) 编辑
摘要:1. 生成新的iptables#/sbin/iptables -I INPUT -p tcp –-dport 80 -j ACCEPT#/sbin/iptables -I INPUT -p tcp –-dport 22 -j ACCEPT#/sbin/iptables -I INPUT -p tcp –-dport 8080 -j ACCEPT#/etc/rc.d/init.d/iptables save2. 查看iptables是否更改#vi /etc/sysconfig/iptables3. 重启iptable服务#/etc/init.d/iptables restart4. 查看防火墙信 阅读全文
posted @ 2012-09-06 11:52 litstrong 阅读(136) 评论(0) 推荐(0) 编辑
摘要:1. 下载本以为要下载QT-creator和QT-SDK,这提到只要SDK和VS2010的插件就可以,于是下了:qt-win-opensource-4.8.2-vs2010.exeqt-vs-addin-1.1.11-opensource.exe这里的SDK要选择VS2010编译的,要不然还得自己切换平台然后编译,会耗时好几个小时。2. 安装安装很简单,下一步,下一步就可以了。3. 配置需要在VS2010中配置QT的include、lib、bin,VS2010的Tools->Options->VC++ Directories跟原来的不一样,移到user property sheet 阅读全文
posted @ 2012-09-04 11:23 litstrong 阅读(234) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示