查询词典 colour code
- 与 colour code 相关的网络例句 [注:此内容来源于网络,仅供参考]
-
Established in 1972, the company quickly expanded, moving to its current premises in 1980 to accommodate the bigger presses it had invested in. Its press department now comprises one 5-colour and two 6-colour Roland 700 B1 presses, one being a perfector with coating units, as well as a 4-colour Heidelberg B3 press.
1972年成立,该公司迅速扩大,1980年转移到现在的楼宇,以容纳更大的它去,它按部门投资印刷机现在有一个5色和两个6色罗兰700乙机,一个是双面的涂布单元,以及一个四色海德堡B3记者。
-
Also on display will be a full-integrated Printect workflow, a Speedmaster XL 105 six-colour with coater, a Speedmaster SM 102 eight-colour perfector with coater and Preset Plus technology; the new Prinect Inpress Control in-line colour measuring and control system, and a Foil Star unit for cold application of foil.
同时展出将是一个全面的综合Printect工作流程,一个速霸105六色与镀膜,一个超霸102钐八色双面涂布,并与预置Plus技术,新印Inpress控制线颜色测量和控制系统和明星单位铝箔冷轧铝箔的应用。
-
No matter whether taken from the real mountains and valleys or from ancient landscape paintings, the painter pursue the ability to construct the characteristic of water-ink colour, light colour or virid colour that is firm and solid yet clear and transparent.
无论是来自於现实山川,还是来自於古典山水,画家都力求能够营造出一种或水墨或浅绛或青绿所特有的既坚实凝重又清空透明的美质。
-
This algorithm uses HSV colour space which is more compatible with human's visual sense feature and takes advantage of human's perception feature on colour to quantise colour components in non equal interval and to form the eigenvector. Then it uses histogram intersection distance algorithm to match pieces' feature, and according to the characteristic of stitching pieces of image its own, the image segmentation technique is adopted to cull the background of the piece, and simultaneously the approach to match the pieces by direction is implemented.
算法采用符合人类视觉特性的HSV颜色空间,利用人对颜色的感知特性对颜色分量进行非等间隔的量化并形成特征矢量,应用直方图相交距离进行了特征的匹配,并且针对拼块图像自身的特点采用了图像分割技术对拼块图像的背景进行剔除的同时实现了按方向进行匹配的方法。
-
In colour prints or transparencies, it is the effect of achieving correct colour values using colour filters.
在彩色幻灯片或相片晒印方面,就是利用颜色滤片造成色调均匀的效果。
-
The first design example is to generate program code for image processing controller to control picture file output and the second design example is a GPS satellite C/A code generator to generate the C/A code of GPS satellites. C/A code can be used to recognize GPS satellite number in GPS system.
最后我们使用两个例子来验证本工具,一个为影像处理控制器,其功能为控制图档输出功能,另一个为GPS卫星C/A码产生器,其功能在於能够产生太空中GPS卫星所使用的C/A码信号,C/A码在GPS系统中被用来识别GPS卫星编号。
-
In addition to four nmerac place position,there are three zone bit positions in a 7-bit code,and four zone bit in an 8-bit code.The 7-bit American Standard Code for Information Interchange is widelu used in data communication work and is bu far the most popular code used to represent data internally in personal computers.
除了4位数字位之外,在7位编码中有3个标志位,而在8位编码中则有4个标志位。7位美国信息交换标准代码广泛地用于数据通信,而且是目前个人计算机内部数据表示中最为流行的代码。
-
In addition to the four numeric place positions, there are three zone bit positions in a 7-bit code, and four zone bit positions in an 8-bit code: The 7-bit American Standard Code for Information Interchange is widely used in data communications work and is by far the most popular code used to represent data internally in personal computers.
因为64种可能的位排列仍不能满足十进制数(10个)、小写字母(26个)、大写字母(26个)和大量的其它字符(26个以上)编码的需要,所以设计者将6位BCD码扩充到7位和8位。7位二进制数可以提供128种不I司的排列(2 ');8位二进制数可以有256种排列(2)。
-
At present, the supply line merchandise - mask-type bar code scanners, laser bar code scanners, bar code light pen , bar-code reader, magnetic card readers and electronic cash register relevant surrounding.
光罩式条码扫瞄器以其半成品模组和系列成品产品在市场上闻名,其中半成品模组销售到全球各地S/I和电子收银机制造商
-
Based on a lot of experiment results, a conclusion is drawn: comparing with other factors, the performance of branch handling strategy is the key limits of processor to exploit the instruction level parallelism existed in nonscientific code, cache miss have severe effect on superscalar processor's performance when it runs scientific code. Second, in order to reduce the branch penalty and improve the performance of superscalar processor, a new branch handling strategy—a classification based hierarchical branch handling strategy, CHBHS is proposed. It first expands the traditional processor architecture to support multiple condition code, conditional execution and Mbranch instruction, as a result, compiler can reduce the number of static conditional branch when the code is generated. Then, CHBHS tries to use the best suitable mechanism to deal with different branch base on their different behavior. CHBHS can predict the target address of unconditional branch, subroutine call and conditional branch by buffering their target address in branch target buffer, a newly proposed high efficient return address stack is used to reduce the penalty of subroutine return instruction, a new Counter Register Stack is also proposed to reduce the penalty of loop-closing branch to zero, and dynamic branch predictor is incorporate with branch target buffer to predict the outcome of conditional branch.
基于上述结论,为了尽量消除转移指令对处理器开发指令级并行性能力的影响,进一步提高处理器性能,在详尽分析目前已存在的转移处理策略的特点与局限性的基础上,首次提出了一种新的转移处理策略即基于分类的层次转移处理策略CHBHS(Classification Based Hierarchical Branch Handling Strategy),它首先通过扩展传统的体系结构,支持多条件码、条件式执行及多分支转移技术,以使编译程序在进行代码生成时可尽量少生成条件转移指令,从而减少静态条件转移指令的数目;其次,基于不同的转移指令的行为不同这一事实,提出了对不同的转移指令采用不同的机制进行处理的思想,即对无条件转移指令和函数调用指令以及条件转移指令的目标地址,采用转移目标缓冲器来预测,对于函数返回指令,采用所提出一种的高效返回地址栈来预测其目标地址,对于大多数循环控制转移指令,采用所提出的Counter Register Stack来将其所可能带来的损失减少为0,对于其他的条件转移指令采用动态预测机制来预测其方向。
- 相关中文对照歌词
- Living In Colour
- Episodes
- I Solemnly Swear
- Colour My World
- Area Code 229
- No Colour Lines
- Code 4 Love
- Blue
- White Hats / Black Hats
- Rebel Code
- 推荐网络例句
-
Molecular Distillation is a kind of high vacuum distillation method, which is suitable for the separation of high boiling, heat sensitivity and viscidity products.
分子蒸馏技术是一种在高真空条件下进行的连续蒸馏过程,适合于分离高沸点、热敏性及具有生物活性的混合物。
-
They are to the Noughties what yuppies were to the Eighties .
那在六十年代是时髦的,但在八十年代肯定是过时了
-
Behind it is the valuable material on the cashmere goat.
在开司米山羊后面是有价值的材料。