-
双音多频信号
双音多频信号 (DTMF) 是带内电信信号系统使用电话线电话设备和其他通信设备之间的语音频带和交换中心。
- 2022-02-06 06:09:07下载
- 积分:1
-
一个抓音轨的控件
可以实现cd音轨的抓取工作
一个抓音轨的控件
可以实现cd音轨的抓取工作-a grasp soundtrack control can be achieved cd soundtrack work crawls
- 2023-08-15 07:50:03下载
- 积分:1
-
WAV压缩成MP3格式
将Wav格式压缩成Mp3-to Wav compressed into MP3 format
- 2022-10-27 11:20:04下载
- 积分:1
-
图形的绘制,如何使用自定义画笔(颜色,线宽,线型)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览...
图形的绘制,如何使用自定义画笔(颜色,线宽,线型)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-graphics rendering, since the definition of how to use a paintbrush (color, line width, linear). How procedures for adding options menu and the option to set up the dialog box, use the standard color dialog, how to use the Font dialog box, the dialog box options to achieve preview function. Implementation Options dialog window and type of data exchange. How to change the dialog and control the background color, how to change the text color control, the right button controls special treatment. How in the window shows a bitmap.
- 2022-02-21 21:15:06下载
- 积分:1
-
GPS中rinexe文件读取matlab代码
本代码主要是利用Matlab软件编写的读写GPS数据Rinexe文件,能够帮助卫星导航数据处理初学者更好的处理GPS或者北斗卫星数据,希望大家多多下载,相互学习和借鉴
- 2022-07-14 15:03:28下载
- 积分:1
-
this compressed file is on the realization of automobile sales management system...
此压缩文件是关于实现汽车销售管理系统的数据库设计。包括代码 可执行文件 和说明-this compressed file is on the realization of automobile sales management system database design. Including executable code and annotations, etc.
- 2023-01-21 04:40:03下载
- 积分:1
-
这是DX编程对矩阵应用的例子,对于所有矩阵有详细的应用与解释是个不错的参考材料...
这是DX编程对矩阵应用的例子,对于所有矩阵有详细的应用与解释是个不错的参考材料-This is the DX application programming examples on the matrix, the matrix for all the applications in detail and explanation is a good reference material
- 2022-05-08 23:05:42下载
- 积分:1
-
得到远程机器MAC地址源代码
得到远程机器MAC地址源代码-remote machines source MAC address
- 2022-01-25 20:11:34下载
- 积分:1
-
用CRectTracker编的小程序,实现框选以及所选区域的拉伸
用CRectTracker编的小程序,实现框选以及所选区域的拉伸-CRectTracker made use of small procedures, as well as selected regional框选realize tensile
- 2023-02-18 18:50:03下载
- 积分:1
-
语音识别
#include
#pragma comment(lib,"ole32.lib") //CoInitialize CoCreateInstance闇€瑕佽皟鐢╫le32.dll
#pragma comment(lib,"sapi.lib") //sapi.lib鍦⊿DK鐨刲ib鐩綍,蹇呴渶姝g‘閰嶇疆
int main(int argc, char* argv[])
{
ISpVoice * pVoice = NULL;
//COM鍒濆鍖栵細
if (FAILED(::CoInitialize(NULL)))
return FALSE;
//鑾峰彇ISpVoice鎺ュ彛锛?
HRESULT hr = CoC
- 2023-07-03 17:00:03下载
- 积分:1