搜索结果
找到约 770 项符合
omap-l 的查询结果
编译器/解释器 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加密和解密过程实现的源代码。
其他书籍 本书特色 全面覆盖了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