搜索结果
找到约 536 项符合
ac自动机 的查询结果
按分类筛选
Java编程 大整数乘法例子代码 /* 递归边界
大整数乘法例子代码
/* 递归边界,如果是1位二进制数与1位二进制数相乘,则可以直接计算 */
/*累计做1位二进制乘法运算的次数*/
/* return (X*Y) */
/* 计算n的值 */
/* 把X和Y拆分开来,令X=A*2^(n/2)+B, 左移位运算,mod = 1<<(n/2) */
/* 计算XY=AC*2^n+(AD+CB)*2^(n/2)+BD */
/* 计算A*C,再向左移n位 */
/* 递归计算A* ...
matlab例程 Hidden Markov Toolkit (HTK) 3.2.1 HTK is a toolkit for use in research into automatic speech recogn
Hidden Markov Toolkit (HTK) 3.2.1
HTK is a toolkit for use in research into automatic speech recognition and has been developed by the Speech Vision Robotics Group at the Cambridge University Engineering Department (http://svr-www.eng.cam.ac.uk) and Entropic Ltd (http://www.entropic.com).
电子政务应用 . 缓存处理技术
. 缓存处理技术,定时更新系统数据,提升系统性能
B. 系统模板管理功能,方便制作个性化的系统模板,可后台管理
C. 首页商品和店铺的自助推荐功能,用户可使用虚拟币采用竞价方式自助推荐自己的商品和店铺
D. 店铺的皮肤转换,重新设计店铺结构
E. 商品,店铺,求购信息的搜索,采用积木式查询,减少等待时间
F. 支付 ...
matlab例程 OFDM,用于OFDM编程
OFDM,用于OFDM编程,采用MATLAB,可以学习OFDM调制,用与802。11A,802.16.AC。
软件工程 本解决方案的目标是
本解决方案的目标是,对WLAN接入网络中的关键设备(如AP、AC)在网元层管理层面上提出解决方案,并向上(如网络层和业务层)提供接口;同时对网管平台和管理网络的拓扑进行研究并提出建议。
Java编程 This project does not contain a full, runnable application program. Instead, the only package ope.ac
This project does not contain a full, runnable application program. Instead, the only package ope.account contains two classes which represent basic bank customer and account information.
Internet/网络编程 我的课程设计
我的课程设计,基于asp+ac,实现了图书管理的基本功能~可自行修改
DSP编程 This directory contains an example ADSP-BF535 subroutine that demonstrates the initialization of t
This directory contains an example ADSP-BF535 subroutine that demonstrates the
initialization of the AC 97 communication link between SPORT0 on the ADSP-BF535
and the AD1885 stereo Codec.