-
for the filename specified by the file name to create a model mode FILE structur...
为filename 所指定的文件名按mode 模式创建一个FILE结构数据区,并将该数据区的首地址赋值给FILE类型的指针变量fp.-for the filename specified by the file name to create a model mode FILE structure data, the data will be the first to address assignment FILE pointer types of variables fp.
- 2022-08-23 19:57:32下载
- 积分:1
-
语音编解码G711源码
G.711使用64Kbps的带宽,可将14bits转换成8bits。目前G.711有两个编码方式:一种是u-law又称mu-law,主要运用于北美和日本;另一种是a-law,主要运用于欧洲和世界其他地区。其中,a-law编码方式是为方便计算机处理而特别设计的。2008年3月国际电信联盟正式发布了最新的宽带语音编译码标准G.711.1。该代码是G711编解码软件,可以编译为动态库直接使用
- 2022-06-13 18:37:22下载
- 积分:1
-
一个对称三对角矩阵特征值计算
computes the eigenvalues of a symmetric tridiagonal
* matrix T. The user may ask for all eigenvalues, all eigenvalues
in the half-open interval (VL, VU], or the IL-th through IU-th eigenvalues.-computes the eigenvalues of a symmetric tr idiagonal* matrix T. The user may ask for all eig envalues. all eigenvalues in the half-open interval (VL. VU], or the IL-th through IU-th eigenvalues.
- 2022-03-19 01:45:05下载
- 积分:1
-
基于时空上下文的追踪利用vs和opencv
应用背景主要应用于目标的跟踪,在跟踪上我们主要利用时间的序列,而忽略了空间的利用,本文就是来讨论空间在跟踪过程中的对目标跟踪的作用,通过计算目标的空间背景特性来改善目标跟踪过程中的丢失遮挡问题,从而得到良好的跟踪结果。关键技术关键技术就是通过计算目标空间的特性,并在下一帧中找到目标的空间特性,来进行追踪,这样就可以很好的解决目标的遮挡提高目标的鲁棒性,利用追踪,这段代码还不完善,希望大家可以再次改进。
- 2023-05-27 11:35:03下载
- 积分:1
-
二乘法曲线拟合
//X,Y
二乘法曲线拟合
//X,Y -- X,Y两轴的坐标
//M -- 结果变量组数
//N -- 采样数目
//A -- 结果参数
-Using two multiplication fit the curves//X,Y the site of two axial x,y//M the number of outcome variable//N the number of samples//A the parameter of outcome
- 2022-08-06 17:42:11下载
- 积分:1
-
最小二乘法拟和曲线,两个程序,大家
最小二乘法拟和曲线,两个程序,大家-least squares fitting curves, the two procedures, we look at
- 2023-08-19 03:15:04下载
- 积分:1
-
2009
2009
- 2022-03-15 08:15:45下载
- 积分:1
-
边缘检测代码
源码是关于边缘检测的代码,可以对检测图像中的边缘,能够很好的对一些非边缘物体进行图像的基本处理,使之消失 ,不影响整个边缘的检测!!!!!
- 2023-04-18 22:00:03下载
- 积分:1
-
Statistical and Adaptive Signal Processing Toolbox
Source codes from "Statistical and Adaptive Signal Processing" which contain lots of useful methods for signal processing.
- 2023-06-21 22:45:04下载
- 积分:1
-
c_mean算法c语言实现
c_mean算法是一种非监督的模式识别算法,不需要进行样本训练,通过计算样本距离,进行比较分类。算法结构简单,对于团状数据分类效果理想。
- 2022-02-18 15:40:35下载
- 积分:1