搜索结果
找到约 729 项符合
DMAVR-L 的查询结果
matlab例程 五对角占优线性方程组求解的MATLAB 程序MYLU。 输入参数A为系数矩阵
五对角占优线性方程组求解的MATLAB 程序MYLU。
输入参数A为系数矩阵,F为右端向量。输出参数L,U为A的LU 分解A=LU,X为解向量。
编译器/解释器 实现NFA确定化子集算法程序。DFA是NFA的特例。对每个NFA N一定存在一个DFA M
实现NFA确定化子集算法程序。DFA是NFA的特例。对每个NFA N一定存在一个DFA M ,使得 L(M)=L(N)。对每个NFA N存在着与之等价的DFA M。从NFA的矩阵表示中可以看出,表项通常是一状态的集合,而在DFA的矩阵表示中,表项是一个状态,NFA到相应的DFA的构造的基本思路是:1.DFA的每一个状态对应NFA的一组状态. 2. DFA使用它的 ...
数据结构 集装箱的装箱问题 给定一个集装箱
集装箱的装箱问题
给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装箱的空间利用率最高?
电子书籍 C++Primer中文版 第三版 深入系列 Primer 第三版 著 中中文文版版潘爱民张丽译 Addison-Wesley 中国电力出版社 www.infopower.com.cn S
C++Primer中文版 第三版
深入系列
Primer 第三版
著
中中文文版版潘爱民张丽译
Addison-Wesley 中国电力出版社
www.infopower.com.cn
Stanley B Lippman
J o s é e L a j o i e
编译器/解释器 UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, wh
UC Library Extensions
UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard.
UC Library
Builtin functions:
Most of these are standard C ...
文件格式 数据结构实验4报告
数据结构实验4报告,实验内容或题目
l、随机产生n=100,200,300,1000,2000个整数并存于数组r[1..n]中。对主要查找算法(顺序查找、插入排序、冒泡排序、堆排序、快速排序)进行实验比较,计算出平均比较次数、平均移动次数及执行时间。由程序自动计算,由手工计时。
2、对实验结果数据进行对比分析。
主要内容是 ...
人工智能/神经网络 Hidden_Markov_model_for_automatic_speech_recognition This code implements in C++ a basic left-right
Hidden_Markov_model_for_automatic_speech_recognition
This code implements in C++ a basic left-right hidden Markov model
and corresponding Baum-Welch (ML) training algorithm. It is meant as
an example of the HMM algorithms described by L.Rabiner (1) and
others. Serious students are directed to the so ...
电子书籍 一维信号的计盒分形维数
一维信号的计盒分形维数,用 m a t l a b编辑的
加密解密 RSA公开密钥密码系统是由R.Rivest
RSA公开密钥密码系统是由R.Rivest,A.Shamir,L.Adleman提出的,不仅仅可用于数据的加密,也可用于数字签名。本程序提供了RSA加密和解密过程实现的源代码。