搜索资源列表
2007WorldFinalProblemSet
- acm国际大学生程序设计竞赛2007年东京世界总决赛题目-acm International Collegiate Programming Contest 2007 Tokyo World Finals title
suanfayishu
- 本书较为系统和全面地介绍了算法学最基本的知识。这些知识和技巧既是高等院校“算法与数据结构”课程的主要内容,也是国际青少年信息学奥林匹克(IOI)竞赛和ACM/ICPC国际大学生程序设计竞赛中所需要的。书中分析了相当数量的问题。 -the book is more systematic and comprehensive study of the algorithm fundamental knowledge. These knowledge and skills is not only in
ACM
- 程序设计竞赛的题目,有英文的题目 没有答案,不好意思
ACM竞赛算法
- 此文档是ACM(国际大学生程序竞赛)很全的算法学习文档,包含枚举,贪心,动态规划,几何,图论等许多算法,相信对你会有很大帮助。
计算几何算法
- 这是计算几何中的模拟退火程序模板,对于搞acm的同学应该会有帮助
suffixarray
- acm竞赛代码资料 构造后缀数据程序及其几个应用-acm contest code suffix data process data structure and its several applications
qq
- 使用c++编写了对点 语音聊天软件,实现两台主机之间得语音通信,首先通过声音采集,然后利用ACM接口压缩音频数据,将数据发送到目标主机,主机接收数据后,解压缩音频数据,并播放,以此实现了点对点得语音通信。利用TCP/IP协议来确认连接状态(TCP/IP协议是可靠的协议,TCP负责发现传输的问题,一有问题就发出信号,要求重新传输,直到所有数据安全正确地传输到目的地,),UDP协议(UDP是一个无连接协议,传输数据之前源端和终端不建立连接,当它想传送时就简单地去抓取来自应用程序的数据,并尽可能快地把
acm
- ACM程序设计大赛试题与解析,pdf版,1993-1996acm解析,2003年ACM-ICPC南太平洋赛区试题解析,第三十届ACMICPC 世界总决赛题目解析.-ACM Programming Contest questions and resolve, pdf version ,1993-1996acm analysis, in 2003 ACM-ICPC South Pacific Division questions resolved, the final third of the wo
ACM
- 国际大学生程序设计竞赛例题解 广东省大学生程序设计竞赛试题,PDF文件-ACM International collegiate programming contest,pdf file
Hunan-acm
- 包含了湖南省第六届程序设计比赛的题目以及测试数据和标程-Includes program design, Hunan Province, the sixth title of the game and test data and standard way
acm
- acm程序设计,动态规划,课件,源码,以及其他算法-acm programming, dynamic programming, courseware, source code, as well as other algorithms
beida-ACM-50
- 推荐给需要学习C语言的初学者,内有网站是北大程序员测试题 的集合,本文档里面介绍了题目的难易程度-Recommend to beginners need to learn the C language, within the site is a collection of of Peking programmers test questions in this document which describes the degree of difficulty of the subject
ACM
- 本书详细讲解了ACM国际大学生程序设计竞赛(ACM/ICPC )编程、调试方法,以及提高时间、 空间性能的策略,并充分利用了C++ 泛型编程的高效率、规范化的特性,全部采用C++ 泛型编程。-failed to translate
ACM入门经典
- 内含ACM入门的题目和很多基础经典算法,计算机速度快,很适合做计算和逻辑判断工作。本章首先介绍顺序结构程序设计,其基本思路是:把需要计算机完成的工作分成若干个步骤,然后依次让计算机执行。注意这里的“依次”二字——步骤之间是有先后顺序的。这部分的重点在于计算。
acm_stydy
- acm的详细介绍,并附有杭电的一些acm程序,c语言程序50个-A detailed descr iption of ACM, with some ACM program Hangzhou, C language program 50 Ming
2.曾棕根.ACM程序设计
- ACM算法竞赛教程,基于c++语言,可以很好地训练自己的算法设计水平(ACM algorithm competition tutorial)
ACM国际大学生程序设计竞赛 算法与实现 俞勇
- 此为部分acm算法模板,对算法学习有帮助(This is part of the ACM algorithm template, algorithm learning helpful)
ACM_OJ_程序设计基础课程资料
- 最新的ACM培新计划和培训内容,包含代码和解析,培养最出色的ACMer(This is the latest ACM information for learning and reference, including the hard-working information and plans of the teacher)
ACM国际大学生程序设计竞赛试题与解析(一)
- ACM试题,挺有用,大家可以看看,有 解析等(The advantage of ACM is that there is a possibility that you can be able to prove the possibility of your ability, the ACM award and the pat certificate are all direct access to a number of business interviews.)
程序设计基础 竞赛真题求解
- 程序设计基础 问题求解,适合程序设计竞赛,ACM程序设计大赛,蓝桥软件大赛,等初次参加比赛的学生,本科C语言方向和java方向的学生。