NVIDIA SDK 10OverviewThis all-new collection of DirectX 10 and OpenGL code samples teaches developers how to make the most of GeForce 8 Series GPUs. T...
分类:
其他好文 时间:
2014-07-22 22:56:32
阅读次数:
381
转:CMake使用教程CMake是一个比make更高级的编译配置工具,它可以根据不同平台、不同的编译器,生成相应的Makefile或者vcproj项目。通过编写CMakeLists.txt,可以控制生成的Makefile,从而控制编译过程。CMake自动生成的Makefile不仅可以通过make命令...
分类:
其他好文 时间:
2014-07-19 20:33:40
阅读次数:
429
登录网站http://pecl.php.net/package/apc下载apc到本地。#tar-zvxfAPC-3.1.13.tar#cdAPC-3.1.13#/usr/bin/phpize#./configure--with-php-config=/usr/bin/php-config#make&&makeinstall编辑配置文件:#vim/etc/php.d/apc.iniextension=apc.so最后查看是否有apc.so模块..
分类:
其他好文 时间:
2014-07-17 09:07:35
阅读次数:
198
本文主要针对configure和cmake做一个介绍以及我们重新配置编译参数文件时,都需要做哪些清理操作做一个说明。configure和cmake的比较configure是一个sh脚本文件,它负责处理大量的幕后工作,包括检测操作系统内核和已经安装的软件,参数的解析,中间目录的生成以及根据各种参数..
分类:
其他好文 时间:
2014-07-17 08:13:00
阅读次数:
312
时间限制:0.25s空间限制:4M;题意: 给出一颗n(n#include #include #include using namespace std;#define mp make_pair#define fi first#define se second#define sz(x) ((int.....
分类:
Web程序 时间:
2014-07-16 19:03:45
阅读次数:
268
Node.js configure error: No acceptable C compiler found!
Please make sure you have a C compiler installed on your system and/or
consider adjusting the CC environment variable if you ...
分类:
Web程序 时间:
2014-07-16 17:32:10
阅读次数:
952
Shoemaker's Problem
Shoemaker has N jobs (orders from customers) which he must make. Shoemaker can work on only one job in each day. For each ith job, it is known the integer Ti (1i<=1000...
分类:
其他好文 时间:
2014-07-16 17:12:33
阅读次数:
274
[root@abcndoutils-1.4b9]#makecd./src&&makemake[1]:Enteringdirectory`/nagios/ndoutils-1.4b9/src‘gcc-fPIC-g-O2-I/usr/local/mysql/include-DHAVE_CONFIG_H-c-oio.oio.cInfileincludedfromio.c:11:../include/config.h:261:25:error:mysql/mysql.h:Nosuchfileordir..
分类:
其他好文 时间:
2014-07-16 16:36:52
阅读次数:
245
There are proven psychological principles to user interfaces that work.Whether you have a team of design experts or are just building with programmer art, you can use these principles to make your gam...
分类:
其他好文 时间:
2014-07-16 16:33:00
阅读次数:
243
最近需要把基于hadoop的MapReduce程序集成到一个大的用C/C++编写的框架中,需要在make的时候自动将MapReduce应用进行编译和打包。这里以简单的WordCount1为例说明具体的实现细节,注意:hadoop版本为2.4.0....
分类:
其他好文 时间:
2014-07-16 09:38:06
阅读次数:
379