CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - ACM

搜索资源列表

  1. americanacmex

    0下载:
  2. 美国计算机程序设计大赛试题与解答始于1970年,是全球大学生计算机程序能力竞赛活动 ... 可以说,ACM国际大学生程序设计竞赛是参赛选手展示计算机才华的广阔舞台,是著名 ... 竞赛中至少命题6题,至多命题10题,比赛时间为5个小时,参赛队员可以携带诸如书、手册、程序清单等参考资料-The United States computer programming contest questions and answers
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2960992
    • 提供者:张先国
  1. acmone

    0下载:
  2. 浙江大学acm题库c语言解题报告 c++编程-Zhejiang University acm report questions c language problem-solving c++ programming
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:532
    • 提供者:moon
  1. 1

    0下载:
  2. 北大ACM第1045题Bode Plot答案,有兴趣的自己上北大ACM的题库去-ACM North title Bode Plot No. 1045 answers, there is interest on their own ACM sharPKUngfu go take a look at the questions
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:619702
    • 提供者:JC
  1. acmtemplate

    0下载:
  2. acm是一门相当富有技术含量的大学生竞赛,这是其中的一些常见算法模板,希望对大家有帮助-templates for acm problems
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:80985
    • 提供者:zhuo
  1. STD

    0下载:
  2. 里面包含了常用的ACM算法模板,对程序设计有帮助。-This is an acm templates for competetion.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:46165
    • 提供者:冯选
  1. 1029

    0下载:
  2. 这个也是本人做的pku acm里面的题目,希望对初学acm的人有帮助。-I do this is inside the title of pku acm, acm beginner would like to help people.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:92087
    • 提供者:jiejie
  1. ACM

    0下载:
  2. 此程序是一道ACM程序题目,题目要求是输入一个数字,要求出各个位上的数字相乘为输入的数的最小正整数。例如:10, 最小正整数为25-This procedure is a topic of ACM procedures, the subject is asked to enter a number of requests from various places on the number of multiplication for the input of the smallest positi
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:522
    • 提供者:sirenlove
  1. dongtai1

    0下载:
  2. acm 编程辅导资料 里面有各种算法的介绍等 感觉还可以 所以来分享-acm programming guidance information there are a variety of algorithms can also be introduced, such as feeling to share so
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:159223
    • 提供者:yangxue
  1. yangdongtaiguihua

    0下载:
  2. acm 编程辅导资料 里面有各种算法的介绍等 感觉还可以 所以来分享-acm programming guidance information there are a variety of algorithms can also be introduced, such as feeling to share so
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:77517
    • 提供者:yangxue
  1. sicily1093

    0下载:
  2. 中山大学ACM SICILY 1093 air express题目代码-Sun Yat-sen University ACM SICILY 1093 air express subject code
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:518715
    • 提供者:alex
  1. ACM

    0下载:
  2. ACM训练题Polygonal Line Search与Electrical Outlets-ACM Training Problems Polygonal Line Search and Electrical Outlets
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:22568
    • 提供者:曹峰
  1. OptimalServices

    0下载:
  2. acm算法设计 描述: 设有n 个顾客同时等待一项服务。顾客i需要的服务时间为ti ,1 < = i < = n 。应如何安排n个顾客的服务次序才能使平均等待时间达到最小?平均等待时间是n 个顾客等待服务时间的总和除以n。 对于给定的n个顾客需要的服务时间,编程计算最优服务次序。 输入:第一行是正整数n,表示有n 个顾客。接下来的1行中,有n个正整数,表示n个顾客需要的服务时间。 输出:最小平均等待时间 例输入: 10 56 12 1 99 1000
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:234164
    • 提供者:张波
  1. FLOYD_Renting_Boats

    0下载:
  2. acm算法设计:【FLOYD算法】Renting Boats 描述: 长江游艇俱乐部在长江上设置了n 个游艇出租站1,2,…,n。游客可在这些游艇出租站租用游艇,并在下游的任何一个游艇出租站归还游艇。游艇出租站i 到游艇出租站j 之间的租金为r(i,j),1< =i< j < =n。试设计一个算法,计算出从游艇出租站1 到游艇出租站n 所需的最少租金。 输入: 第1 行中有1 个正整数n(n<=200),表示有n个游艇出租站。接下来的n-1 行是r(i,j
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:346453
    • 提供者:张波
  1. Shortest_path_counting

    0下载:
  2. acm算法设计: 描述: 国际象棋车可以水平或垂直的任何方在同一行或同一列的棋盘。 找到一些最短路径的一个车可以从一个角落里一个棋盘的斜对面角落。 输入: 一整数n为行数和列的棋盘。0 < n <=16 输出: 数量的最短路径。 例输入: 3或4 例输出: 6或20 -Descr iption: A chess rook can move horizontally or vertically to any square in th
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:212417
    • 提供者:张波
  1. 5009_Arrangement(AC)

    0下载:
  2. ACM的一道题(关于全排列的) 题目是: 5009 ArrangementTimeLimit : 1 Second Memorylimit : 32 Megabyte Totalsubmit : 414 Accepted : 176 Given a string of letters(A-Z),your task is to arrange them in alphabetic order. Following is an example: A string
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:10048
    • 提供者:wind
  1. acm

    0下载:
  2. 吉林大学acm设计题目,对您的C提高很有帮助-Jilin acm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:314762
    • 提供者:liuyi
  1. wave-convert

    0下载:
  2. 使用acm做的gsm-pcm格式转换库程序,在VC6下编译,生成waveConvert.d-Acm done using the gsm-pcm format conversion library procedures under VC6 compiler to generate waveConvert.dll
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-28
    • 文件大小:11255911
    • 提供者:wgh
  1. ACM_shumolunwen

    0下载:
  2. ACM训练时收集论文之数学模型的建立、比较和应用 关键字:数学模型 算法 母函数-ACM training collected papers of the establishment of mathematical models, comparison and applications Keywords: mathematical model of algorithms generating function
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:42287
    • 提供者:summer
  1. pkuACM

    0下载:
  2. PKU ACM 北大ACM集训队内部资料-the datas of PKU ACM
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1188812
    • 提供者:zrq
  1. PKUACMreport

    0下载:
  2. 这是北京大学ACM在线POJ的一些重要题目的解题报告,其中在PPT中有详细的源码。一共100个左右。-This is the Peking University ACM online POJ some of the important topics of the problem-solving report, which are detailed in the PPT source. A total of about 100.
  3. 所属分类:Other systems

    • 发布日期:2017-05-20
    • 文件大小:5842751
    • 提供者:
« 1 2 34 5 6 7 8 9 10 ... 33 »
搜珍网 www.dssz.com