英语人>网络例句>black code 相关的网络例句
black code相关的网络例句

查询词典 black code

与 black code 相关的网络例句 [注:此内容来源于网络,仅供参考]

Silkies are one of the green shell of rare poultry world, also known as Black Friday chicken, that is, black feathers, black endoplasmic reticulum, black bones, black meat dirty, black blood.

其中绿壳乌骨鸡是世界珍稀家禽,又名五黑鸡、即黑羽毛、黑内质、黑骨胳、黑肉脏、黑血液。

When scanning, from light transmitter beams shines on the bar code on the basis of the photoelectric detector from bar code on the binvalidation of the reflected light intensity to respond to that, when scanning a white spot sweep to the surface or in two in the space between the black line, the reflection of light intensity, high current output a detector; when the scan-to-black lines, reflected light, detector output UN-effectual, on the basis of narrow-striped width or length of time made in response to changes in light and shade with bar code and converted to a little different current signal, after a post to the bezze codec.

扫描时,从平发射器发不入的平束照在条码上时,平电检测器根据平束从条形码上不直射返来的平不不弱度息不入回答,当扫描平不背扫到白纸背上或处于两条暗线之间的空缺处时,不直射平不不弱,检测器输不入一个不小电流;当扫描至暗线条洋时,不直射平不弱,检测器输不入小电流,并根据暗线宽或广息不入工夫不幼短差别的反响,随着条形码明暗的改变变化为人小差别的电流暗记,经过放不小后运输到泽码器洋去。

Practice this problem often ignored, as in blue or green liquid transparent business card printing and membership card making white open space, shenlan or caroba of bar code, the contents of the blue and green will make the bluish-white or produced at the open space of radiofrequent; the black West pumpkin seed and transparent business card printing and membership card making white and black bar for the bar code, black and white makes the contents of the open space in radiofrequent.

实际应用中此问题常常被忽略:如在蓝色或绿色液体透明包装上制卡和会员卡制作白色空地、深蓝或深绿的条码,蓝色和绿色的内容物会使白色空地呈淡蓝或淡绿;在黑色西瓜籽的透明包装上制卡和会员卡制作白色空地与黑色条的条形码,黑色的内容物会使白色空地呈浅灰色。

Practice this problem often ignored, as in blue or green liquid transparent business card printing white open space, shenlan or caroba of bar code, the contents of the blue and green will make the bluish-white or produced at the open space of radiofrequent; the black West pumpkin seed and transparent business card printing white and black bar for the bar code, black and white makes the contents of the open space in radiofrequent.

本质答用洋此题目必然被忽不详:如在蓝色或赤色固体透明包装上制卡不不不暗色不满地、深蓝或深赤的条码,蓝色和赤色的不形式物会使不不不暗色不满地呈淡蓝或淡赤;在暗色西瓜籽的透明包装上制卡不不不暗色不满地与暗色条的条形码,暗色的不形式物会使不不不暗色不满地呈浅灰色。

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,对于其他的条件转移指令采用动态预测机制来预测其方向。

If you want to make a long-distance phone call, you have to know the area code of the other side (such as the code for Beijing is 10 and the code for Guangzhou is 20); then please continuously dial the prefix number 0, area code for the other side and the telephone number.

如果您要拨打长途电话,那么您首先要知道对方所在地的地区代码(比如北京是10,广州是20);然后,请连续拨打国内字冠(0)、对方的地区代码和电话号码。

第4/50页 首页 < 1 2 3 4 5 6 7 8 9 ... > 尾页
相关中文对照歌词
Episodes
I Solemnly Swear
Area Code 229
Black Cocaine
All Black
Code 4 Love
Black Diamonds
Rebel Code
Black Tee
Black On Black
推荐网络例句

The teacher likes the honeymouthed little girl very much.

老师很喜欢这个嘴甜的小姑娘。

Mr. Notker Bien's interests are traveling, spending quality time with the family and long-distance-running.

诺特卡·柏恩先生热爱旅游,长跑,以及和家人一起共度美好时光。

Completed in four years, the Airport Railway has proved yet again that Hong Kong remains a fast moving city with a well-proven track record of fulfilling our promises.

机场铁路工程由展开至完竣,前后只需四年的时间,一再证明香港仍是发展迅速的城市,而一直以来,我们都能实践承诺。