搜索结果
找到约 229 项符合
short-Term 的查询结果
书籍源码 void III_hufman_decode(struct Granule *gr,int part2_start, int freqline[SBLIMIT][SSLIMIT]) {
void III_hufman_decode(struct Granule *gr,int part2_start,
int freqline[SBLIMIT][SSLIMIT])
{
unsigned int reg1, reg2,i
unsigned int part3_length = part2_start + gr->part2_3_length
unsigned used
int h,*f=&freqline[0][0]
if(gr->window_switching_flag &&
gr->block_type == 2)
{
/* sh ...
Linux/Unix编程 Libvirt是一套在linux上用C编写的虚拟化操作工具接口。其目的是提供一个稳定的支持Xen
Libvirt是一套在linux上用C编写的虚拟化操作工具接口。其目的是提供一个稳定的支持Xen,QEME和KVM虚拟化平台的C(也支持Python) API
Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes).The library aim at providing long term stable C API initial ...
Java编程 主要是修改了一些2.3.0版本的Bug
主要是修改了一些2.3.0版本的Bug,特别是当autoCommit=false的情况下以及多线程添加Document,有些字段打开了term-vector有些没有打都会对索引数据造成破坏
autoCommit 选项是从2.2.0版本就添加了,默认是true,我对这个参数还不是很理解,都是用的默认值true。所以没有碰到问题。
2.3.1版本没有包含任何新的功能,索引 ...
技术管理 3rd Generation Partnership Project Technical Specification Group Terminals Technical realization
3rd Generation Partnership Project
Technical Specification Group Terminals
Technical realization of the Short Message Service
微处理器开发 The PMSM FOC is made of several C modules, compatible with the free-of-charge IAR EWARM KickStart e
The PMSM FOC is made of several C modules, compatible with the free-of-charge IAR
EWARM KickStart edition toolchain version 4.42. It is used to quickly evaluate both the MCU
and the available tools. In addition, when used together with the STM32F103xx motor
control starter kit (STM3210B-MCKIT) and P ...
matlab例程 GloptiPoly 3: moments, optimization and semidefinite programming. Gloptipoly 3 is intended to so
GloptiPoly 3: moments, optimization and
semidefinite programming.
Gloptipoly 3 is intended to solve, or at least approximate, the Generalized Problem of
Moments (GPM), an infinite-dimensional optimization problem which can be viewed as
an extension of the classical problem of moments [8]. From a th ...
软件设计/软件工程 This paper presents the results of the Finnish national "Technology Vision of the Future Distributio
This paper presents the results of the Finnish national "Technology Vision of the Future Distribution Network" project. The aim of the project was to create a technology vision of future distribution networks. Because the life span of networks is very long, a long term vision is very important for g ...
VC书籍 The production of this book required the efforts of many people, but two in particular deserve to be
The production of this book required the efforts of many people, but two in particular deserve to be singled out for their diligent, sustained, and unselfish efforts. Sally Stickney, the book s principal editor, navigated me through that minefield called the English language and contributed greatly ...
单片机开发 This sample is demostrating how to create an event in a DLL file and afterward how to call this even
This sample is demostrating how to create an event in a DLL file and afterward how to call this event from a client program. Hope it can help you to understand the DLL event mechanism and CALLBACK term in VC++.
数学计算 高效整数开平方 我能实现的最高效率的函数
高效整数开平方
我能实现的最高效率的函数,用于将一个unsigned int数开平方。如果被求的数不是完全平方数,求出它的平方根的整数部分。尽你所可能的优化它的效率,并用文字证明你优化策略有效。
函数的声明为:
unsigned short work(unsigned int n)
用到了位运算 ...