码迷,mamicode.com
首页 >  
搜索关键字:no rule to make targ    ( 12102个结果
Visualize Surface by Delaunay Triangulator
Abstract. Delaunay Triangulation is the core algorithm for mesh generation. By Delaunay Triangulator you can make a general method to visualize geomet...
分类:其他好文   时间:2014-07-27 23:18:49    阅读次数:594
[ZZ] RGBM and RGBE encoding for HDR
Deferred lighting separate lighting rendering and make lighting a completely image-space technique. This is very different the forward rendering. At f...
分类:其他好文   时间:2014-07-27 21:43:45    阅读次数:1430
POJ 2255-Tree Recovery
题意: 树的前,中序遍历求后序遍历。基础题。code#include #include using namespace std;string sq, sh;int len;void make (int l, int r, int t, int w) { if (l > r || t > w) r.....
分类:其他好文   时间:2014-07-27 21:34:05    阅读次数:195
Blending
【Blending】 Blending is used to make transparent objects. When graphics are rendered, after all shaders have executed and all textures have been ap...
分类:其他好文   时间:2014-07-26 14:53:40    阅读次数:306
Nginx负载均衡配置实例
反向代理服务器IP192.168.8.64虚拟主机1IP192.168.10.191虚拟主机2IP192.168.10.1921.在反向代理服务器和两台虚拟主机安装Nginx所需的pcre-devel库#tarjxvfpcre-4.2.tar.bz2#cdpcre-4.2#./configure&&make&&makeinstall2.在反向代理服务器和两台虚拟主机安装Ng..
分类:其他好文   时间:2014-07-26 03:06:47    阅读次数:240
gradle android L problem
Change uses-sdk toand addxmlns:tools="http://schemas.android.com/tools"inAndroidManifest.xml . . . .Make sure you use gradle 0.11 and...
分类:移动开发   时间:2014-07-26 00:51:46    阅读次数:248
将SCONS工具集成到Python代码中
SCONS是Python的自动智能结构化编译工具,将来或许能代替Make。在Windows或者Linux下,SConstruct文件相当于MakeFile,使用SCONS编译,需输入scons.bat(scons),后面带上编译选项options(如SConstruct所在的路径)。观察scons.bat这个脚本,可以在其他Python代码中,将SCONS工..
分类:编程语言   时间:2014-07-25 19:16:12    阅读次数:356
linux命令
程序安装 ./configure make sudo make installawk 修改.vimrc文件归读写属性sudochmod o+w.vimrc解压:tar zxvf FileName.tar.gz压缩:tar zcvf FileName.tar.gz DirName比较函数: ...
分类:系统相关   时间:2014-07-25 13:49:31    阅读次数:277
linux源码包的安装
一、基础知识编译源程序的步骤: #tarxftestapp-version.tar.{xz|bz2|gz} #cdtestapp-version #./configure 还需通过许多选项指定编译特性 #make #makeinstall ./configure脚本的使用: 1、获取帮助 ./configure--help 2、较通用的一些选项 安装路径相关: --prefix=/path/to/s..
分类:系统相关   时间:2014-07-24 23:49:34    阅读次数:353
3 Possible Ways for Real-Time Video Streaming Between Camera and Android Device Read more at http://
You can use your robot to send real-time video images, and this could be a very interesting DIY robotic application. In this article, we make an overview of three possible ways for real-time streaming...
分类:移动开发   时间:2014-07-24 23:39:43    阅读次数:634
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!