-
在DSP上实现了的G729算法。这个可以用到ip电话当中。
在DSP上实现了的G729算法。这个可以用到ip电话当中。
- 2022-02-21 12:12:36下载
- 积分:1
-
windows消息大全,介绍VC++的消息,方便实用
windows消息大全,介绍VC++的消息,方便实用-Guinness message windows, introduction VC++ news, convenient and practical
- 2022-03-09 12:16:23下载
- 积分:1
-
设备管理系统(SQL体验版),,,,哎,,,传嘛,,,,我要分啊 ,网站是好网站,为什么 要传这么多呢...
设备管理系统(SQL体验版),,,,哎,,,传嘛,,,,我要分啊 ,网站是好网站,为什么 要传这么多呢-Equipment Management System (SQL experience version ),,,, hey,,, Chuan-do,,,, I am going to ah, the site is good site, why do so many Chuan
- 2022-03-15 12:04:33下载
- 积分:1
-
一个窗口标题栏文字效果会淡出这个过程
一个使窗口标题栏文本淡入淡出效果的程序-a window title bar text effect fades out of the process
- 2023-07-28 11:45:03下载
- 积分:1
-
控制记事本的打开按钮可用/不可用,原理是:使用枚举窗口的方法检查记事本程序,然后得到菜单,把相应菜单变灰...
控制记事本的打开按钮可用/不可用,原理是:使用枚举窗口的方法检查记事本程序,然后得到菜单,把相应菜单变灰-control of the notebook open button available/not available, the principle is : Use window enumeration method checks the notebook and then get menu, the corresponding menu greyed
- 2022-01-25 19:58:56下载
- 积分:1
-
包含图的深度优先探索遍历和广度优先探索遍历,能从图中的任一顶点出发访问图中所有顶点...
包含图的深度优先探索遍历和广度优先探索遍历,能从图中的任一顶点出发访问图中所有顶点-Includes plans to explore the depth-first traversal and breadth-first traversal to explore, from the graph the starting point of any visit to Figure 1 for all vertices
- 2022-03-03 04:02:20下载
- 积分:1
-
一个用A*算法实现的最短路径求解小程序。以及后台维护功能
一个用A*算法实现的最短路径求解小程序。以及后台维护功能-A use of A* shortest path algorithm for solving applet. As well as the background maintenance function
- 2022-10-28 10:00:03下载
- 积分:1
-
动态性能的ADC测试,包括FFT法、正弦拟合的方法、历史的方法…
ADC动态性能测试,包括FFT法,正弦拟合法,直方图法,还可以测试通道之间一致性-ADC test of dynamic performance,including FFT method,sine fit method,hist method etc.
- 2023-06-26 23:10:03下载
- 积分:1
-
VC下通过DLL实现多语言的例子,可以用它解决程序的国际化问题
VC下通过DLL实现多语言的例子,可以用它解决程序的国际化问题-VC through multi-language DLL example, can be used in international settlement procedures of the problem
- 2022-03-02 07:21:52下载
- 积分:1
-
tinyXMl xml文件解析库
tinyxml是小巧的xml文件解析库,使用方便,功能强大。易学易用。。。
(1)TinyXML是一个开源的解析xml的库,使用面向对象技术开发。能够在windows和linux下使用。通过库的解析,将xml文件在内存中以DOM模型的方式存在,很方便遍历各个节点。
(2)将库文件加载到工程:下载的库文件为几个头文件和几个cpp文件,只要将这几个文件添加到开发工程即可。
在使用库文件的文件内,包含tinyxml.h头文件。
(3)tinyxml的源码中,根据xml文件的各个元素定义了操作的类。
TiXmlBase:整个TinyXML模型的基类。
TiXmlAttribute:对应于XML中的元素的属性。
TiXmlNode:对应于DOM结构中的节点。
TiXmlComment:对应于XML中的注释
TiXmlDeclaration:对应于XML中的申明部分,即。
TiXmlDocument:对应于XML的整个文档。
- 2022-03-09 14:51:35下载
- 积分:1