Fork me on GitHub
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页
摘要: The Falling LeavesEach year, fall in the North Central region is accompanied by the brilliant colors of the leaves on the trees, followed quickly by t... 阅读全文
posted @ 2013-03-26 07:21 Gifur 阅读(301) 评论(0) 推荐(0) 编辑
摘要: S-TreesA Strange Tree (S-tree) over the variable setis a binary tree representing a Boolean function. Each path of the S-tree begins at therootnode an... 阅读全文
posted @ 2013-03-25 19:13 Gifur 阅读(208) 评论(0) 推荐(0) 编辑
摘要: QuadtreesA quadtree is a representation format used to encode images. The fundamental idea behind the quadtree is that any image can be split into fou... 阅读全文
posted @ 2013-03-25 07:38 Gifur 阅读(588) 评论(0) 推荐(0) 编辑
摘要: TreeYou are to determine the value of the leaf node in a given binary tree that is the terminal node of a path of least value from the root of the bin... 阅读全文
posted @ 2013-03-24 18:52 Gifur 阅读(288) 评论(0) 推荐(0) 编辑
摘要: Tree SummingBackgroundLISP was one of the earliest high-level programming languages and, with FORTRAN, is one of the oldest languages currently being ... 阅读全文
posted @ 2013-03-23 01:12 Gifur 阅读(349) 评论(0) 推荐(0) 编辑
摘要: Team QueueQueuesandPriority Queuesare data structures which are known to most computer scientists. TheTeam Queue, however, is not so well known, thoug... 阅读全文
posted @ 2013-03-19 13:29 Gifur 阅读(717) 评论(0) 推荐(0) 编辑
摘要: Max SumTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 97273Accepted Submission(s): 22426Problem D... 阅读全文
posted @ 2013-03-16 15:06 Gifur 阅读(1774) 评论(0) 推荐(0) 编辑
摘要: Problem B: Myacm TrianglesSource file:triangle.{c,cpp,java,pas}Input file:triangle.inOutput file:triangle.outThere has been considerable archeological... 阅读全文
posted @ 2013-03-12 15:41 Gifur 阅读(456) 评论(0) 推荐(0) 编辑
摘要: Problem A: BilliardIn a billiard table with horizontal sideainches and vertical sidebinches, a ball is launched from the middle of the table. Afters> ... 阅读全文
posted @ 2013-03-12 06:44 Gifur 阅读(340) 评论(0) 推荐(0) 编辑
摘要: Inscribed Circles and Isosceles TrianglesGiven two real numbersBthe width of the base of an isosceles triangle in inchesHthe altitude of the same isos... 阅读全文
posted @ 2013-03-11 19:52 Gifur 阅读(559) 评论(0) 推荐(0) 编辑
摘要: Problem EThe Other Two TreesInput:standard inputOutput:standard outputTime Limit:2 secondsYou have a quadrilateral shaped land whose opposite fences a... 阅读全文
posted @ 2013-03-11 11:24 Gifur 阅读(452) 评论(0) 推荐(0) 编辑
摘要: Problem BCode RefactoringTime Limit: 2 seconds"Harry, my dream is a code waiting to bebroken. Break the code, solve the crime."Agent CooperSeveral alg... 阅读全文
posted @ 2013-03-10 07:45 Gifur 阅读(514) 评论(0) 推荐(0) 编辑
摘要: Problem F: Factoring Large NumbersOne of the central ideas behind much cryptography is that factoring large numbers is computationally intensive. In t... 阅读全文
posted @ 2013-03-10 01:54 Gifur 阅读(528) 评论(0) 推荐(0) 编辑
摘要: Pseudo-Random NumbersComputers normally cannot generate really random numbers, but frequently are used to generate sequences of pseudo-random numbers.... 阅读全文
posted @ 2013-03-10 00:30 Gifur 阅读(732) 评论(0) 推荐(0) 编辑
摘要: Uniform GeneratorComputer simulations often require random numbers. One way to generate pseudo-random numbers is via a function of the formwhere ``" i... 阅读全文
posted @ 2013-03-09 23:57 Gifur 阅读(275) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页
TOP