运行库

  • 网络runtime;Runtime library;run-time library;Third party C run-time libraries
运行库运行库
  1. 最后,您可以调用libMatlabinvTerminate函数来终止MATLAB运行库。

    Finally , you call the libMatlab_invTerminate function to finalize the MATLAB runtime .

  2. 如果计算机上确实需要office应用程序,则应在安装运行库之前进行安装。

    If you do need office applications on the computer , install them before you install the runtime .

  3. NET通用语言运行库平台。

    NET common language runtime platform .

  4. netFramework有两个主要组件:公共语言运行库(CLR)和。

    Net Framework has two primary components : CLR and .

  5. 在上面的代码中,您调用libMatlabinvInitialize函数来初始化MATLAB运行库。

    In the above code , you call the libMatlab_invInitialize function to initialize the MATLAB runtime .

  6. 输入有效目录之后,单击Finish创建运行库配置。

    Once you 've entered a valid directory , click Finish to create the runtime configuration .

  7. 此mda对运行库没有影响。

    This MDA has no effect on the runtime .

  8. 在filter框,键入Runtime,列表就会在Server类别下显示已安装的运行库配置设置。

    Type Runtime in the filter box , and the list shows an Installed Runtimes configuration setting under the Server category .

  9. 运行库主机使用此url证据基于安全策略制定决策。

    The runtime host uses this URL evidence to make decisions based on security policy .

  10. 这里有一条经验:当安装开发工具的时候,你或许注意到要求安装C运行库代码的选项。

    Here 's a tip : when you installed your dev tools , you may have had the option to install the source to the C Runtime .

  11. 处于WindowsAPI之上的则是C的动态运行库,它对操作系统进行了封装,并隐藏了不同的操作系统之间的差异。

    On top of the Windows API , there is the C Runtime Library , which encapsulates and hides the Operating System differences .

  12. ApacheWink运行库(在此处下载)。

    Apache Wink runtime . ( Download here . )

  13. 浏览您下载的文件,确认目标运行库=“WebSphereApplicationServerv7.0.0.17”>Finish

    Browse for the file you downloaded , confirm the target runtime = " WebSphere Application Server v7.0.0.17 " > Finish

  14. 另外一种途径是JRuby两种语言共享了相同的底层运行库JVM。

    Another way is JRuby-the two languages share the same underlying runtime , the JVM .

  15. Rhino运行库将在执行过程中推断变量的类型。

    The Rhino runtime will infer the type during execution .

  16. 在引发异常时,运行库将开始查找其筛选器指定它可以处理该异常的最近的catch子句。

    When an exception is thrown , the runtime will begin to look for the nearest catch clause whose filters specify that it can handle the exception .

  17. 它将ESQL语句转换成C语言的变量声明或对ESQL运行库函数的调用,并输出到目标C文件中;

    The ESQL statements are translated into C language 's variable declarations or the function callers , and outputed to destination file .

  18. 介绍了DAO应用程序所必需的运行库以及通过InstallShield来制作DAO数据库应用程序安装系统的详细方法和步骤。

    This paper introduces the the runtime librarys of DAO application needed and the approach of making the DAO installation system using Install Shield .

  19. 选择您的ApacheTomcat运行库,然后单击Edit来更改名称、目录位置或JRE版本。

    Select your Apache Tomcat runtime , and click Edit to change the name , location of the directory , or JRE version .

  20. 系统由四个主要部分构成:Linux内核、运行库与Dalvik虚拟机、应用程序框架、应用程序。

    It consists of four main parts : Linux kernel , Android runtime and libraries , application framework , and application .

  21. 在UNIX系统上,运行库的位置位于/var/lib/jenkins而非/var/lib/hudson。

    War ; though on UNIX systems , the runtime library location is / var / lib / jenkins instead of / var / lib / hudson .

  22. 因为泛型基本上都是在Java编译器中而不是运行库中实现的,所以在生成字节码的时候,差不多所有关于泛型类型的类型信息都被“擦掉”了。

    Because generics are implemented almost entirely in the Java compiler , and not in the runtime , nearly all type information about generic types has been " erased " by the time the bytecode is generated .

  23. 生成excel工作簿项目时,向导会在用户级别向运行库安全策略添加新的安全代码组和子代码组。

    When you built the excel Workbook project , the wizard added a new security code group and a child code group to the runtime security policy at the user level .

  24. 实际上,从公共语言运行库(CLR)度而言,命名空间并非真实存在。

    Actually , from the Common Language Runtime 's [ CLR 's ] perspective , namespaces don 't really exist .

  25. ESQL运行库是GKD-ESQL设计和实现中非常重要的组成部分。

    ESQL runtime library is an important part of GKD-ESQL .

  26. 如果省略了兼容性标记并且在该页上引用了一个sta组件,则运行库将引发异常。

    The runtime throws an exception if the compatibility tag is omitted and an sta component is referenced on the page .

  27. 该样例SPL应用程序将初始化MATLAB运行库,通过ml::inv函数执行一个矩阵求逆运算,然后终止MATLAB运行库。

    This is a sample SPL application that initializes the MATLAB runtime , performs a matrix inversion via the ml : : inv function , and finalizes the MATLAB runtime .

  28. 静态局部变量之所以非常令人感兴趣,是因为公共语言运行库(CLR)不支持方法内的静态变量。

    The static local variable is interesting because the common language runtime ( CLR ) does not support static variables inside a method .

  29. 另外,还提供了一个灵活的语言框架来与公共语言运行库(CLR)相交互以便于编写高性能的程序。

    In addition , a flexible language framework is provided for interacting with the common language runtime ( CLR ) to write high-performance programs .

  30. 但我们正在考虑一种模式,在这种模式里,编译器将会生成自动释放池(autoreleasepools),而运行库将不会使用AutozoneGC。

    But we are considering a mode where the compiler would emit autorelease pools and where the runtime would not use the Autozone GC .