虫虫首页|资源下载|资源专辑|精品软件
登录|注册

优化<b>算法</b>

  • 一:需求分析 1. 问题描述 魔王总是使用自己的一种非常精练而抽象的语言讲话,没人能听懂,但他的语言是可逐步解释成人能听懂的语言,因为他的语言是由以下两种形式的规则由人的语言逐步抽象上去的: -

    一:需求分析 1. 问题描述 魔王总是使用自己的一种非常精练而抽象的语言讲话,没人能听懂,但他的语言是可逐步解释成人能听懂的语言,因为他的语言是由以下两种形式的规则由人的语言逐步抽象上去的: ----------------------------------------------------------- (1) a---> (B1)(B2)....(Bm) (2)[(op1)(p2)...(pn)]---->[o(pn)][o(p(n-1))].....[o(p1)o] ----------------------------------------------------------- 在这两种形式中,从左到右均表示解释.试写一个魔王语言的解释系统,把 他的话解释成人能听得懂的话. 2. 基本要求: 用下述两条具体规则和上述规则形式(2)实现.设大写字母表示魔王语言的词汇 小写字母表示人的语言的词汇 希腊字母表示可以用大写字母或小写字母代换的变量.魔王语言可含人的词汇. (1) B --> tAdA (2) A --> sae 3. 测试数据: B(ehnxgz)B 解释成 tsaedsaeezegexenehetsaedsae若将小写字母与汉字建立下表所示的对应关系,则魔王说的话是:"天上一只鹅地上一只鹅鹅追鹅赶鹅下鹅蛋鹅恨鹅天上一只鹅地上一只鹅". | t | d | s | a | e | z | g | x | n | h | | 天 | 地 | 上 | 一只| 鹅 | 追 | 赶 | 下 | 蛋 | 恨 |

    标签: 语言 抽象

    上传时间: 2014-12-02

    上传用户:jkhjkh1982

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    标签: represented integers group items

    上传时间: 2016-01-16

    上传用户:jeffery

  • c++基本代码

    c++基本代码,主要包括了排序,优化若干算法

    标签: 代码

    上传时间: 2013-12-23

    上传用户:xiaoyunyun

  • 人工智能网络源码

    人工智能网络源码,一些比较优化的算法atlab工具箱的神经网络理论与应用程序源代码 丛爽编,国科学技术大学出版社

    标签: 人工智能 网络 源码

    上传时间: 2013-12-17

    上传用户:asdfasdfd

  • OpenLdap是LDAP的开源项目

    OpenLdap是LDAP的开源项目,最大的有点是采用了一些优化的算法使得读取操作能够高效。目前很多的银行系统都采用。

    标签: OpenLdap LDAP 开源 项目

    上传时间: 2016-06-29

    上传用户:sz_hjbf

  • 此代码是字典树的实现源代码

    此代码是字典树的实现源代码,字典树是一种数据结构,用它可以实现对各种单词的检索。而对每一个单词的查找次数是单词的长度。做acm题很有用,应用程序中相信也能优化很多算法!

    标签: 代码 源代码

    上传时间: 2016-08-15

    上传用户:kelimu

  • 此代码是线段树的实现源代码

    此代码是线段树的实现源代码,可用O(nlogn)的时间查找出一段线段中任意一段的信息。做acm题很有用,应用程序中相信也能优化很多算法!

    标签: 代码 源代码

    上传时间: 2013-12-17

    上传用户:qoovoop

  • 在S3C2410A开发板上装有LINUX系统. 实现智能小车能自主地在平地行驶

    在S3C2410A开发板上装有LINUX系统. 实现智能小车能自主地在平地行驶,能躲避一定高度和大小的障碍物。 下一目标: 优化行走算法、行走路线预测、自选行走路线等。 加入编码轮,实现PID

    标签: S3C2410A LINUX 开发板

    上传时间: 2014-01-24

    上传用户:kikye

  • 汉诺塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation

    汉诺塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C

    标签: the animation Simulate movement

    上传时间: 2017-02-11

    上传用户:waizhang

  • 本书系统的论述了基于神经网络的智能诊断理论、方法、系统与实践

    本书系统的论述了基于神经网络的智能诊断理论、方法、系统与实践,内容涉及神经网络结构优化和算法改进,小波神经网络,集成神经网络,基于神经网络的智能诊断系统的开发和实践等等。。。

    标签: 神经网络 智能诊断 实践

    上传时间: 2014-11-29

    上传用户:lwwhust