资源列表
稀疏矩阵运算器
- 题目:稀疏矩阵是指那些多数元素为0的矩阵.利用稀疏特点进行存储和计算可以大大节省存储空间,提高计算效率.实现一个能进行稀疏矩阵基本运算的运算器.基本要求:以带行逻辑连接信息的3元组顺序表表示稀疏矩阵,实现两个矩阵相加,相减和相乘的运算.矩阵的输入形式采用3元组表示,而运算结果的矩阵则以通常的阵列形式列出.概要设计:1.以带行逻辑连接信息的3元组顺序表表示稀疏矩阵2.本程序包含2个模块:(1) 各集合定义模块(2) 主程序模块-topics : sparse matrix refers to th
C语言的常用函数
- 压缩文件中是C语言常用函数的PDF文档,非常全面,可以满足工程人员的大部分需求。-compressed files is common C language function PDF files, a very comprehensive, engineering staff to meet the needs of the majority.
Course Design
- 图形演示数据结构的树与图遍历算法,vc环境下的windows编程-graphic demonstration of the tree data structure with plans traversal algorithm, vc environment of windows programming
产生高斯随机数的程序
- 内含一个高斯随机数的发生程序,实现语言为C++,对某些工程人员可能会有用。-containing a Gaussian random occurrence of procedures to achieve language C + +, some staff may be used.
贝叶斯分类器源代码
- 利用VC实现的贝叶斯分类器的源代码,可以用来分类或识别,很值得收藏-The source code of bayes classfication using VC
矩阵运算算法
- 用C++语言实现矩阵的常用运算,非常不错,具有参考价值。-C + + Language matrix used in computation, very good, with the reference value.
100道C语言经典实例
- 用标准C语言解决100道经典数学问题,堪称经典,是C程序开发员必备的C源码库,具有很强的参考价值。-using standard C language to solve 100 classical mathematical problems for his classic, C procedures required developers of C source code library, and has a strong reference value.
fare
- 一个利用matlab实现的特征脸的提取程序,可作为其他程序的基础算法-an achievable using Matlab Eigenface the extraction procedure can be used as the basis for other procedures Algorithm
Plesm
- 这是一个关于最小二乘法的程序,可能有点问题,希望大虾帮忙看一下,急求。-This is one of the least-squares method of procedure, may have problems in the hope of tremendous help to see if promptly.
端点检测
- 用matlab实现短时能量和过零率的端点检测,并显示波形-using Matlab to achieve short-term energy and zero rate of endpoint detection and waveform display
000matlab
- 这是MATLAB学习资料,其中有很多学习相关例子,望对大家能有用-MATLAB learning materials, there are a lot of study relevant examples, we can look to useful
中国剩余定理
- 经典的中国剩余定理求解程序,输入你所要解的同余式即可按定理求解!-classic Chinese Remainder Theorem solving program, you have to import the solution congruence theorems can be solved by!