码迷,mamicode.com
首页 >  
搜索关键字:INDEX SCAN    ( 41471个结果
Uva 10765 点双连通求删任意点后剩下图中的连通分量数
题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=&problem=1706&mosmsg=Submission+received+with+ID+13561937 题意:给定n个点 常量m 下面给出无向边(输入-1 -1表示终止加边) 得到...
分类:其他好文   时间:2014-07-22 23:04:54    阅读次数:392
【LeetCode】- Search Insert Position(查找插入的位置)
[ 问题: ] Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order. You may assume no duplicates in th...
分类:其他好文   时间:2014-07-22 23:01:15    阅读次数:270
网站 tag 伪静态化
www.abc.com/tag-xxx.html增加伪静态规则RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule ^tag-(.+)\.html$ /home/index/tag/?&tag=$1&%1
分类:Web程序   时间:2014-05-06 08:47:50    阅读次数:279
HDU 3308 LCIS(线段树)
Problem DescriptionGiven n integers.You have two operations:U A B: replace the Ath number by B. (index counting from 0)Q A B: output the length of the...
分类:其他好文   时间:2014-05-06 01:20:33    阅读次数:332
uva 12299 线段树 点相关的操作模板
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=502&page=show_problem&problem=3720 唯一值得一说的就是shift,变成循环就行 这道题主要是测试下我做的算法模板 先贴模板 /**********************************...
分类:其他好文   时间:2014-05-02 21:29:31    阅读次数:345
亲试,Windows平台上使用Qt5.2.1编写Android
首先把工具都下载好:1. Qt for Android:http://qt-project.org/downloads2. Android NDKhttp://developer.android.com/tools/sdk/ndk/index.html64位可以下载第二个3.Apache Ant 1...
分类:移动开发   时间:2014-05-02 16:45:43    阅读次数:573
extjs desktop中桌面图标换行
在Desktop.js中扩展一个函数initShortCut : function() { var btnHeight = 64; var btnWidth = 64; var btnPadding = 30; var col = { index ...
分类:Web程序   时间:2014-05-02 13:28:43    阅读次数:490
leetcode: Search Insert Position
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
分类:其他好文   时间:2014-05-02 09:54:11    阅读次数:269
thinkphp的分页格式自定义
public function index(){         header('Content-Type:text/html;charset=utf-8 '); $M = M("Constant");           $count = $M->where($where)->count();           import("ORG.Util.Page"); // 导入分页类   ...
分类:Web程序   时间:2014-04-30 22:27:39    阅读次数:343
UVA 100 3n+1问题 (扑街题)
链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=36 叼伱个扑街,对呢道题真系无语,,提交5次都过唔到,唔相信既话,伱地可以试下啦。。。 偶噶代码: #include #include #include #include ...
分类:其他好文   时间:2014-04-30 22:16:39    阅读次数:319
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!