C语言接口与实现,一本过于学术的书 body {background: #383838 !important;}::-webkit-scrollbar{height:10px !important; width:10px !important; overflow:visible !important;}::-webkit-scrollbar-button{height:0 !important; width:0 !important; display:none !important;}::-webkit-scrollbar-track{box-shadow:none !important;}::-webkit-scrollbar-track:hover{background-color:rgba(56, 56, 56, 0.03) !important; box-shadow:inset 1px 1px 0 rgba(56, 56, 56, 0.1), inset -1px -1px 0rgba(56, 56, 56, 0.1) !important;}::-webkit-scrollbar-track:active{background-color:rgba(56, 56, 56, 0.04) !important; box-shadow:inset 1px 1px 0 rgba(56, 56, 56, 0.14), inset -1px -1px 0 rgba(56, 56, 56, 0.14) !important;}::-webkit-scrollbar-thumb{background-clip:padding-box !important; background-color:rgba(56, 56, 56, 0.2) !important;}::-webkit-scrollbar-thumb:vertical{min-height:28px !important; box-shadow:inset 1px 1px 0 rgba(56, 56, 56, 0.1), inset -1px -1px 0 rgba(56, 56, 56, 0.1) !important;}::-webkit-scrollbar-thumb:horizontal{min-width:28px !important; box-shadow:inset 1px 1px 0 rgba(56, 56, 56, 0.1), inset -1px -1px 0 rgba(56, 56, 56, 0.1) !important;}::-webkit-scrollbar-thumb:hover{background-color:rgba(56, 56, 56, 0.6) !important; box-shadow:inset 1px 1px 1px rgba(56, 56, 56, 0.25), inset -1px -1px 1px rgba(56, 56, 56, 0.25) !important;}::-webkit-scrollbar-thumb:active{background-color:rgba(56, 56, 56, 0.7) !important; box-shadow:inset 1px 1px 3px rgba(56, 56, 56, 0.35), inset -1px -1px 3px rgba(56, 56, 56, 0.35) !important;}::-webkit-scrollbar-corner{background:trnasparent !important;}html::-webkit-scrollbar,body::-webkit-scrollbar{background: rgba(56, 56, 56, 0.5) !important;}body * {background-color: rgba(56, 56, 56, 0.44) !important;}* {color: #B6AA7B !important;}a:link,a:link *,a:link:hover,a:link:hover *,a:link:active,a:link:active * {color: #B6AA7B !important;}a:visited,a:visited *,a:visited:hover,a:visited:hover *,a:visited:active,a:visited:active * {color: #D9C077 !important;}#_maxthon_night_mode_mask{position:fixed !important; left:0 !important; right:0 !important; top:0 !important; bottom:0 !important;z-index:100 !important; opacity:0.22 !important; background:#383838 !important; pointer-events:none !important;}
标签: c语言 接口与实现
上传时间: 2015-12-13
上传用户:qq253363112
The TAS3204 is a highly-integrated audio system-on-chip (SOC) consisting of a fully-programmable, 48-bit digital audio processor, a 3:1 stereo analog input MUX, four ADCs, four DACs, and other analog functionality. The TAS3204 is programmable with the graphical PurePath Studio™ suite of DSP code development software. PurePath Studio is a highly intuitive, drag-and-drop environment that minimizes software development effort while allowing the end user to utilize the power and flexibility of the TAS3204’s digital audio processing core. TAS3204 processing capability includes speaker equalization and crossover, volume/bass/treble control, signal mixing/MUXing/splitting, delay compensation, dynamic range compression, and many other basic audio functions. Audio functions such as matrix decoding, stereo widening, surround sound virtualization and psychoacoustic bass boost are also available with either third-party or TI royalty-free algorithms. The TAS3204 contains a custom-designed, fully-programmable 135-MHz, 48-bit digital audio processor. A 76-bit accumulator ensures that the high precision necessary for quality digital audio is maintained during arithmetic operations. Four differential 102 dB DNR ADCs and four differential 105 dB DNR DACs ensure that high quality audio is maintained through the whole signal chain as well as increasing robustness against noise sources such as TDMA interference. The TAS3204 is composed of eight functional blocks: Clocking System Digital Audio Interface Analog Audio Interface Power supply Clocks, digital PLL I2C control interface 8051 MCUcontroller Audio DSP – digital audio processing 特性 Digital Audio Processor Fully Programmable With the Graphical, Drag-and-Drop PurePath Studio™ Software Development Environment 135-MHz Operation 48-Bit Data Path With 76-Bit Accumulator Hardware Single-Cycle Multiplier (28 × 48)
上传时间: 2016-05-06
上传用户:fagong
频道 劲爆,看《欢乐颂》第二季 上传 书房 登录 注册 菜单 收藏到书房下载文档 上一页 /386 下一页 全屏 < 返回首页 CNC初级教程/FANUC学校讲义 顶 8 踩 0 浏览 1,196 收藏 89 评论 1 加入豆单 举报 手机观看
上传时间: 2016-05-16
上传用户:kim123
在需要硬件实现对数运算的场合,其精度和速度是必须考虑的问题。目前硬件实现对数变换的方法主要有查表法、泰勒公式展开法和线性近似法。查表法所需要的存储单元随着精度的增加或输入值范围的增大而成指数增加;泰勒公式展开法需要乘法器,面积大不易实现;线性近似法的精度有限,且需要误差校正电路,实现较难。
上传时间: 2016-05-24
上传用户:niepan100
有需要的可以下载,Cadence SPB16.3
上传时间: 2016-06-14
上传用户:elite_lee
HOT-51电路图.pdf (104KB) - CompleteHOT-51电路图.pdf (104KB) - Complete
上传时间: 2016-06-23
上传用户:panswsw
android视频录制,模仿微视,支持按下录制、抬起暂停。进度条断点显示。 该源码解决以下问题: 1.如何获取摄像头的数据 2.如何把获取到的数据保存到视频文件中 3.如何录制音频,并和视频合并 4.录制视频时如何实现暂停功能 5.android摄像头支持的分辨率可能不符合需求,需要转换分辨率 6.android手机录制出来的视频是旋转了90度的,如何实现旋转(转换到前置摄像头又如何处理)
标签: RecordVideoDemo
上传时间: 2016-06-23
上传用户:vsxgvdzsh
LC12SA说明书.docx (19KB) - Complete
标签: Complete docx LC 12 19 KB SA 说明书
上传时间: 2016-06-24
上传用户:wangxiaoxing
《新概念英语》是世界闻名的英语教程。本版是该书出版30年来经作者亲自修订的唯一新版。这套经典教材通过完整的英语学习体系,帮助学生掌握英语的4项基本技能——听、说、读、写,使学生能在学习中最大限度地发挥自己的潜能。 为了使更多的英语学习者能够掌握《新概念英语》(新版)的精髓,我们按照教材同步制作《新概念英语》(新版)VCD。该VCD由北京外国语大学和北京大学具有丰富教学经验的英语教授和讲师,按照教材特点进行同步辅导与讲解。 《新概念英语》(新版)针对中国学生学习英语过程中的重点、难点、疑点问题提供详尽的指导,并对词汇、语法、听力、口语、写作等英语能力进行全方位的训练,帮助学习者打下扎实的语言基本功,尽快提高英语的综合应用能力。主讲老师简介:梁泓,现任教于北京外国语大学英语学院。主教本科二年级的英语精读、口语、听力等课,她曾获2001年度北京外国语大学基础阶段外语教学“陈梅洁”奖,其教学严谨、自然且具有启发性,广受学生欢迎。曾参与编写教材《美国研究读本》、《现代大学英语》,参与翻译《中国参与世界》、《为什么20世纪是美国的世纪》,2001年7月应美国雅礼协会之邀赴耶鲁大学从事短期研究。
标签: 英语
上传时间: 2016-06-29
上传用户:18709930689
基于四元数小波变换的隐马尔可夫树模型(Q-HMT),并应用于图像去噪,图像去噪效果在峰值信噪比以及视觉效果上均优于经典的去噪方法。
上传时间: 2016-07-01
上传用户:zcwl