• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






liguangsunls

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 97 98 99 100 101 102 103 104 105 ··· 188 下一页

2017年6月16日

HDOJ 5409 CRB and Graph 无向图缩块
摘要: 无向图缩块后,以n所在的块为根节点,dp找每块中的最大值. 对于每一个桥的答案为两块中的较小的最大值和较小的最大值加1 CRB and Graph Time Limit: 8000/4000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Oth 阅读全文
posted @ 2017-06-16 21:33 liguangsunls 阅读(208) 评论(0) 推荐(0)
 
uva 10098 Generating Fast(全排列)
摘要: 还是用的两种方法,递归和STL,递归那个是含有反复元素的全排列,这道题我 没有尝试没有反复元素的排列,由于从题目上并没有发现一定是有反复元素的() 贴代码: <span style="font-family:Courier New;font-size:18px;">#include<stdio.h> 阅读全文
posted @ 2017-06-16 20:35 liguangsunls 阅读(135) 评论(0) 推荐(0)
 
很吊炸天的Xcode插件,你想要的这都有
摘要: 整理自BigPolarBear的博客 、杂技杂记 以及CC此前整理。 古人云“工欲善其事必先利其器”,打造一个强大的开发环境。是马上提升自身战斗力的绝佳途径!下面是搜集的一些有力的XCode插件。 注意:部分插件可能有新版本号。建议大家去github下载最新版 1.全能搜索家CodePilot 2. 阅读全文
posted @ 2017-06-16 18:36 liguangsunls 阅读(5714) 评论(0) 推荐(0)
 
Cscope how to support java and c++
摘要: Cscope 首先在文件夹下建立cscope索引文件 find -name '*.c' > cscope.file cscope -Rbkq 这个命令会生成三个文件:cscope.out, cscope.in.out, cscope.po.out。 当中cscope.out是主要的符号索引,后两个文 阅读全文
posted @ 2017-06-16 17:33 liguangsunls 阅读(865) 评论(0) 推荐(0)
 
hdu 1823 Luck and Love
摘要: 二维线段树,写起来比較繁琐,难度并不大 #include<iostream> #include<cstdio> #define maxn 222 using namespace std; int h,hh; double a,b; struct stus { int l,r; double max; 阅读全文
posted @ 2017-06-16 16:58 liguangsunls 阅读(120) 评论(0) 推荐(0)
 
HTML、XHTML、css速记
摘要: 一、HTML 下面内容记录经常使用的html元素。可另存为html文件以查看效果: <!doctype html> <html lang="zh-cn"> <head> <!--meta属性提供页面元信息,不显示--> <meta charset="UTF-8"> <meta name="Gener 阅读全文
posted @ 2017-06-16 16:11 liguangsunls 阅读(130) 评论(0) 推荐(0)
 
关于在IISserver上执行asp.net Web程序出现以下 “Could not load file or assembly。。。”问题的
摘要: Could not load file or assembly 'System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependenc 阅读全文
posted @ 2017-06-16 14:33 liguangsunls 阅读(248) 评论(0) 推荐(0)
 
Redis源代码分析(八)--- t_hash哈希转换
摘要: 在上次的zipmap分析完之后,事实上关于redis源码结构体部分的内容事实上已经所有结束了。由于以下还有几个和结构体相关的操作类,就页把他们归并到struct包下了。这类的文件有:t_hash.c,z_list,z_set.c,t_string.c,t_zset.c,这些文件的功能事实上都差点儿相 阅读全文
posted @ 2017-06-16 13:16 liguangsunls 阅读(301) 评论(0) 推荐(0)
 
三个水杯(BFS)
摘要: 三个水杯 时间限制:1000 ms | 内存限制:65535 KB 难度:4 描写叙述给出三个水杯。大小不一,而且仅仅有最大的水杯的水是装满的,其余两个为空杯子。三个水杯之间相互倒水,而且水杯没有标识,仅仅能依据给出的水杯体积来计算。如今要求你写出一个程序,使其输出使初始状态到达目标状态的最少次数。 阅读全文
posted @ 2017-06-16 12:08 liguangsunls 阅读(308) 评论(0) 推荐(0)
 
android开发设计辅助工具整理
摘要: 1、Button设计工具button设计 阅读全文
posted @ 2017-06-16 10:43 liguangsunls 阅读(141) 评论(0) 推荐(0)
 
上一页 1 ··· 97 98 99 100 101 102 103 104 105 ··· 188 下一页