Design and development at ARM in the preparation of startup code is a very important process.
在ARM设计开发中启动代码的编写是一个极重要的过程。
You can configure the application to show a splash screen while the application startup code runs.
您可以设定应用程序在应用程序启动程序码执行时显示启动显示画面。
It won't automatically throw an exception on startup, unless your startup code includes such a call.
它不会自动把启动例外,除非你的启动代码包括这样一个电话。
The key to design a well-behaved embedded system is to write the program Locator and runtime Startup Code.
如何对这类应用程序进行重定位,并编写它们的启动程序,是设计好嵌入式系统的关键。
Different application servers have different mechanisms to execute startup code (see Resources for more information).
不同的应用程序服务器采用了不同的机制来执行启动代码(更多信息请参阅参考资料)。
In the startup code, wm geometry . =336x32+0+707 puts the desktop extension window at the bottom of a 1024 x 768 desktop.
在启动代码中,wm geometry. =336x32+0+707将桌面扩展窗口放置在 1024x 768 桌面的底部。
Although COM interop does not actually load the runtime (runtime startup code does), a COM application can target a specific version of the runtime.
虽然COM互操作并不实际加载运行时(而是由运行时启动代码加载),但COM应用程序可以指定一个特定的目标运行时版本。
Setup and tear down are handled automatically by the startup code linked in with the SPE program and by the library code running on the PPE; you can generally ignore them.
设置和销毁都是由链接到SPE程序中的启动代码和在PPE上运行的库代码自动进行处理的;通常您都可以忽略它们。
From your perspective, execution begins at a function called main ; some library startup code obtains the arguments passed in from the PPE and then calls your main function with those arguments.
从您的角度来看,程序执行是从一个名为main的函数开始的;有些库的启动代码会获得从PPE中传递过来的参数,然后使用这些参数来调用main函数。
At last, in the section of software design, startup code programming, operating system choosing and transplanting, task design, drivers design and interrupt service routine design had been discussed.
最后,在软件设计部分探讨了启动代码编写、操作系统的选择和移植、任务规划和设计、驱动程序设计以及中断服务程序设计。
In this example, they simply print out a trace to show that the code is actually executed during server startup and shutdown.
在这个示例中,它们仅仅打印跟踪以显示在启动和关闭服务器时确实执行了这段代码。
At startup, the on demand configuration code inside the secure proxy reads the static route file and builds the in-memory routing data.
在启动后,安全代理内部的随需应变配置代码将读取静态路由文件并构建内存路由数据。
In addition, using AOT code from the cache helps reduce startup time.
另外,使用缓存中的AOT代码也有助于减少启动时间。
JIT compilation removed the overhead of interpretation (at the expense of some additional startup cost), but the level of code optimization was mediocre for several reasons.
JIT消除了解释的负担(以额外的启动成本为代价),但是由于若干原因,代码的优化等级仍然是一般般。
We weren't writing this code for our own amusement. We were a tiny startup, programming as hard as we could in order to put technical barriers between us and our competitors.
我们写这些宏不是为了自娱自乐-我们是个小创业公司,我们必须疯狂写程序,这样才能与竞争对手之间构筑技术上的壁垒。
The code in this listing can be part of a SYSV startup script, or it can go in the rc.local file to be run once on boot.
清单中的这些代码可能是SYSV启动脚本的一部分,或者它可能位于启动时只运行一次的rc. local文件。
That means all the code associated with the Bank Portal will be delivered only during client startup time.
这意味着与BankPortal相关联的所有代码都只在客户机启动时提供。
You can try this out by simply having a WCF service and client project that consumes it in the same solution, set the client as the startup project, set a breakpoint in the service code and hit F5.
要试验这一点,只要将WCF服务以及消费这个服务的客户端项目建立在同一个解决方案中,将客户端项目设定为启动项目,在服务端的代码中设立断点,并按F5就可以了。
The startup costs are higher, but you will quickly find that you save time when you encapsulate the XML code.
一开始的代价要高一些,不过您很快就会发现,封装XML代码的时候节省了时间。
You can customize the startup and shutdown process by adding your own code to the init and destroy closures in the BootStrap.groovy file.
可以通过向BootStrap . groovy文件中的init和destroy闭包添加自己的代码来自定义启动和关闭进程。
Note that installing Samba from source code does not install a System V (SysV) or Upstart startup script, so Samba will not start automatically when you reboot the computer.
注意,通过源代码安装Samba不需要安装SystemV (SysV)或Upstart启动脚本,因此在您重启计算机时Samba不会自动启动。
Listing 6 shows the complete code for the startup method.
清单6显示出startup方法的完整代码。
Your application must explicitly load the library. For example, to load it at application startup, simply add the following to its source code.
你的应用程序必须显式地加载库。例如,为了在应用程序启动时加载它,简单地添加以下内容到它的源代码中。
STARTUP. A51: This code is executed after processor reset.
A51文件所生成的代码将在单片机复位后被执行!
As far as speed is concerned, you're working with machine code produced by an optimizing compiler. Execution is fast, but you might notice a startup delay as the support DLLs are loaded.
至于速度的问题,你的机器代码已经被编译器最优化了。执行起来很快,但是你可能在程序开始加载dll时感觉到有所延迟。
Position independent executables (PIE) contain position independent code similar to the Shared libraries and therefore such executables get loaded at a randomly chosen address upon startup.
位置无关可执行程序(PIE)含有位置无关代码,有点像动态库,因此启动时这些代码会被随机加载到一个地址上。
Position independent executables (PIE) contain position independent code similar to the Shared libraries and therefore such executables get loaded at a randomly chosen address upon startup.
位置无关可执行程序(PIE)含有位置无关代码,有点像动态库,因此启动时这些代码会被随机加载到一个地址上。
应用推荐