A segmentation fault is caused by the program writing to a portion of memory it is not supposed to.
分割故障是由程序写入的内存部分,它不应该引起。
Writing down these tests helps focus our attention on what is important in our program.
写下这些测试有助于我们将焦点集中到程序的一些要点。
You should consider each of these inputs when you're writing your program, and if they are untrusted, carefully filter them.
当您编写程序的时候这些输入每一个都应该考虑,如果它们不可信,一定要谨慎对它们进行过滤。
Reading a book on C++ isn’t the same thing as writing a program.
读一本C++的书,和写一个相同的程序,是完全不同的两码事。
Try writing a program to generate for simple cases and check that your output agrees with the example cases; this will confirm you've understood the problem and are heading in the right direction.
可以编写一些简陋的程序来满足那些简单的示例,对比程序的输出和示例的答案,这样你就可以确认自己理解了题目的要求,并且找到正确的方向。
We then examined a specific instance of table-building and went through the motions of writing a code-generating program to build static tables in c.
然后又介绍了一个具体的构建表的示例,并介绍了用c编写这样一个代码生成程序来构建静态表的详细过程。
The best way to solve a specialized task is often to write one or two utilities and a bit of glue to tie them together, rather than writing a single program to solve the whole thing.
完成专门任务的最佳途径通常是编写一两个实用程序,再用一些线索将它们联系起来,而不是编写单个程序来解决整件事情。
In such cases, writing a program to build static data tables is usually your best answer.
在这种情况中,编写一个程序来构建一张静态表通常是最好的解决方案。
Writing effective timer-driven managed code requires a clear understanding of program flow and the subtleties of the.net threading model.
写一个高效的定时器驱动型可管理代码要求对程序流程有一个清晰的理解及掌握。NET线程模型的精妙之处。
Continuous writing to a disk can largely degrade the performance of a program, causing it to run slowly.
持续地对磁盘进行写入操作可能会极大地降低程序的性能,导致其运行速度缓慢。
If you find yourself performing a task repeatedly, consider writing a program to do it.
如果您发现自己在重复执行某个任务,可以考虑编写一个程序来完成这个任务。
Some programmers write pseudo-code before they begin writing their program.
有些程序员在他们开始编写程序之前会编写一些伪代码。
So the first thing a programmer should know before writing or debugging a program is the program's requirements.
因此,程序员在编写或调试程序之前首先应该知道的是程序需求。
If you're writing a program and you're testing it and recompiling.
如果你写一个程序,检测,然后重新编译。
Install your program and start writing your script.
安装你的程序并且开始创作你的剧本。
The real hard work in writing a parallel program is to make N as large as possible.
在编写并行程序时真正困难的事情是使N尽量大。
When writing a DB2 program, update the values on the DB2 tab as shown in Figure 14.
在编写DB2程序时,更新 DB2选项卡上的值,如图 14 所示。
If you're writing a program that has to work very closely with a program written in a certain language, it might be a good idea to write the new program in the same language.
如果你的程序要和另外一个用某种语言写的程序打交道,那么通常新程序采用同样的语言是个好选择。
Writing a sample COBOL CICS program on z/OS
在z/OS 上编写一个样例COBOLCICS程序
In a thread-safe program, only one writing thread can modify the variable; other threads can read the up-to-date value by declaring the variable volatile.
在一个线程安全的程序中,只有一个写线程能够修改这个变量;而其他的线程则可以读取volatile声明变量的最新值。
So it turns out that, main, yes, is the default function you write, at least in c, when writing a program.
结果是,main函数,是的,这是你写的默认函数,至少是在C语言中,当写程序的时候。
Instead of writing a program for thousands of different machines, developers could write it once for Windows and have it run on every PC, no matter who built it.
开发人员不必面对上千种不同的机器,只需针对Windows写一次程序,就可以在每一台个人电脑上运行,不管是谁造的。
You've finished writing the script, and now it's time to run the program for the first time.
编写完一个脚本之后,就要第一次运行它了。
In practice, I found the bcel version of this class writing program (org.apache.bcel.util.BCELifier) to be of limited use.
而在实践中,我发现这种类编写程序的bcel版本(or g . apache . bcel . ut il . BCELifier)使用起来有一些限制。
With the new authentication program Dynahand, users just need to be able to recognize their own writing.
采用这种名为Dynahand的新型认证程序,用户只需能够识别他们自己的笔迹就可以了。
Alternatives to this approach involve writing new protocols for the Firefox program to manage.
另一种代替方法涉及到编写新的协议,该协议由Firefox程序管理。
My editor mentioned that there might be some interest in writing about the OpenPower program, so people who were idly curious might get curious enough to try it.
我的编辑曾经说过可能希望编写有关OpenPower程序的文章,这样的话平常不怎么好奇的人们也许会对此有足够的好奇心来尝试它。
My editor mentioned that there might be some interest in writing about the OpenPower program, so people who were idly curious might get curious enough to try it.
我的编辑曾经说过可能希望编写有关OpenPower程序的文章,这样的话平常不怎么好奇的人们也许会对此有足够的好奇心来尝试它。
应用推荐