搜索资源列表
Chromium Embedded Framework
- The Chromium Embedded Framework (CEF) is an open source framework for embedding a web browser control based on Chromium. It is a convenient way to implement an HTML5 based GUI in a desktop application or to provide browser capabilities to an applicat
Android UDP Server-Client
- It enables UDP Communication Port into your Android Machine, can connect to Computer too just make sure the Firewall is Turning Off
soundtouch
- SoundTouch音频处理库的使用异常简单,经过简单的编译之后,设置编译环境,以vc为例 ,直接在include包含SoundTouch目录下的include路径,接着在lib添加SoundTouch目录下 的lib路径,然后在代码的头文件中添加头文件以及引用的库。如下:根据_DEBUG这个宏, 我们可以进行一些编译预处理,假如是以DEBUG编译就采用debug库,其他的话就采用 release库。他们的区别就是文件名后面是否多了一个“D”。 里接收处理过的音
Command objects
- This book is a one-stop guide to ADO, the universal data access solution from Microsoft that allows easy access to data from multiple formats and platforms. It includes chapters on the Connection, Recordset, Field, and Command objects and the Pro