码迷,mamicode.com
首页 >  
搜索关键字:installation    ( 1730个结果
poj 1328 Radar Installation
Radar Installation Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 51305   Accepted: 11514 Description Assume the coasting is an infinite straight line. Land...
分类:其他好文   时间:2014-07-18 23:07:57    阅读次数:278
android studio安装问题
问题:No JVM installation found. Please install a 64-bit JDK. If you already have a JDK installed, define a JAVA_HOME variable in Computer > System Prope...
分类:移动开发   时间:2014-07-16 21:39:23    阅读次数:261
svn installation
# yum install mod_dav_svn.x86_64 subversion-svn2cl.noarch=============================================================================================...
分类:其他好文   时间:2014-07-16 16:12:49    阅读次数:241
Teamcenter10 step-by-step installation in Linux env-Teamcenter License Server Installation and Configuration
Teamcenter is a business platform and so it is inevitable to install related license server before install Teamcenter server. What’s more, the interf....
分类:系统相关   时间:2014-07-16 15:49:17    阅读次数:432
SAP GUI Security notice
出现错误提示: Failed to load administrator rule file.Check your Installation. 原因: 电脑缺少MS XML4.0,导致SAP客户端无法正确读取XML文件C:\program files\SAP\FrontEnd\SAPgui\them...
分类:其他好文   时间:2014-07-16 15:39:00    阅读次数:355
安全初始化MySql服务器
我们在安装完MySql服务器,设置好MySql的root用户密码后,就直接开始使用了,其实这样的MySql服务器还存在着一些不安全因素,本篇演示一下用命令mysql_secure_installation来安全初始化我们的MySql服务器。01[root@test ~]# /usr/bin/mysq...
分类:数据库   时间:2014-07-16 15:01:06    阅读次数:314
POJ 1328 Radar Installation 贪心题解
本题是贪心法题解,不过需要自己观察出规律,这就不容易了,很容易出错。 一般网上做法是找区间的方法。 这里给出一个独特的方法: 1 按照x轴大小排序 2 从最左边的点循环,首先找到最小x轴的圆 3 以这个圆判断可以包括右边的多少个圆,直到不可以包括下一个点,那么继续第2步,画一个新圆。 看代码吧,应该很清晰直观的了。 效率是O(n),虽然有嵌套循环,但是下标没有重复,一遍循环就可以了,...
分类:其他好文   时间:2014-07-14 16:12:06    阅读次数:255
[ACM] POJ 1328 Radar Installation (贪心,区间选点问题)
Radar Installation Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 51131   Accepted: 11481 Description Assume the coasting is an infinite straight line. La...
分类:其他好文   时间:2014-07-14 12:58:50    阅读次数:241
poj1328 Radar Installation(贪心)
POJ1328 Radar Installation(贪心)...
分类:其他好文   时间:2014-07-10 21:22:23    阅读次数:178
ROS ZYNQ移植
1  准备工作 全部是按照官方操作的:http://wiki.ros.org/groovy/Installation/Source   apt-get install python-rosdep python-rosinstall-generator python-wstool build-essential 出现错误,找不到源 ,那个就要进入提示的页面:If you have tr...
分类:其他好文   时间:2014-07-09 09:51:04    阅读次数:542
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!