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
Re: 圈子和活动
阅读更多http://www.
topcoder
.com/tc?
bd7lx
·
2006-11-14 09:00
活动
[
topCoder
-每日一二题]--[5]
比较有意思的一个题目问题:车上有2列椅子,同一列中相邻椅子的距离为1,两列之间的距离为2,椅子上有一些乘客,现在上来上个人,如何使他们之间的距离和最短?解决:如果两列得某一列中有连续3个空位,则是最短距离为4。否则,按照2为坐标把空位存储到vector中,(x,y)第一列为(0,i),第二列为(2,i),然后按照y排序,如果y相同,按照x排序。这样对排序好的数组依次取3个计算距离,取最小值。程序:
hxxiaopei
·
2006-11-09 20:00
Algorithm
String
vector
struct
iostream
pair
[
topCoder
-每日一二题]--[4]----动态规划的使用
几天作了一个题目,使用到了动态规划思想,避免重复计算的重要性。不避免重复计算,程序通不过测试(超时),而避免了重复计算,速度明显加快。问题描述: 格式如:"stp"表示一个比赛开始的时间为s结束时间为t胜出的可能为p(0--100)现在有一个vectorco,需要求一下参加比赛能使累计p得值为最大,比如参加3场比赛,把p累计得q,即求得能得到q,求q的最大值。Youwillbegive
hxxiaopei
·
2006-11-09 20:00
Algorithm
vector
String
iterator
iostream
math.h
[
topCoder
-每日一二题]--[3]
问题描述:描述不准确,把英文描述贴上来Agroupofsocialbugslivesinacircularformation.Thesebugsareeitherredorgreen.Onceeveryminute,anewgreenbugappearsbetweeneachpairofadjacentbugsofdifferentcolors,andanewredbugappearsbetwee
hxxiaopei
·
2006-11-02 14:00
String
iterator
character
iostream
bugs
colors
关于复杂问题向01两种状态转化的一点看法
昨天做了一个
topcoder
题目,题目大致就是对一个给定的字符串进行处理。字符串中是'R'或者'G'。对字符串进行处理得到S,如果S不满足,则对S处理。
hxxiaopei
·
2006-11-02 11:00
TopCoder
(学校位于硅谷附近.),偶然的看到了www.sjsu.edu上的
TopCoder
的新闻.到
topcoder
上一看.发现清华也在其中.google了一下,知道了
topcoder
是个什么东东.其实是编程牛人的
arcoolgg
·
2006-10-30 23:00
较高人工智能的人机博弈程序实现(多个算法结合)含C++源码
到昨天晚上,
Topcoder
MarathonMatch6结束了,我取得了第18名的成绩,已经是自己参加Marathon四次以来的最好名次啦,高兴ing。因为这次的题目比较偏:写一
varsoft
·
2006-10-19 19:00
游戏
C++
c
算法
C#
较高人工智能的人机博弈程序实现(多个算法结合)含C++源码
到昨天晚上,
Topcoder
MarathonMatch6结束了,我取得了第18名的成绩,已经是自己参加Marathon四次以来的最好名次啦,高兴ing。因为这次的题目比较偏:写一
javayestome
·
2006-10-19 19:00
游戏
C++
c
算法
C#
较高人工智能的人机博弈程序实现(多个算法结合)含C++源码
到昨天晚上,
Topcoder
MarathonMatch6结束了,我取得了第18名的成绩,已经是自己参加Marathon四次以来的最好名次啦,高兴ing。因为这次的题目比较偏:写一
tibaloga
·
2006-10-19 19:00
人工智能
较高人工智能的人机博弈程序实现(多个算法结合)含C++源码
到昨天晚上,
Topcoder
MarathonMatch6结束了,我取得了第18名的成绩,已经是自己参加Marathon四次以来的最好名次啦,高兴ing。因为这次的题目比较偏:
lanphaday
·
2006-10-19 19:00
安装和配置 Java J2SE Development Kit(JDK)
装了FC5后,用于没有装jdk,每次在
topcoder
上做题,总是要切换到windows下面。
hxxiaopei
·
2006-10-18 08:00
今天发现一种 string 与 其他型别之间 的转换方法
今天在做
topCoder
时,一个函数的返回类型是"No,"+int型的值,也就是string和int 的对接。直接使用str+i是不行的。
hxxiaopei
·
2006-10-10 09:00
过桥时间最短的算法实现(
TopCoder
)
问题描述:一群人晚上过桥,每次只能过2个人,并且需要一盏灯。 每个人过桥时间不同。计算最短时间给出是过桥时间如{1,2,5,10},计算出最小时间17首先1,2过去时间2 1 回来 时间1 5,10过去时间10 2 回来 时间 2 1,2 过去 时间 2总共17未过一方:小 大 小 大。。。。。过去一方
hxxiaopei
·
2006-09-22 11:00
TopCoder
开发大赛优胜者:仅为兴趣或展示自我参加竞赛
原文地址:http://www.intel.com/cd/ids/developer/apac/zho/307726.htm作者:GeoffKoch我们必须承认,某些人具有与生俱来的编程天分。FredBatty就是其中之一。现供职于SunJavaSystemMessagingServer团队的FredBatty曾在SunMicrosystems公司工作达九年之久,他的大部分职业生涯一直用于编程方面
celineshi
·
2006-08-31 10:00
多线程
编程
工作
算法
任务
英特尔
TopCoder
Algorithm Competition
Practicing/Traininginthe
TopCoder
Arena1ThePracticeRoomsAftereachratedevent,apracticeroomwillbeaddedtotheArenathatcontainstheproblemsetthatwasusedinthatratedevent.Thisgivestheeventparticipantsachancetoi
oyjpArt ACM/ICPC算法程序设计空间
·
2006-08-05 18:00
一道Google top coder的850分例题及解答
一道Google
topcoder
的850分例题及解答 原题: 假设有这样一种字符串,它们的长度不大于26,而且若一个这样的字符串其长度为m,则这个字符串必定由a,b,c...z中的前m个字母构成,同时我们保证每个字母出现且仅出现一次
Solstice
·
2006-04-06 22:00
算法
String
vector
Google
iterator
permutation
TopCoder
SRM294 DIV2 Report
TopCoder
SRM294DIV2Reportmatchdate:Saturday,March25,2006reportdate:Tuesday,March28,2006Preface:好可惜呀,这次的比赛是有奖金可拿的
ray58750034
·
2006-03-28 14:00
Date
report
Blog
div
TopCoder
SRM288 DIV1 Report
TopCoder
SRM288DIV1Reportmatchdate:Wednesday,February8,2006reportdate:Friday,February10,2006Preface:
ray58750034
·
2006-02-11 12:00
c
Date
工作
report
System
div
TopCoder
SRM287 DIV2 Report
TopCoder
SRM287DIV2Reportmatchdate:Saturday,February4,2006reportdate:Thursday,February09,2006Preface:
ray58750034
·
2006-02-09 09:00
c
Date
report
Integer
System
div
Multi-Threading Competition Series
TopCoder
今年将举行Inter的多处理器系统的并行算法比赛。
xlvector
·
2006-02-01 18:00
多线程
编程
算法
library
parallel
计算a阶乘和b的最大公约数
这是
TopCoder
SRM283的一道题目,属于数论的范畴。如果使用算法不适合,会出现超时。
xlvector
·
2006-01-30 13:00
TopCoder
SRM285 -- My Solution
这次比赛是北京时间夜里12点开始的,所以没有参加。下面的代码是比赛后一天写的,都通过了系统测试:Problems:BasketsWithApples:Wehavesomebasketscontainingapples,andwewouldliketoperformthefollowingprocedureinawaythatmaximizesthenumberofremainingapples.F
xlvector
·
2006-01-25 16:00
String
vector
Parameters
constraints
character
each
TopCoder
SRM 281
SRM281-ProblemSet&Analysisbylovrocanbeseehere.Thefollowingismysolution,allprogramsarepasssystemtest.TheProblemsIntegerGeneratorThisfollowingismyalgorithm:-> decideifstringcurrentis"validinput",andpu
xlvector
·
2006-01-25 16:00
TopCoder
SRM280 -- My Solution
TopCoder
SRM280SRM280-ProblemSet&Analysisbylovrocanbeseehere.Thefollowingismysolution,allprogramsarepasssystemtest.TheProblemsUniqueDigits
xlvector
·
2006-01-24 18:00
使用Ruby实现算法时遇到的性能问题
昨天作了一道
Topcoder
的题目,是一道典型的图搜索问题。由于正在学习Ruby,所以用Ruby实现了一下。测试时发现规模小的时候比如100*100以下的图,运行时间还可以接受。
dongbin_cn
·
2006-01-13 03:18
算法
Ruby
Go
编程
脚本
Ruby
使用Ruby实现算法时遇到的性能问题
阅读更多昨天作了一道
Topcoder
的题目,是一道典型的图搜索问题。由于正在学习Ruby,所以用Ruby实现了一下。测试时发现规模小的时候比如100*100以下的图,运行时间还可以接受。
dongbin
·
2006-01-13 03:00
算法
Ruby
Go
编程
脚本
使用Ruby实现算法时遇到的性能问题
昨天作了一道
Topcoder
的题目,是一道典型的图搜索问题。由于正在学习Ruby,所以用Ruby实现了一下。 测试时发现规模小的时候比如100*100以下的图,运行时间还可以接受。
dongbin
·
2006-01-13 03:00
编程
算法
脚本
Ruby
Go
我是一个被Java宠坏了的孩子
这就是Rene至今仍旧保持着做ACM和
TopCoder
的缘由。即使不做项目,仍旧能够保持对于C
Le Monde du Java
·
2005-12-23 17:00
Google™ Code Jam - 中国编程挑战赛
Google™CodeJam-中国编程挑战赛Programminglanguages:Java,C++,C#orVB下载竞赛平台参赛者将从
TopCoder
®公司的竞赛平台(一个Java程序)开始踏入竞赛的第一步
SportyBabe
·
2005-11-27 21:00
google 中国编程大赛测试题,及自己的解答
网站:http://www.
topcoder
.com/pl/?
edobnet
·
2005-11-23 23:00
Google中国编程挑战赛
Google中国编程挑战赛地址:http://www.
topcoder
.com/pl/?
SEMAN
·
2005-11-22 14:00
TopCoder
challenge: SimpleRouter --- Reloaded
This is the refactored version of SimpleRouter. By using boost.tokenizer, the parsing of rules and packets get simplified. By using polymophic and boost ptr_container, adding new types of rules get mu
feipigwang
·
2005-08-21 19:00
topcoder
TopCoder
challenge: SimpleRouter
This implementation is by no means elegant: it does not handle error well; it uses the same space for a forward table with a rule table; it uses hand-coded parsing, which is hard to read and modify...
feipigwang
·
2005-08-21 00:00
topcoder
上一页
17
18
19
20
21
22
23
24
下一页
按字母分类:
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
其他