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

搜索资源列表

  1. DC_OPF.rar

    2下载:
  2. 电力系统直流网络最优潮流计算程序,java语言编写。包含高斯法,梯度法等算法,DC power system optimal power flow calculation program network, java language. Contains the Gaussian method, gradient method, such as algorithm
  3. 所属分类:Java Develop

    • 发布日期:2015-05-01
    • 文件大小:2310813
    • 提供者:xuchen
  1. Comp11

    0下载:
  2. 此算法实现解方程组,运用的是高斯消去算法,有简单的界面-This algorithm solution equations, use the Gaussian elimination algorithm, a simple interface
  3. 所属分类:Applet

    • 发布日期:2017-04-13
    • 文件大小:2687
    • 提供者:张文
  1. GeneratePossionDistribution_codes

    0下载:
  2. Generate Possion Dis. step1:Generate a random number between [0,1] step2:Let u=F(x)=1-[(1/e)x] step3:Slove x=1/F(u) step4:Repeat Step1~Step3 by using different u,you can get x1,x2,x3,...,xn step5:If the first packet was generated at time [
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:156151
    • 提供者:黃文岩
  1. WhiteNoiseGenerator

    0下载:
  2. Java codes to generate white noise signal (Gaussian distribution)
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:783
    • 提供者:aryz152
  1. Gaussian

    0下载:
  2. Java版高斯算法解析多元多次方程 Java版高斯算法解析多元多次方程-Java version of Gauss algorithm for multi-resolution algorithm for multiple equation Java version of Gaussian multiple equation of multi-resolution
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:1353
    • 提供者:carol
  1. Gaussian

    1下载:
  2. 基于Java的高斯消元法,是数值计算方法的实验题。-Java-based Gaussian elimination method is the numerical calculation of the experimental problems.
  3. 所属分类:Java Develop

    • 发布日期:2015-07-22
    • 文件大小:1364
    • 提供者:段文峰
  1. histogram

    0下载:
  2. 直方图。产生均匀分布和高斯分布随机数,并在控制台中以直方图形式输出。-Gaussian and Uniform Histogram
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:1467
    • 提供者:cher
  1. gaosixiaoyuan

    0下载:
  2. 高斯消元法,该功能十分强大!对于学习数值计算有很大的帮助!-Gaussian elimination method, the function is very powerful!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1279
    • 提供者:刘程辉
  1. test1

    0下载:
  2. 高斯分解解方程组 高斯分解解方程组-Gaussian decomposition of Gaussian decomposition Solving Equations Solving Equations Solving Equations Gauss decomposition
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1553
    • 提供者:mao
  1. JAEA-Executable

    0下载:
  2. for AG so you can try and see the performance analysis of this method that has gaussian mutations
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:133343
    • 提供者:Roinas
  1. TSP

    0下载:
  2. 旅行商问题(迪克斯基算法),swing界面,TSP.-Traveling salesman problem (Dick Gaussian algorithm), swing interfaces, TSP.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2813
    • 提供者:邓楠轶
  1. Gaussian-Elimination

    0下载:
  2. 高斯消去法-列选主元求解线性方程组的java源码-Gaussian Elimination
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:2170
    • 提供者:shixuehai
  1. Matrix

    0下载:
  2. 求解线性方程组的基本方法高斯消元法,求解维数为N*(N+1)的矩阵方程。-The basic method to solve the linear equations gaussian elimination, solving dimension for N* (N+ 1) matrix equations.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-03
    • 文件大小:1107
    • 提供者:shl
  1. j2me_gaussin

    0下载:
  2. 一个用j2me实现的高斯模糊算法效率还算可以-J2me achieve a Gaussian blur algorithm efficiency is OK
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:3069
    • 提供者:esionxiao
  1. CANNY

    0下载:
  2. CANNY EDGE DETECTION Canny edge detection 的步驟: 1. 將原始影像和高斯濾波器做摺積。 2. 利用一次微分的遮罩對影像每一個像素求得四個方向的邊線強度 3. 找出四個方向中的最大值作為目前像素的邊線強度。 4. 依據步驟 3 將梯度方向分成四個區域 5. 非最大值刪除:沿著梯度方向找出最大值,並將其保留,其餘均設為零。 6. 設定兩個閥值 low T 和 high T ,用 high T 挑選出最佳的邊線像素,再從
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:7105
    • 提供者:王之盈
  1. Median

    0下载:
  2. A median filter in java that removes gaussian and condiment noise
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6243
    • 提供者:Biniam
  1. GaussianElimination

    0下载:
  2. java 实现高斯算法的源码文档,可以复用的哟,应用到很多地方,主要解决多元一次方程的编程问题-java source document Gaussian algorithm can reuse yo, applied to many places, mainly to solve the programming problem of multi-linear equation
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:935
    • 提供者:王琳娜
  1. Gaussian

    0下载:
  2. 对图像进行高斯滤波的JAVA代码,完整可运行,可供初学的朋友参考。-Gaussian filtering the image JAVA code, complete run, for beginners reference to a friend.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:151610
    • 提供者:Ailsa
  1. Gaussian-Noise

    0下载:
  2. The code is used for add some noise to the image. Gaussian Noise method is used to add noise.The input is image and deviation value.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-09
    • 文件大小:1796632
    • 提供者:EasterRani07
  1. Gaussian-Blur

    0下载:
  2. 高斯模糊(英语:Gaussian Blur),也叫高斯平滑,是在Adobe Photoshop、GIMP以及Paint.NET等图像处理软件中广泛使用的处理效果,通常用它来减少图像噪声以及降低细节层次。-Gaussian Blur
  3. 所属分类:JavaScript

    • 发布日期:2017-04-24
    • 文件大小:11769
    • 提供者:xiaoshe123
« 12 3 »
搜珍网 www.dssz.com