最后,提出存储信道的数据编码模型。
Finally, the data code model of storage channels has been brought forward.
熵编码采用了基于上下文的算术编码,提出了四种上下文编码模型。
A context based arithmetic coder is adopted in entropy coding, and four different sets of models are designed for the arithmetic coder.
本文基于提出的智能化der编码模型,使用C语言设计实现了智能化der编码系统。
Base on theory of intelligentize DER system model, the paper design and implement intelligentize DER system using C language.
在压缩视频的超分辨率重建中,量化约束集(QCS)作为编码模型的先验信息被广泛采用。
Quantization Constrain Set (QCS) was widely used as priori information about the coding process in super-resolution reconstruction of compressed video.
利用氨基酸数字编码模型,将蛋白质序列转换为数字序列,根据偏序理论构建蛋白质哈斯矩阵。
Amino acid numeric coding model is used to convert protein sequences into numeric sequences, and the protein Hasse matrix is constructed based on partial ordering.
在以上研究的基础上,用C语言实现了基于有效比特位编码模型和率失真优化技术的码率控制算法。
With the research above, a new rate control algorithm is realized by c, which is based on the valid-bit-number coding model and the rate-distortion optimization technique.
波形内插语音编码模型作为当今最具潜力的低速率语音编码方案之一,因其良好的性能,越来越受到人们的重视。
As one of the current most potential low bit rate speech coding schemes, waveform interpolation model with its high performance has been paid more and more attention.
我们修改基于特征的增量编码模型,根据稀疏编码原理,将其扩展成层次结构,并利用高斯金字塔解决尺度问题。
We expand it into two-layer structure based on sparse coding theory, and use Gaus-sian pyramid to solve scale problems.
本文将语音增强的算法和低信噪比下的端点检测算法应用到CELP编解码器中,提出了EV - CELP编码模型。
In this paper, the speech enhancement algorithm and the new endpoint detection algorithm are applied to CELP encoder, and EV-CELP model is presented.
只要你愿意,你可以使用接口或标准框架类,你还可以完全为POJO和你的领域模型进行编码,或者,你可以将两者结合使用。
You can, if you like, use interfaces or standard framework classes, or you can code entirely to POJOs and your domain model, or, you can work with a mixture of both.
这种规则往往出现在流程模型中的分析时,并且需要规范化,以驱动软编码的过程流(例如BPEL)或应用程序逻辑。
Rules of this nature tend to arise at analysis time within process models and require formalization to drive soft coded process flow (for example, BPEL) or application logic.
通过自动实施部分UML软件模型,节省了业务逻辑编码的时间。
This saves time coding business logic by automatically implementing part of a UML software model.
很少组织拥有规程来确保修正模型以反应所有的编码变更。
Few organizations have the discipline to ensure that models are amended to reflect all coding changes.
大写键可以直接打印,键盘驱动程序可以对很多更为特殊的情况进行编码,但是其模型是相同的:按下一个键就代表输入某个特定的字符。
The key caps may be printed differently, and the keyboard driver may encode a few more special cases, but the model is the same: Press a key to type a specific character.
本文中,我将尝试进行这个工作,从样本代码开始,来演示如何在每个模型中编码公共类型的操作。
In this article I'll try to do just that, starting with sample code to demonstrate how common types of operations can be coded in each of the models.
xml解析器将XML文档的编码形式(编码在XML声明中规定)转化成表示XML文档信息的抽象模型。
An XML parser converts an encoded form of an XML document (the encoding being specified in the XML declaration) to an abstract model representing the information in the XML document.
我在本文中提供的RDF表示仍然有用,因为它提供了用WSDL编码的元数据的一个具体rdf模型。
The RDF representation I give in this article is still useful because it provides one concrete RDF model of the meta-data encoded in WSDL.
简而言之,将您的并发编程模型转换为角色使多线程应用程序更容易编码。
Simply put: switching your concurrent programming model to actors makes multithreaded applications easier to code.
当大多数人想到模型驱动的开发时,首先出现在脑海中的是使用某种uml模型进行编码以及从该模型生成相应的构件。
When most people think of model-driven development, the first thing that comes to mind is coding in some type of UML model and generating artifacts from that model.
该模型相当简单,可以轻松地进行演示,并且还非常灵活,可以突出显示用于SDO和JDBCDMS的许多使用方案和有效的编码技术。
This model is simple enough for demonstration purposes and provides enough flexibility to highlight a number of usage scenarios and effective coding techniques for SDO and the JDBC DMS.
现在我来看看在SOAP消息中传输这种模型的两种方式:第一种是通过转换为SOAP编码来传输,另一种是直接以rdf编码来传输。
Now I'll look at two ways of transmitting this model in a SOAP message; first of all by translation to the SOAP encoding, and then directly, encoding in RDF.
位于餐盘背后的模型编码会记录每一份寿司在传送带上来循环了多长时间;如果时间过长,一个小型的机器人手臂就会处理掉它们。
Matrix codes on the backs of plates keep track of how long a sushi portion has been circulating on conveyor belts; a small robotic arm disposes of any that have been out too long.
这种编码的事实意味着模型并不非常正确,对模型进行修改只会继续延迟项目的进展。
The realities of coding mean that the model is not very accurate, and the act of changing the model continually only delays the project.
游戏中,玩家们并不需要真的编码和画模型,但是它的确带玩家经历了许多在创建业务过程模型时将会发生的思考过程。
Player's don't actually write code or draw models in the game, but it does take users through many of the same thought processes that one would take in creating business process models.
遵循某种模型,则代码可以通过它在编码之后得到精化,就像工业生产过程中提炼出的某种物质那样,总会带来一些好处。
Following the model where code can be refined a posteriori akin to some substance in some industrial process will generally bring few benefits.
与JPA非常相似,EJB 3.0的所有内容都通过POJO编程模型得到了简化,从而使得EJB 3.0非常易于编码。
Much like JPA, all of EJB 3.0 has been simplified with a POJO programming model, making EJB 3.0 easy to code.
在不同的程序设计模型之间采用SOAP编码的RPC有非常大的问题。
RPC with SOAP encoding between different programming models is very problematic.
看着uml模型,将其编码成XML模式非常耗时而且容易出错。
Looking at a UML model and attempting to code it in XML schema form can be very time consuming and error-prone.
RDFa是将资源描述框架(RDF)模型编码到结构化文档中的标准方法。
RDFa is a standard way of encoding the Resource Description Framework (RDF) model into structured documents.
实现了一种“对话”模型,通过它对消息和响应的简单规律进行编码。
Implements a "dialogue" model, which encodes a simple rhythm of message and response.
应用推荐