搜索资源列表
ACM_Code
- 包括计算几何、特殊数据结构、组合数学等知识点的代码。每个代码对应一道ACM试题,根据代码头说明找到题目具体来源,比如POJ 2050。来自NUAA ACM校队,ACM比赛必备!
acm_code
- Descr iption 每天第一个到机房的人要把门打开,最后一个离开的人要把门关好。现有一堆杂乱的机房签 到、签离记录,请根据记录找出当天开门和关门的人。 Input 测试输入的第一行给出记录的总天数N ( > 0 )。下面列出了N天的记录。 每天的记录在第一行给出记录的条目数M ( > 0 ),下面是M行,每行的格式为 证件号码 签到时间 签离时间
ACM_Code
- 包括计算几何、特殊数据结构、组合数学等知识点的代码。每个代码对应一道ACM试题,根据代码头说明找到题目具体来源,比如POJ 2050。来自NUAA ACM校队,ACM比赛必备!-Include computational geometry, special data structure, combinatorial mathematics and other knowledge-point code. Each code corresp
acm_code
- Descr iption 每天第一个到机房的人要把门打开,最后一个离开的人要把门关好。现有一堆杂乱的机房签 到、签离记录,请根据记录找出当天开门和关门的人。 Input 测试输入的第一行给出记录的总天数N ( > 0 )。下面列出了N天的记录。 每天的记录在第一行给出记录的条目数M ( > 0 ),下面是M行,每行的格式为 证件号码 签到时间 签离时间
acm_code
- 一些ACM基本算法的测试源码,可做简单的模板用,共11个。-Some of the basic algorithm ACM test source, the template can be easy to use, a total of 11.
acm_code
- ACM资料大集合,超多关于ACM的资料,全是很经典的,要是把这个全搞定,肯定是金奖!-ACM large collection of information, ultra more information on ACM, the whole is very classic, and if to get the whole is definitely gold!
ACM_CODE
- ACM的上百种算法,有兴趣变成ACMER的必看,绝对是精华-ACM hundreds of different algorithms, are interested to become the must-see ACMER is absolutely essential
ACM_Code
- (ACM)广东省赛题解光盘内容,ACM竞赛必看,很值得参考学习!-(ACM) in Guangdong Province Solutions CD-ROM game title content, ACM contest must see, it is worth considering to learn!
ACM_code
- ACM常用算法,内容涵盖了如快速傅里叶变换,求排列组合数,判断图形是凸集还是凹集,求解模线性方程,求最小生成树等算法-ACM commonly used algorithms, covering, such as fast Fourier transform, find the number of permutations and combinations to determine the graph is convex or conc
ACM_CODE
- ACM常用代码模板,包含图论,计算几何,数论,排序,字符串等,非常实用啊-ACM commonly used code templates, including graph theory, computational geometry, number theory, sorting, strings, etc, very useful ah
acm_code
- 这是本科暑假联系ACM的代码,有的是北大OJ的,有的是杭电OJ的。分为并查集,动态规划,高精度,树形,线段树五个部分-This files have many acm codes. Users can look at the problems at POJ or HangDian OJ.