查电话号码 繁體版 English Francais日本語Русский ไทย
登录 注册

on-the-fly造句

"on-the-fly"是什么意思  
造句与例句手机版
  • The final rule object can be an arbitrarily complex expression which can be constructed on - the - fly and then passed around to evaluate the underlying business rule
    最后的规则对象可以是任意复杂的表达式,它可以动态地构造,然后传递以计算底层业务规则。
  • In today s advanced compilers , compilation occurs just - in - time and the compiler must cache this information on - the - fly for later use
    在当今高级编译器中,编译即时( just - in - time )发生并且编译器必须对这一信息立即( on - the - fly )进行高速缓存以供以后使用。
  • Since string encryption incurs a slight runtime penalty for on - the - fly decryption when the string is used , the configuration rules are inclusion rules
    由于字符串加密会导致稍微降低运行时性能(原因是使用字符串时要立即进行解密) ,因此配置规则是包含规则。
  • For example , when a user excutes a package , implicit privilege is granted on - the - fly in order for the package execution to be successful without the explicit grant
    比如当用户执行一个包时,虽然没有明确授权,但为了使包能够成功执行,应立即自动授予隐含权限。
  • Actions , for example , can range from simple directory actions like creation and deletion to advanced file manipulation , such as on - the - fly format conversions
    例如,操作可以是简单的目录操作,例如创建目录和删除目录;也可以是高级的文件操作,例如动态格式转换。
  • He takes advantage of the new j2se 5 . 0 instrumentation api to invoke asm as classes are loaded into the jvm , providing on - the - fly class modification at run time
    他使用新增的j2se 5 . 0 instrumentation api ,来在类被载入jvm中时调用asm ,以提供运行时的动态类修改。
  • On - the - fly ui ( user interface ) language - the " insane " demo includes some other interesting things , such as how to change your menus , tooltips , statusbar text , and so forth dynamically at runtime
    这段代码演示了其它一些有趣的事,如更改你的菜单,工具提示,状态条文本,等等运行时的动态属性。
  • Webmasters needed a way to have html pages created and modified " on - the - fly , " with information that could change weekly , daily , by the second , or for each and every request
    网站管理员需要一种方法能够使得所有的html页面能够时刻处在自我工作状态,所有的信息能够根据每条请求来完成每周、每日甚至每秒的更新。
  • Users can enjoy the features of i . secure office easily without any special training . all encryption and decryption are executed on - the - fly , and plain copy of the document never exists on the hard disk
    由于所有加密及解密的运算全在智能钥匙及记忆体中进行,在硬盘中不会有任何未经加密的临时或运作档案备份。
  • University of twente , department of computer science , isbn 90 - 75176 - 36 - 8 , june 2003 . 14 gannod g c , zhu h m , mudiam s v . on - the - fly wrapping of web services to support dynamic integration
    Starbus作为starbus的基石通过高性能orb和名字通告事务处理等corba标准服务为starbus提供基础对象通讯和协同设施支持。
  • It's difficult to see on-the-fly in a sentence. 用on-the-fly造句挺难的
  • A month or two for alun owen to write situations and dialogue for a quartet of non - actors , and for lester to prepare his on - the - fly shoot ; then four months from first day of filming to premiere
    艾伦欧文只用了一两个月就为这四个非职业演员完成了场景和对白,给了心急如焚的导演莱斯特;从拍摄第一天到首映只用了四个月时间。
  • A turbo - charged six sigma black belt from the production department overheard their discussion and prescribed some on - the - fly data mining based on vector analysis . they accepted her offer to demonstrate
    制造部的6西格玛黑带人员无意中听到他们的讨论并且以矢量分析为基础指出了一些非工作的数据。他们接受他的建议并进行了认证。
  • Next month , we ll delve a little deeper with a look at some of the special hooks javassist provides for bulk modification of classes and for on - the - fly modification as classes are loaded at runtime
    下一个月,我们将进行更进一步的分析,看一看javassist为批量修改类以及为在运行时装载类时对类进行动态修改而提供的一些特殊的功能。
  • This article explains how you can use the lotus workplace instant messaging spi to create on - the - fly translation of your chat sessions , allowing two people to communicate without knowing each other s language
    本文将介绍如何使用lotus workplace instant messaging spi创建聊天会话的实时翻译,使两个不懂对方语言的人可以互相沟通。
  • Designed to be compatible with perl 5 regular expressions , . net framework regular expressions include features not yet seen in other implementations , such as right - to - left matching and on - the - fly compilation
    被设计为与perl 5正则表达式兼容, . net framework正则表达式还包括一些在其他实现中尚未提供的功能,例如从右到左匹配和即时编译。
  • Using the non - sensitive characteristic of ambiguity function method ( afm ) regarding cycle slips , it is sufficiently exerted the characteristic of genetic algorithms which are optimization for ambiguity solution on - the - fly . 5
    利用模糊度函数法对于周跳不敏感的特点,充分发挥遗传算法的优化搜索特点,以实现对载波相位整周模糊度的在航解算。
  • The worm listens to port 36794 providing & backdoor to allow an attacker to access an infected system through a web - based interface . the worm generates html pages on - the - fly when an attacker browses directories on an infected remote computer
    它会接听36794埠,然后开放一个后门,为入侵者提供一个网站介面,并制造一html页方便他浏览受感染电脑的资料夹。
  • While other virtualization systems like vmware demonstrate true virtualization in which they don t have to modify the running operating systems , they still need to do on - the - fly translation of the machine code , which can affect performance
    虽然vmware等其他虚拟化系统实现了完全的虚拟化(它们不必修改使用中的操作系统) ,但它们仍需要进行实时的机器代码翻译,这会影响性能。
  • An emulator is a software or hardware approach to emulate a hardware platform on other platform . jit ( just - in - time ) compiler is widely adapted to speed - up emulation , which compiles the instruction of the source platform into target instruction on - the - fly
    由于硬件平台的不同,一个高效的模拟器可以采用即时编译器( just - in - timecompiler )技术,即时的把源机器指令编译成目标机器指令运行。
  • For illustrating the advantages . provided by ipvsw , we present a prototype of ipvsw . our objective is to provide a pc - based experimental platform well - suited to the research and development of on - the - fly network that needs open - interface and multi - services
    在此基础上,提出了ip虚拟交换机原型系统,目的是为未来具有接口开放、同时支撑多种服务特点的互联网结点设备的研发提供一个原始的实验平台。
  • 更多造句:  1  2  3
如何用on-the-fly造句,用on-the-fly造句on-the-fly in a sentence, 用on-the-fly造句和on-the-fly的例句由查查汉语词典提供,版权所有违者必究。