-
OpenGL绘制立方体,可执行
利用OpenGL绘制三维立方体,涉及到二维到三维过程的模型视图变换+投影变换+视口变换,并加入了鼠标操作与模型变换,可以显示列表,直接执行即可。
- 2022-01-25 20:02:43下载
- 积分:1
-
增强全速率话音处理C代码及其测试序列
GSM 06.53_增强全速率话音处理C代码
GSM 06.54_增强全速率测试序列
GSM技术规范目录_GSM 06系列_话音编码规范.pdf
ETSI EN 300 724 V8.0.1 (2000-11)
Digital cellular telecommunications system (Phase 2+) (GSM);
ANSI-C code for the GSM Enhanced Full Rate (EFR) speech codec (GSM 06.53 version 8.0.1 Release 1999)
en_300724v080001p.pdf(官方文档)
en_300724v080001p0.zip(官方源代码)
ETSI EN 300 725 V8.0.1 (2000-11)
Digital cellular telecommunications system (Phase 2+) (GSM);
Test sequences for the GSM Enhanced Full Rate (EFR) speech codec (GSM 06.54 version 8.0.1 Release 1999)
en_300725v080001p.pdf(官方文档)
en_300725v080001p0.zip(官方源代码)
- 2022-02-06 18:26:15下载
- 积分:1
-
计算两个矩阵的乘法,利用c语言实现
计算两个矩阵的乘法,利用c语言实现-calculation of the two Matrix multiplication, using language c
- 2022-03-19 18:04:06下载
- 积分:1
-
最小二乘法
综合了最优化中最小二乘问题的基本经典解法,用C++分别实现了拟牛顿、高斯牛顿、LM三种非线性问题的最小二乘解法,以及基于SVD分解的线性问题的最小二乘解法。
- 2023-04-14 20:10:04下载
- 积分:1
-
这是常用的数值算法和图论算法 是用伪代码描述的 里面有对算法的详细讲解...
这是常用的数值算法和图论算法 是用伪代码描述的 里面有对算法的详细讲解-This the commonly used algorithms and numerical algorithms of graph theory is used pseudo-code description of the inside of the algorithm in detail on the
- 2022-04-15 02:42:27下载
- 积分:1
-
DBSCAN算法
% Function: [class,type]=dbscan(x,k,Eps)
% -------------------------------------------------------------------------
% Aim:
% Clustering the data with Density-Based Scan Algorithm with Noise (DBSCAN)
% -------------------------------------------------------------------------
% Input:
% x - data set (m,n); m-objects, n-variables
% k - number of objects in a neighborhood of an object
% (minimal number of objects considered as a cluster)
% Eps - neighborhood radius, if not known avoid this parameter or put []
% -------------------------------------------------------------------------
% Output:
% class - vector specifying assignment of the i-th object to certain
% cluster (m,1)
% type - vector specifying type of the i-th object
% (core: 1, border: 0, outlier: -1)
- 2022-04-08 08:12:27下载
- 积分:1
-
是个进行多字节的除法
是个进行多字节的除法-is a multi-byte division
- 2022-05-05 11:44:02下载
- 积分:1
-
最佳一致逼近的里米兹算法
最佳一致逼近的里米兹算法-best approximation algorithm Meads Lane
- 2022-12-01 19:15:03下载
- 积分:1
-
时差,时差
资源描述对于无需绝对坐标确定的应用程序进行评估,一个更简单的解决方案的实施是有利的。相比多为 概念;清晰的定位,另一个选择是 ;模糊定位,这里只是一个距离提供检测和检测对象之间的关系。这个最简单的方法是unilateration。然而,这种方法不unilateration提供参考探测器的角位置。许多解决方案都在今天。一些供应商提供了一个位置估计的基础上,结合几个laterations。这种方法往往是不稳定的,当无线环境受金属或水的群众。其他的厂商提供的房间与房间的歧视明智的激励,一个供应商提供了一个接触激发位置判别。
- 2023-05-10 22:15:03下载
- 积分:1
-
将求解偏微分方程和局部网格加密简单组合在了一起。用的方程是一个含有间断二次系数的椭圆型方程,在系数间断的位置,解会有一个弱间断。...
将求解偏微分方程和局部网格加密简单组合在了一起。用的方程是一个含有间断二次系数的椭圆型方程,在系数间断的位置,解会有一个弱间断。-Will solve the partial differential equations and local mesh refinement simple combinations together. Used equation is a quadratic coefficient of containing discontinuous elliptic equations, the location of discontinuity in the coefficient, there will be a weak solution of continuity.
- 2022-05-26 19:00:46下载
- 积分:1