CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - 矩阵算法

搜索资源列表

  1. SomeAlgorithmsSourceCodeInJava

    0下载:
  2. 算法源码集合:有hash表、笛卡尔集、哈弗曼树、矩阵乘法、快速排序-algorithm source code pool : hash tables, Descartes sets, Hafuman tree, matrix multiplication, fast scheduling, etc.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1110873
    • 提供者:杨昆
  1. JavaMath

    0下载:
  2. Java实现的各种数学算法,如矩阵运算, levenberg-marquardt优化算法等。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:51202
    • 提供者:张如飞
  1. java

    0下载:
  2. 题目:银行家算法 具体要求:屏幕提示:输入申请资源的进程和各资源数目,程序通过对预先输入的资源的矩阵分析。给出当前系统是否安全的提示,若安全,给出安全序列。 -Title: banker s algorithm specific requirements: screen prompts: Enter the application of resources and the resources to process the number of procedures have been pas
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:8006
    • 提供者:冯雨桐
  1. Floyd

    0下载:
  2. 采用了动态规划法即FLOYD算法利用矩阵求多源最短路径的JAVA实现-Using a dynamic programming method that is FLOYD algorithm uses matrix Multi-source shortest path to achieve JAVA
  3. 所属分类:JavaScript

    • 发布日期:2016-01-27
    • 文件大小:897
    • 提供者:王大雷
  1. fibonacci

    0下载:
  2. 用递归、递推、矩阵等多种方法实现求Fibonacci数的算法。程序使用java实现-Use recursion, recursion, matrix and other methods to achieve the Fibonacci-seeking algorithms. Program using the java implementation
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:5923
    • 提供者:胖猫
  1. fibonacci

    0下载:
  2. Fibonacci数的算法实现 包括矩阵求解方法和暴力算法。还有估算法,不过估算法不是很准确-Fibonaaci Algorithm Implementation
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:18362
    • 提供者:马晟
  1. J2ME3D

    0下载:
  2. j2me 3D 游戏开发详解源码,本书详细讲解了JSR-184提供的API,重点讲述了纹理、雾化、变换矩阵、投影(目标摄影机和自由摄影机)、帧动画、Morphing变形体和Skinned变形体等关键技术,同时还阐述了投影矩阵的推导、动画的插值算法、变换矩阵的运算和使用。-j2me 3D game develop
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:3528315
    • 提供者:陈健
  1. ComputerTest

    0下载:
  2. 采用邻接矩阵实现有向网的存储,建立有向网,并实现单源最短路径算法。-Adjacency matrix are used to achieve the network storage, establishing the network, and to achieve single-source shortest path algorithm.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:871
    • 提供者:linpeikun16
  1. matirx

    0下载:
  2. java 矩阵算法例子,从这个例子,可以理解java矩阵概念。-java matirx and how to show
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1024
    • 提供者:jade
  1. lxjz

    0下载:
  2. java写的螺旋矩阵 可以自己设定坐标和值 螺旋矩阵算法编程,沿各个矩形边框依次给矩阵的每一个元素赋值,在计算机内存中构造一个完整的螺旋矩阵,然后输出-java write spiral matrix can be set for the coordinates and the value of spiral matrix algorithm for programming, along the border of each rectangle in turn to the matrix o
  3. 所属分类:Applet

    • 发布日期:2017-03-28
    • 文件大小:9275
    • 提供者:王苗
  1. MatLabOnline

    0下载:
  2. 在线MatLab,后台自己计算或者调用系统的matlab程序 包括 矩阵运算数值算法及 GWT 和 JNI的使用-Online MatLab, background, or call their own system of computing matlab numerical algorithm of procedures, including matrix operations and the use of GWT and the JNI
  3. 所属分类:Java Develop

    • 发布日期:2017-05-21
    • 文件大小:6539143
    • 提供者:张哲
  1. tsp

    0下载:
  2. 用A*算法解决货郎担(旅行商)tsp问题,用文件读去,文件中需在第一行有数字n,然后再在后面n行输入n*n的数字矩阵,即可得出结果-A*
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2570
    • 提供者:lan
  1. juzhengsuanfa

    0下载:
  2. 矩阵算法包括加法、矩阵减法、矩阵乘法等基本四则运算-Matrix algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:980
    • 提供者:楚狂人
  1. LUPsolve.tar

    0下载:
  2. 这是我写的实现矩阵对LU分解的算法,可以用于线性方程组的求解。-This is what I wrote to achieve matrix LU decomposition algorithm can be used for solving linear equations.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3911
    • 提供者:胡海啸
  1. juzhenxiangcheng

    0下载:
  2. 用java编写的代码,实现两个矩阵相乘的算法,比较简单。-Use Java code written achieve two matrix multiplication algorithm, more simple.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:12347
    • 提供者:晨曦
  1. MagicArray

    0下载:
  2. 这是一个对于任意奇数阶的魔方矩阵的算法,虽然不是很好,可参考一下。-This is a for any odd rubik s cube is a algorithm this for any odd number order of the rubik s cube matrix algorithm, although is not very good, can consult.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:668
    • 提供者:周政
  1. DijkstraTest

    0下载:
  2. 采用了动态规划法即FLOYD算法利用矩阵求多源最短路径的JAVA实现-Using a dynamic programming method that is FLOYD algorithm uses matrix Multi-source shortest path to achieve JAVA-Using a dynamic programming method that is FLOYD algorithm uses matrix Multi-source shortest path to
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1141
    • 提供者:牛海峰
  1. algorithm

    1下载:
  2. 一些经典算法的java实现:包括:二分查找,最优二搜索树,编辑距离,哈夫曼树,最长公共子序列,矩阵连乘问题,最短路径优先-Some classic algorithm java implementation: including: binary search, and optimal two search tree, the edit distance Huffman tree, the longest common subsequence matrix multiplicative Short
  3. 所属分类:JavaScript

    • 发布日期:2017-05-11
    • 文件大小:7168
    • 提供者:谢虹宇
  1. 算法分析

    0下载:
  2. 对矩阵相乘以及大整数相乘的分析以及源码,程序比较简单,没什么难度,希望有改进的算法(Analysis of matrix multiplication and multiplication of large integers and source code)
  3. 所属分类:Java编程

    • 发布日期:2018-01-01
    • 文件大小:62464
    • 提供者:zxxiao
  1. 矩阵连乘问题和租船问题

    0下载:
  2. 动态规划算法解决矩阵连乘问题和租船问题,java源码。(Dynamic programming algorithm to solve matrix multiplication problem and charter problem, java source code.)
  3. 所属分类:Java编程

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:dupeihui
« 12 »
搜珍网 www.dssz.com