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

搜索资源列表

  1. 稀疏矩阵计算C++类SparseC++

    1下载:
  2. SparseLib++是可用于跨计算平台的有效的稀疏矩阵计算的C++类库,软件包包括处理不同稀疏存储格式的矩阵类。包括两篇技术文档和类库的源代码(版本为1.6)-SparseLib + + can be used for cross-platform calculation of the effective sparse matrix calculation of the C + + class library , the package includes different store for
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. Matrix TCL Lite 1.12 This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compil
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:38.76kb
    • 提供者:lxh
  1. C++ Matrix Template Class Library Lite V1.12

    0下载:
  2. This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this hea
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:39.07kb
    • 提供者:秦子翼
  1. mcKLR_mckNN

    0下载:
  2. This package includes two approaches to multi-class cost-sensitive learning, that is, mcKLR and mckNN. The descr iption of mcKLR can be found in our TPAMI paper and CVPR'08 paper; the descr iption of mckNN can be found in our TPAMI paper. Both approa
  3. 所属分类:matlab例程

    • 发布日期:2011-05-04
    • 文件大小:8.38kb
    • 提供者:clatter
  1. libsvm-2.88.rar

    2下载:
  2. LIBSVM 是台湾大学林智仁 (Chih-Jen Lin) 博士等开发设计的一个操作简单、易于使用、快速有效的通用 SVM 软件包,可以解决分类问题(包括 C- SVC 、n - SVC )、回归问题(包括 e - SVR 、 n - SVR )以及分布估计( one-class-SVM )等问题,提供了线性、多项式、径向基和 S 形函数四种常用的核函数供选择,可以有效地解决多类问题、交叉验证选择参数、对不平衡样本加权、多类问题的概率估计等。,LIBSVM is林智仁Taiwan Univ
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:505.95kb
    • 提供者:小潘
  1. utility.h

    0下载:
  2. c++常用的类包,包含c++数据结构主要的算法实现,所有代码以头文件的形式存放,很实用,很方便-the package of the most useful and utility class of c++
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:217.99kb
    • 提供者:覃亚东
  1. IntegerSort

    0下载:
  2. 设计一个由自动测试排序算法性能(比较次数compare_count、交换次数exchange_count、探测次数probe_count)的测试类和排序类构成的类体系。 注:用一个类来描述一个排序算法,类中的sort方法通过调用比较、交换方法来实现数组排序。排序类放入一个特定的包MySort中。-Design a sorting algorithm by automatic test performance (compare the number of compare_count, the
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:7.99kb
    • 提供者:jay
  1. libsvm_setup

    0下载:
  2. 这是台湾大学林智仁(Lin Chih-Jen)副教授等人开发的SVM模式识别与回归的软件包,该软件可以解决C-SVM分类、-SVM分类、-SVM回归和-SVM回归等问题,包括基于一对一算法的多类模式识别问题。-This is the National Taiwan University, Lin Zhiren (Lin Chih-Jen), associate professor, who developed SVM pattern recognition and regression of t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-21
    • 文件大小:95.44kb
    • 提供者:zhangpei
  1. Matrix

    0下载:
  2. 自己封装的矩阵运算的类,用C#编写,例如转置、求逆、求特征值、矩阵乘法等-Own package matrix operations class, written using C#, such as transposition, inversion, find eigenvalues, matrix multiplication, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:4.06kb
    • 提供者:郭挺
  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. LS-SVMlab1.5

    0下载:
  2. SVM 软件包,可以解决分类问题(包括C- SVC、n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM )等问题-SVM software package can solve the classification problems (including the C-SVC, n- SVC), regression (including e- SVR, n- SVR) as well as the distribution of estim
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:31.73kb
    • 提供者:hanzeyu
  1. zipGDTest

    0下载:
  2. 一个用于解压ZIP文件的类.压缩包包括3方面的内容:1 著名的zlib压缩解压函数库 包括使用的头文件,lib文件以及dll. 2 zip文件的格式说明文档.3 我自己写的用来解压的类.文档种还包括一个简单的使用实例.vc6下编译通过.-Extracting a ZIP file for the class. Compressed package includes 3 aspects: 1 well-known extract zlib compression library, includin
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:62.6kb
    • 提供者:夜孤飞
  1. java_evolutionary_algorithms

    0下载:
  2. 用Java实现的进化算法包。包括遗传算法、粒子群算法、memetic算法和进化策略算法。-evolutionary-algorithm Evolutionary Algorithm package implemented using Java. The package serves as a foundation class library, supporting the implementation many variants of Evolutionary Algorith
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:102.28kb
    • 提供者:陈雷
  1. avl

    0下载:
  2. avl树 封装为类了 包括初始化 插入 删除 -avl tree package for the class, including initialization insertion deletion
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1.72kb
    • 提供者:傅煜
  1. solvinglinearequations

    0下载:
  2. 线性方程组求解算法实现。包括了列主元消元法、直接LU分解法、雅克比迭代、高斯赛德尔迭代法。并且对四个算法实现做了不太规范的、简单的类封装。原创代码,含详细注释。希望对用到数值计算的带来帮助。-Algorithm for solving linear equations. Including the main-element elimination method, the direct LU decomposition, Jacobi iteration, high Sisaideer itera
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:105.15kb
    • 提供者:风流云散
  1. spider1

    0下载:
  2. spider,很好用的模式识别工具箱,里面有各种分类工具,从有监督学习到无监督学习,从模型选择到参数选择。而且也将各个方法封装成类,使用方便。-spider, good use of pattern recognition toolbox, there are various classification tools, from supervised learning to unsupervised learning, choose Preferences from the model. But
  3. 所属分类:matlab

    • 发布日期:2017-05-18
    • 文件大小:4.74mb
    • 提供者:猴子
  1. Rpn

    0下载:
  2. 逆波兰算法的实现算法,已经用类封装,专门用于计算逆波兰表达式,稍加修改可以增加更多运算方法。-Reverse Polish Algorithm algorithm, has been with the class package, specifically used to calculate the Reverse Polish Notation, slightly modified to add more computing methods.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3.4kb
    • 提供者:cashey
  1. BigInt

    0下载:
  2. MFC下的大整数类的封装,当然可改写为普通VC下的程序,适合ACM竞赛等。-MFC under the big integer class package, of course, can be rewritten as an ordinary VC under the procedures for ACM competitions.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:7.12kb
    • 提供者:厍斌
  1. SplineInterpolation

    1下载:
  2. 非常好用的三次样条插值算法,把网上流传的算法,改造成一个方便使用的C++类,使用时可以从此类继承一个类,封装成你自己的类型-Very easy to use cubic spline interpolation algorithm, the algorithm circulated on the Internet, transformed into an easy to use C++ class, when using a class can inherit from this class,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2.73kb
    • 提供者:gjaa
  1. ds_2_9

    0下载:
  2. 本程序没有使用类,事实上将下面的函数封装到类中可以实现一样的功能。 方便起见,直接在main函数中写好这些程序。 使用了系统自带的list类。 本程序没有进行错误的捕捉与处理,例如在没有open的情况下执行其他命令也没有报错。 执行帮助: 运行文件后输入open打开文件。 输入list,按照提示操作可以查看文件。 输入del,按照提示操作删除某些字符。 输入ins,按照提示操作插入某些字符。 输入quit,保存并退出。-The program
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:219.05kb
    • 提供者:杨丫
« 12 3 »
搜珍网 www.dssz.com