CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - acm 10

搜索资源列表

  1. c51chengxujinji

    0下载:
  2. c51程序集锦,很好的源码,包括资料,其中包含:16进制<->10进制互换程序,24c01-24c16读写驱动程序,通用93c06-93c86系列,ACM-12864汉字液晶显示驱动程序,at29c040_card(有原理图),智能化家电控制,E-1330点阵液晶屏驱动程序,hd44780,HT1380实时时钟驱动程序,ht9200b驱动程序,单个汉字库字摸提取程序,tc2.0编译(源码),按键扫描驱动程序,串行驱动led显示,89C51系列CPU编程器(80F51,87F51),1
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:846140
    • 提供者:fgwntg
  1. Vol10

    0下载:
  2. HDOJ acm.hdu.edu.cn 第10卷的一些题目,有些提供数据,有简单的分析过程
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:179697
    • 提供者:黄魏
  1. hp

    0下载:
  2. 主要用于acm/icpc竞赛中的高精度计算,主要内容: 高精度运算专题: 1.本专题公共函数说明 2.高精度比较 3.高精度加法 4.高精度减法 5.高精度乘10 6.高精度乘单精度 7.高精度乘高精度 8.高精度除单精度 9.高精度除高精度
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1660
    • 提供者:JooPoo
  1. 透视仪

    0下载:
  2. 一个acm算法题目 问题描述: 有一个黑盒子,可视为一个15×10的二维矩阵,里面有一些空隙,在二维矩阵中用0表示空隙,用1表示被占有。现有一个仪器,可以从4个方向对盒子进行分行透视:从左到右,从左下到右上,从下到上,从右下到左上。透视可得到该二维矩阵的该行1的个数。要求,还原此矩阵。 输入:4行,每一行分别代表从左到右,从左下到右上,从下到上,从右下到左上透视所得的数据 输出:该矩阵 使用的方法是回溯法,具体见程序-a acm algorithm topic Problem descr ipt
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5087
    • 提供者:陶锐
  1. WorkAssignment.rar

    0下载:
  2. acm算法设计 设有n件工作分配给n个人。将工作i 分配给第j 个人所需的费用为Cij。试设计一个算法,为每一个人都分配1 件不同的工作,并使总费用达到最小。 设计一个算法,对于给定的工作费用,计算最佳工作分配方案,使总费用达到最小。 输入:第一行有1 个正整数n (1≤n≤30)。接下来的n行,每行n个数,表示工作费用。 输出:最小总费用。 例输入: 3 10 2 3 2 3 4 3 4 5 例输出:9,acm algorithm design with n pieces
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:354916
    • 提供者:张波
  1. 1316-How-Many-Fibs

    0下载:
  2. HDU ACM 1316 Problem Descr iption Recall the definition of the Fibonacci numbers: f1 := 1 f2 := 2 fn := fn-1 + fn-2 (n >= 3) Given two numbers a and b, calculate how many Fibonacci numbers are in the range [a, b].
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2016-01-25
    • 文件大小:1024
    • 提供者:zzyazz
  1. 1099.c

    0下载:
  2. 北大ACM网站 1099题 http://acm.pku.edu.cn/JudgeOnline/problem?id=10-ACM Web site 1099 North title http://acm.pku.edu.cn/JudgeOnline/problem?id=10
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-19
    • 文件大小:1024
    • 提供者:redraiment
  1. 1011

    0下载:
  2. PKU第1011题源码,具体请参考http://acm.pku.edu.cn/JudgeOnline/problem?id=10-PKU 1011 Title Source, please refer to the specific http://acm.pku.edu.cn/JudgeOnline/problem?id=10
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-02
    • 文件大小:6731
    • 提供者:chenriji
  1. LED_Display

    0下载:
  2. 这是ACM 国际大学生程序设计竞赛中一个模拟算法解决的例题。算法模拟简易电子计算机现实0到9这10个数字。-This is the ACM International Collegiate Programming Contest in a simulation algorithm to solve the example. Simple computer simulation algorithm realistic 0-9 this figure 10.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1568
    • 提供者:小李
  1. 002

    0下载:
  2. 四. 实验内容――格雷码问题 1.问题描述 对于给定的正整数n,格雷码为满足如下条件的一个编码序列: (1) 序列由2n个编码组成,每个编码都是长度为n的二进制位串。 (2) 序列中无相同的编码。 (3) 序列中位置相邻的两个编码恰有一位不同。 例如:n=2时的格雷码为:{00, 01, 11, 10}。 设计求格雷码的递归算法并实现。 2. 具体要求(若在ACM平台上提交程序,必须按此要求)――平台上1769题 输入:输入的第一行是一个正整数m,表示测试例
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1148
    • 提供者:刘珊珊
  1. ACMpeixun

    0下载:
  2. 主要是ACM的培训资料,共10多张PPT,介绍了近10种经典的算法-ACM is mainly the training materials, a total of 10 copies of PPT, introduced nearly 10 kinds of classic algorithms
  3. 所属分类:Algorithm

    • 发布日期:2017-05-17
    • 文件大小:4597587
    • 提供者:manuxiao
  1. hdu1016

    0下载:
  2. hdu的acm题目源码 可以参考一下 不过只有一个-acm topic hdu source of reference but only a
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:557
    • 提供者:fsfaef
  1. hdu1043eight

    0下载:
  2. 八数码问题 里面有hdu1043题目和代码 题目链接为http://acm.hdu.edu.cn/showproblem.php?pid=1043 -8 digital issues and code inside hdu1043 topic subject links to http://acm.hdu.edu.cn/showproblem.php?pid=1043
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:48185
    • 提供者:herolilong
  1. ACMPOJ

    0下载:
  2. ACM POJ 2247.cpp 2051.cpp 1656.c 1326.cpp 1016.cpp保证正确-ACM POJ 2247.cpp 2051.cpp 1656.c 1326.cpp 1016.cpp
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:2560
    • 提供者:刘亚
  1. boj1007

    0下载:
  2. 北邮ACM第1007题的程序,已通过测试,绝对可用。-Beijing University of Posts and Telecommunications ACM theme of the first 1007 program, has been tested, absolutely free.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:133371
    • 提供者:王志刚
  1. 123456ACM

    0下载:
  2. ACM POJ上的源码~~1000-3217一共719道题,这是网站http://acm.pku.edu.cn/JudgeOnline/,非常好的C++源码-ACM POJ on the source code ~ ~ 1000-3217 a total of 719 questions, this is the site http://acm.pku.edu.cn/JudgeOnline/, a very good C++ source code ~ ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:457125
    • 提供者:lqtsing
  1. HDU1026

    0下载:
  2. HDU1026题目的题目代码 这是道记忆化搜索题 要输出搜索路径的 网址是:http://acm.hdu.edu.cn/showproblem.php?pid=1026-HDU1026 topic subject code is Road to the output memory search title search path of URLs is: http://acm.hdu.edu.cn/showproblem.php?pid=1026
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:1205
    • 提供者:郭东山
  1. ACM

    0下载:
  2. 中南大学ACM模板, ACM 模板 JPVision Fighting! To be or not to be , that is a question. alpc48 2008-10-5-Central South University ACM template, ACM template JPVision Fighting! To be or not to be, that is a question. Alpc48 2008-10-5
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:520835
    • 提供者:翁逍逍
  1. 2012-summer-Training-Contest(10)

    0下载:
  2. ACM 2012多校暑假集训(10),标程+解题报告。-ACM 2012 Multi-University Training Contest- Contest 10 Tutorial.
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:4034335
    • 提供者:j_lenmo
  1. Top-10-Algorithms-in-Data-Mining

    0下载:
  2. 在2006年9月召开的ICDM会议上,邀请了ACM KDD创新大奖(InnovationAward)和 Top 10 Algorithms in Data Mining IEEEICDM研究贡献奖(Research Contributions Award)的获奖者们来参与数据挖掘10大算 法的选举,每人提名10种他认为最重要的算法-Classification,Statistical Learning,Top 10 Algorithms in Data Mining,material
  3. 所属分类:Data Mining

    • 发布日期:2017-05-09
    • 文件大小:1839980
    • 提供者:yz
« 1 23 »
搜珍网 www.dssz.com