CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - pseudo code

搜索资源列表

  1. 递归算法快速排序

    0下载:
  2. 分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:172.25kb
    • 提供者:李顺
  1. Spread

    2下载:
  2. 本程序应用了混沌序列作为伪码生成器对直接扩频系统进行了仿真,并在多用户情况下作了仿真-the application procedures as a chaotic sequence of pseudo-code generator directly to the spread spectrum system simulation, Multi-user and the circumstances made Simulation
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:8.04kb
    • 提供者:王也
  1. 电子计算机算法手册

    0下载:
  2. 这是常用的数值算法和图论算法 是用伪代码描述的 里面有对算法的详细讲解-This the commonly used algorithms and numerical algorithms of graph theory is used pseudo-code descr iption of the inside of the algorithm in detail on the
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:11.56mb
    • 提供者:喻林
  1. DataStrucure

    0下载:
  2. 这是我上数据结构和算法课程是老师的课件 所有算法都用c++实现拉 .比用伪代码描叙要 好得多-on data structures and algorithms is the teacher's curriculum courseware all algorithms are used to achieve c Rafah. Pseudo code than depicts much better
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.72mb
    • 提供者:喻林
  1. pzm

    0下载:
  2. code for calculate pseudo zernike moment
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1.51kb
    • 提供者:herlina
  1. Pseudo

    2下载:
  2. This a code of Pseudo-Arc Length Continuation Method , the method can be used for solving the nonlinear equations, the principle can re found in some text books. In the code,I prove the agreement of the code with other methods -This is a code of
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:4.39kb
    • 提供者:michael yang
  1. bak

    0下载:
  2. 数据结构中链表算法的PPT,包括伪代码和基本原理,内容很详细-Data structure linked list algorithm PPT, including pseudo-code and the basic principles of the content in detail
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:38.21kb
    • 提供者:士大夫
  1. -p2

    0下载:
  2. 最长公共子序列(LCS),最长递增子序列(LIS),最长公共递增子序列(LCIS)的实现,根据《算法导论》英文版的伪代码改写成C语言版本,测试完美通过。-The longest common sub-sequence (LCS), the longest increasing subsequence (LIS), the longest sequence of public increments (LCIS) of the realization, according to " Intr
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:736.3kb
    • 提供者:无我
  1. AStar

    0下载:
  2. 八数码问题的A*算法实现,java的伪代码,基本思想-8 digital issues of A* algorithm, java pseudo code, the basic idea
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3.19kb
    • 提供者:呵呵
  1. fcsr

    0下载:
  2. 伪随机序列产生器-代进位反馈移位寄存器,matlab 原代码。-Pseudo-random sequence generator- on behalf of binary feedback shift register, matlab source code.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1.16kb
    • 提供者:李辛
  1. ffcsr

    0下载:
  2. 伪随机序列产生器-filtered 代进位反馈移位寄存器,matlab 原代码。-Pseudo-random sequence generator-filtered on behalf of binary feedback shift register, matlab source code.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.36kb
    • 提供者:李辛
  1. ants

    0下载:
  2. 蚂蚁算法伪码 蚂蚁算法解决TSP问题的C++程序-Ant Algorithm pseudo-code ant algorithm to solve TSP problems C++ Procedures
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:7.89kb
    • 提供者:lastsong
  1. diguisuanfa

    0下载:
  2. 递归算法的实验报告,内有递归算法的伪代码及C语言实现,以及部分实例~-Experimental report recursive algorithm, recursive algorithm, there are pseudo-code and C language, as well as some examples ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:9.75kb
    • 提供者:职业坏蛋
  1. sya

    0下载:
  2. 《计算机图形学几何工具算法详解》 从中可以找到,许多关于3d游戏开发相关的数学的基础知识,尤其适合3d游戏的数学基础不好的初学者,您可以找到许多现成的伪码,相关的公式及原理,介绍的较好,易懂!-" Computer Graphics Geometric algorithms explain tools" can be found, much about 3d game development of basic math-related knowledge, particul
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-21
    • 文件大小:33.5mb
    • 提供者:shaoyingan
  1. BeeColonyPsuedoCode

    0下载:
  2. Pseudo Code of Bee Colony Algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:62.64kb
    • 提供者:balatas
  1. algorithm

    0下载:
  2. 传算法伪代码实例,遗传算法中最重要的过程就是选择和交叉。 -Examples of pseudo-code algorithm, genetic algorithm is the most important process of selection and crossover.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:1.11kb
    • 提供者:何炎雯
  1. Best_pseudo_coloring_idea

    0下载:
  2. A code for pseudo coloring the images
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:521byte
    • 提供者:farooq
  1. Eigen_Fisher

    0下载:
  2. Tutorial to understans EigenFaces & FisherFaces. It has pseudo code for Matlab implementation of Eigenfaces & FisherFaces
  3. 所属分类:matlab

    • 发布日期:2017-05-15
    • 文件大小:3.52mb
    • 提供者:Theo
  1. code-for-memetic-

    0下载:
  2. 文化基因算法伪代码,是遗传算法与其他局部搜索方法的结合-Cultural and genetic algorithm pseudo-code is a combination of genetic algorithms and other local search methods
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-06
    • 文件大小:204.23kb
    • 提供者:yanfeiyi
  1. Pseudo-Code-LFM

    0下载:
  2. 代码较长但是很清楚的将伪码-线性调频信号和线性调频信号以及GOLD序列信号的频谱图表示出来并最后得出伪码线性调频信号的模糊函数图-Code is longer but it is clear that the pseudo-code- spectrum chirp chirp signals and signals as well as signals GOLD sequence and came to the conclusion that out pseudo-code chirp sign
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:9.11kb
    • 提供者:venus
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com