码迷,mamicode.com
首页 >  
搜索关键字:a star    ( 10038个结果
HBV(64)_2015年新团队
Baruch S. Blumberg Institute Recruits World-Class Hepatitis B Scientists ‘All-star’ researchers intend to develop breakthrough therapies for the vir.....
分类:其他好文   时间:2015-04-17 23:44:31    阅读次数:198
Tomcat启动发生的那些事儿
一、Tomcat下有9个目录,分别是:bin,common,conf,logs,server,shared,temp,webapps,work。Tomcat的根目录在.1、/bin下放的一般是可执行文件。比如startup.sh,shutdown.sh(linux),以及在windows下的star...
分类:其他好文   时间:2015-04-17 20:09:50    阅读次数:126
【算法学习笔记】26.扫描维护法 解题报告 SJTU_OJ 1133 数星星
SJTU OJ1133. 数星星Description主任和小伙伴晚上非常无聊,于是带着他的宠物狗出来走走。主任突然发现天空中有一条长度为N的字符串,里面的字符都是大写字母。于是主任和他的小伙伴们开始数星星(STAR)。主任和他的小伙伴还有宠物狗数星星的数法不太一样。小伙伴是一个很教条的人,他只喜欢...
分类:编程语言   时间:2015-04-16 21:46:36    阅读次数:227
POJ 2069 Super Star 爬山
题目大意空间最小球覆盖思路临滚粗前做点水题qwqCODE#define _CRT_SECURE_NO_WARNINGS#include #include #include #include #include #define INF 1e15 #define EPS 1e-7 #define MAX 1...
分类:其他好文   时间:2015-04-15 09:41:18    阅读次数:178
background:url 的使用方法
1 #pingfen li{2 width:27px;3 float:left;4 height:28px;5 cursor:pointer;6 background:url('star.gif') no-re...
分类:Web程序   时间:2015-04-14 16:13:58    阅读次数:123
POJ 2352 star (树状数组)
Language: Default Stars Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 35318   Accepted: 15326 Description Astronomers often examine star maps where sta...
分类:编程语言   时间:2015-04-12 13:27:50    阅读次数:147
GitHub Top 100 Objective-C 项目简介
主要对当前 GitHub 排名前 100 的项目做一个简单的简介, 方便初学者快速了解到当前 Objective-C 在 GitHub 的情况.若有任何疑问可通过微博@李锦发联系我GitHub 地址在这里, 欢迎 Star 和 PR项目名称项目信息1.AFNetworking作者是 NSHipste...
分类:其他好文   时间:2015-04-12 06:41:33    阅读次数:217
MySQL -A不预读数据库信息(use dbname 更快)
mysql数据库预读与不预读数据库信息(use dbname)—Reading table information for completion of table and column names You can turn off this feature to get a quicker star...
分类:数据库   时间:2015-04-11 14:49:19    阅读次数:276
ZOJ3623 Battle Ships (完全背包)
Battle Ships Time Limit: 2 Seconds      Memory Limit: 65536 KB Battle Ships is a new game which is similar to Star Craft. In this game, the enemy builds a defense tower, which has L longevit...
分类:其他好文   时间:2015-04-08 21:36:53    阅读次数:176
POJ 2069 Super Star(模拟退火,最小球覆盖)
解题思路: 给出空间内的n个点,找出覆盖这n个点的最小球的半径。用模拟退火来做。 #include #include #include #include #include #include #include #include #include #include #define LL long long using namespace std; const int MAXN ...
分类:其他好文   时间:2015-04-07 17:46:19    阅读次数:132
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!