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

搜索资源列表

  1. bingreedy

    1下载:
  2. 此源程序为解决一维集装箱装载问题,但是为二维和三维算法提供了很好的思路。-This source code to solve one-dimensional container loading problem, but for the two-dimensional and three-dimensional algorithm provides a very good idea.
  3. 所属分类:Algorithm

    • 发布日期:2014-11-21
    • 文件大小:1508
    • 提供者:碧天
  1. ponominal

    0下载:
  2. 通过链表实现多项式得加法。。思想是3层循环建立一单向循环链表,实现循环相加-Through the list to achieve a polynomial adder. . 3 layer idea is to establish a one-way circle circle list, add up to realize the cycle
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:1978
    • 提供者:pu
  1. Bipartite

    0下载:
  2. 图论*匈牙利算法 的两种实现过程 Matching的巧妙在于队列的进入退出并没有仅仅限于在同一层循环中做到,构思巧妙 其算法思想在《算法设计与分析基础》上可以参阅-Graph theory* Two Hungarian Algorithm realization process ingenious Matching queue entry and exit is not just limited to the same level as the cycle done, the idea
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3248
    • 提供者:jiangxr
  1. ObtainMethodofQuaternionMatrixOrthogonalEigenvecto

    0下载:
  2. 针对四元数矩阵正交特征矢量系求解困难的缺点, 本文提出一种获取四元数矩阵正交特征矢量集等效、便捷的方法, 其基本思路为: 首先, 构造四元数矩阵定义于复数域的导出阵, 并利用该导出阵特征矢量空间的一种特殊的等价空间间接获取 相应特征值所对应的特征矢量. 然后, 将复数矢量转换为四元数矢量, 按如此方式获取的对应所有特征值的非零特征矢量则构 成原始四元数矩阵的正交特征矢量系-For Quaternion orthogonal feature vector lines to solve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:495125
    • 提供者:tanghui
  1. work

    0下载:
  2. 运用遗传算法的思想,通过MATLAB及遗传算法工具箱,实现了函数最值的运算求解!-The idea of the use of genetic algorithms, and genetic algorithm through MATLAB toolbox to achieve the most value of the function of computing to solve!
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1340
    • 提供者:周钟
  1. yeren

    0下载:
  2. 野人过河问题,可能有点问题,但基本思想是对的,大家再查一下-Savage across the river issues, may be a bit problem, but the basic idea is correct, we re-check
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3354
    • 提供者:张云
  1. MATLAB-newbox

    0下载:
  2. 采用面向对象的基本思想,MATLAB/SIMULINK环境下,开发出一个基于MATLAB的化工单元操作工具箱(ChET)并以此工具箱为基础进行了化工过程模拟的尝试。-Adopt the basic idea of object-oriented, MATLAB/SIMULINK environment, the development of a MATLAB-based toolbox of chemical unit operation (ChET) and to the toolbox as
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:37367
    • 提供者:李玉
  1. 8queens

    0下载:
  2. 这是八皇后算法,自己写的,但是主题思想一样,深度优先,大家参考-This is the eight Queen s algorithm, wrote it myself, but the main idea, the depth-first, we refer to
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:34106
    • 提供者:han
  1. SOR

    0下载:
  2. SOR算法的基本思想以及详细的代码实现和运行情况。-SOR algorithm basic idea and the detailed code and operational situation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:7909
    • 提供者:王志刚
  1. PRIM

    0下载:
  2. PRIM算法 对任意给定的网和起点,用PRIM算法的基本思想求解出所有的最小生成树。-PRIM algorithm for any given network and the starting point, PRIM algorithm used to solve the basic idea of all the minimum spanning tree.
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:614048
    • 提供者:易涛
  1. jiandanxuanze

    0下载:
  2. 基本思想:   设所排序序列的记录个数为n。i取1,2,…,n-1,从所有n-i+1个记录(R,R[i+1],…,R[n]中找出排序码最小的记录,与第i个记录交换。执行n-1趟 后就完成了记录序列的排序。 -The basic idea: set up the sort of record sequence number for n. i get 1,2, ..., n-1, from all n-i+ 1 record (R, R [i+ 1], ..., R [n] in orde
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5778
    • 提供者:小杉
  1. hannuota

    0下载:
  2. 算法思路:   1.如果只有一个金片,则把该金片从源移动到目标棒,结束。   2.如果有n个金片,则把前n-1个金片移动到辅助的棒,然后把自己移动到目标棒,最后再把前n-1个移动到目标棒.   3.单纯对于有N个金片要挪动的步数求出, 可以使用递推方法,满足递推方程f(i) = f(i - 1) * 2 + 1-Algorithm idea: 1. If there is only a gold film, while the gold from the source to the
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:7504
    • 提供者:huaying
  1. eightqueen

    0下载:
  2. 八皇后游戏的说明: 问题的提出:八皇后是个古老而有趣的游戏,是由高斯于1850年首先提出的。 要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于 棋盘的同一行、同一列和同一条对角线上。试问有多少种放法? 基本思想是:先把皇后放在(0,0)位置,然后把1号皇后放在(1,j)位置, 使其满足要求。接着放2号皇后,依此类推。遇到某个皇后如把她无论放在该行的任意 位置均不满足要求,则前一个皇后放置不当,须重新放置前一皇后,如8个皇后均按要 求放置
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5858
    • 提供者:王清
  1. apsignalproc

    0下载:
  2. The Window Design Method The basic idea behind the design of linear-phase FIR filters using the window method is to choose a proper ideal frequency-selective filter [which always has a noncausal, infinite duration impulse response] and then tru
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-24
    • 文件大小:877888
    • 提供者:Rizwan
  1. MATLAB_Seam_Carving

    1下载:
  2. Using the idea from Seam Carving for Content-Aware Image Resizing, the codes enables a selected image to resize without having distortion of important object in the image file.-Using the idea from Seam Carving for Content-Aware Image Resizing, the
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:814959
    • 提供者:darkencraft
  1. poly_svm

    0下载:
  2. 核函数是利用支持向量机解决不可分问题时引入的一种非线性变换的手段。基本思想是通过非线性变换,使样本变换之后的特征空间中变得线性可分。然后利用线性可分时构造最优超平面的方法,在特征空间中实现最优超平面的求解。-Kernel function is the use of support vector machine to resolve the issue can not be separated from the introduction of a nonlinear transform mean
  3. 所属分类:Algorithm

    • 发布日期:2016-05-27
    • 文件大小:4123
    • 提供者:王旭
  1. banker

    0下载:
  2. 银行家算法的基本思想是分配资源之前,判断系统是否是安全的 若是,才分配。它是最具有代表性的避免死锁的算法-Banker' s Algorithm The basic idea is the allocation of resources, are to determine whether the system is safe If so, before the distribution. It is the most representative of the algorithm to
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1616
    • 提供者:wulan
  1. facerecognizeonPCA

    0下载:
  2. 像的许多个空间中的一个。不管子空间的具体形式如何,这种方法用于图像识别的基本思想 都是一样的,首先选择一个合适的子空间,图像将被投影到这个子空间上,然后利用对图像 的这种投影间的某种度量来确定图像间的相似度,最常见的就是各种距离度量。-Like much of a space. Regardless of the specific sub-space form, this method has been applied to image recognition are the same
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:426097
    • 提供者:付采
  1. suanshubianma

    0下载:
  2. 算术编码是将累积分布函数的区间(0,1)分成许多互不重叠的小区间,每个信源符号对应于各个小区间,每个小区间的长度等于这个信源符号的概率分布值,在此小区间内取一点,取该点二进制小数点后l位作为这个信源符号的码字。把这基本思想运用到信源符号序列中来,能计算出信源符号序列的累积分布函数,使每个符号序列对应于累积分布函数上的不同区间,在此区间上取一点,将其二进制小数点后l位作为这符号序列的码字,只要这些区间不重叠,编的的码即为算术编码。-Arithmetic coding is the cumulati
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:1215
    • 提供者:张继红
  1. SimulatedAnnealingtosolveTSPproblem

    0下载:
  2. 这段代码使用了模拟退火的思想解决TSP问题。在这个仿真实验中解决了自定义的20个城市的TSP问题,在设定合适参数后每次的运行中都能得到一个比较理想的结果-This code uses the idea of Simulated Annealing to solve TSP problem. In this simulation experiment to address the custom of the 20 city TSP problem, set the appropriate para
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:74330
    • 提供者:elven
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com