码迷,mamicode.com
首页 >  
搜索关键字:building    ( 1683个结果
poj 2749 Building roads (二分+拆点+2-sat)
Building roadsTime Limit:2000MSMemory Limit:65536KTotal Submissions:6229Accepted:2093DescriptionFarmer John's farm has N barns, and there are some cow...
分类:其他好文   时间:2014-07-16 22:54:52    阅读次数:260
ubuntu 下安装 matplotlib
直接使用sudo easy_install matplotlib 报错 ============================================================================ Edit setup.cfg to change the build options BUILDING MATPLOTLIB matplotlib...
分类:其他好文   时间:2014-07-10 19:24:54    阅读次数:214
SICP -- Building Abstractions With Procedures
;; Building Abstractions With Procedures ( define ( my-sqrt x )         ( define ( good-enough? guess )       (        ( define ( improve guess )        ( average guess ( / x guess ) ) ) ...
分类:其他好文   时间:2014-07-08 15:22:37    阅读次数:306
LDT自定义启动模拟器
最近使用LUA开发手游,团队里大神自研了个框架,底层C++渲染,上层LUA处理逻辑。 LUA的IDE选择LDT,不爽的是它不能自动启动模拟器,看过COCOSIDE能自启动,于是我想改造下LDT让它支持自启动模拟器。 参考原型:http://wiki.eclipse.org/Koneki/LDT/Developer_Area/Building_LDT_from_source 注意地方:...
分类:其他好文   时间:2014-07-06 12:35:31    阅读次数:240
AOSP ON MAKO(在NEXUS 4上刷ANDROID 4.4 源码包-下载/配置/编译/刷机)
AOSP ON MAKO(在NEXUS 4上刷ANDROID 4.4 源码包-下载/配置/编译/刷机) 特别感谢google官方文档及AOSP源码开放 参考链接: https://source.android.com/source/building-devices.html (官方源码刷device) https://developers.google.com/android/nexu...
分类:移动开发   时间:2014-07-06 10:56:04    阅读次数:339
HDU--Elevator
Elevator Time Limit: 1000ms   Memory limit: 32768K  有疑问?点这里^_^ 题目描述 The highest building in our city has only one elevator. A request list is made up with N positive numbers. The numbers de...
分类:其他好文   时间:2014-07-06 10:52:11    阅读次数:188
POJ 3625 Building Roads
最小生成树模版题。 N个点,M条已经存在的边。 算出两两点之间的距离,然后Kruskal。 #include #include #include #include #include #include #include #include #include #include #include #include #define INF 0x7fffffff #define eps 1e-6...
分类:其他好文   时间:2014-07-06 09:38:58    阅读次数:171
POJ 2031 Building a Space Station
最小生成树问题。 空间坐标系,还有点的半径。 如果两个点距离减去它们的半径小于0,表明他们重叠了。直接并查集合并。 剩下的就排序,并查。 #include #include #include #include #include #include #include #include #include #include #include #define INF 0x7fffffff #...
分类:其他好文   时间:2014-07-06 09:00:42    阅读次数:172
在查找预编译头使用时跳过解决
环境:VS2010 微软官方解释: Visual C++ Concepts: Building a C/C++ ProgramCompiler Warning (level 1) C4627Error Message ”: skipped when looking for precompiled header use While searching for the location w...
分类:其他好文   时间:2014-07-06 08:22:37    阅读次数:169
Building OpenSSL for Visual Studio
在Windows上生成支持VS的OpenSSL是相当简单,但简单地事情却又蜿蜒曲折,我将会在此写下这曲折经历,将来的实验当中才能减少伤痛。 (来外说话真有情调啊)...
分类:其他好文   时间:2014-07-03 15:47:18    阅读次数:180
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!