-
链表的C++实现
数据结构中的链表的C++的语言实现算法。
和各种实现函数
- 2022-07-17 18:08:19下载
- 积分:1
-
创建生词库的简单编程
用C编的一个生词库的创建,包括生词的输入、删除、查找等功能。代码不是很长,但是绝对实用。这是我们大学C语言课的最后作业。
- 2022-10-12 03:40:03下载
- 积分:1
-
语音识别
语音识别算法实现,matlab完整实现,对做算法的有参考价值,里面包含了5个文件,mfcc-MFCC参数计算程序 、train-对一个HMM进行训练的程序、viterbi-语音识别的Viterbi算法、以及端点检测代码
- 2022-02-11 21:53:06下载
- 积分:1
-
在 C 中的各种排序 implemnataion
快速排序、 归并排序、 堆排序、 选择排序、 壳排序、 冒泡排序、 插入排序 c 语言实现
- 2023-02-12 22:15:03下载
- 积分:1
-
How to modify the MFC AppWizard Wizard to generate the appearance of the framewo...
如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。
-How to modify the MFC AppWizard Wizard to generate the appearance of the framework of procedures and size, modify the icon, cursor, background three methods. How to add and remove toolbar buttons, how to increase the application toolbar, how to show and hide the toolbar. Custom status bar, add in the status bar clock display, CTime class and its usage. In the status bar to add the progress bar (the main window immediately after the progress bar the ingenious ideas, in the OnCreate function should not directly deal with, to use a custom message to the method). Mouse coordinates shows that access to the status bar in the CView object in several ways. How to add a splash screen applications.
- 2022-12-03 22:25:03下载
- 积分:1
-
C语言链表
应用背景初学数据结构基础,链表创建,插入,查找,删除关键技术C语言链表测试程序,包括创建,插入,查找,删除,输出等,各部份分文件存放,包含测试demo,有简单的字符界面,有提示帮助信息
- 2022-02-26 16:00:14下载
- 积分:1
-
深度学习工具箱
深度学习matlab工具箱,包括 Deep Belief Nets, Stacked Autoencoders, Convolutional Neural Nets, Convolutional Autoencoders and vanilla Neural Nets。
- 2022-05-25 20:49:52下载
- 积分:1
-
要求出一个矩阵的逆矩阵有许多方法,这里介绍以 Gauss
要求出一个矩阵的逆矩阵有许多方法,这里介绍以 Gauss-Jordan Elimination 来求出逆矩阵的方法,算法函数用C++写成,可在C++编程环境下直接调用-requested a matrix inverse matrix there are many ways here to introduce the Gauss-Jordan Elimination get to the inverse matrix method, the algorithm functions with C languages, the C programming environment called directly
- 2022-03-31 21:28:42下载
- 积分:1
-
二维稳态无源热传导方程的迭代求解
通过使用Fortran语言FTCS离散格式计算二维非稳态无源热传导方程在方形域里的稳态解,输出为data文件,可用tecplot等后处理工具进行图形化。对于CFD的初学者有一定的帮助作用
- 2023-01-11 08:40:04下载
- 积分:1
-
这是拉格朗日插值的源码
这是拉格朗日插值的源码-This is the source Lagrange interpolation
- 2022-02-10 05:58:03下载
- 积分:1