The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisidec] intended for decoding all current and future Vorbis I compliant streams. The Tremor libvorbisidec library exposes an API intended to be as similar as possible to the familiar vorbisfile library included with the open source Vorbis reference libraries distributed for free by Xiph.org. Tremor can be used along with any ansi compliant stdio implementation for file/stream access, or use custom stream i/o routines provided by the embedded environment. Both uses are described in detail in this documentation.
标签: integer-only embeddable libvorbisi provides
上传时间: 2013-12-25
上传用户:lindor
The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisidec] intended for decoding all current and future Vorbis I compliant streams. The Tremor libvorbisidec library exposes an API intended to be as similar as possible to the familiar vorbisfile library included with the open source Vorbis reference libraries distributed for free by Xiph.org. ogg vorbis decoder, evc project Tremor can be used along with any ansi compliant stdio implementation for file/stream access, or use custom stream i/o routines provided by the embedded environment. Both uses are described in detail in this documentation.
标签: integer-only embeddable libvorbisi provides
上传时间: 2016-01-21
上传用户:gengxiaochao
C++是在C语言的基础上开发的一种集面向对象编程、通用编程和传统的过程性编程于一体的编程语言,是C语言的超集。本书是根据1998年的ISO/ansi C++标准编写的,通过大量短小精悍的程序详细而全面地阐述了C++的基本概念和技术。 全书分17章和10个附录。分别介绍了C++程序的运行方式、基本数据类型、复合数据类型、循环和关系表达式、分支语句和逻辑操作符、函数重载和函数模板、内存模型和名称空间、类的设计和使用、多态、虚函数、动态内存分配、继承、代码重用、友元、异常处理技术、string类和标准模板库、输入/输出等内容。 本书针对的是C++初学者,书中从C语言基础知识开始介绍,然后在此基础上详细阐述C++新增的特性,因此不要求读者有C语言方面的背景知识。本书可作为大中院校教授C++课程的教材,也可供初学者自学C++时使用。
上传时间: 2016-01-22
上传用户:zuozuo1215
Delphi6.0函数大全,Delphi程序员的至爱。∷图书简介∷ 电子图书名:Delphi6函数大全 Delphi6函数大全(1) <> 首部 function ansiResemblesText(const AText, AOther: string): Boolean $[StrUtils.pas功能 返回两个字符串是否相似说明 ansi(American National Standards Institute)美国国家标准协会 不区分大小写参考 function StrUtils.SoundexProc var StrUtils.ansiResemblesProc例子 CheckBox1.Checked := ansiResemblesText(Edit1.Text, Edit2.Text)
上传时间: 2016-01-25
上传用户:mikesering
Welcome to the Wrox Press C++ tutorial "I hope you ll enjoy reading this tutorial with your portable, your work, or your home PC. It s a perfect companion to the Introduction to Visual C++ 6.0 Standard Edition manual and is a proven aid to understanding the C++ language. The material in this tutorial is adapted from my book Beginning Visual C++ 6.0, to provide you with a thorough grounding in pure C++. I ve been careful to address the new standards in C++ laid out by the ansi and ISO committees and I encourage you to adopt these conventions so that your programs are maintainable for years to come.
标签: tutorial Welcome reading portabl
上传时间: 2016-01-26
上传用户:wsf950131
Linux下串口终端程序,ansi C编写,一个简单的串口终端程序,可以在linux下连接嵌入式设备的串口终端,类似minicom和超级终端。
上传时间: 2014-08-10
上传用户:youke111
这是我自己写的用于嵌入式设备的CGI程序,ansi C编写,嵌入式Linux中使用。这些CGI代码是我在CGIC库的基础上加上了常用的一些外围功能模块函数,比如读写配置文件等。其中比较重要的是我自己实现的session控制、页面模板方式(模板标签替换)和web多语言版本的一种我自己的实现方法。请参阅cgi_functions.c、session.c和multi-language.c。
上传时间: 2014-01-15
上传用户:520
Demo Source Code VxDemo Groups: 1. Multi-Processing 2. Networking 3. Input-Output 4. File System 5. MMU 6. Multi-Tasking 7. ansi-C 8. POSIX 9. ExecHandling
标签: Multi-Processing Input-Output Networking Source
上传时间: 2014-02-26
上传用户:plsee
PGP的安全 ■内容提要■ ◎ 前言 ◎ IDEA 的安全性问题 ◎ RSA 的安全性问题 ● 选择密文攻击 ● 过小的加密指数 e ● RSA的计时攻击法 ● 其他对RSA的攻击法 ◎ MD5 的安全性问题 ● 对MD5的普通直接攻击 ● 对MD5的生日攻击 ● 其他对MD5的攻击 ● 口令长度和信息论 ◎ 随机数的安全性问题 ● ansi X9.17 PRNG ● 用户击键引入随机性 ● X9.17 用MD5进行预洗 ● randseed.bin 的后洗操作
上传时间: 2014-12-08
上传用户:asddsd
《C++标准程序库》本书不仅对每一个程序库组件提供范围广泛的说明,也对繁复的观念提供清楚明亮的解释,并描述高效运用这些组件时需要的实际编程细节,提出一个又一个的范例程序。本书是一本包含最新资料的完整书籍。反映出被ansi/ISO C++语言标准规格书纳入C++标准程序库的最新组成。更明确地说,本书将焦点放在标准模板库(Standard Template Library)身上,检验其中的容器(containers)
上传时间: 2016-02-27
上传用户:qiaoyue