How to compile a program to send SMS.
如何编一个程序来发送手机短信。
How you compile a program depends on your operating system and compiler.
如何编译一个程序取决于你的操作系统和编译器。
When you compile a program that USES units, the command-line compiler searches for source and compiled unit files in the current directory.
当你编译的程序使用了其它单元文件。编译器会在本目录搜索源文件和已编译单元。
However, the JIT compiler must also carefully balance the time it takes to compile a program because that time adds to the program's execution time.
然而,JIT编译器还必须注意抵消它编译程序消耗的时间,因为这些时间将延长程序的执行时间。
For instance, if the attempt to compile a program fails due to unresolved symbols, it's possible that an earlier phase of the build process did something wrong!
举例来说,如果试图编译程序时由于存在无法解析的符号而失败了,那么就可能是编译过程前面某个步骤出现了问题!
It may use too much memory if you compile and run the GNU debugger, probably because it tends to open a window whenever you step into a program call.
如果您编译运行gnu调试器,可能会使用太多内存,或许是因为您进入一个程序呼叫时,它都试图打开一个窗口。
If you find the GO to statement is missing a reference to a procedure, the program does not compile correctly.
如果发现GOTO语句缺少对某个程序的引用,那么该程序将无法正确进行编译。
This design change is really handy, because if we want to compile another program instead of sed, we can simply create a new.ebuild file and pass it as an argument to our "ebuild" script.
这种设计更改确实方便,因为如果要编译另一个程序,而不是sed,可以简单地创建一个新的.ebuild文件,然后将其作为自变量传递给“ ebuild ”脚本。
The aim should be to have the program written for a particular architecture to compile on another architecture with minimal effort and minimum changes to the code, the code layout, and the makefiles.
目标应该是,以最少的精力,对代码、代码规划和makefile 文件进行最少的修改, 就可以令为特定体系结构所编写的程序在其他体系结构上被编译。
To compile and run the program, just put it into a file called test.pgc and run the following commands.
要编译并运行这个程序,只需要将其保存到test . pgc文件中,并运行下面的命令。
To compile this program, create a Makefile as follows.
要编译这个程序,请按以下方式创建一个makefile。
Download and compile the ListUrls program, and run it by passing in a URL on the command line (see the Download section for a link to this article's full source code).
下载并编译ListUrls程序,通过在命令行传入一个URL来运行该程序(要获取本文的完整源代码,请参阅下载部分的链接)。
What is needed is a program that will produce these values and print them out in a table like the previous one so they are loaded in at compile-time.
我们需要的是这样一个程序,它可以生成这些结果,并将其输出到上面这样的表中,这样就可以在编译时加载了。
A multithreading example is one of the best ways to show you how to use commands to compile, link, and execute a program.
多线程示例是展示如何使用命令编译、链接和执行程序的最佳方法之一。
Our scientists here compile that information, and we have someone stationed here from the USGS Volcano Hazards Program who puts out a weekly report of eruptive activity all over the globe.
我们这里的科学家会收集这些信息,并且我们这里有来自美国地质勘探局火山灾害机构的人,他们会向全球发布关于喷发活动的周报。
Indeed, the time to fetch information from a repository — be it a file or database server — far exceeds the lapse required to compile and perhaps even execute a PHP program.
实际上,用于从存储库(文件或数据库服务器)中获取信息的时间远高于编译并且甚至是执行PHP程序所需耗费的时间。
A custom program would then compile the index, updating it automatically as page Numbers changed and new terms were added.
然后用客户程序编制索引,它能随着页码的变更和术语的新增而自动更新。
To see this yourself, design a small test program that will compile if and only if the desired condition is true.
为了能切身体会,您可以设计一个小测试程序,这个程序当且仅当期望的条件得到满足时才可以编译。
When you compile your program, the compiler knows which piece of code is a number, which is a string and so on.
当你编译程序时,编译器可以分辨出哪个是数字,哪个是字符串。
At this point, the DLL will compile and link, so one could write a test program to use the Sample API and test it.
此时将编译和链接dll,因此可以编写测试程序来使用ExampleAPI并对其进行测试。
When you compile a COBOL program, use the cob2_r command for non-CICS applications for which you need the THREAD compiler.
在编译COBOL程序时,可以对需要THREAD编译器的非cics应用程序使用cob2_r命令。
Static verification offers the promise of finding many common errors in program logic such as possibly improper use of a method at compile time as opposed to at runtime.
状态检验(Static verification)可以查找多种通常的程序逻辑错误,如不恰当的使用一个在编译时而不是运行时的方法。
The next version of Visual Studio will include this feature which will enable all.net languages to optionally resolve names in a program at runtime instead of at compile time. Charlie tells us that.
在下个版本的VisualStudio中,所有的。NET语言都将能够在运行时解析名称,而不是像现在这样只能在编译时进行。
Compile and run the sample parser program ccalc with the following input (which includes a slight typo).
使用下面的输入(其中稍微进行了排版)来编译并运行这个示例解析器程序ccalc。
Only then is the resulting domain code fed to another program called a generator that manufactures the actual target code that a computer can compile and run.
也只有到那时候,(编程)才能进入下一个步骤:一个生发器(a generator),生成计算机可编译和运行的目标代码。
Through realizing PLC logic in FPGA and providing a compiler which can be used to compile PLC command to implement the sup - port of NC system to universal PLC program language.
通过在FPGA内部实现PLC逻辑,并提供能够编译PLC指令的编译器,实现了数控系统对通用PLC编程语言的支持。
Rather than compile the program code which does this every time you compile your program, a much more efficient way is to put a compiled version of this code into a library.
与其每次编译程序时都编译一次这种代码,更有效的办法就是,把一个已经编译好的代码放入到库中去。
Rather than compile the program code which does this every time you compile your program, a much more efficient way is to put a compiled version of this code into a library.
与其每次编译程序时都编译一次这种代码,更有效的办法就是,把一个已经编译好的代码放入到库中去。
应用推荐