We introduced the minitype stored-program exchange based on ATMEL 89c51 Micro Controller and related hardware and software design.
介绍了利用89c5 1单片机控制实现的小型程控交换机的硬件、软件设计及其实现方法。
He later worked at the National Physical Laboratory, creating one of the first designs for a stored-program computer, although it was never actually built.
后来他曾在英国国家物理实验室,创建了首款存储程序计算机的设计,虽然这款计算机从未真正建立。
What that means, in a stored-program computer, is that I can provide to the computer a sequence of instructions describing the process I want it to execute.
它的意思就是说,我可以给一个存储程序计算机,提供一系列,描述我希望,能执行的过程的指令。
This limitation is significant because most useful stored procedures have an OUT parameter that provide some sort of data to the calling program.
这种限制非常重要,因为大多数有用的存储过程都有一个OUT参数,该参数向访问程序提供了一些数据。
The debugging information stored within a binary helps a programmer or debugger locate problem areas in a program, and find the stack trace when an error happens in an application.
二进制文件中存储的调试信息可以帮助程序员或调试人员寻找程序中出问题的地方,并在应用程序出错时找到栈跟踪。
A rule engine can be implemented using a set of rules as part of the program itself, or can be stored as files using a database.
规则引擎可通过一组规则作为程序本身的一部分实现,也可以作为文件存储到数据库中。
Data persistence can be defined as a contract, negotiated between a program and a storage device, that specifies how data are to be stored and retrieved.
可以将数据持久性定义为程序和存储设备之间达成的契约,该契约指定如何存储和检索数据。
Listing 9 contains a code example of the SQL CREATE procedure statement used to register an RPG program as an external stored procedure.
清单9包含一个用于将一个R PG程序注册为一个外部存储过程的SQLCREATEPROCEDURE语句的代码示例。
When a program is linked against a library, it has the version number it's designed for stored in it.
当一个程序链接到某个程序库时,程序中会存储一个它计划支持的版本号。
Notice that the console output (Listing 7) displays the same output as the stored procedure call from the JDBC program as shown in Figure 2.
注意操控台输出(代码行7)显示了与访问图2所示jdbc程序存储过程相同的输出。
The stored procedure program can access DB2 data as well as traditional non-DB2 resources such as QSAM and VSAM data sets, message queues, CICS programs, IMS transactions and databases.
存储过程程序可以访问DB2数据和传统的非db2资源,比如QSAM和VSAM数据集、消息队列、CICS程序、IMS事务和数据库。
Data stored in rows and columns with a schema allow the meaning of the data to be understood by a computer program.
计算机程序能够理解带模式并储存在行和列中的数据的语义。
As long as your data stay nicely within your program, the question of exactly how they're stored doesn't matter.
只要数据在程序中的位置良好,那么它们到底是怎样存储的就不会有太大问题。
At other times, the HTML is stored inside the software program itself, so the programmers must modify the software to change the HTML.
在其他时候,HTML存储在软件本身中,所以程序员必须修改软件才能改变HTML。
Listing 10 contains the code for the existing RPG program that has been registered as an external stored procedure.
清单10包含已经注册为外部存储过程的现有RPG程序的代码。
According to Denis Vnukov, Microsoft Program Manager, support for stored procedures, functions, triggers and views will be included in final version.
根据微软程序经理DenisVnukov所述,工具的最终版将会支持存储过程、函数、触发器以及视图。
In the encryption stage, the currently entered event text will be stored on disk, an external program will encrypt it, and then the encrypted file will be read in and sent to Google's servers.
在加密阶段,当前输入的事件文本将存储在磁盘上,然后一个外部程序对它进行加密,加密后的文件将被读入并发送到Google服务器。
For example, every entity in a Ruby program should be a true object, but certain values such as integers are stored as immediate values.
例如Ruby程序中的每一个实体必须是一个真的对象,但是某些值比如整数型是直接存储的。
A chunk can be stored in a file or in a string in a Lua program.
块可以保存到文件中,或者保存到Lua程序中的字符串中。
These keys will be searched for later in the program and their last recorded time stored as the value of the "event" hash element.
稍后将在程序中搜索这些键,并且它们的最后记录时间将作为“event”散列元素的值存储。
For example, create a script named rawdevsize.sh as a wrapper that calls the rawdevsize program from within the SQL stored procedure, as shown in Listing 6.
例如,创建一个名为rawdevsize . sh的脚本作为包装器,它在SQL存储过程中调用rawdevsize程序,如清单6所示。
Create a library called CVTTEMP in which the program objects will be stored by issuing the CL command CRTLIB from the CL command line as follows.
从CL命令行运行命令CRTLIB,创建一个名为CVTTEMP的库,该库用于存储程序对象。
The directory where the DeviceAnywhere program files are stored.
存储DeviceAnywhere程序文件的目录。
A value of 1 (for the Linux exit system call) is stored in EAX to request that the program exit.
EAX中存储的值是1(代表Linuxexit系统调用),这请求程序退出。
One method is to register the external program as a stored procedure and then use the SQL Call statement to run the program with a call to the stored procedure.
一种方法是将外部程序注册为存储过程,然后使用SQLCall语句调用存储过程来运行程序。
Now let's write a simple Perl program to invoke a stored procedure SP_GET_LOC (step 3, see Listing 20).
下面让我们来编写一个简单的Perl程序来调用存储过程SP_GET _ LOC(步骤3,请参看清单20)。
The return value from main() in the SPE program is stored into the variable status in the PPE program.
SPE程序中main() 函数的返回值被存储到PPE 程序的变量状态中。
When the program is run, the output can be stored in a file that is then opened by Excel.
程序运行时,输出可以存储在一个将由Excel打开的文件中。
In general, "state" refers to information about the current conditions of program execution-runtime data stored in memory.
总的来说,“状态”是指关于程序当前的执行状况的信息——存储在内存中的运行时数据。
The statuses, friends, user name, and password are all stored in the session for retrieval later from other parts of the program.
状态、朋友、用户名以及密码均存储于这个会话内以便日后供程序的其他部分检索。
应用推荐