Using a debugger, put a breakpoint at the main function (or at the program location where you want to turn off Purify error reporting), and run the instrumented program.
利用一个调试器,将一个观察点main函数上(或者置于您想要关闭Purify错误报告的程序单元上),然后运行仪表化程序。
Conversely, if your program has a fault (for example, using a bad pointer) at some location in memory, you can look for the source line that is closest to the memory address.
相反,如果您的程序在内存中某个位置存在错误(例如,使用了一个错误指针),那么可以查找最接近该内存地址的源代码行。
On the other hand, you would store the location of a program in the system tree, as that location is the same for all users and is potentially useful to all users.
另一方面,您要将程序位置存储在系统树中,因为位置对于所有用户是相同的,并且所有用户都可能用到它。
Have you heard about the satellite program where three different teams had created databases for keeping track of the location of other satellites?
您听说过这样的卫星计划吗,三个不同的团队为其他卫星的位置跟踪创建了数据库?
Every time a memory location is addressed for program instructions or data, a virtual address is translated into a physical or real memory address.
每次为程序指令或数据处理内存位置时,都需要将虚拟地址转换成物理(或实际)内存地址。
Otherwise, the installation program will silently install the default features only into the default location.
否则,安装程序将静默在默认位置安装默认的特性。
Dynamic program data from back-end business logic can also be placed at the specified location in the HTML.
也可以将后端业务逻辑中的动态程序数据置于HTML中的指定位置上。
During normal operation of a program, when a function is called, any arguments for the called function along with a pointer to the return location are placed onto the stack.
在程序的正常操作过程中,当调用一个函数时,被调用函数的所有参数以及返回位置的指针都放在栈中。
When a program tries to access memory using a virtual address, the OS in combination with on-chip hardware maps that virtual address to the physical location.
当程序尝试使用虚拟地址访问内存时,操作系统结合片上硬件将该虚拟地址映射到物理位置。
For each word specified in the configuration file to search for in the specified location, return 1 to the main program to let it know a match was found.
如果指定位置存在配置文件中指定要搜索的词,将向主程序返回1表示找到一个匹配字。
When my digital phone is given a location in Japan, it can access a program to compute which trains to take and how much it will cost.
我只要在数字电话输入在日本的某个位置,它就能帮我计算出应该乘哪趟火车及相应的差旅费用。
If we execute this program, we will get back LOCATION for a given (10 in this case) department.
如果执行这个程序,就会看到给定部门(本例中为10)的location。
For those with an advertising budget, Facebook offers an excellent advertising program that will give you the ability to precisely target your campaign by gender, age, and location.
对于那些有广告预算的企业,Facebook提供了一个很好的广告程序,它将使您可以按性别、年龄和位置精确定位您的广告。
The default location of the workspace is Program Files \ IBM \ Application Developer \ workspace.
工作空间的缺省位置是programFiles \IBM \Application Developer \ workspace。
To access those SLSBs, the test program must specify the implementation specific location (port number) of the JNDI naming service.
要访问那些SLSBs,测试程序必须指定JNDI命名服务的特定于实现的位置(端口号)。
The default location for the SQLLIB directory in v6.1 was in the root directory, but in v7.1 it's under the Program Files directory.
中的SQLliB目录的缺省位置是在根目录中,而在v7.1 中在programFiles 目录。
You can also use the PREFIX option with the make program to redirect the install subdirectory to a new location.
我们还可以使用make程序的PREFIX选项将安装目录重定向到其他位置。
The unmodified version of this program is part of the Derby distribution and is available for download from the indicated location.
此程序的原版本属于Derby分发版本的一部分,可从给出的位置进行下载。
By default, the browser location is set to Microsoft Internet Explorer's default installation location (c: \ Program Files \ Internet Explorer \ iexplore.exe).
默认情况下,浏览器位置设置为MicrosoftInternetExplorer的默认安装位置(c: \ProgramFiles \ Internet Explorer \iexplore . exe)。
This program tries to store to an unallocated memory location by doing a string copy from arr to the p variable. The expected result is a SEGSEGV signal, as you can see
这个程序试图在一个尚未分配的内存中保存数据:它执行一个字符串复制操作,将arr中的数据复制到p变量中。
A computer program, aptly named Creepy, demonstrates how easily the location data in photos can be surfaced and plotted on maps.
一个叫作Creepy的电脑程序宣称可以非常简单地找到照片的方位信息,并将其显示在地图上。
The "current" location is then incremented by the specified length towards the right of the image, and the process is repeated. After writing out the image, the program finishes, producing this output
然后,把 “当前”位置朝图像的右侧增加指定的长度,并重复执行此过程。
That program counter points to some location in memory typically to the first instruction in the sequence.
程序计数器指示存储器当中的某些位置,尤其是指示序列中的第一个指令。
A breakpoint causes the execution of a program thread to suspend at the location where the breakpoint is set.
断点可以使程序执行的线程悬挂在断点设置的位置。
After the function has been completed, the return pointer is used to go back to the original location and the program can continue.
当完成该函数之后,使用返回指针回到原来的位置并继续程序。
We concluded that for any production program or adjusting the Wells location, the parameter study is very important.
研究结论是,参数研究在所有生产规划或调整井定位的过程都非常重要。
The emailMixer.pl program reads the specified config file (emailMixer.config by default) for the sound files you wish to mix, depending on the location of a keyword match.
pl 程序根据所匹配的关键字的位置,为您希望混合的声音文件读取指定的配置文件(默认情况下是 emailMixer.config)。
The lilo program rewrites the MBR or the partition boot record to reflect your changes, including recording the absolute disk location of the kernel.
lilo程序会重写M BR或分区引导记录以反映您的更改,包括记录内核的绝对磁盘路径。
The program uses a library to place data in a well known location in memory and then causes a fault, a type of error.
程序通过库在内存中的规定位置放置数据,然后引发一个 fault——fault是一种错误。
Returns a Boolean value indicating whether a variable variable: a named storage location capable of containing data that can be modified during program execution.
返回布尔值,指明变量变量:已命名存储位置,所包含的数据能够在程序执行过程中发生变动。
应用推荐