E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Topcoder
Android之自定义Adapter的ListView
http://www.cnblogs.com/
topcoder
liu/archive/2011/05/07/2039862.html 在开发中,我们经常使用到
·
2015-11-11 15:33
ListView
TopCoder
SRM144 DIV1(one)
1 import java.util.Scanner; 2 3 public class BinaryCode { 4 5 public String[] decode(String message){ 6 String[] original = new String[2]; 7 StringBuffer s1=new
·
2015-11-11 15:56
topcoder
[
topcoder
]CoinReversing
http://community.
topcoder
.com/stat?c=problem_statement&pm=11473&rd=14543 简单的概率题。那道题想了想就出来了。
·
2015-11-11 14:41
topcoder
[
topcoder
]BinarySearchable
http://community.
topcoder
.com/stat?
·
2015-11-11 14:41
topcoder
[
topcoder
]UnsealTheSafe
http://community.
topcoder
.com/stat?c=problem_statement&pm=4471&rd=10711 这题果然是道简单题,图+DP。
·
2015-11-11 14:40
topcoder
破解
topcoder
challenge 不能拷贝代码限制(FOR WINDOWS)
默认情况下,
TOPCODER
的SRM和TCO等比赛在查看别人代码的时候(challeng-ing phrase 或练习时候看别人代码)是不允许拷贝代码的。
·
2015-11-11 13:53
topcoder
【操作系统】修改WIN7下的文件关联与默认程序
最近一个ACMer的
TopCoder
的主程序坏了,最后检查发现是JAVA的程序有错误。
·
2015-11-11 13:51
win7
【
TopCoder
SRM 551 Div2】Solutions
【250】 Beaver Bindu has some colored bricks. Each color is described by an uppercase letter. Bricks of each color all look exactly the same. You are given a string bricks. Each character of bricks r
·
2015-11-11 12:19
topcoder
TopCoder
Training——How To Find a Solution
BusinessTasks - SRM 236 Div 1: View Code #include <iostream>#include <cstdio>#include <cstring>#include <set>#include <map>#include <cmath>#include <s
·
2015-11-11 12:34
topcoder
SRM 596 DIV 2
前段时间终于配置好了
TopCoder
的环境,所以就拿这场的DIV2练习了一下 1. 250pt FoxAndSightseeing 题意 给你n个城市的位置,他们在同一直线上,要求你跳过其中某一个城市
·
2015-11-11 12:38
div
动态规划:从新手到专家
前言 本文翻译自
TopCoder
上的一篇文章: Dyn
·
2015-11-11 11:44
动态规划
TopCoder
SRM 642 Div.2 1000 --二分+BFS
题意: 给你一张图,N个点(0~N-1),m条边,国王要从0到N-1,国王携带一个值,当走到一条边权大于此值的边时,要么不走,要么提升该边的边权,提升k个单位花费k^2块钱,国王就带了B块钱,问能携带的最大值是多少。 解法: 二分此值,然后BFS跑遍每个点,记录到达每个点的最小花费Mincost,如果Mincost[N-1] <= B,则此值可行,往上再二分,否则往下二分。
·
2015-11-11 11:14
topcoder
TopCoder
SRM 639 Div.2 500 AliceGameEasy --乱搞
题意: 一个游戏有n轮,有A和B比赛,谁在第 i 轮得胜,就获得 i 分,给出x,y,问A得x分,B得y分有没有可能,如果有,输出A最少赢的盘数。 解法: 这题是我傻逼了,处理上各种不优越,要使n*(n+1)/2 >= 10^12, n为10^6是不够的,要开大一点,总是细节地方不注意。 做法很简单,先用map或者其他什么东西判断x+y是否为某个n*(n+1)/2, 如果不是,那肯定为-
·
2015-11-11 11:02
topcoder
[翻译]How to Find a Solution ( 如何找到问题的答案,来自Top Coder 网站)
原文链接: https://www.
topcoder
.com/community/data-science/data-science-tutorials/how-to-find-a-solution
·
2015-11-11 11:25
code
转:给自己
TopCoder
SRM的建议
强哥写的。 原文链接 1. 是否需要 long long 2. 是否有 除0 的可能 3. 是否需要cmp特判精度 4. 是否必须使用double,能转化成整数运算么?怎么转换 5. 关键部分无序的问题->贪心?sort是否管用?满足怎样的顺序可以找到解(最优解)?满足某一顺序是否可以dp?graph问题?netflow? 6. 关键部分变量的取值区间是多少,可以枚举么? 7
·
2015-11-11 10:28
topcoder
[
topcoder
]TopographicalImage
也可以递归调用完成BFS,在调用之前做判断:http://community.
topcoder
.com/stat?
·
2015-11-11 09:06
topcoder
[
topcoder
]KingdomReorganization
http://community.
topcoder
.com/stat?
·
2015-11-11 09:55
topcoder
[
topcoder
]ActivateGame
http://community.
topcoder
.com/stat?
·
2015-11-11 09:52
topcoder
[
topcoder
]NinePuzzle
http://community.
topcoder
.com/stat?
·
2015-11-11 09:51
topcoder
[
topcoder
]BestRoads
http://community.
topcoder
.com/stat?
·
2015-11-11 09:51
topcoder
[
topcoder
]IncreasingSubsequences
http://community.
topcoder
.com/stat?
·
2015-11-11 09:50
sequence
[
topcoder
]CorrectMultiplicationTwo
http://community.
topcoder
.com/stat?
·
2015-11-11 09:48
topcoder
[
topcoder
]BinaryCards
现在觉得有空时可以刷一下
topcoder
的DIV 2的Lvl 3的题目。感觉和刷LeetCode和WikiOi都是不一样的。 http://community.
topcoder
.com/stat?
·
2015-11-11 09:48
topcoder
Nyist 416 -- Same binary weight
原题是 :
TopCoder
SRM 416 DIV 2 Same binary weight 先看看这几个例子: 1717(0110 1011 0101),下一位是 1718(0110
·
2015-11-11 06:06
binary
TopCoder
_SRM_144_DIV2_250_Time
Problem Statement Computers tend to store dates and times as single numbers which represent the number of seconds or milliseconds since a particular date. Your task in this
·
2015-11-11 06:50
topcoder
SRM 616 ColorfulCoins
(一次查询是要求给出面额总数某一个值的货币即可,假设给出的货币数目总是最少的,而且是可行的) 官方题解:http://apps.
topcoder
.com/wiki/display/tc/SRM+616
·
2015-11-11 05:00
color
Dynamic Programming: From novice to advanced
作者:Dumitru 出处:http://community.
topcoder
.com/tc?
·
2015-11-11 04:50
Greedy is Good
作者:supernova 出处:http://community.
topcoder
.com/tc?
·
2015-11-11 04:49
Go
Range Minimum Query and Lowest Common Ancestor
作者:danielp 出处:http://community.
topcoder
.com/tc?
·
2015-11-11 04:48
query
2010
TopCoder
Open Algorithm Competition Qualification Rounds 1
这种比赛,看得和平时的SRM一样,我是来打酱油的。本来是5.1晚12点做的,可悲剧的是TC服务器不知道出了什么事,跟上回一次做SRM似的,Compile不了,Submit不了,郁闷坏了,老期待呢,结果却没做成,不过可能也是好事,250题做的比较慢,拿到250,直接就去看Sample了,可是题目自我感觉比较拗口,DNA链要放过来匹配。错过了早提交的机会,结果就到了提交高峰期了,然后TC服务器就悲剧了
·
2015-11-11 03:51
Algorithm
SRM 627 D1L2GraphInversionsDFS查找指定长度的所有路径 Binary indexed tree (BIT)
题目:http://community.
topcoder
.com/stat?
·
2015-11-11 03:27
version
[
topcoder
]FoxAndChess
http://community.
topcoder
.com/stat?c=problem_statement&pm=12725&rd=15702 这题比较简单。
·
2015-11-11 03:29
topcoder
*[
topcoder
]TheTree
http://community.
topcoder
.com/stat?c=problem_statement&pm=12746&rd=15703 这道题有意思。
·
2015-11-11 03:28
topcoder
*[
topcoder
]HexagonalBoard
http://community.
topcoder
.com/stat?c=problem_statement&pm=12784 真心觉得tc的div1 250不少好题,对我来说比较适合。
·
2015-11-11 03:27
topcoder
*[
topcoder
]LittleElephantAndBalls
http://community.
topcoder
.com/stat?
·
2015-11-11 03:27
topcoder
*[
topcoder
]AstronomicalRecords
http://community.
topcoder
.com/stat?
·
2015-11-11 03:26
topcoder
*[
topcoder
]LittleElephantAndIntervalsDiv1
http://community.
topcoder
.com/stat?c=problem_statement&pm=12822&rd=15707 第一次用C++提交,艰辛。
·
2015-11-11 03:25
topcoder
*[
topcoder
]LittleElephantAndString
http://community.
topcoder
.com/stat?
·
2015-11-11 03:24
topcoder
[
topcoder
]IncrementAndDoubling
http://community.
topcoder
.com/stat?
·
2015-11-11 03:24
topcoder
[
topcoder
]SmartWordToy
广度搜索BFS,要用Queue。还不是很熟,这道题帮助理清一些思绪了。其实这道题是求最短路径,所以BFS遇到第一个就可以返回了,所以后面有些现有大小和历史大小的判断可以省却。 过程中拿数组存step还是很有用的。其他的解法中我看到有把四位char编码返回整数的a*26*26*26+b*26*26+c*26+d,很不错,本质就是26进制的数。 import java.util.*; pu
·
2015-11-11 03:37
topcoder
[
topcoder
]TallPeople
http://community.
topcoder
.com/stat?c=problem_statement&pm=2923&rd=5854 一开始错了是因为理解错题意。
·
2015-11-11 03:34
topcoder
[
topcoder
]BusinessTasks
http://community.
topcoder
.com/stat?
·
2015-11-11 03:33
topcoder
一起刷LeetCode1-Two Sum
感觉有必要重新刷刷题了,为以后找工作做做准备,选择LeetCode+
topcoder
上的Data Science Tutorials, 争取每天晚上10:00开始刷一道,复习一下相关知识点。
·
2015-11-11 01:40
LeetCode
TCO'10 Wildcard Round 1000pt
官方题解: http://apps.
topcoder
.com/wiki/display/tc/TCO'10+Wildcard+Round 解题思路: 这题行与行之间没有关系是从一开始就之间看的出来
·
2015-11-11 01:12
round
剪辑的楼天城的ACM之路
楼天城楼教主的acm心路历程(剪辑) 利用假期空闲之时,将这几年GCJ,ACM,
TopCoder
参加的一些重要比赛作个回顾。
·
2015-11-11 00:34
ACM
高效求幂取余 算法,复杂度 log(n)
做
TopCoder
SRM 576 D2 L3 题目时,程序有个地方需要对一个数大量求幂并取余,导致程序运行时间很长,看了Editoral之后,发现一个超级高效的求幂并取余的算法,之前做System
·
2015-11-10 22:46
log
SRM 588 D2 L2:GUMIAndSongsDiv2,冷静思考,好的算法简洁明了
题目来源:http://community.
topcoder
.com/stat?
·
2015-11-10 22:27
div
SRM 588 D2 L3:GameInDarknessDiv2,DFS
题目来源:http://community.
topcoder
.com/stat?
·
2015-11-10 22:23
game
*[
topcoder
]JumpFurther
http://community.
topcoder
.com/stat?
·
2015-11-10 21:09
topcoder
*[
topcoder
]GUMIAndSongsDiv1
http://community.
topcoder
.com/stat?c=problem_statement&pm=12706&rd=15700 这题有意思。
·
2015-11-10 21:07
topcoder
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他