搜索资源列表

  1. Algebra

    0下载:
  2. 基本矩阵运算 : + - *, power, transpose, trace, determinant, minor, matrix of minor, cofactor, matrix of cofactor, adjoint, inverse, gauss, gaussjordan, linear transformation, LU decomposition , Gram-Schmidt process, similarity
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:98561
    • 提供者:none
  1. mlct_public

    1下载:
  2. 这是一个基于Java的分词、N-gram统计、分段 、分句等功能的程序,支持多种语言-This is a Java-based segmentation, N-gram statistics, the sub-clause of the function procedures, multilingual support
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:362375
    • 提供者:张雨
  1. xdgf

    0下载:
  2. 字符处理这是一个基于Java的分词、N-gram统计、分段 、分句等功能的程序,支持多种语-characters to deal with this is a Java-based segmentation, N-gram to statistics, subparagraph Clauses function procedures, multiple language support
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:1884
    • 提供者:丽丽
  1. Fastinst

    0下载:
  2. The FASTINST Sample accompanies Chapter 15 and illustrates how to write a simple setup program for Windows XP or Windows 98/Me. The real purpose of FASTINST is to allow you (and me!) to quickly install a sample driver.-T
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:51733
    • 提供者:zhongl
  1. qbch_euc

    1下载:
  2. This program is complementary material for the book: // // R.H. Morelos-Zaragoza, The Art of Error Correcting Coding, Wiley, 2002. // // ISBN 0471 49581 6 // // This and other programs are available at http:/
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:32280
    • 提供者:sunbo
  1. Ngrams

    0下载:
  2. A C++ N-grams Package 2.0 This is a simple C++ n-grams package that includes a header, the corresponding cpp file, and a sample driver program. It is a natural language processing tool for creating n-gram profiles for
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:6568
    • 提供者:郑乔鸿
  1. Gram-Schmidt-orth_method

    0下载:
  2. 主要介绍Gram-Schmidt正交化方法-introduction of Gram-Schmidt orthogonalization method
  3. 所属分类:软件工程

    • 发布日期:2024-05-23
    • 文件大小:119808
    • 提供者:松风霞蔚
  1. Gram-Schmidt_Process

    0下载:
  2. GRAM SCHMDIT PROCESS matlab code
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:6144
    • 提供者:venkatrajan
  1. Gram-Schmidt

    0下载:
  2. Gram-Schmidt正交化程序,利用pascal函数来产生一个矩阵。-Gram-Schmidt is orthogonal program,Use of PASCAL function to produce a matrix.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:叶子婷
  1. Gram-Schmidt-and-Hermite

    0下载:
  2. Gram-Schmidt and Hermite方法解线性方程组-Gram-Schmidt and Hermite method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:meng
  1. Gram-Schmidt-QR-decomposition

    0下载:
  2. fortran科学计算与工程。Gram-Schmidt正交化计算QR分解,进行矩阵的计算。-fortran scientific computing and engineering. Gram-Schmidt orthogonalization computing the QR decomposition, the matrix calculation.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-23
    • 文件大小:2048
    • 提供者:muyu
  1. Gram-SchmidtQR

    0下载:
  2. Gram-Schmidt正交化计算QR分解,经典数值计算方法。fortran程序-gram-schmidt orthogonal calculate qr decomposition, the classic method of numerical calculation, fortran program!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-23
    • 文件大小:711680
    • 提供者:冰洋
  1. n-gram

    0下载:
  2. 用perl语言,通过n-gram算法,实现自然语言处理中的汉语切分问题-Perl language used by the n-gram algorithm, natural language processing problems of Chinese segmentation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:3048448
    • 提供者:lipeng
  1. N-Gram-LM

    0下载:
  2. 该程序基于Bi-Gram模型算法思想对一训练文本中的词汇建立语言模型,而后对测试文本中的语句进行预测出现概率-The program is based on Bi-Gram model algorithm ideas on a training text vocabulary build language model, and then the text of the statement of the test to predict t
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-23
    • 文件大小:1012736
    • 提供者:王沛霖
  1. gram

    0下载:
  2. gram charlier expansion monte carlo matlab code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:sooraj
  1. STM32deFSMC-GRAM

    0下载:
  2. 基于STM32的FSMC-液晶GRAM扫描方向,初学者都可以下载看看的!-stm32 FSMC GRAM
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-23
    • 文件大小:492544
    • 提供者:思哲
  1. N-gram

    0下载:
  2. N-gram的源码实现,详细介绍了n-gram模型的使用,即在自然语言处理中n元文法的作用-N-gram of source implementation, detailing the use of n-gram model in natural language processing that n-gram role
  3. 所属分类:系统编程

    • 发布日期:2024-05-23
    • 文件大小:390144
    • 提供者:刘俊
  1. Gram-Schmidt--QR

    0下载:
  2. Gram-Schmidt正交化计算QR分解-Gram-Schmidt orthogonalization calculation QR decomposition
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-23
    • 文件大小:2048
    • 提供者:
  1. 02013357Gram-Schmidt_Process

    0下载:
  2. 利用matlab实现Gram-Schmidt正交化过程(Gram-Schmidt orthogonal processing using matlab)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:5120
    • 提供者:kekebao
  1. Gram-Charlier_normal_pdf

    0下载:
  2. 用Gram-Charlier级数计算正态分布随机变量的概率密度函数(Use Gram-Charlier to calculate the pdf of normal distributon varible)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:1哒2哒3哒
« 1 2 34 5 6 7 8 9 10 »

源码中国 www.ymcn.org