This script includes three functions and directly executable code ( at the end ) to test the argument count .
该脚本包含了三个函数和可直接执行的代码(在结尾部分)来检测参数的个数。
So two computer scientists created an algorithm that packages your encrypted data into an executable file of your choice .
因此,两个电脑科学家创造了一种算法,可以将你希望加密的数据打包到您所选择的一个可执行文件中。
A separate " checker " program can then ensure that the executable code adheres to regulations before running the program .
一个独立的“审计”程序接着便可以确保在运行程序之前,其可执行代码都遵从相关规则。
There are four main stages through which a source code passes in order to finally become an executable .
从源代码到最终成为可执行程序一共需要四个主要的阶段。
An attacker could easily trick users into launching an executable java file by combining a flaw in webkit with a known java bug and some smart social engineering .
Executable files , aka applications , on the other hand , come in all sizes-making them an ideal place to embed lots of data .
然而,可执行文件(又叫做应用程序)具有各种可能的大小,使他们成为理想的地方嵌入大量的数据。
If distribution of executable or object code is made by offering access to copy from a designated place , then offering equivalent access to copy the source code from the same place counts as distribution of the source code , even though third parties are not compelled to copy the source along with the object code .
You could say that rspec is what is traditionally known as a unit testing framework , but we prefer to describe it as " a domain specific language for describing the expected behaviour of a system with executable examples . "
Take a look at a short example of a tcsh script ( listing 1 ) . This script takes a single argument ( a directory name ) and emits all executable files in that directory along with the number of files found .