码迷,mamicode.com
首页 >  
搜索关键字:searching    ( 252个结果
BugPhobia准备篇章:团队Beta阶段准备工作分析
0x00:序言To the searching tags, you may well fall in love withhttp://xueba.nlsde.buaa.edu.cn/再见,无忧时光~0x01 :Beta阶段会议记录(2015/10/24)特别说明:Beta准备阶段的会议(2015/1...
分类:其他好文   时间:2015-12-08 16:02:01    阅读次数:166
zoj 2589 Matrix Searching 二维线段树
题目链接给一个n*n的矩阵, 给q个查询, 每次给出x1, y1, x2, y2, 求这个矩阵中的最小值。代码基本上和上一题相同... 1 #include 2 using namespace std; 3 #define pb(x) push_back(x) 4 #define ll lo...
分类:其他好文   时间:2015-12-07 17:47:41    阅读次数:161
BugPhobia准备篇章:Beta阶段前后端接口文档
0x00:序言Two strangers fell in love,Only one knows it wasn’t by chance.To the searching tags, you may well fall in love with http:// 10.2.26.67Github地址:...
分类:其他好文   时间:2015-12-03 22:59:04    阅读次数:279
Python - 网络 - 请求地址上的文件并下载
我们用到了requests库,由于是第三方的,必须下载如果是python 2.x用下面命令pip install requestspython 3.x用下面命令easy_install requests运行结果:Searching for requestsReading https://pypi.p...
分类:编程语言   时间:2015-11-18 12:06:59    阅读次数:149
Datables 服务端分页for DJango
安装django-datatables-viewpipinstalldjango-datatables-view前端配置-JS部分$(‘#mytable‘).DataTable({"paging":true,"lengthChange":true,"searching":true,"ordering":true,"info":true,"autoWidth":true,"lengthMenu":[[20,50,100,-1],[20,50,100,"All"]],"sPaginationTyp..
分类:其他好文   时间:2015-11-17 19:31:14    阅读次数:357
Tomcat configuration: Memory - Heap and PermGen
Author: Dean Hutchinson, Quality Assurance Analyst, OpenText Memory- Heap and PermGen After searching for answers on where to set memory options for the JVM, specifically for AppWorks on Tomcat, I ...
分类:其他好文   时间:2015-11-12 16:19:26    阅读次数:493
正确的二分查找实现
public static int binary_search(int[] A, int key, int imin, int imax) { // continue searching while [imin,imax] is not empty while ...
分类:其他好文   时间:2015-10-25 13:44:21    阅读次数:167
Pseuocode
教材:算法导论 2nd edition2.1-31 SEARCHING-VALUE(A,v)2 for i ← 1 to n3 if v = A[i]4 return i5 return NILSEARCHING-VALUE(A,v)2.1-4 Formal statement...
分类:其他好文   时间:2015-10-17 21:54:55    阅读次数:242
Searching the String - ZOJ 3228(ac自动机)
题目大意:首先给你一下母串,长度不超过10^5,然后有 N(10^5) 次查询,每次查询有两种命令,0或者1,然后加一个子串,询问母串里面有多少个子串,0表示可以重复,1表示不可以重复。分析:发现查询的次数是比较多的,然后可以利用查询的串建立一个trie,然后用母串跑一遍就行了,不过有两种操作比较麻...
分类:其他好文   时间:2015-08-26 17:10:05    阅读次数:213
UVa 12505 Searching in sqrt(n)
传送门一开始在vjudge上看到这题时,标的来源是CSU 1120,第八届湖南省赛D题“平方根大搜索”。今天交题时CSU突然跪了,后来查了一下看哪家OJ还挂了这道题,竟然发现这题是出自UVA的,而且用的原题。----------------------------------------------...
分类:其他好文   时间:2015-08-19 23:10:05    阅读次数:190
252条   上一页 1 ... 14 15 16 17 18 ... 26 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!