英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

OPS5    
A programming language for rule-based {production
systems}. A rule consists of pre-condition(s) and a resulting
action.

The system checks its {working memory} to see if there are
rules whose pre-conditions are satisfied, if so, the action in
one selected satisfied rule is executed.

There is a {public domain} implementation of an OPS5
{interpreter} written by Charles L. Forgy
in 1977. It was first implemented in {Lisp} and later in
{BLISS}. It was also ported to {Common Lisp} by George Wood
and Jim Kowalski.

{CLIPS} is a language for writing {expert systems}, with some
of the capabilities of OPS5.

See also {C5}, {OPS83}, {OPS4}, {OPS5}, {OPS83}.

Inference Engine Tech, Cambridge MA.

{An OPS5 interpreter in Common LISP
(ftp://ftp.wustl.edu/mirrors/Unix-c/languages/ops5)}.

{A version by Mark Kantrowitz
(ftp://ftp.cs.cmu.edu/afs/cs.cmu.edu/user/mkant/Public/Lisp/)}.
.

["Programming Expert Systems in OPS5", L. Brownston et al, A-W
1985].

["An OPS5 Primer", Sherman et al, comes with OPS5 for DOS].

["Rule-Based Programming in the Unix System", G.T. Vesonder,
AT&T Tech J 67(1), 1988].

(1995-08-18)


请选择你想看的字典辞典:
单词字典翻译
OPS5查看 OPS5 在百度字典中的解释百度英翻中〔查看〕
OPS5查看 OPS5 在Google字典中的解释Google英翻中〔查看〕
OPS5查看 OPS5 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • Hello, World! program - Wikipedia
    program is usually a simple computer program that emits (or displays) to the screen (often the console) a message similar to "Hello, World!" A small piece of code in most general-purpose programming languages, this program is used to illustrate a language's basic syntax
  • Programming Fundamentals Hello World - Wikibooks
    A “Hello, world!” program is a computer program that outputs or displays “Hello, world!” to a user Being a very simple program in most programming languages, it is often used to illustrate the basic syntax of a programming language for a working program, and as such is often the very first program people write [1]
  • Hello, world! - Wikiversity
    As described in more detail in the related Wikipedia article, Hello, world! is a classic "first program" one creates when learning a new programming language The objective of the application is the same: to print the text "Hello, world!" to the screen in some form, be it console output or a dialog
  • Hello World! Program - W3Schools
    In this tutorial, we'll explore the origins and importance of this tradition in the context of programming languages and how it serves as a foundation for learning What is the "Hello World" Program? Python Program to Print Hello world! Java Hello World! Program C++ Hello World! Program JavaScript Program To Print Hello World!
  • 1. 1 Your First Java Program: Hello World - Princeton University
    HelloWorld java is an example program Type these character into your text editor and save it into a file named HelloWorld java public class HelloWorld { public static void main(String[] args) { Prints "Hello, World" in the terminal window
  • Java Hello World - Your First Java Program
    In the program, HelloWorld is the name of the class, and the class definition is: class HelloWorld { For now, just remember that every Java application has a class definition, and the name of the class should match the filename in Java
  • What is a Hello World program? - IONOS
    What is a Hello World program used for? The text “Hello, World!” was one of the first codes written by programmers This cryptic phrase has actually achieved cult status since the US series “Mr Robot” was released However, it’s been a cultural asset in the programming community for some time
  • Hello world - Learn web development | MDN
    As customary when learning a new language, the first program a programmer writes is called "Hello, world!" It's a very simple program that outputs the text string "Hello, world!" to the console But, as we'll see, there's a lot of stuff going on even in a program that's so simple
  • Hello World in Java – Example Program - freeCodeCamp. org
    In our Hello World program, we have a class called HelloWorld As a convention, always start the name of your classes with an uppercase letter To create a class, you use the class keyword, followed by the name of the class Here's an example using our Hello World program: class HelloWorld { } The main Method in Java
  • Hello, World - CS50x 2025
    Thanks to Professor Brian Kernighan (who taught CS50 when David took it!), “hello, world” has been implemented in hundreds of languages Let’s add your implementation to the list! In a file called hello c, in a folder called world, implement a program in C that prints hello, world\n, and that’s it!





中文字典-英文字典  2005-2009