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

搜索资源列表

  1. 科学与工程数值计算算法配套源码java

    1下载:
  2. 清华大学2002年出版的《科学与工程数值计算算法Java》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm Java" complementary source, includes the plural, matrix co
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:134.52kb
    • 提供者:方正
  1. Mapack_for_NET

    0下载:
  2. Mapack可用来做矩阵运算 Mapack is a .NET class library for basic linear algebra computations. It supports the following matrix operations and properties: Multiplication, Addition, Subtraction, Determinant, Norm1, Norm2, Frobenius Norm, Infinity Norm, Rank,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:37.68kb
    • 提供者:Erison
  1. java

    0下载:
  2. 行列式,矩阵,线性方程组,逆阵的java算法 -Determinant, matrices, linear equations, matrix inverse algorithm java
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5.68kb
    • 提供者:belle
  1. szfx3

    0下载:
  2. 数值分析之计算方法与实验3:线性方程组数值解法 by java-Numerical Analysis of calculation methods and experimental 3: Numerical Solution of linear equations by java
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:14.34kb
    • 提供者:SA
  1. Third

    0下载:
  2. Solving linear equations using iteration. Seidels and Biggest incline methods
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3.14kb
    • 提供者:Vaidas Zid
  1. libsvm-2.89

    1下载:
  2. 是一種線性方成的分類器。SVM透過統計的方式將雜亂的資料以NN的方式分成兩類,以便處理。LIBLINEAR is a linear classifier for data with millions of instances and features. It supports L2-regularized logistic regression (LR), L2-loss linear SVM, and L1-loss linear SVM. -Main features of LIBLINEA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:508.82kb
    • 提供者:陳彥霖
  1. Multiplelinearregressonanalysisprediction

    0下载:
  2. 多元线性回归分析预测法针对概率论中的回归预测做了研究,推荐各位大侠阅读-Multiple linear regression analysis prediction for the probability of regression to do the research, recommended reading you heroes
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3.77kb
    • 提供者:xuna
  1. java

    0下载:
  2. 根据已知列出分级教学的人数分配和分班教学的人数与及格率的关系,然后设出16个变量,通过传统概率知识列出目标函数,通过约束条件控制变量,建立出一个非线形规划模型,利用计算机程序设计求出最优解-Listed according to the known number of grade teaching assignment and placement of teaching the relationship between numbers and pass rates, and then set o
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:1.22kb
    • 提供者:baijie
  1. An-Introduction-To-The-Kalman-Filter

    1下载:
  2. In putting together this course pack we decided not to simply include copies of the slides for the course presentation, but to attempt to put together a small booklet of information that could stand by itself. The course slides and other useful
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:524.82kb
    • 提供者:ele rock
  1. LeastSquare20110722

    0下载:
  2. 1. 最小二乘法拟合数据成直线。 2. 三次样条插值。 3. 两个3D演示程序(用程序直接在平面上画的三维图像)。-自动翻译的:1 a linear least-squares fitting the data. 2 cubic spline interpolation. 3 two 3D demo program (application directly on the painting in three-dimensional image plane).
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:314.86kb
    • 提供者:zbj
  1. query

    0下载:
  2. 数据结构---查找算法java实现,线性查找,二分查找-Data structure-search algorithmsJava implementation, linear search, binary search and so on
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2.39kb
    • 提供者:lixiao
  1. Algorithm_SA

    0下载:
  2. 用java实现的线性序列对齐算法(算法->动态规划的作业)-Java implementation of a linear sequence alignment algorithm (algorithm- dynamic programming job)
  3. 所属分类:Data structs

    • 发布日期:2017-06-22
    • 文件大小:39.1mb
    • 提供者:ZhaoYun
  1. Manacher

    0下载:
  2. Manacher 算法, JAVA描述 Computes the longest palindromic substring in linear time using Manacher s algorithm.-Manacher Algorithm implemented by Java Computes the longest palindromic substring in linear time using Manacher s algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:1.1kb
    • 提供者:wangyouxiang
  1. Numerical-Analysis-for-Statisticians

    0下载:
  2. Java常用数值算法集 共有数值计算中常用的Java方法近200个.内容包括:解线性代数方程组、插值、数值积分、特殊函数、函数逼近、随机数、排序、特征值问题、数据拟合、方程求根和非线性方程组求解、函数的极值和最优化、数据的统计描述、傅里叶变换谱方法、解常微分方程组、两点边值问题的解法和解偏微分方程组.-Java common set numerical algorithm the total numerical calculation commonly used Java method
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:5.61mb
    • 提供者:Mr Li
  1. Question_LinearTimeSort

    0下载:
  2. 利用java实现的线性时间排序算法,主要有桶排序、计数排序、基数排序,希望对大家有用,如果有不懂可以联系我-Use a Java implementation of linear time sorting algorithms, there are mainly bucket sorting and counting sort, radix sort, hope useful for everyone, if you have not understand can contact me
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:9.89kb
    • 提供者:liaojie
  1. linklist

    0下载:
  2. 在java环境中,给出了线性表多种操作及其测试主函数,给出了较多注释内容,适合初学者掌握-In java environment, given the linear form a variety of operating and testing the main function, gives more comment content, suitable for beginners to master
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.7kb
    • 提供者:yhh
  1. nolinee-equation

    0下载:
  2. 提供非线性方程的解法,运用JAVA实现。-Provide the solution of linear equations, using JAVA implementation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:7.54kb
    • 提供者:caoze
  1. Regression

    0下载:
  2. 机器学习线性回归的小程序,语言是java-linear regression
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2.81kb
    • 提供者:仙山泗水
  1. boltz-java

    0下载:
  2. 基于java的玻尔兹曼编程,3个节点,线性降温,-java platform prepared by the Boltzmann machine learning, three nodes, linear cooling,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2.17kb
    • 提供者:杨逸轩
  1. danchun-java

    0下载:
  2. 用java语言实现运筹学线性规划,有很强的通用性,实用性,算法可参考《算法导论》一书,配套学习。(Using java language to achieve operations research linear programming, has a strong versatility, practicality, algorithms can refer to "Introduction to Algorithms" book, supporting learning.)
  3. 所属分类:数值算法/人工智能

« 12 »
搜珍网 www.dssz.com