资源简介
语音口令红包,祝福红包,小程序源码完整可用,可放心下载挺不错的一个资源,亲测可用,如果需要的话,就赶紧来下载吧!!
代码片段和文件信息
/***********************************************************************
Copyright (c) 2006-2012 Skype Limited. All rights reserved.
Redistribution and use in source and binary forms with or without
modification (subject to the limitations in the disclaimer below)
are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice
this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright
notice this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
- Neither the name of Skype Limited nor the names of specific
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY‘S PATENT RIGHTS ARE GRANTED
BY THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
CONTRIBUTORS ‘‘AS IS‘‘ AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING
BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT INDIRECT
INCIDENTAL SPECIAL EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING BUT
NOT LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
USE DATA OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY WHETHER IN CONTRACT STRICT LIABILITY OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***********************************************************************/
/* Conversion between prediction filter coefficients and NLSFs */
/* Requires the order to be an even number */
/* A piecewise linear approximation maps LSF <-> cos(LSF) */
/* Therefore the result is not accurate NLSFs but the two */
/* function are accurate inverses of each other */
#include “SKP_Silk_SigProc_FIX.h“
/* Number of binary divisions */
#define BIN_DIV_STEPS_A2NLSF_FIX 3 /* must be no higher than 16 - log2( LSF_COS_TAB_SZ_FIX ) */
#define QPoly 16
#define MAX_ITERATIONS_A2NLSF_FIX 30
/* Flag for using 2x as many cosine sampling points reduces the risk of missing a root */
#define OVERSAMPLE_COSINE_TABLE 0
/* Helper function for A2NLSF(..) */
/* Transforms polynomials from cos(n*f) to cos(f)^n */
SKP_INLINE void SKP_Silk_A2NLSF_trans_poly(
SKP_int32 *p /* I/O Polynomial */
const SKP_int dd /* I Polynomial order (= filter order / 2 ) */
)
{
SKP_int k n;
for( k = 2; k <= dd; k++ ) {
for( n = dd; n > k; n-- ) {
p[ n - 2 ] -= p[ n ];
}
p[ k - 2 ] -= SKP_LSHIFT
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-03-05 11:35 微信小程序源码包你说红包\
目录 0 2018-03-05 11:38 微信小程序源码包你说红包\前端\
文件 4255 2018-03-04 09:44 微信小程序源码包你说红包\前端\app.js
文件 1211 2018-01-02 14:08 微信小程序源码包你说红包\前端\app.json
文件 1255 2017-12-20 10:10 微信小程序源码包你说红包\前端\app.wxss
目录 0 2018-02-04 11:54 微信小程序源码包你说红包\前端\images\
文件 1039 2017-12-12 15:48 微信小程序源码包你说红包\前端\images\buttom-down.png
文件 1361 2017-12-12 15:47 微信小程序源码包你说红包\前端\images\choose.png
文件 1375 2017-12-12 15:56 微信小程序源码包你说红包\前端\images\click-play-record.png
文件 1341 2017-12-19 15:53 微信小程序源码包你说红包\前端\images\close.png
文件 1896 2017-12-12 16:00 微信小程序源码包你说红包\前端\images\customer-service.png
文件 492 2017-12-12 12:09 微信小程序源码包你说红包\前端\images\customer.png
文件 879 2017-12-12 12:09 微信小程序源码包你说红包\前端\images\icon-wh.png
文件 1346 2017-12-12 15:50 微信小程序源码包你说红包\前端\images\maxmoney-ico.png
文件 3671 2017-12-12 18:03 微信小程序源码包你说红包\前端\images\me-on.png
文件 3663 2017-12-12 18:02 微信小程序源码包你说红包\前端\images\me.png
文件 1390 2017-12-12 20:01 微信小程序源码包你说红包\前端\images\microphone.png
文件 83496 2017-12-15 21:10 微信小程序源码包你说红包\前端\images\Noads.png
文件 1419 2017-12-12 20:05 微信小程序源码包你说红包\前端\images\pic.png
文件 6414 2017-12-12 12:09 微信小程序源码包你说红包\前端\images\play-icon.gif
文件 38603 2017-12-16 16:57 微信小程序源码包你说红包\前端\images\ptgg.png
文件 1680 2017-12-12 16:00 微信小程序源码包你说红包\前端\images\question.png
文件 1568 2017-12-12 16:00 微信小程序源码包你说红包\前端\images\record.png
文件 3893 2017-12-12 18:02 微信小程序源码包你说红包\前端\images\red-packet-on.png
文件 3961 2017-12-12 18:03 微信小程序源码包你说红包\前端\images\red-packet.png
文件 774 2017-12-12 12:09 微信小程序源码包你说红包\前端\images\redtips.png
文件 1266 2017-12-15 09:53 微信小程序源码包你说红包\前端\images\right-arrows.png
文件 3884 2017-12-12 18:03 微信小程序源码包你说红包\前端\images\square-on.png
文件 2217 2017-12-12 15:46 微信小程序源码包你说红包\前端\images\square-redpacket-ig.png
文件 3884 2017-12-12 18:04 微信小程序源码包你说红包\前端\images\square.png
文件 3314 2017-12-13 15:21 微信小程序源码包你说红包\前端\images\transpond-ico.png
............此处省略5987个文件信息
相关资源
- DevXUnityUnpackerTools275.zip
- vxWorks全套学习资料
- VxWorks完整源代码+学习资料
- vxWorks程序员速查手册.pdf
- VxWorks源码
- 微信头像真人版5000张.rar
- VxWorks程序员指南_Wind+River.pdf
- vs2015安装番茄VX助手
- windml2.0.3
- VxWorks高级程序设计.zip
- vxWorks学习资料,适合初学者
- VxWorks的图形界面开发工具Zinc6.0的升级
- rmva脚本集合
- openvx_sample_1.2.tar.bz2
- VxWorks内核、设备驱动与BSP开发详(第
- DevXUnity-UnpackerTools.zip
- 3D模型 fvx
- VxWorks程序员指南 WindRiver
- VxWorks程序员指南.pdf
- 基于VxWorks的嵌入式系统及实验.pdf
- VxWorks内核、设备驱动与BSP开发详解
- BuildingDataCenterswithVXLANBGPEVPN-Cisco.pdf
- Wind River Workbench 3.0 for ARM part7
- vxWorks官方资料 相当全,主要6.6的各种
- Wind River vxworks for ppc 6.6.part2.rar
- FlowJO VX 流式分析软件安装包
- Tornado.2.2.1_VxWorks.5.5.1.for.PowerPC part1.
- vxworks-7.0中文文档.7z
- Vxworks在虚拟机Vmware10运行包
- Wind River vxworks for ppc 6.6.part5.rar
评论
共有 条评论