码迷,mamicode.com
首页 >  
搜索关键字:building    ( 1683个结果
怎样在WINDOWS下面编译LIBCURL
我测试过,好像没OKThis is a short note about building cURL with SSL support on Windows.Tools required:cURL source: Download latest cURL source from here.Micro...
分类:Windows程序   时间:2015-05-07 18:34:57    阅读次数:148
Building 32-bit Wine on a 64-bit (x86-64) system
EL6 (RHEL6 and SL6)Required packages for proper building of 32-bit Wine on 64-bit EL6 yum install --setopt=protected_multilib=false install libXrender...
分类:Windows程序   时间:2015-05-07 00:32:03    阅读次数:185
zoj 1718 poj 2031 Building a Space Station
最小生成树,用了Kruskal算法。POJ上C++能过,G++不能过。。。 算出每两个圆心之间的距离,如果距离小于两半径之和,那么这两个圆心之间的距离直接等于0,否则等于距离-R[i]-R[j]。#include#include#include#includeusing namespace std;...
分类:其他好文   时间:2015-05-06 17:18:04    阅读次数:99
Elevator(电梯)
Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 50649    Accepted Submission(s): 27934 Problem Description The highest building in our...
分类:其他好文   时间:2015-05-06 15:10:09    阅读次数:103
ROS-Indigo版在Ubuntu上的安装
Ubuntu install of ROS Indigo We ?are building Debian packages for several Ubuntu platforms, listed ?below. These packages are more efficient than source-based builds and ?are our preferred insta...
分类:系统相关   时间:2015-05-04 12:08:46    阅读次数:279
GCJ 2015R1B(Noisy Neighbors-分类讨论)
Problem You are a landlord who owns a building that is an R x C grid of apartments; each apartment is a unit square cell with four walls. You want to rent out N of these apartments to tenants, wi...
分类:其他好文   时间:2015-05-03 13:21:26    阅读次数:157
LD_LIBRARY_PATH shouldn't contain the current directory when building glibc. Please change the envir
执行# ./glibc-2.14/configure 出现以下错误:checking LD_LIBRARY_PATH variable... contains current directory configure: error: *** LD_LIBRARY_PATH shouldn't contain the current directory when *** building glibc....
分类:其他好文   时间:2015-05-02 11:15:16    阅读次数:539
ZOJ 3820 Building Fire Stations
题意:树上找两个点 使得其它点到这两点随意一点的距离的最大值最小思路:最大值最小 想到二分 在二分的基础上判定这个最大值是否可能怎样判定这个问题就是怎样选那两个点的问题 非常明显 我们要处理的是直径(不然没意义 最长的就是直径) 那么既然已经有了一个要判定的值x 最好还是就选择距离直径两端点距离为x...
分类:其他好文   时间:2015-05-01 22:35:00    阅读次数:213
configure: error: Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
使用yum update gcc只能更新到gcc-4.4.7-11.el6.x86_64 下载了更高版本的GCC http://mirror.hust.edu.cn/gnu/gcc/gcc-4.8.4/ 配置时出现以下错误: configure: error: Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.解决办法:...
分类:其他好文   时间:2015-05-01 20:01:30    阅读次数:935
myeclipse保存时弹出Building workspace
最近做项目,每次保存修改的东西。myeclipse都会buildingworkspace(重新编译)一下。并且那building的速度真不够慢的啊。严重影响编程速度。在网上也发现遇到此问题的很多,但是解决的方法不是很多啊。大部分都是说把菜单栏project下的buildingautomaticall...
分类:系统相关   时间:2015-04-30 18:02:53    阅读次数:158
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!