搜索结果
找到约 736 项符合
MGLS-l 的查询结果
人工智能/神经网络 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加密和解密过程实现的源代码。
其他书籍 本书特色 全面覆盖了RHCT(Red Hat Certified Technician)、Comp TlA’s Linux+和LPl(Linux Professional Institute)Leve
本书特色 全面覆盖了RHCT(Red Hat Certified Technician)、Comp TlA’s Linux+和LPl(Linux Professional Institute)Level l 三大Linux人证考试的内容和要点。
讲解了重要的命令行工具(包括shell脚本与文本处理命令)以及最新的图形界面管理工具和应用程序。
“理论与实践密切相结合”,每章都附有复习题与可操 ...
其他 用C++中的MFC编程实现正轴等角割圆柱投影
用C++中的MFC编程实现正轴等角割圆柱投影,实现以下要求:
取克拉索夫斯基椭球
(1)制图区域: Bs=0°, BN=25°
LE=105°, LE=125°
(2)经纬线间隔: ΔB=ΔL=5°
(3)制图比例尺: 1:M0=1:1000 000
(4)标准纬线: Bk=±15°
计算经纬网格点的 x, y,m,n, p ...
其他 两种解决方案 Richard just finished building his new house. Now the only thing the house misses is a cute l
两种解决方案 Richard just finished building his new house. Now the only thing the house misses is a cute little wooden fence. He had no idea how to make a wooden fence, so he decided to order one. Somehow he got his hands on the ACME Fence Catalogue 2002, the ultimate resource on cute little wooden ...
Java编程 PRIM求最小生成树
PRIM求最小生成树,JAVA源程序,简洁易懂,很不错的。l
其他 数据结构(严慰敏)配套纯c代码实验十 typedef int InfoType // 定义其它数据项的类型 typedef int KeyType // 定义RedType类型的关键字为整型
数据结构(严慰敏)配套纯c代码实验十
typedef int InfoType // 定义其它数据项的类型
typedef int KeyType // 定义RedType类型的关键字为整型
struct RedType // 记录类型(同c10-1.h)
{
KeyType key // 关键字项
InfoType otherinfo // 其它数据项
}
typedef char KeysType // 定义关键字类型为字符型
#include"c ...
数据结构 假设自上而下按层次
假设自上而下按层次,自左至右输入每个结点的一个三元组(N, P, L/R)。其中N为本结点的元素,P为其父结点,L指示N为P 的左孩子,R指示N为P的右孩子。试写一个建立二元树在内存的双链表示算法,并实现先根、中根、后根以及层序遍历算法。 ...
压缩解压 几种常用的压缩算法 本程序包含以下功能: 1、 Arithmetic coding 2、 Huffman coding 3、 LZ77 coding 4、 LZ78 coding 5、 L
几种常用的压缩算法
本程序包含以下功能:
1、 Arithmetic coding
2、 Huffman coding
3、 LZ77 coding
4、 LZ78 coding
5、 LZW
6、 RLE
7、 DCT
8、 Furie transform