刚才在VS2013里面配置了一下GDAL,然后就测试了配置成功与否。熟料,竟然发现在微软的Visual Studio 2013版本中,调用MessageBox()这个函数的时候报错了。 错误信息如下 error MSB8031: Building an MFC project for a n...
分类:
其他好文 时间:
2014-07-18 23:19:35
阅读次数:
255
qmakeqmake根据项目文件[a1]自动生成Makefile.的管理项目的工具。Building a Project(项目构建)使用第三方库Precompiling Headers(预编译头文件)项目文件.pro项目文件(project file)元素简单的项目文件使用声明风格: 定义标准变量来...
分类:
其他好文 时间:
2014-07-18 19:07:35
阅读次数:
216
POCO是什么?
看官网说明:
Modern, powerful open source C++ class libraries and frameworks for building network- and internet-based applications that run on desktop, server, mobile and embedded systems.
...
分类:
其他好文 时间:
2014-07-17 16:13:45
阅读次数:
352
这篇文章是记录自己在使用eclipse中遇到的问题和解决的方法,记录在这里是让自己再遇到类似的问题时不会忘记,同事也分享给大家。1、问题:使用eclipse时,弹出窗口“building workspace has encountered a problem....”。 解决办法:把Eclipse ...
分类:
系统相关 时间:
2014-07-17 14:04:21
阅读次数:
224
poj2749 Building roadshttp://poj.org/problem?id=2749二分答案,以后构造布尔表达式。 相互讨厌是!((a and b)or(!a and !b) 化简得 (!a or !b)and(a or b) 相互喜欢是!(a and !b)or(!a an.....
分类:
其他好文 时间:
2014-07-16 18:55:39
阅读次数:
203
英文原文: http://www.codeproject.com/Articles/110931/Building-High-Performance-Queue-in-Database-for-st译文:http://www.oschina.net/translate/building-high-p...
分类:
数据库 时间:
2014-07-16 17:47:26
阅读次数:
379
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
闭包是自包含的函数代码块,可以在代码中被传递和使用。 Swift 中的闭包与 C 和 Objective-C 中的代码块(blocks)以及其他一些编程语言中的 lambdas 函数比较相似。
闭包可以捕获和存储其所在上下文中任意常量和变量的引用。这就是所谓的闭合并包裹着这些常量和变量,俗称闭包。Swift 会为您管理在捕获过程中涉及到的所有内存操作。
注意:
如果您不熟悉...
分类:
其他好文 时间:
2014-07-16 13:27:58
阅读次数:
216
2013-5-3 Yongwu Shen
Future AI system would be the one that is able to grow from the rootby itself, rather than being created brick by brick like existing ones.
Building an AI system in the future w...
分类:
其他好文 时间:
2014-07-16 08:51:57
阅读次数:
347
C++ 11开发环境搭建(Windows Platform)
IDE:Code::Blocks 12.11版本
Compiler:TDM-GCC http://tdm-gcc.tdragon.net/ TDM64 Bundle GCC 4.8.1
问:什么是TDM-GCC?
答:A compiler suite for 32- and 64-bit Wi...
分类:
编程语言 时间:
2014-07-15 22:35:06
阅读次数:
307