这是原生代码,在使用时由处理器构架编译。
This is native code, compiled to the processor architecture in use.
原生代码调试。
它告诉编译和链接系统该方法将在原生代码中实现。
This tells the compilation and linking system that the implementation for this method will be from the native code.
在本例中,Eclipse不知道你编译了原生代码。
And, in this case, what Eclipse doesn't know is that you compiled the native code.
别以为只要用了原生代码就能提高你的应用程序的效率。
Don’t assume you’ll increase your application’s performance just because you’re using native code.
支持多种语言:asp.net、。NET、原生代码、php。
Support for a variety of languages, ASP.Net,.net, native code, PHP.
在生成本机代码,这些都是翻译成原生代码的地址的方法。
In the generated native code, those are translated into the address of the native code for that method.
是的,我们为虚拟机生成字节码,可以为多种架构产生不同的原生代码。
Yes, we produce bytecode for the VM, which can optionally produce native code for several architectures.
也通过PInvoke和原生进程的生成为原生代码提供了支持。
It also provides support for native Code via PInvokes and spawning native processes.
如果生成的代码是目标机器的原生代码,那么它可以立即运行。
If the generated code is the native code of the target machine, it can be run immediately.
既然你的原生代码已完成,make文件也已就绪,是时候编译原生代码了。
Now that your native code is written and your make file is in place, it’s time to compile the native code.
在这个项目的顶层创建一个叫做“jni”的目录——这是你放置原生代码的地方。
At the top level of this project, create a directory called "jni" - this is where you'll put your native code.
还有一些领域,例如随时间不断展开的‘无限列表’,用原生代码处理就要便捷得多。
Other areas, like say, 'infinite lists' that scroll with dates that continue on and on, are handled a lot more gracefully in native code.
当原生代码需要在JNI调用之间保存VM对象的句柄,需要显式引用管理。
Requiring explicit reference management when the native code wants to keep handles to VM objects between JNI calls.
后来,当一个程序运行时,其动态字节码编译原生代码所需的机器架构的一个给定的计算机。
Later, when a program is run, its bytecode is compiled on the fly into the native code required by the machine architecture of a given computer.
Nokogiri同样兼容jruby,虽然他需要使用很多原生代码(例如使用ruby -ffi)。
Nokogiri is also compatible with JRuby, although it does require loading native code (it USES ruby-ffi).
这些工具帮助用户利用我们在内部使用多年的工具,编写自己的安全和高质量的托管代码或原生代码。
This helped customers write secure and quality code for managed and native platforms using the same tools that we had been using internally for years.
AOT代码是原生代码,执行速度通常比解释的代码快(但是不太可能像JIT生成的代码那么快)。
AOT code is native code and generally executes faster than interpreted code (although it is not likely to run as fast as JIT-generated code).
也还不清楚,Silverlight应用程序是运行于。NET运行时中,仰或是被移植为Moblin的原生代码。
It is also not clear if Silverlight applications will run on a.net runtime or will be ported to Moblin native code.
计划之初,所有的开发都打算用.NET进行,但是渐渐计划成变化,原生代码还是成了首选的开发环境。这的确是个很大的问题。
This made sense when all future development was meant to use .NET, but when that plan changed and native code regained its position as the preferred development environment, it was a big problem.
强烈建议对JNI有良好的理解,因为在这种环境中许多操作需要开发者作出特定的动作,这些动作在通常的原生代码中不一定常见。
A good understanding of JNI is highly recommended, since many operations in this environment require specific actions from the developers, that are not necessarily common in typical native code.
借由event_hook,我们可以不必大费周章地通过编写原生代码给Ruby解释器挂上钩子,现在只需编写纯ruby代码就可以实现事件钩子了。
By using event_hook, it's now possible to write pure Ruby event hooks instead of having to write native code to hook into the Ruby interpreter.
在本文中,我们将在该基础上进行构建并说明使用DB 2原生x ML功能简化应用程序代码和关系模式的有效性。
In this article, we build on that foundation and demonstrate the effectiveness of using DB2's native XML capabilities to simplify the application code and the relational schemas.
大多数原生xml数据库拥有一些工具来对代码进行基准测试或剖析。
Most native XML databases have tools to benchmark or profile code.
Python提速需要考虑的问题之一便是并不是所有的代码都是“纯”Python;有许多原生扩展是使用C编写,这就需要妥善处理。
Part of the problem with speeding up Python is that not all code is “pure” python; there are many native extensions which are implemented in C which need to be taken care of appropriately.
结果,你无需修改Web代码,即便是你正在使用Shiro的‘原生’企业会话管理-确实是一个非常方便(且必要)的特性。
The end result is that you don't have to change your web code even if you're using Shiro's 'native' enterprise session management - a very convenient (and necessary) feature indeed.
一些原生XML数据库具有预先编译或解析XQuery代码的能力。
Some native XML databases have the ability to precompile or parse XQuery code.
由于使用了jQuery,此代码比在使用浏览器的原生dom功能时更容易使用。
Because of jQuery, this code is remarkably easier to use than it would be using the native DOM functions of the browser.
正如可以从以上代码示例中看到的,使用php和db2原生x ML支持创建Web服务非常简单。
As you can see from the above code sample, it is very simple to create a Web service using PHP and DB2 native XML support.
MonoTouch也提供相应的功能,让你能够调用那些尚未进行包装的原生objective - C函数库,所以你可以直接和现存的Objective - C代码进行互操作。
It also gives you the ability to bind to native Objective-C libraries that are not wrapped, so you can interop directly with existing Objective-C code.
应用推荐