The former has a lower code stream and it must be transmitted.
基本层码流是必须传输的,并且码率低;
IBM has announced that no new features will be added to the LMS code stream.
IBM已经宣布,将不会添加新的特性到LMS代码流中。
The project main code stream, which is where it is picked up during the build.
这个项目的主代码流程,这正是在构建过程中它被获取的地方。
She updates the build notes to record that the bug is fixed in the code stream.
她更新构建说明,以记录代码流中的该错误已修复。
IBM will continue to support this code stream, and will continue to release service packs periodically.
IBM将继续支持该代码流,并将继续定期发布服务包。
In the project, I developed a friendship interface, and customs can export code stream easily with simple mouse action.
论文工作中,开发了人机交互界面,用户通过简单的鼠标操作,即可完成输出码流的操作。
IBM has subsequently renamed the Workplace code stream to IBM Workplace Collaborative Learning and released version 2.5 in the second quarter of 2005.
IBM随后将Workplace代码流(code stream)重命名为IBM WorkplaceCollaborative Learning,并在2005第二季度年发布了版本2.5。
When coding started for a new feature release, all the code from past releases, including the bug fixes were merged together and a new code stream began.
当开始为新的主版本编写代码时,以前版本的所有代码(包括缺陷修正)都合并在一起,并开始一个新的代码流。
The bug fix itself also flows within the team, from zoe who fixes the problem in the code stream to Mike who verifies the fix in the build that contains it.
错误修复本身也在团队中流动,从修复代码流中的该问题的zoe,到验证包含该修复的构建版本中的修复的Mike。
The bug fix itself also flows within the team, from Susan who fixes the problem in the code stream to Mike who verifies the fix in the build that contains it.
错误修复本身也在团队中流动,从修复代码流中的该问题的Susan,到验证包含该修复的构建版本中的修复的Mike。
The flows within the team break down if a fix is checked-in without updating the bug report, or if there is no link to connect the fix to a particular code stream and build.
如果签入某个修复而没有更新错误报告,或者如果不存在将修复与特定代码流和构建版本联系起来的纽带,则团队中的流就会中断。
The HEAD stream is the main code stream that users should be integrating to (if they want to branch off on their own and then merge with the HEAD stream later, that's fine).
HEAD条目是用户应集成的主要代码流(如果它们需要自己分叉并稍后与HEAD流合并,这主意不错)。
We encode a video sequence with the TMS320C6711DSK successfully, even if the compression rate is as high as 100, video effect we get after decoding the code stream is satisfying.
最后在TMS320C 6711dsk上成功对视频数据进行高压缩比(100倍以上)的编码,对回传的结果解码后得到了令人满意的效果。
Even if your team does reserve a long or late period for system test, it is important in a Value Stream Map to distinguish between the time spent doing actual testing and the time fixing code.
就算团队为系统测试保留了很长或者晚期的时间,那么在价值流图中区分花在实际测试与花在代码修复上的时间就非常的重要了。
This is a way to display error messages or diagnostics; the code has a number of examples of diagnostic messages sent to this stream, many of them commented out in the release.
这是一种显示错误消息或诊断消息的方法;代码将大量诊断消息示例发送到这个流中,其中很多在发行版中已经被注释掉了。
As I indicate in the comments, the first block of code (lines 1-5) in Listing 1 handles parsing an input stream to build a document representation.
正如我在注释中指出的,清单1中的第一块代码(第1 - 5行)处理对输入流的语法分析,以构建文档表示。
Finally, Listing 5 gives the code used to write the document representation to an output stream.
最后,清单5给出了用于将该文档表示转换为输出流的代码。
You can have code merging from the integration stream to your development stream, which involves moving labels and resolving merge conflicts.
你可以从集成流集成代码到开发流,这包括移动标签并解决合并冲突。
If performance is very important for a certain JSP and you cannot achieve your goals with generated code, consider writing the markup into the output stream by yourself.
如果性能对于特定JSP非常重要,而使用生成的代码又不能达到目的,请考虑手动将标记编写到输出流中。
The third block of code (lines 8-11) handles writing the document to an output stream as text.
第三个代码块(第 8-11 行)处理将文档作为文本写入输出流。
A small amount of code can have dramatic effects on the audio stream.
只需少量代码即可对音频流产生明显效果。
In the quest for throughput, these teams observed that the value stream isn't completed when they check code into source control, but when it gets deployed to the Web and starts generating revenue.
由于产出量的要求,这些团队发现,当他们将代码签入到源代码控制系统中时,价值流并没有到达终点;只有把代码部署到网络上并开始创收的时候,价值流才到达终点。
The parser then sends a stream of these events based on the input XML, which the handler code processes in turn.
解析器根据输入XML发送事件流,然后处理程序代码依次处理事件。
Other parts of the code contain information for constructing the JSON data stream that describes the file system.
代码的另一部分包含构造描述文件系统的JSON数据流的信息。
Since any required encryption keys and cryptosystems have to be in the source code as well, you've also just opened up your source data stream to the world.
由于任何加密密钥和密码系统都必须位于源代码中,因此同时还会将应用程序的源数据流公开出来。
This would increase the reliability of the code that is checked in and empower developers to have confidence that the work they are committing to the integration stream will work downstream.
这样做将增强代码的可靠性,并且使得开发人员对于他们提交给综合流的工作更加具有信心。
Additionally, the underlying code for making HTTP connections in Axis and others solutions is also stream based.
此外,Axis和其他解决方案中用于建立HTTP连接的底层代码也是基于流的。
Simple API for XML (SAX), an event-driven XML API, defines a stream of events specifying XML structure as handed from the parser to the specialized handler code.
xml简单api (Simple APIfor XML,SAX)是一种事件驱动XML API,由它定义的事件流可以指定从解析器传到专门的处理程序代码的XML结构。
For example, the Source Control component allows arbitrary checks to be performed before code changes are delivered to a stream.
例如,SourceControl组件允许在将代码更改传输到流之前执行任意检查。
The Stripper is a good example of a SAX filter, a piece of code that takes a stream of SAX events as input and produces another stream of SAX events as output.
Stripper是SAX过滤器的一个良好示例,这是以SAX事件流作为输入,并生成另一个SAX事件流作为输出的一段代码。
应用推荐