-
一个用C语言编写的通用的隐性马尔可夫代码库
一个用C语言编写的通用的隐性马尔可夫代码库-a general c code for hidden semi-Markov model
- 2022-02-12 13:05:10下载
- 积分:1
-
ADT 数据结构的一个简单实现
包含结构体的应用 以及相关文件的配合使用
当然还会用一些算法方面的知识
基于VC 6.0 的开发
想要学习数据结构这方面的知识你会发现这个源码会是一个很好的初步学习 领你入门的
- 2022-03-11 11:40:48下载
- 积分:1
-
信息论编码中用hufman程序来实现的hufman编码
信息论编码中用hufman程序来实现的hufman编码- In the information theory code hufman which realizes with the
hufman procedure codes
- 2023-03-06 03:50:03下载
- 积分:1
-
KNN分类算法
用KNN算法实现数据分类,算法简单易懂,适合初学者!简单来说,K-NN可以看成:有那么一堆你已经知道分类的数据,然后当一个新数据进入的时候,就开始跟训练数据里的每个点求距离,然后挑离这个训练数据最近的K个点看看这几个点属于什么类型,然后用少数服从多数的原则,给新数据归类。
- 2022-09-30 19:55:03下载
- 积分:1
-
全波形反演程序
本程序使用forten编写的,内容详细,可运行得到反演结果,解压后,主要程序在名为src的文件夹中,正演部分采用交错网格有限差分法,反演基于共轭梯度实现
- 2022-09-09 17:45:03下载
- 积分:1
-
plural categories, a complex package of all Operational
复数类,封装了复数的所有运算-plural categories, a complex package of all Operational
- 2023-01-05 23:50:03下载
- 积分:1
-
人脸追踪 FaceTrace
应用背景
人脸识别 人脸追踪
The software is provided under the terms of this licence stricly for
// academic, non-commercial, not-for-profit purposes.
// * Redistributions of source code must retain the above copyright notice,
// this list of conditions (licence) and the following disclaimer.
// * Redistributions in binary form must reproduce the above copyright
// notice, this list of conditions (licence) and the following disclaimer
// in the documentation and/or other materials provided with the
// distribution.
// * The name of the author may not be used to endorse or promote products
// derived from this software without specific prior written permission.
// * As this software d
- 2022-08-14 06:55:42下载
- 积分:1
-
OFDM源代码仿真
有关OFDM的源代码,非常非常有用
- 2022-05-08 13:57:33下载
- 积分:1
-
模拟手机通讯录
本程序在安全性方面相对比较突出。为避免程序实现一部分功能即结束,我们采用了用一个子函数代替主函数,
子函数调用自身的方法。同时在出现功能选择的地方,为防止出现意外的死循环,我们功能选择参数一律使用
string类型。在保存提取数据方面,我们严格按照有变动即存储,存储完立即提取到内存的规则,有效遏止了
数据意外丢失或调用不及时等情况的发生。本程序共使用了9个子函数分别来实现不同功能程序中最关键的通讯
录成员采用结构体定义,丰富了成员所包含的信息。在主界执行方面,采用独立的子函数执行。在该函数中分
别调用不同功能的函数,执行完相应的功能后可选择继或返回主菜单。主菜单在运行时会先调用一个子函数将
通讯录中的信息展示给用户,然后用户可对照信息进行响应的功能选择,不同功能调用不同函数。各函数在执
行功能时会进行相应的嵌套,以弥补各自的不足。各功能采用不同函数来执行,方便调试和修改。各函数相互
- 2023-02-19 14:35:04下载
- 积分:1
-
基于QR分解的双曲Householder变换。他们的使用
基于hyperbolic Householder transformation的QR分解。 其使用需要调用hyperbolic Householder transformation程序。-Hyperbolic Householder transformation based on the QR decomposition. Their use need to call the hyperbolic Householder transformation process.
- 2022-02-04 07:34:36下载
- 积分:1