go top

网络释义专业释义

  [计] [数] algorithm

...导读:题目:基于回溯法的迷宫问题学院:理学院姓名:边微,用回溯方法解决迷宫问题,算法(Algorithm)是一系列解决问题的清晰指令,并且这样的步骤和序列可以解决一类问题,或不适合于某个问题,执行这个算法将不会解决这个问题,同一问...

基于3215个网页-相关网页

  RSA

对称型加密(如des算法)使用单个密钥对数据进行加密或解密。不对称型加密算法也称公用密钥算法(如rsa算法),其特点是有二个密钥(即公用密钥和私有密钥),只有二者搭配使用才能完成加密和解密的全过程。

基于486个网页-相关网页

  Arithmetic

算法Arithmetic):解决问题的步骤。

基于398个网页-相关网页

  DES

...加密算法,可以大大增强算法的安全性,如采用常规密钥加密算法与公开密钥加密算法组合,即加密和解密数据用单密钥密码算法(如DES),而采用RSA双密钥密码来传递会话密钥,这样就充分发挥对称密码体制的高速简便性和非对称密码体制密钥管理的方便和安全性。

基于326个网页-相关网页

短语

搜索算法 [数] [计] Search Algorithm ; [数] [计] searching algorithm ; Breadth First Search ; A Star Search Algorithm

遗传算法 GA ; RAGA ; NSGA

排序算法 sorting algorithm ; Sort algorithm ; Quicksort ; CT-Rank

维特比算法 Viterbi algorithm ; Viterbi ; IMM-EV

普里姆算法 Prim's algorithm ; Prim

排名算法 Ranking criteria ; Ranking formula ; Ra wonderfulking formula

蚁群算法 Ant colony optimization algorithms ; ant colony algorithm ; ant colony optimization ; ACO

算法导论 Introduction to Algorithms ; MIT - Introduction to Algorithms ; CLRS ; Introduction to Algorithms Second Edition

算法语言 Algorithmic Language ; ALGOL ; AlgoL Algorithmic Language ; Languages of Calculational Method

 更多收起网络短语
  • algorithm - 引用次数:74037

    Search algorithm is a key problem of such networks.

    而这种系统的一个核心技术是搜索算法

    参考来源 - 期刊学术社区
    mechanism - 引用次数:1853

    This paper proposes a unicast mechanism for rate adaptation at receivers called RAAR.

    提出了一种接收端的速率自适应算法,称为RAAR。

    参考来源 - 期刊学术社区
    algorithmic
  • algorithm - 引用次数:37910

    Algorithm of these modules is ant-colony algorithm.

    配网规划模块中的算法采用的使蚁群算法

    参考来源 - 基于地理信息系统的配电网规划
    access - 引用次数:739

    Then a novel multiuser detector based on ICSA was designed for code division multiple access communication systems.

    然后在CDMA系统利用此算法设计了新的多用户检测器。

    参考来源 - 期刊学术社区
    emphasis - 引用次数:265

    In chapter 3, emphasis is put on timing recovery.

    第三章研究定时恢复算法

    参考来源 - 软件接收机若干关键技术研究
  • computing method - 引用次数:4

    The thesis researched the obtaining method of customers' requirements, probed into the computing method of the similar degree of the modular product case, and providedthealgorithmprocessof retrievingsimilarcase. Throughmodule replacement, modification or creation, the product variant design can be realized.6.

    5.研究了用户需求的获取方法,探讨了模块化产品实例的相似度计算方法,给出了相似实例提取算法流程,提出了通过实例模块的替换、修改或创建等方式来实现产品变型设计的方法。

    参考来源 - 基于模块化产品实例的变型设计技术研究与实现
  • algorithm - 引用次数:11

    参考来源 - 粗集中属性权重的概念及应用
    algorism - 引用次数:3

    Then a probability algorism for attributes reduction is proposed. The probability that the attribute belong to the reduction can be know from the reduction which is gained by the algorism, and we can sample according to this reduction.

    在此基础上,本文提出了概率区分矩阵这一概念,并构造出相应的区分函数,设计出一种概率属性约简算法,通过该算法可以估计某一属性包含在属性约简中的概率,从而可按照这一概率来获取所需样本。

    参考来源 - 基于粗糙集理论的不完备信息系统下的知识获取方法研究
  • needleman-wunsch algorithm needleman-wunsch
    algorithm
  • algorithm
    algorithms

·2,447,543篇论文数据,部分数据来源于NoteExpress

新汉英大辞典

算法 [suàn fǎ]

  • algorithm
  • 短语:
    • 算法逼近 algorithm approach;
    • 算法表示法 algorithmic notation;
    • 算法程序 algorithm routine;
    • 算法调度 algorithmic dispatching; algorithmic scheduling;
    • 算法翻译 algorithm translation;
    • 算法分析 algorithm analysis;
    • 算法复杂性 algorithm complexity;
    • 算法级 algorithm level;
    • 算法类 class of algorithms;
    • 算法(理)论 theory of algorithms; algorithm theory;
    • 算法描述 arithmetic statement;
    • 算法收敛 algorithm convergence;
    • 算法图 algorithm pattern;
    • 算法语句 algorithmic statement;
    • 算法语言 algorithmic language (ALGOL)
  更多收起结果
以上来源于:《新汉英大辞典》

双语例句原声例句

  • 我们容易找到早期算法计算证据

    Evidence of early stages of arithmetic and numeration can be readily found.

    youdao

  • 如果可以这么做那么分治算法是个好的选择

    If this can be done, then the divide-and-conquer algorithm is a good choice.

    youdao

  • 也许进化算法巧妙运用还是科扎博士完成的。

    Perhaps the most cunning use of an evolutionary algorithm, though, is by Dr. Koza himself.

    youdao

更多双语例句

百科

算法

算法(Algorithm)是指解题方案的准确而完整的描述,是一系列解决问题的清晰指令,算法代表着用系统的方法描述解决问题的策略机制。也就是说,能够对一定规范的输入,在有限时间内获得所要求的输出。如果一个算法有缺陷,或不适合于某个问题,执行这个算法将不会解决这个问题。不同的算法可能用不同的时间、空间或效率来完成同样的任务。一个算法的优劣可以用空间复杂度与时间复杂度来衡量。 算法中的指令描述的是一个计算,当其运行时能从一个初始状态和(可能为空的)初始输入开始,经过一系列有限而清晰定义的状态,最终产生输出并停止于一个终态。一个状态到另一个状态的转移不一定是确定的。随机化算法在内的一些算法,包含了一些随机输入。 形式化算法的概念部分源自尝试解决希尔伯特提出的判定问题,并在其后尝试定义有效计算性或者有效方法中成形。这些尝试包括库尔特·哥德尔、Jacques Herbrand和斯蒂芬·科尔·克莱尼分别于1930年、1934年和1935年提出的递归函数,阿隆佐·邱奇于1936年提出的λ演算,1936年Emil Leon Post的Formulation 1和艾伦·图灵1937年提出的图灵机。即使在当前,依然常有直觉想法难以定义为形式化算法的情况。

详细内容

以上来源于: 百度百科
$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定