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

搜索资源列表

  1. gobang_v1.0

    1下载:
  2. 人工智能 五子棋的实现。AI算法比较高,至少我下不过
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:51047
    • 提供者:bz
  1. A算法详细解答

    0下载:
  2. 这里有人工智能的A*算法看能不能帮到你。。我是在里面得到了不少的经验的-here is the AI A * algorithm can do to help you. . I was there to be a lot of experience
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10586
    • 提供者:林小雨
  1. 1-9

    0下载:
  2. 1-9数字填入三个分式的a-i中,使a/bc+d/ef+g/hi=1成立-1-9 the number of fill in the three fraction of ai, so that a/bc+ d/ef+ g/hi = 1 to set up
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:61505
    • 提供者:tianyin
  1. longest

    0下载:
  2. Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... < aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN) be any sequence (ai1, ai2, ..., aiK), where 1 <= i1 < i2 < ... &l
  3. 所属分类:Algorithm

    • 发布日期:2016-12-25
    • 文件大小:1024
    • 提供者:hzf
  1. AStar

    0下载:
  2. 实现人工智能中的AI自动寻找路径,可以在实现起点和终点之间寻找最短的跨越障碍的路径-AI Artificial Intelligence to achieve automatic search path, you can achieve between the start and finish to find the shortest path across barriers
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:265262
    • 提供者:Liangyonghua
  1. hopfield

    0下载:
  2. Binary Hopfiled Networks programming in AI cla-Binary Hopfiled Networks programming in AI class
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:9580
    • 提供者:dongrui
  1. Gauss_Complex

    0下载:
  2. 采用全选主元高斯消去法,求解复系数线性方程组。其中ar存方程组复系数矩阵实部,ai存虚部。br存右端向量实部,返回解向量实部;bi存右端向量虚部,返回解向量虚部。-With full pivoting Gaussian elimination, solving linear equations. Ar equations which keep the real part of complex coefficient matrix, ai keep the imaginary part. br k
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1563
    • 提供者:Shepard
  1. C_J_Complex

    0下载:
  2. 采用全选主元高斯-约当消去法求解复系数线性代数方程组。其中ar存放复系数矩阵实部,ai存放复系数矩阵虚部。br存放右端复常数向量实部,返回解向量实部;bi存放右端复常数向量虚部,返回解向量虚部。-With full pivoting Gauss- Jordan elimination method for solving linear algebraic equations with complex coefficients. Which ar stored real part of compl
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1503
    • 提供者:Shepard
  1. AI

    1下载:
  2. 导弹拦截飞机的源代码,通过算出两者间的距离,时间差,速度,利用拦截算法算出相关数值,从而实现-Aircraft missiles to intercept the source code, through the calculated distance between the two, the time difference, speed, calculated using the relevant numerical algorithm block in order to achieve
  3. 所属分类:Algorithm

    • 发布日期:2017-05-16
    • 文件大小:4348694
    • 提供者:哈哈哈
  1. AI

    0下载:
  2. 福州大学姜志渊编写的滑块求解系统(即8数码),有8种搜索算法。界面非常漂亮。-Fuzhou University Jiang Zhiyuan prepared slide solving system (ie, 8 digital), there are eight kinds of search algorithms. Interface is very beautiful.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2570415
    • 提供者:王桂平
  1. cinv

    0下载:
  2. 一般复矩阵求逆,cinvo.c中的static double ar[4][4]为复矩阵的实部,static double ai[4][4]为复矩阵的虚部。-General complex matrix inversion, cinvo.c the static double ar [4] [4] for the real part of complex matrix, static double ai [4] [4] for the imaginary part of complex matri
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:1500
    • 提供者:houmeng
  1. HeapMergeSort

    0下载:
  2. Sorting by Heapsort and Mergesort algorithms. =================================== Input file:H01dat.txt ---------------------------- 包含第一列為n a b 第二列以後為a1 a2 a3 a4 ...... an n:要排序的輸入資料數。 ai:要排序的資料,以space 或換行隔開,程式要能自行判斷資料輸入到n筆為止。
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:7396
    • 提供者:cjwang
  1. Matrix-Chain_JAVA

    0下载:
  2. Matrix Chain Multiplication is perhaps the quintessential example of dynamic programming. The problem can be stated as follows: given a chain <A1, A2,..., An> of n matrices, where for i = 1, 2,...,n, matrix Ai has dimension pi-1 x pi, fully par
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1277
    • 提供者:Justas
  1. Matrix-multiplication-problems-with

    0下载:
  2. 给定n个矩阵{A1,A2,…,An},其中Ai与Ai+1是可乘的,i=1,2,…,n-1。要算出这n个矩阵的连乘积A1A2…An。由于矩阵乘法满足结合律,故计算矩阵的连乘积可以有许多不同的计算次序。这种计算次序可以用加括号的方式来确定。若一个矩阵连乘积的计算次序完全确定,也就是说该连乘积已完全加括号,则可以依此次序反复调用2个矩阵相乘的标准算法计算出矩阵连乘积。本文的功能是采用动态规划算法,给出矩阵的一种最优的加括号方式,是计算量最小。-Given n matrices {A1, A2, ...
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:13712
    • 提供者:阿四
  1. mgjyxl

    0下载:
  2. 第一个把专家青睐的数学模型技术(NNM 算法模型)引入词汇记忆软件中,并取得了巨大的成功。NNM 算法模型与经典的“艾滨豪斯遗忘曲线”真正的融合于一体,使得该著名的理论在计算机与数学模型下第一次得到了淋漓尽致的发挥。-First a mathematical model of the popular technology expert (NNM algorithm model) the introduction of vocabulary learning software, and has a
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:35271
    • 提供者:boobsoft
  1. code

    0下载:
  2. This contains c- c++ code for AI problems like 8 puzzle, 15 puzzle and nqueens problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:8785
    • 提供者:luffykaizoku
  1. chaosongchi

    0下载:
  2. 松弛法简称SOR方法,也叫张弛发,其基本思想是迭代,即在高斯方法已求出x(i),x(i-1)的基础上,组合新的序列,从而加快收敛速度。 采用列主元素消去法是在Gauss消去法在强条件下进行的,即Ai非奇异,逐次消去一个未知数。只要方程组的系数矩阵非奇异,方程组就有唯一解。这样对列选主元,称为列主元素消去法。其应用条件为每次变化中主元素不等于且系数矩阵Ai非奇异。-Relaxation method referred to as SOR method, also called relaxati
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:8108
    • 提供者:咪噜
  1. juzhenliancheng

    0下载:
  2. 给定n个矩阵A1,A2,…,An,其中,Ai与Aj+1是可乘的,i=1,2,…,n-l。 你的任务是要确定矩阵连乘的运算次序,使计算这n个矩阵的连乘积A1A2…An时总的元素乘法次数达到最少。 -Given n matrices A1, A2, ..., An, which, Ai and Aj+1 is multiplicative in, i = 1,2, ..., nl. Your task is to determine the matrix multiplication ope
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:138597
    • 提供者:张西
  1. LaVolpe_Path_Finder

    0下载:
  2. AI pathfinder for large maps - 2nd try. This is a unique approach and is fastest version.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:44904
    • 提供者:frozenade
  1. AI-Kohonen

    0下载:
  2. AI Kohonen algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2355
    • 提供者:iamIcarus
« 12 »
搜珍网 www.dssz.com