搜索结果
找到约 623 项符合
ACM-ICPC 的查询结果
数值算法/人工智能 ACM中南大学找最大合法序列的算法
ACM中南大学找最大合法序列的算法,很经典,希望大家喜欢
数值算法/人工智能 北京大学ACM题 Here is a geometric problem. You have an angle and some squares in the first quadrant of
北京大学ACM题
Here is a geometric problem. You have an angle and some squares in the first quadrant of the plane rectangular coordinates. The vertex of the angle is fixed on the origin O of the coordinates, and both of its radial lines are specified by the input. The sizes of the squares are also s ...
数值算法/人工智能 北京大学ACM比赛题 The game of Scrabble is played with tiles. A tile either has a single letter written on
北京大学ACM比赛题
The game of Scrabble is played with tiles. A tile either has a single letter written on it, or it is blank. In the latter case, the tile may be used to represent a letter of your choice. On your turn, you arrange the tiles to form a word. Each tile may be used at most once, but not ...
数值算法/人工智能 北京大学ACM比赛题目 In 1742, Christian Goldbach, a German amateur mathematician, sent a letter to Leonhard
北京大学ACM比赛题目
In 1742, Christian Goldbach, a German amateur mathematician, sent a letter to Leonhard Euler in which he made the following conjecture:
Every even number greater than 4 can be
written as the sum of two odd prime numbers.
For example:
8 = 3 + 5. Both 3 and 5 are odd prime n ...
数值算法/人工智能 北京大学ACM比赛题目 Consider an infinite full binary search tree (see the figure below), the numbers in the
北京大学ACM比赛题目
Consider an infinite full binary search tree (see the figure below), the numbers in the nodes are 1, 2, 3, .... In a subtree whose root node is X, we can get the minimum number in this subtree by repeating going down the left node until the last level, and we can also find the ma ...
数值算法/人工智能 北京大学ACM比赛题目 Write a program to read four lines of upper case (i.e., all CAPITAL LETTERS) text input
北京大学ACM比赛题目
Write a program to read four lines of upper case (i.e., all CAPITAL LETTERS) text input (no more than 72 characters per line) from the input file and print a vertical histogram that shows how many times each letter (but not blanks, digits, or punctuation) appears in the all-upper ...
数值算法/人工智能 北大ACM在线做题网站的部分题目答案。代码为c++原码。
北大ACM在线做题网站的部分题目答案。代码为c++原码。
Jsp/Servlet 北大acm平台正版源代码acm2749
北大acm平台正版源代码acm2749
其他书籍 ACM题解 历年试题
ACM题解
历年试题,经典题目,还有算法
前人经验等
数据结构 这个一道ACM竞赛中的复杂模拟程序。按照国际象棋的规则
这个一道ACM竞赛中的复杂模拟程序。按照国际象棋的规则,程序从check_in中读入双方落子的步骤
通过程序模拟该盘棋过程,并最后判断输赢。将结果仿真check_out中。