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

查询词典 additional code

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

Secondary schools teaching in Chinese are provided with additional support in the teaching and learning of English, including an average of two additional English Language teachers for each school, the choice of an additional native-speaking English teacher and additional recurrent grants for equipment and library books.

在英语教学方面,采用母语教学的中学均获提供额外支援,包括平均每校增加两名英文科教师、学校可选择多聘用一名以英语为母语的英文科教师,以及获发用以添置设备和图书的经常津贴。

Heavy emphasis continued to be given to the teaching of English in all schools. Secondary schools teaching in Chinese were provided with additional support: an average of two additional English Language teachers for each school, the choice of an additional native-speaking English teacher, a one-off grant for employing clerical staff and purchasing equipment and additional recurrent grants for equipment and library books.

在母语教学政策之下,政府依然十分重视学校的英语教学,并为采用母语教学的中学提供额外支援:包括为这类学校平均每校增加两名英文科教师、让学校可选择多聘用一名以英语为母语的英文科教师、发放用以聘请文书人员和购买设备的一笔过津贴,以及用以添置设备和图书馆书籍的经常津贴。

If a policy indemnifies additional joint insured, namely in addition to the insured specified in this Clause, the Contractor shall act under the policy on behalf of these additional joint insured except that the Employer shall act for Employer's Personnel, additional joint insured shall not be entitled to receive payments directly from the insurer or to have any other direct dealings with the insurer, and the insuring Party shall require all additional joint insured to comply with the conditions stipulated in the policy.

如果某一保险单保障了另外的联合被投保人,即本条款规定的被投保人以外的被投保人,则承包商应代表此类另外的联合被投保人根据保险单行动(雇主代表雇主的人员行动的情况除外),另外的联合被投保人应无权直接从承保人处获得支付,或者直接与承保人办理任何业务,以及保险方应要求所有另外的联合被投保人遵循保险单规定的条件。

Any costs or expenses in respect of the vessel including demurrage or any additional charge, fee or duty levied on the vessel at the discharge port and actually incurred by the seller resulting from the failure of the discharge port/terminal/installation to comply with the isps code and if located with the usa and us territories, with the mtsa, shall be for the account of the buyer, including but not limited to the time required or costs incurred by the vessel in taking any action or any special additional security measures required by the isps code and where the discharge Port is within the usa and us territories or waters, with the mtsa.

任何船只方面的费用或支出,包括因卸货港/站/设施故障而根据"国际船舶与港口设施保全章程"或当在美国领土时根据"海事运输保全法"所产生的、在卸货港对船只征收的并实际已由卖方承担的滞期费或任何额外的收费、费用或税款,应由买方承担,包括但不仅限于船只在根据"国际船舶与港口设施保全章程"或当卸货港是在美国和美国领土或水域时根据"海事运输保全法"的要求而采取行动或任何特别额外的安全措施时所要求的时间或承受的成本。

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)、对方的地区代码和电话号码。

第3/100页 首页 < 1 2 3 4 5 6 7 8 9 ... > 尾页
相关中文对照歌词
Episodes
I Solemnly Swear
Area Code 229
Code 4 Love
Rebel Code
Crack The Code
Code Of Silence
Love Is Pain
Beauty False
Code Red
推荐网络例句

Metrorrhagia is also gynaecological problems of common diseases.

崩漏是妇科常见病也是疑难症。

WordFTP gives you the convenience and timesaving you need.

wordftp让您的方便和省时您所需要的。

These kinds of investments collect growingly large institution assets and individual savings to the capital market.

资产管理业务需要创新,创新分为市场创新和管理模式创新两种。