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

搜索资源列表

  1. randomc

    0下载:
  2. Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class library of uniform random number generators of good quality. The random number generators found in standard libraries are often of a poor quali
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:100.02kb
    • 提供者:lilin
  1. cminpack-1.0.1.tar

    1下载:
  2. 该程序实现了非线性最小二乘问题和非线性方程组的解法,且发布的环境是基于BSD的,不同于levmar在GPL环境下编写的程序。移植性提高!-The program achieved a nonlinear least squares problems and the solution of nonlinear equations, and the release of the environment is based on BSD, the GPL is different from the ci
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:217kb
    • 提供者:jiaken2660
  1. nearest_posdef

    0下载:
  2. Nearest positive semi-definite covariance matrix MATLAB fucntion (by Marco.B, BSD license)-Nearest positive semi-definite covariance matrix MATLAB fucntion (by Marco.B, BSD license)
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:5.08kb
    • 提供者:temicom
  1. genbinomtab

    0下载:
  2. Generate binomial table MATLAB function (by David H, BSD License)
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.52kb
    • 提供者:temicom
  1. bitreslice

    0下载:
  2. Bit-slicing function for integer matrices MATLAB function (by Damon, BSD license)
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.91kb
    • 提供者:temicom
  1. neural

    0下载:
  2. neural network Mccullotch pitt matlab code (by Alali, BSD license)
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.4kb
    • 提供者:temicom
  1. Levenstein

    0下载:
  2. Levenstein Coding MATLAB (by Marcos B, BSD license)
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1.31kb
    • 提供者:temicom
  1. Multiband_Kamath

    0下载:
  2. 说明:Kamath于2002年提出的多频带谱减法,用于调节频率减法系数以及信噪比。注意:信号的第一个0.25sec用于噪声建模。-Multiband_Kamath.m Descr iption: Multiband spectral subtraction as proposed by Kamath 2002. Uses adjusts the subtraction coefficient with the frequency as well as the SNR. note
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:3.17kb
    • 提供者:lcd
  1. NelinSys_BSD

    0下载:
  2. non linear system bsd -non linear system bsd
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:1.54mb
    • 提供者:kral
  1. PR-F_Measure

    0下载:
  2. 这个程序措施边缘检测方法(精明和Sobel)使用1级法术(BSD图像和地面真理)公开。比较是使用两个参数(PR和F-Measure完成-This Program Measures Edge Detection methods ( Canny and Sobel) using Publicly avilable ( BSD images and Ground Truth). Comparison is done using two parameters (PR and F-Measure
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:333.87kb
    • 提供者:wujin
  1. BSD_Compiler_ug.pdf

    0下载:
  2. S的BSD complier的英文文档,介绍详细-English USER guide for BSD complier
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-05
    • 文件大小:97.39kb
    • 提供者:张曙泽
  1. caffe-master

    0下载:
  2. Caffe安装包,caffe是一个清晰,可读性高,快速的深度学习框架。(Caffe is a deep learning framework made with expression, speed, and modularity in mind. It is developed by Berkeley AI Research (BAIR) and by community contributors. Yangqing Jia created the project during his PhD
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-27
    • 文件大小:8.47mb
    • 提供者:CyanZz
  1. speex-1.2

    0下载:
  2. 是一套主要针对语音的开源免费,无专利保护的音频压缩格式。Speex工程着力于通过提供一个可以替代高性能语音编解码来降低语音应用输入门槛 。另外,相对于其它编解码器,Speex也很适合网络应用,在网络应用上有着自己独特的优势。同时,Speex还是GNU工程的一部分,在改版的BSD协议中得到了很好的支持(It is an open source, free, patent free audio compression format for speech. Speex works to reduce
  3. 所属分类:压缩解压

  1. octave

    0下载:
  2. Octave是一种高层解释类编程语言,旨在解决线性和非线性的数值计算问题。Octave为GNU项目下的开源软件,早期版本为命令行交互方式,4.0.0版本发布基于QT编写的GUI交互界面。Octave语法与Matlab语法非常接近,可以很容易的将matlab程序移植到Octave。同时与C++,QT等接口较Matlab更加方便。(Scientific Programming Language Powerful mathematics-oriented syntax with built-in p
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:4.15mb
    • 提供者:chen8690517
  1. FaceDetection

    0下载:
  2. 人脸检测纯C++代码,由中科院计算所山世光研究员带领的人脸识别研究组研发。代码基于C++实现,且不依赖于任何第三方的库函数,开源协议为BSD-2(Face detection of pure C++ code, the calculation of face recognition research group led by the Chinese Academy of Sciences researcher Shan shiguang. The code is based on C++ imp
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-18
    • 文件大小:7.51mb
    • 提供者:星星雨
搜珍网 www.dssz.com