-
简单的傅立叶分解代码fft
在做仿真时,用到的fft傅立叶分解代码。里面的量是我的仿真量,简单用了fft。其实simulink模块里可以直接分析的,但是我不是在simulink里面跑的模型,因此只能导出数据重新fft傅立叶分析。希望大家喜欢~~~
- 2022-08-06 05:41:41下载
- 积分:1
-
3ds file loader with opengl
(GLUT LIBRARY)
3ds file loader with opengl
(GLUT LIBRARY)
- 2022-06-01 23:23:09下载
- 积分:1
-
扩展的编程实例,比较多的程序
vc++ 的扩展编程的一些实例,比较多的程序-vc expansion of the programming examples, more procedures
- 2022-01-31 12:40:27下载
- 积分:1
-
Internet chat room programs, support group chat, user friendly interface, you ca...
网络聊天室程序,支持群聊,用户界面友好,可以通过输入ip添加成员-Internet chat room programs, support group chat, user friendly interface, you can add members by entering the ip
- 2022-03-12 13:57:12下载
- 积分:1
-
Driver and Sources for Marvell SD8686 Chip under Linux v9.70.3.p24
Driver and Sources for Marvell SD8686 Chip under Linux v9.70.3.p24-Driver and Sources for Marvell SD8686 Chip under Windows XP embedded
- 2022-03-21 13:06:22下载
- 积分:1
-
包括基本Verilog CPU接口程序和激励计划。
包括基本的Verilog CPU接口程序和激励程序。
- 2022-02-20 08:12:27下载
- 积分:1
-
mfc继承类模拟以及虚拟函数表实现,在其中可以查看mfc的虚函数表的具体实现...
mfc继承类模拟以及虚拟函数表实现,在其中可以查看mfc的虚函数表的具体实现-mfc succession as well as the type of simulation realize virtual function table, in which to view the virtual function table mfc concrete realization of
- 2022-11-28 01:50:03下载
- 积分:1
-
基于隐藏的马尔可夫模型人脸识别的源代码
基于隐马尔可夫模型的人脸识别 CC++源代码-Based on Hidden Markov Model Face Recognition CC++ Source code
- 2022-07-20 16:32:19下载
- 积分:1
-
VC中读取mp3文件信息的方法
标准格式的mp3文件中,都有一些自身描述的信息,比如歌曲名称、歌手、专辑名称等信息。
这些信息都记录在mp3文件中,而且...
VC中读取mp3文件信息的方法
标准格式的mp3文件中,都有一些自身描述的信息,比如歌曲名称、歌手、专辑名称等信息。
这些信息都记录在mp3文件中,而且格式是固定的。那么,我们就可以用编程的方式来获取这些信息。其实说简单一点,就是VC文件读取的操作。不过mp3有一定的信息结构,在mp3文件的最后128个字节,就包含上述的信息。那么我们打开mp3文件, 读取最后128个字节即可。-VC MP3 file information reader of the MP3 standard format document, some have described their own information, such as song title, artist, album title and other information. These messages are recorded in the MP3 file, but the format is fixed. Then, we can use the program to access such information. That simple fact that the VC paper read operation. However mp3 certain information, the structure of mp3 of the final 128 bytes, including the above information. Then we open MP3 files, read the last 128 bytes can be.
- 2022-05-14 10:56:12下载
- 积分:1
-
OCR识别基础入门
该程序主要实现机器视觉识别中的OCR识别应用——手动在画板上画出一个数字,然后能够自动识别出数字来。代码包含六个文件:preprocessing.cpp,basicOCR.cpp,main.cpp,basicOCR.h,preprocessing.h。主要进行前期图片处理,然后归一化,分类,训练,测试识别等。然后还有一个文件夹内包含测试和训练所需字符图片,总共10类,每类100张图片,每类中前50张用于训练后50张用于测试。
- 2022-11-11 18:40:03下载
- 积分:1