资源列表
[数值算法/人工智能] C++ Matrix Template Class Library Lite V1.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<秦子翼> 在 2008-10-13 上传 | 大小:39.07kb | 下载:0
[数值算法/人工智能] 课程设计报告a运算器部件
说明:运算器部件的实现和功能 主要为学习计算机组成原理的同学 提供-computing components and functions of the realization of the main tenets of computer components provide students<周萍> 在 2008-10-13 上传 | 大小:19.99kb | 下载:0
[数值算法/人工智能] Jama-1.0.1.tar
说明:JAMA: A Java Matrix Package 用于JAVA开发中的矩阵运算-JAMA : A Java Matrix Package for the development of Java-matrix calculation<zc> 在 2008-10-13 上传 | 大小:79.24kb | 下载:0
[压缩解压] 实现LZARI压缩算法的C++类
说明:这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件. 一共提供了5个对外接口: -LZARI algorithm based on the type of data<张吗恩> 在 2008-10-13 上传 | 大小:1.34kb | 下载:0