(3) The equipment that accepts electrical signals from one part of a c การแปล - (3) The equipment that accepts electrical signals from one part of a c ไทย วิธีการพูด

(3) The equipment that accepts elec

(3) The equipment that accepts electrical signals from one part of a computer system and
renders them into a form that can be used by another part.
(4) Hardware or software that links the computer to a device.
(5) To convert signals from one form to another and pass them between two pieces of
equipment. [sun]
International Organization for Standardization (ISO)
A voluntary, non-treaty organisation founded in 1946, responsible for creating international
standards in many areas, including computers and communications. ISO produced the seven
layer model for network architecture (Open Systems Interconnection). Its members are the
national standards organisations of 89 countries, including the American National Standards
Institute. [foldoc]
Internationalisation
The process of altering a program so that it is portable across several native languages. This
portability may support both different character sets, such as the 8-bit ISO 8859/1 (ISO Latin 1)
character set and the 7-bit ASCII character set, and different languages for documentation, help
screens, and so on. [sun]
Language, 3rd Generation (3GL)
A language designed to be easier for a human to understand, including things like named
variables. A fragment might be let c = c + 2 * d. FORTRAN, ALGOL and COBOL are
early examples of this sort of language. Most "modern" languages (BASIC, C, C++) are third
generation. Most 3GLs support structured programming. [foldoc]
Language, 4th Generation (4GL)
An application specific language. The term was invented to refer to non-procedural high level
languages built around database systems. The first three generations were developed fairly
quickly, but it was still frustrating, slow, and error prone to program computers, leading to the
first "programming crisis", in which the amount of work that might be assigned to
programmers greatly exceeded the amount of programmer time available to do it. Meanwhile,
a lot of experience was gathered in certain areas, and it became clear that certain applications
could be generalised by adding limited programming languages to them. Thus were born
report-generator languages, which were fed a description of the data format and the report to
generate and turned that into a COBOL (or other language) program which actually contained
the commands to read and process the data and place the results on the page. Some other
successful 4th-generation languages are: database query languages, e.g. SQL; Focus, Metafont,
PostScript, RPG-II, S, IDL-PV/WAVE, Gauss, Mathematica and data-stream languages such as
AVS, APE, Iris Explorer. [foldoc]
Language, Interface Definition (IDL)
To accomplish interoperability across languages and tools, an object model specifies standards
for defining application interfaces in terms of a language independent - an interface definition
language. Interface definitions are typically stored in a repository which clients can query at
run-time. [renaissance96]
Language, Markup
Languages for annotation of source code to simply improve the source code’s appearance with
the means of bold-faced key words, slanted comments, etc. See also reformatting. [koschke95]
--
In computerised document preparation, a method of adding information to the text indicating
the logical components of a document, or instructions for layout of the text on the page or other
information which can be interpreted by some automatic system. [foldoc]
Language, Module Interconnection (MIL)
Page 11
Glossary of Re-engineering Terms
A module interconnection language is a language that is separate from and complementary to a
program implementation language. MILs are concerned with the overall architecture of
software systems. They deal with the composition of large systems out of modules, the
interfaces between these modules & their specification, and the versioning of the resulting
architecture over time. The purpose of MILs is to describe a system so that it can be
constructed, unequivocally identified, and identically reproduced. A MIL is both a notation for
design, documentation & communication, and a means of enforcing system architecture.
[renaissance96]
Language, Object Oriented
A language for object oriented programming. The basic concept in this approach is that of an
object which is a data structure (abstract data type) encapsulated with a set of routines, called
methods which operate on the data. Operations on the data can only be performed via these
methods, which are common to all objects which are instances of a particular class (see
inheritance). Thus the interface to objects is well defined, and allows the code implementing the
methods to be changed so long as the interface remains the same. Each class is a separate
module and has a position in a class hierarchy. Methods or code in one class can be passed
down the hierarchy to a subclass or inherited from a superclass. Procedure calls are described
in term of message passing. A message names a method and may optionally include other
arguments. When a message is sent to an object, the method is looked up in the object's class to
find out how to perform that operation on the given object. If the method is not defined for the
object's class, it is looked for in its superclass and so on up the class hierarchy until it is found
or there is no higher superclass. Procedure calls always return a result object, which may be an
error, as in the case where no superclass defines the requested method. [foldoc]
Language, Program Description/Design (PDL)
Any of a large class of formal and profoundly useless pseudo-languages in which management
forces one to design programs. Too often, management expects PDL descriptions to be
maintained in parallel with the code, imposing massive overhead of little or no benefit. [foldoc]
Language, Structured
A programming language where the program may be broken down into blocks or procedures
which can be written without detailed knowledge of the inner workings of other blocks, thus
allowing a top-down design approach. [foldoc]
Language, Specification and Description (SDL)
A language standardised by the ITU-T well suited to functional design of reactive systems
comprising concurrent processes with state-transition behaviour. [proteus]
Language, Structured Query (SQL)
A language which provides a user interface to relational database management systems,
developed by IBM in the 1970s. SQL is the de facto standard, as well as being an ISO and ANSI
standard. It is often embedded in other programming languages. SQL provides provided basic
language constructs for defining and manipulating tables of data, language extensions for
referential integrity and generalised integrity constraints, facilities for schema manipulation
and data administration, and capabilities for data definition and data manipulation.
Development is currently underway to enhance SQL into a computationally complete language
for the definition and management of persistent, complex objects. This includes: generalisation
and specialisation hierarchies, multiple inheritance, user defined data types, triggers and
assertions, support for knowledge based systems, recursive query expressions, and additional
data administration tools. It also includes the specification of abstract data types (ADTs), object
identifiers, methods, inheritance, polymorphism, encapsulation, and all of the other facilities
normally associated with object data management. [foldoc]
Language, Visual Programming (VPL)
Page 12
Glossary of Re-engineering Terms
Any programming language that allows the user to specify a program in a two-(or more)-
dimensionsional way. Conventional textual languages are not considered two-dimensional
since the compiler or interpreter processes them as one-dimensional streams of characters. A
VPL allows programming with visual expressions - spatial arrangements of textual and
graphical symbols. VPLs may be further classified, according to the type and extent of visual
expression used, into icon-based languages, form-based languages and diagram languages.
Visual programming environments provide graphical or iconic elements which can be
manipulated by the user in an interactive way according to some specific spatial grammar for
program construction. A visually transformed language is a non-visual language with a
superimposed visual representation. Naturally visual languages have an inherent visual
expression for which there is no obvious textual equivalent. [foldoc]
Legacy System
A typical computer legacy system may be 10-25 years old, have been developed using archaic
methods, have experienced several personnel changes, one for which current maintenance is
very expensive, and one for which integration with current or modern technology or software
systems is difficult or impossible. Legacy systems require reengineering to put them in a form
where they may better suit modern requirements and may evolve more efficiently. [sei95]
--
A computer system or application program which continues to be used because of the
prohibitive cost of replacing or redesigning it and despite its poor competitiveness and
compatibility with modern equivalents. The implication is that the system is large, monolithic
and difficult to modify. If the legacy software only runs on antiquated hardware the cost of
maintaining this may eventually outweigh the cost of replacing both the software and
hardware unless some form of emulation or backward compatibility allows the software to run
on new hardware. [foldoc]
Maintenance / Maintainability
An important part of the software life-cycle. Maintenance is expensive in manpower and
resources, and software engineering aims to reduce its cost. [foldoc]
--
Maintenance activities include:
Perfective maintenance - Changes which improve the system in some way without
changing its functionality;
Adaptive maintenance - Maintenance which is required because of changes in the
environment of a program;
Corrective maintenance - The correction of previously undiscovered sy
0/5000
จาก: -
เป็น: -
ผลลัพธ์ (ไทย) 1: [สำเนา]
คัดลอก!
(3)อุปกรณ์ที่รับสัญญาณไฟฟ้าจากส่วนหนึ่งของระบบคอมพิวเตอร์ และทำลงในแบบฟอร์มที่สามารถใช้ส่วนอื่น(4) ฮาร์ดแวร์หรือซอฟต์แวร์ที่เชื่อมโยงคอมพิวเตอร์กับอุปกรณ์(5) เพื่อแปลงสัญญาณจากฟอร์มหนึ่งไปยังอีก และส่งต่อไประหว่างสองชิ้นอุปกรณ์ [ดวงอาทิตย์]องค์การระหว่างประเทศว่าด้วยการมาตรฐาน (ISO)องค์กรที่สมัครใจ ไม่ใช่สนธิสัญญาที่ก่อตั้งขึ้นในปี 1946 ชอบสร้างนานาชาติมาตรฐานในหลายพื้นที่ รวมถึงคอมพิวเตอร์และการสื่อสาร เจ็ดการผลิต ISOแบบจำลองชั้นในสถาปัตยกรรมเครือข่าย (เปิดระบบความเกี่ยวข้องกัน) สมาชิกองค์กรมาตรฐานแห่งชาติของประเทศ 89 รวมถึงมาตรฐานแห่งชาติอเมริกันสถาบัน [foldoc]ระดับกระบวนการในการดัดแปลงโปรแกรมให้เป็นแบบพกพาทั้งหลายภาษา นี้พอร์ตอาจสนับสนุนทั้งชุดอักขระที่แตกต่างกัน เช่น 8 บิต ISO 8859/1 (ISO 1 ละติน)ชุดอักขระ และชุดอักขระ ASCII 7 บิต และภาษาสำหรับเอกสาร ช่วยหน้าจอ และอื่น ๆ [ดวงอาทิตย์]ภาษา รุ่นที่ 3 (3GL)ออกแบบมาเพื่อทำให้มนุษย์เข้าใจภาษา สิ่งที่ต้องการรวมถึงชื่อตัวแปร ส่วนอาจให้ c = c + 2 * ALGOL, d. ภาษาฟอร์แทรน และภาษาโคบอลเป็นตัวอย่างการเรียงลำดับของภาษาก่อน ภาษา "ทันสมัย" (BASIC, C, c ++) เป็นสามกิน 3GLs ส่วนใหญ่สนับสนุนการเขียนโปรแกรมแบบมีโครงสร้าง [foldoc]ภาษา รุ่นที่ 4 (4GL)การใช้ภาษา คำคิดค้นไปถึงระดับสูงไม่ใช่ขั้นตอนภาษาที่ระบบสร้างขึ้น รุ่นสามที่แรกได้รับการพัฒนาค่อนข้างอย่างรวดเร็ว แต่ก็ยังคงน่าผิดหวัง ช้า และแนวโน้มที่จะโปรแกรมคอมพิวเตอร์ นำไปสู่ข้อผิดพลาดแรก "โปรแกรมวิกฤต" ซึ่งจำนวนของงานที่อาจใช้กับโปรแกรมเมอร์มากเกินจำนวนโปรแกรมเมอร์เวลาว่างจะทำ ในขณะเดียวกันมากมายถูกรวบรวมในบางพื้นที่ และมันก็ชัดเจนว่าโปรแกรมประยุกต์บางโปรแกรมสามารถ generalised โดยเพิ่มการเขียนโปรแกรมภาษาจำกัด จึง เกิดภาษา สร้างรายงานซึ่งได้รับคำอธิบายของรูปแบบข้อมูลและการรายงานสร้าง และเปิดให้เข้ากับภาษาโคบอล (หรือภาษาอื่น ๆ) โปรแกรมที่มีอยู่จริงคำสั่งในการอ่าน และประมวลผลข้อมูล และใส่ผลลัพธ์บนหน้า อื่น ๆ บางภาษารุ่นที่ 4 ประสบความสำเร็จ: ฐานข้อมูลภาษาสอบถาม เช่น SQL โฟกัส Metafontโพสคริปต์ RPG-II, S, IDL PV/เวฟ เกาส์ Mathematica และสต รีมข้อมูลภาษาเช่นAVS, APE ไอริส Explorer [foldoc]ภาษา คำจำกัดความของอินเทอร์เฟซ (IDL)สำเร็จทำงานร่วมกันข้ามภาษาและเครื่องมือ แบบจำลองวัตถุระบุมาตรฐานสำหรับการกำหนดอินเทอร์เฟซโปรแกรมประยุกต์ในภาษาอิสระ - ข้อกำหนดของอินเทอร์เฟซภาษา กำหนดอินเทอร์เฟซโดยทั่วไปเก็บในเก็บซึ่งลูกค้าสามารถสอบถามได้ที่ขณะใช้งาน [renaissance96]ภาษา มาร์กอัปภาษาสำหรับคำอธิบายของรหัสแหล่งที่มาเพียงแค่ปรับปรุงลักษณะที่ปรากฏของรหัสแหล่งที่มาด้วยหมายถึงคำสำคัญ bold-faced เอียงข้อคิดเห็น ฯลฯ ดูฟอร์แมตใหม่ยัง [koschke95]--ในการเตรียมเอกสารคอมพิวเตอร์ วิธีการเพิ่มข้อมูลเพื่อแสดงข้อความส่วนประกอบทางตรรกะของเอกสาร หรือคำแนะนำสำหรับรูปแบบของข้อความบนหน้าหรืออื่น ๆข้อมูลที่สามารถตีความ โดยบางระบบอัตโนมัติ [foldoc]ภาษา ความเกี่ยวข้องกันของโมดูล (ล้านบาท)หน้า 11อภิธานศัพท์ของวิศวกรรมเงื่อนไขใหม่ภาษาเชื่อมต่อโมดูลเป็นภาษาที่แยกต่างหากจาก และเสริมให้การภาษาที่ใช้งานโปรแกรม ท่านจะเกี่ยวข้องกับสถาปัตยกรรมโดยรวมของซอฟต์แวร์ระบบ พวกเขาจัดการกับองค์ประกอบของระบบใหญ่จากโมดูล การอินเทอร์เฟซระหว่างโมดูลเหล่านี้ และข้อกำหนดของพวกเขา และรุ่นของการส่งผลสถาปัตยกรรมช่วงเวลา วัตถุประสงค์ของท่านคือการ อธิบายระบบเพื่อให้สามารถสร้างขึ้น ระบุ unequivocally และทำซ้ำเหมือนกัน ล้านบาทเป็นสัญกรณ์แบบทั้งสำหรับออกแบบ เอกสาร และสื่อสาร และวิธีการบังคับใช้โครงสร้างระบบงาน[renaissance96]ภาษา วัตถุที่มุ่งเน้นภาษาสำหรับวัตถุเน้นการเขียนโปรแกรม แนวคิดพื้นฐานในวิธีการนี้คือการเรียกว่าวัตถุที่มีโครงสร้างข้อมูล (แบบชนิดข้อมูลนามธรรม) นึ้ ด้วยชุดคำสั่งวิธีที่ทำงานบนข้อมูล จะสามารถดำเนินการดำเนินการกับข้อมูลผ่านเหล่านี้วิธี ซึ่งเหมือนกับวัตถุทั้งหมดที่อินสแตนซ์ของคลาสเฉพาะ (ดูสืบทอด) ดังนั้นอินเทอร์เฟสสำหรับวัตถุไว้ด้วย และอนุญาตให้ใช้รหัสวิธีการเปลี่ยนแปลงตราบใดที่อินเตอร์เฟซยังคงเหมือนเดิม แต่ละชั้นมีแยกต่างหากโมดูล และมีตำแหน่งในชั้นเรียน สามารถผ่านวิธีการหรือรหัสในระดับหนึ่งลงในลำดับชั้นย่อยที่ หรือรับมาจากสที่ เรียกกระบวนอธิบายในระยะของข้อความที่ผ่าน ข้อความชื่อวิธี และอาจเลือกที่จะรวมกันอาร์กิวเมนต์ เมื่อส่งข้อความไปยังวัตถุ วิธีการจะดูค่าของวัตถุคลาค้นหาวิธีการทำการดำเนินการบนวัตถุที่กำหนด ถ้าไม่ได้กำหนดวิธีการของวัตถุ จะมองหาในซุปเปอร์ของคลาส และอื่น ๆ ค่าลำดับชั้นการเรียนจนกว่าจะพบหรือมีซุปเปอร์คลาสไม่สูง ตอนเรียกเสมอคืนวัตถุผล ซึ่งอาจเป็นการข้อผิดพลาด เช่นในกรณีที่ซุปเปอร์คลาสไม่กำหนดวิธีการที่ร้องขอ [foldoc]ภาษา คำอธิบาย/ออกแบบจากโปรแกรม (PDL)มีชั้นเรียนขนาดใหญ่ของภาษาลกันอย่างเป็นทางการ และไม่มีประโยชน์และลึกซึ้งในการจัดการที่บังคับให้โปรแกรมออกแบบ บ่อยเกินไป จัดการคาดว่า PDL อธิบายให้รักษาควบคู่กับรหัส สง่างามเหนือศีรษะขนาดใหญ่น้อย หรือไม่มีประโยชน์ [foldoc]Language, StructuredA programming language where the program may be broken down into blocks or procedureswhich can be written without detailed knowledge of the inner workings of other blocks, thusallowing a top-down design approach. [foldoc]Language, Specification and Description (SDL)A language standardised by the ITU-T well suited to functional design of reactive systemscomprising concurrent processes with state-transition behaviour. [proteus]Language, Structured Query (SQL)A language which provides a user interface to relational database management systems,developed by IBM in the 1970s. SQL is the de facto standard, as well as being an ISO and ANSIstandard. It is often embedded in other programming languages. SQL provides provided basiclanguage constructs for defining and manipulating tables of data, language extensions forreferential integrity and generalised integrity constraints, facilities for schema manipulationand data administration, and capabilities for data definition and data manipulation.Development is currently underway to enhance SQL into a computationally complete languagefor the definition and management of persistent, complex objects. This includes: generalisationand specialisation hierarchies, multiple inheritance, user defined data types, triggers andassertions, support for knowledge based systems, recursive query expressions, and additionaldata administration tools. It also includes the specification of abstract data types (ADTs), objectidentifiers, methods, inheritance, polymorphism, encapsulation, and all of the other facilitiesnormally associated with object data management. [foldoc]Language, Visual Programming (VPL)Page 12Glossary of Re-engineering TermsAny programming language that allows the user to specify a program in a two-(or more)-dimensionsional way. Conventional textual languages are not considered two-dimensionalsince the compiler or interpreter processes them as one-dimensional streams of characters. AVPL allows programming with visual expressions - spatial arrangements of textual andgraphical symbols. VPLs may be further classified, according to the type and extent of visualexpression used, into icon-based languages, form-based languages and diagram languages.Visual programming environments provide graphical or iconic elements which can bemanipulated by the user in an interactive way according to some specific spatial grammar forprogram construction. A visually transformed language is a non-visual language with asuperimposed visual representation. Naturally visual languages have an inherent visualexpression for which there is no obvious textual equivalent. [foldoc]Legacy System A typical computer legacy system may be 10-25 years old, have been developed using archaicmethods, have experienced several personnel changes, one for which current maintenance isvery expensive, and one for which integration with current or modern technology or softwaresystems is difficult or impossible. Legacy systems require reengineering to put them in a formwhere they may better suit modern requirements and may evolve more efficiently. [sei95]--A computer system or application program which continues to be used because of theprohibitive cost of replacing or redesigning it and despite its poor competitiveness andcompatibility with modern equivalents. The implication is that the system is large, monolithicand difficult to modify. If the legacy software only runs on antiquated hardware the cost ofmaintaining this may eventually outweigh the cost of replacing both the software andhardware unless some form of emulation or backward compatibility allows the software to runon new hardware. [foldoc]Maintenance / MaintainabilityAn important part of the software life-cycle. Maintenance is expensive in manpower andresources, and software engineering aims to reduce its cost. [foldoc]--Maintenance activities include:Perfective maintenance - Changes which improve the system in some way withoutchanging its functionality;Adaptive maintenance - Maintenance which is required because of changes in theenvironment of a program;Corrective maintenance - The correction of previously undiscovered sy
การแปล กรุณารอสักครู่..
ผลลัพธ์ (ไทย) 2:[สำเนา]
คัดลอก!
(3) อุปกรณ์ที่รับสัญญาณไฟฟ้าจากส่วนหนึ่งของระบบคอมพิวเตอร์และ
ทำให้พวกเขาในรูปแบบที่สามารถนำมาใช้โดยอีกส่วนหนึ่ง.
(4) ฮาร์ดแวร์หรือซอฟต์แวร์ที่เชื่อมโยงคอมพิวเตอร์ไปยังอุปกรณ์.
(5) เพื่อแปลงสัญญาณ จากรูปแบบหนึ่งไปยังอีกและส่งพวกเขาระหว่างสองชิ้นของ
อุปกรณ์ [อาทิตย์]
องค์การระหว่างประเทศเพื่อการมาตรฐาน (ISO)
โดยสมัครใจ, องค์กรที่ไม่แสวงหาสนธิสัญญาก่อตั้งขึ้นในปี 1946 รับผิดชอบในการสร้างระหว่างประเทศ
มาตรฐานในหลายพื้นที่รวมทั้งเครื่องคอมพิวเตอร์และการสื่อสาร ISO ผลิตเจ็ด
ชั้นสำหรับรูปแบบสถาปัตยกรรมเครือข่าย (เปิดระบบเชื่อมต่อโครงข่าย) สมาชิกที่เป็น
องค์กรมาตรฐานแห่งชาติจาก 89 ประเทศรวมทั้งมาตรฐานแห่งชาติอเมริกัน
สถาบัน [foldoc]
Internationalisation
กระบวนการของการเปลี่ยนแปลงโปรแกรมเพื่อที่จะเป็นแบบพกพาทั่วหลายภาษา นี้
อาจสนับสนุนการพกพาทั้งสองชุดของตัวละครที่แตกต่างกันเช่น 8 บิต ISO 8859/1 (ISO Latin 1)
ชุดอักขระและชุดอักขระ ASCII 7 บิตและภาษาที่แตกต่างกันสำหรับเอกสารช่วยเหลือ
หน้าจอและอื่น ๆ [อาทิตย์]
ภาษา, รุ่นที่ 3 (3GL)
ภาษาออกแบบมาให้ง่ายขึ้นสำหรับมนุษย์ที่จะเข้าใจสิ่งที่ต้องการรวมถึงการตั้งชื่อ
ตัวแปร อาจจะมีส่วนช่วยให้ c = C + 2 * d FORTRAN, ALGOL ภาษาโคบอลและเป็น
ตัวอย่างแรกของการจัดเรียงของภาษานี้ ส่วนใหญ่ "สมัยใหม่" ภาษา (ขั้นพื้นฐาน, C, C ++) มีสาม
รุ่น 3GLs ส่วนใหญ่สนับสนุนการเขียนโปรแกรมที่มีโครงสร้าง [foldoc]
ภาษารุ่นที่ 4 (4GL)
ภาษาโปรแกรมเฉพาะ คำที่คิดค้นขึ้นมาเพื่ออ้างถึงในระดับสูงที่ไม่ใช่ขั้นตอน
ภาษาที่สร้างขึ้นรอบระบบฐานข้อมูล สามรุ่นแรกได้รับการพัฒนาอย่างเป็นธรรม
ได้อย่างรวดเร็ว แต่มันก็ยังคงทำลายช้าและผิดพลาดง่ายกับคอมพิวเตอร์โปรแกรมที่นำไปสู่
​​ครั้งแรก "วิกฤตการเขียนโปรแกรม" ซึ่งในจำนวนของการทำงานที่อาจจะได้รับมอบหมายให้
เขียนโปรแกรมมากเกินปริมาณของ เวลาโปรแกรมเมอร์พร้อมที่จะทำมัน ในขณะเดียวกัน
จำนวนมากประสบการณ์ได้รับการรวมตัวกันในบางพื้นที่และมันก็กลายเป็นที่ชัดเจนว่าการใช้งานบางอย่าง
อาจจะทั่วไปโดยการเพิ่มการเขียนโปรแกรมภาษาที่ จำกัด กับพวกเขา ดังนั้นจึงเกิด
ภาษารายงานเครื่องกำเนิดไฟฟ้าซึ่งได้รับการเลี้ยงดูรายละเอียดของรูปแบบข้อมูลและรายงานเพื่อ
สร้างและหันที่เป็นภาษาโคบอล (หรือภาษาอื่น ๆ ) โปรแกรมซึ่งอันที่จริงมี
คำสั่งในการอ่านและประมวลผลข้อมูลและวางผลลัพธ์บน หน้า บางคนอื่น ๆ
ที่ประสบความสำเร็จภาษารุ่นที่ 4 คือภาษาการสืบค้นฐานข้อมูลเช่น SQL; โฟกัส Metafont,
PostScript, RPG-II, S, IDL-PV / WAVE, เกาส์ Mathematica และภาษาข้อมูลแบบสตรีมเช่น
AVS, APE, ไอริส Explorer ที่ [foldoc]
ภาษานิยาม Interface (IDL)
เพื่อให้บรรลุการทำงานร่วมกันในหลายภาษาและเครื่องมือรูปแบบวัตถุระบุมาตรฐาน
สำหรับการกำหนดอินเตอร์เฟซการประยุกต์ใช้ในแง่ของภาษาที่เป็นอิสระ - นิยามอินเตอร์เฟซ
ภาษา คำจำกัดความของอินเตอร์เฟซจะถูกเก็บไว้โดยทั่วไปในพื้นที่เก็บข้อมูลที่ลูกค้าสามารถสอบถามได้ที่
เวลาทำงาน [renaissance96]
ภาษามาร์กอัป
ภาษาสำหรับบันทึกย่อของรหัสที่มาเพียงแค่ปรับปรุงลักษณะรหัสแหล่งที่มาที่มี
ความหมายของคำสำคัญที่เป็นตัวหนาเผือดความคิดเห็นเป๋ ฯลฯ ดูเพิ่มเติมการจัดรูปแบบ [koschke95]
-
ในการจัดเตรียมเอกสารคอมพิวเตอร์วิธีการเพิ่มข้อมูลให้กับข้อความที่ระบุ
ส่วนประกอบตรรกะของเอกสารหรือคำแนะนำสำหรับรูปแบบของข้อความบนหน้าหรืออื่น ๆ
ข้อมูลที่สามารถตีความโดยบางระบบอัตโนมัติ [foldoc]
ภาษา, โมดูลเชื่อมต่อโครงข่าย (MIL)
หน้า 11
คำศัพท์ Re วิศวกรรม
ภาษาโมดูลเชื่อมต่อโครงข่ายเป็นภาษาที่แยกออกจากและประกอบกับ
การดำเนินการโปรแกรมภาษา Mils มีความกังวลกับสถาปัตยกรรมโดยรวมของ
ระบบซอฟต์แวร์ พวกเขาจัดการกับองค์ประกอบของระบบขนาดใหญ่ออกจากโมดูล
การเชื่อมต่อระหว่างโมดูลเหล่านี้และข้อกำหนดของพวกเขาและเวอร์ชันของผล
สถาปัตยกรรมเมื่อเวลาผ่านไป วัตถุประสงค์ของการ Mils คือการอธิบายระบบเพื่อที่จะสามารถ
สร้างระบุอย่างแจ่มแจ้งและทำซ้ำเหมือนกัน MIL เป็นทั้งสัญกรณ์สำหรับ
การออกแบบเอกสารและการสื่อสารและวิธีการของการบังคับใช้สถาปัตยกรรมระบบ.
[renaissance96]
ภาษา, Object Oriented
ภาษาสำหรับการเขียนโปรแกรมเชิงวัตถุ แนวคิดพื้นฐานในแนวทางนี้เป็นที่ของ
วัตถุซึ่งเป็นโครงสร้างข้อมูล (ชนิดข้อมูลนามธรรม) ห่อหุ้มด้วยชุดของการปฏิบัติที่เรียกว่า
วิธีการที่ทำงานกับข้อมูล การดำเนินการกับข้อมูลที่สามารถดำเนินการผ่านทางเหล่านี้
วิธีการที่ต้องใช้ในวัตถุทั้งหมดซึ่งเป็นกรณีของการเรียนโดยเฉพาะอย่างยิ่ง (ดู
มรดก) จึงติดต่อไปยังวัตถุที่มีการกำหนดไว้อย่างดีและช่วยให้รหัสการใช้
วิธีการที่จะมีการเปลี่ยนแปลงมานานเป็นอินเตอร์เฟซยังคงเหมือนเดิม แต่ละชั้นเป็นแยก
โมดูลและมีตำแหน่งในลำดับชั้น วิธีการหรือรหัสในระดับหนึ่งสามารถผ่าน
ลงลำดับชั้นรองหรือรับมรดกมาจาก superclass ขั้นตอนสายจะมีการอธิบาย
ในแง่ของการส่งผ่านข้อความ ชื่อข้อความวิธีและเลือกที่อื่น ๆ อาจรวมถึง
ข้อโต้แย้ง เมื่อข้อความถูกส่งไปยังวัตถุ, วิธีการที่จะมองขึ้นในชั้นเรียนของวัตถุที่จะ
หาวิธีการดำเนินการที่เกี่ยวกับวัตถุที่กำหนด หากวิธีการที่ไม่ได้กำหนดไว้สำหรับ
ระดับของวัตถุก็จะมองหาใน superclass และอื่น ๆ ขึ้นลำดับชั้นจนกว่าจะพบ
หรือไม่มี superclass ที่สูงขึ้น ขั้นตอนการเรียกกลับมาเสมอวัตถุผลซึ่งอาจจะเป็น
ข้อผิดพลาดเช่นเดียวกับในกรณีที่ไม่มี superclass กำหนดวิธีการร้องขอ [foldoc]
ภาษา, รายละเอียดโครงการ / ออกแบบ (PDL)
ใด ๆ ของชั้นขนาดใหญ่ที่เป็นทางการและไม่ได้ผลอย่างสุดซึ้งภาษาหลอกซึ่งในการจัดการ
กองกำลังหนึ่งในการออกแบบโปรแกรม บ่อยครั้งที่ผู้บริหารคาดว่ารายละเอียด PDL จะได้รับการ
เก็บรักษาไว้ในแบบคู่ขนานกับรหัสการจัดเก็บภาษีค่าใช้จ่ายมหาศาลของผลประโยชน์น้อยหรือไม่มีเลย [foldoc]
ภาษา, โครงสร้าง
การเขียนโปรแกรมภาษาที่โปรแกรมอาจจะถูกทำลายลงในบล็อกหรือขั้นตอน
ที่สามารถเขียนได้โดยไม่ต้องรู้รายละเอียดของผลงานภายในของบล็อกอื่น ๆ จึง
ช่วยให้มีแนวทางการออกแบบจากบนลงล่าง [foldoc]
ภาษา, รายละเอียดและคำอธิบาย (SDL)
ภาษามาตรฐานโดย ITU-T เหมาะกับการออกแบบการทำงานของระบบปฏิกิริยา
ประกอบด้วยกระบวนการพร้อมกันกับพฤติกรรมของรัฐการเปลี่ยนแปลง [Proteus]
ภาษา, คำที่มีโครงสร้าง (SQL)
ภาษาที่มีอินเตอร์เฟซผู้ใช้ระบบการจัดการฐานข้อมูลเชิงสัมพันธ์,
การพัฒนาโดยไอบีเอ็มในปี 1970 SQL เป็นพฤตินัยมาตรฐานเช่นเดียวกับการรับรองมาตรฐาน ISO และ ANSI
มาตรฐาน มันฝังอยู่บ่อยครั้งในการเขียนโปรแกรมภาษาอื่น ๆ SQL ให้ให้พื้นฐาน
โครงสร้างภาษาสำหรับการกำหนดและจัดการตารางข้อมูลนามสกุลภาษาสำหรับ
ความสมบูรณ์ของ referential ความสมบูรณ์และข้อ จำกัด ทั่วไป, สิ่งอำนวยความสะดวกสำหรับการจัดการคี
และการบริหารจัดการข้อมูลและความสามารถในการนิยามข้อมูลและการจัดการข้อมูล.
การพัฒนากำลังก้าวหน้าเพื่อเพิ่มลงใน SQL คอมพิวเตอร์ภาษาที่สมบูรณ์แบบ
สำหรับความหมายและการจัดการของถาวรวัตถุที่ซับซ้อน นี้รวมถึง: ทั่วไป
ลำดับชั้นและความเชี่ยวชาญมรดกหลายผู้ใช้กำหนดชนิดข้อมูลเรียกและ
ยืนยันการสนับสนุนความรู้ตามระบบการแสดงออกแบบสอบถาม recursive และเพิ่มเติม
เครื่องมือการบริหารข้อมูล นอกจากนี้ยังมีคุณสมบัติของชนิดข้อมูลนามธรรม (ADTs) วัตถุ
ระบุวิธีการรับมรดกความแตกต่าง, การห่อหุ้มและทั้งหมดของสิ่งอำนวยความสะดวกอื่น ๆ
ปกติที่เกี่ยวข้องกับวัตถุการจัดการข้อมูล [foldoc]
ภาษา, การเขียนโปรแกรมภาพ (VPL)
หน้า 12
คำศัพท์ Re วิศวกรรม
การเขียนโปรแกรมภาษาใด ๆ ที่จะช่วยให้ผู้ใช้เพื่อระบุโปรแกรมในสอง (หรือมากกว่า) -
วิธี dimensionsional ภาษาที่เป็นข้อความธรรมดาจะไม่ถือว่าเป็นสองมิติ
ตั้งแต่คอมไพเลอร์หรือล่ามกระบวนการพวกเขาเป็นกระแสหนึ่งมิติของตัวละคร
ช่วยให้การเขียนโปรแกรม VPL กับการแสดงออกภาพ - การเตรียมการเชิงพื้นที่ของต้นฉบับเดิมและ
สัญลักษณ์กราฟิก VPLS อาจจะแยกตามประเภทและขอบเขตของภาพที่
แสดงออกมาใช้เป็นภาษาที่ไอคอนที่ใช้ภาษารูปแบบที่ใช้และภาษาแผนภาพ.
สภาพแวดล้อมที่โปรแกรมให้ภาพกราฟิกหรือองค์ประกอบที่โดดเด่นซึ่งสามารถ
จัดการโดยผู้ใช้ในวิธีการโต้ตอบ ตามที่บางไวยากรณ์เชิงพื้นที่ที่เฉพาะเจาะจงสำหรับ
การก่อสร้างโครงการ เปลี่ยนภาษาสายตาเป็นภาษาที่ไม่ใช่ภาพกับ
การแสดงภาพซ้อนทับ ภาษาภาพธรรมชาติมีธรรมชาติที่มองเห็น
การแสดงออกที่ไม่มีเทียบเท่าต้นฉบับเดิมอย่างเห็นได้ชัด [foldoc]
มรดกระบบ
คอมพิวเตอร์ระบบเดิมโดยทั่วไปอาจจะ 10-25 ปี, ได้รับการพัฒนาโดยใช้โบราณ
วิธีการมีประสบการณ์หลายเปลี่ยนแปลงบุคลากรหนึ่งสำหรับการบำรุงรักษาซึ่งปัจจุบัน
มีราคาแพงมากและเป็นหนึ่งในที่ทำงานร่วมกับเทคโนโลยีที่ทันสมัยในปัจจุบันหรือ หรือซอฟแวร์
ระบบเป็นเรื่องยากหรือเป็นไปไม่ได้ ระบบเดิมที่ต้องมีการปรับรื้อจะนำพวกเขาในรูปแบบ
ที่พวกเขาดีกว่าอาจจะเหมาะกับความต้องการที่ทันสมัยและอาจพัฒนาได้อย่างมีประสิทธิภาพมากขึ้น [sei95]
-
ระบบคอมพิวเตอร์หรือโปรแกรมที่ยังคงถูกนำมาใช้เพราะ
ค่าใช้จ่ายที่ต้องห้ามในการเปลี่ยนหรือปรับเปลี่ยนการออกแบบและแม้จะมีความสามารถในการแข่งขันที่ไม่ดีและ
เข้ากันได้กับรายการเทียบเท่าที่ทันสมัย ความหมายก็คือว่าระบบที่มีขนาดใหญ่เสาหิน
และยากที่จะแก้ไข หากซอฟต์แวร์มรดกเพียงทำงานบนฮาร์ดแวร์โบราณค่าใช้จ่ายของ
การรักษานี้ในที่สุดอาจมีค่าเกินค่าใช้จ่ายในการเปลี่ยนทั้งซอฟต์แวร์และ
ฮาร์ดแวร์เว้นแต่รูปแบบของการแข่งขันหรือเข้ากันได้บางส่วนช่วยให้ซอฟต์แวร์ที่ทำงาน
บนฮาร์ดแวร์ใหม่ [foldoc]
การดูแลรักษา / การบำรุงรักษา
ส่วนสำคัญของวงจรชีวิตของซอฟแวร์ การดูแลรักษาที่มีราคาแพงในกำลังคนและ
ทรัพยากรและวิศวกรรมซอฟต์แวร์มีวัตถุประสงค์เพื่อลดค่าใช้จ่ายของ [foldoc]
-
กิจกรรมการบำรุงรักษารวมถึง
การบำรุงรักษาที่เพอร์เฟ - การเปลี่ยนแปลงซึ่งปรับปรุงระบบในทางใดทางหนึ่งโดยไม่ต้อง
มีการเปลี่ยนแปลงการทำงานของตน
ในการบำรุงรักษาการปรับตัว - การบำรุงรักษาซึ่งเป็นสิ่งจำเป็นเนื่องจากการเปลี่ยนแปลงใน
สภาพแวดล้อมของโปรแกรม;
บำรุงรักษาที่ถูกต้อง - การแก้ไขก่อนหน้านี้ยังไม่ได้เปิด ซี่
การแปล กรุณารอสักครู่..
ผลลัพธ์ (ไทย) 3:[สำเนา]
คัดลอก!
( 3 ) อุปกรณ์ที่รับสัญญาณไฟฟ้าจากส่วนหนึ่งของระบบคอมพิวเตอร์และ
แสดงให้อยู่ในรูปแบบที่สามารถนำมาใช้โดยอีกส่วนหนึ่ง .
( 4 ) ฮาร์ดแวร์หรือซอฟต์แวร์ที่เชื่อมโยงคอมพิวเตอร์ไปยังอุปกรณ์ .
( 5 ) เพื่อแปลงสัญญาณจากรูปแบบหนึ่งไปยังอีกและผ่านพวกเขาระหว่างสองชิ้น ของ
อุปกรณ์ [ ดวงอาทิตย์ ]
องค์การระหว่างประเทศว่าด้วยการมาตรฐาน ( ISO ) การสมัครองค์การสนธิสัญญาไม่ก่อตั้งขึ้นในปี 1946 , รับผิดชอบในการสร้างมาตรฐานสากล
ในหลายพื้นที่ รวมถึงคอมพิวเตอร์และการสื่อสาร ISO ผลิตเจ็ด
ชั้น รูปแบบสถาปัตยกรรมเครือข่าย ( ระบบโทรศัพท์เคลื่อนที่เปิด ) สมาชิกจะ
มาตรฐานแห่งชาติองค์กรจาก 89 ประเทศ รวมทั้ง American National Standards
สถาบัน [

] foldoc นานาชาติกระบวนการของการแก้ไขโปรแกรมเพื่อให้มันเป็นแบบพกพาข้ามภาษาหลาย เว็บนี้สนับสนุนทั้งสองตัวละครชุด
อาจแตกต่างกัน เช่น ISO 8859 8 / 1 ( ISO Latin 1 )
ชุดตัวละครและชุดอักขระ ASCII แบบ 7 บิต และภาษาต่าง ๆเอกสาร ช่วย
หน้าจอและอื่น ๆ [ ดวงอาทิตย์ ]
ภาษารุ่นที่ 3 ( 3gl )
ภาษาออกแบบมาเพื่อให้ง่ายสำหรับมนุษย์ที่จะเข้าใจ รวมถึงสิ่งที่ชอบชื่อ
ตัวแปร ส่วนจะให้ C = C 2 * D . FORTRAN อัลกอลและโคบอลเป็น
ตัวอย่างแรกของการจัดเรียงนี้ของภาษา ที่สุด " สมัยใหม่ " ภาษา ( Basic , C , C ) เป็นรุ่นที่ 3

3gls ส่วนใหญ่สนับสนุนการเขียนโปรแกรมโครงสร้าง [ foldoc ]
ภาษารุ่นที่ 4 ( แก้ไข )
ใบสมัครเฉพาะภาษาคำที่ถูกคิดค้นเพื่ออ้างถึงไม่ใช่กระบวนการระดับ
สูงภาษาสร้างขึ้นรอบ ๆระบบฐานข้อมูล สามรุ่นแรกมีการพัฒนาค่อนข้าง
อย่างรวดเร็ว แต่มันก็ยังหงุดหงิด ช้า และแนวโน้มข้อผิดพลาดคอมพิวเตอร์โปรแกรมที่นำไปสู่
แรกโปรแกรม " วิกฤต " ที่ปริมาณของงานที่อาจจะได้รับมอบหมาย

โปรแกรมเมอร์โปรแกรมเมอร์มากเกินปริมาณของเวลาที่มีการทำ โดย
ประสบการณ์มากมายถูกรวบรวมไว้ในบางพื้นที่ และมันเป็นที่ชัดเจนว่าบางโปรแกรมสามารถสรุปได้โดยการเพิ่ม
จำกัดการเขียนโปรแกรมภาษาเหล่านั้น จึงเกิดรายงานภาษาเครื่องกำเนิดไฟฟ้าที่ป้อนรายละเอียดของข้อมูลและรูปแบบรายงาน

สร้างและเปิดที่เป็นภาษาโคบอล ( หรือภาษาอื่น ๆ ) ซึ่งจริงๆแล้วมีโปรแกรม
คำสั่งอ่านข้อมูลสถานที่และกระบวนการและผลลัพธ์ในหน้า บางอื่น ๆที่ประสบความสำเร็จรุ่นที่ 4
ภาษา : ภาษาแบบสอบถามฐานข้อมูลเช่น SQL ; โฟกัส metafont
rpg-ii , PostScript , S , idl-pv / คลื่นเกาส์ , และแบบกระแสข้อมูลภาษาเช่น
AVS , APE , Explorer ที่ไอริส [ ]
foldocภาษานิยาม interface ( IDL )
เพื่อให้บรรลุร่วมกันข้ามภาษาและเครื่องมือรูปแบบวัตถุกำหนดมาตรฐานสำหรับการกำหนดอินเตอร์เฟซโปรแกรมประยุกต์
ในแง่ของภาษาอิสระ - อินเตอร์เฟซความหมาย
ภาษา คำจำกัดความของอินเตอร์เฟซที่มักจะถูกเก็บไว้ในกรุ ซึ่งลูกค้าสามารถสอบถามที่
ครั้ง . [ renaissance96 ]

ภาษามาร์คอัปภาษาสำหรับบันทึกย่อของรหัสที่มาที่จะเพียงแค่การปรับปรุงรหัสแหล่งที่มาของลักษณะที่ปรากฏกับ
หมายถึงกล้าหาญเผชิญคำสำคัญ , ความคิดเห็นที่เอียง ฯลฯ ดูฟอร์แมต . [ koschke95 ]
--
ในการเตรียมเอกสาร คอมพิวเตอร์ วิธีการของการเพิ่มข้อมูลข้อความแสดง
ส่วนประกอบตรรกะของเอกสารหรือคำแนะนำสำหรับรูปแบบของข้อความบนหน้า
หรืออื่น ๆข้อมูลที่สามารถตีความโดยอัตโนมัติระบบ [ foldoc ]
ภาษาเชื่อมต่อโมดูลมิล ( หน้า 11 )

คำศัพท์วิศวกรรมอีกครั้ง
โมดูลเชื่อม ภาษาเป็นภาษาที่สามารถแยกและประกอบกับ
โปรแกรมการใช้งานภาษา สัดจะเกี่ยวข้องกับสถาปัตยกรรมโดยรวมของ
ระบบซอฟต์แวร์
การแปล กรุณารอสักครู่..
 
ภาษาอื่น ๆ
การสนับสนุนเครื่องมือแปลภาษา: กรีก, กันนาดา, กาลิเชียน, คลิงออน, คอร์สิกา, คาซัค, คาตาลัน, คินยารวันดา, คีร์กิซ, คุชราต, จอร์เจีย, จีน, จีนดั้งเดิม, ชวา, ชิเชวา, ซามัว, ซีบัวโน, ซุนดา, ซูลู, ญี่ปุ่น, ดัตช์, ตรวจหาภาษา, ตุรกี, ทมิฬ, ทาจิก, ทาทาร์, นอร์เวย์, บอสเนีย, บัลแกเรีย, บาสก์, ปัญจาป, ฝรั่งเศส, พาชตู, ฟริเชียน, ฟินแลนด์, ฟิลิปปินส์, ภาษาอินโดนีเซี, มองโกเลีย, มัลทีส, มาซีโดเนีย, มาราฐี, มาลากาซี, มาลายาลัม, มาเลย์, ม้ง, ยิดดิช, ยูเครน, รัสเซีย, ละติน, ลักเซมเบิร์ก, ลัตเวีย, ลาว, ลิทัวเนีย, สวาฮิลี, สวีเดน, สิงหล, สินธี, สเปน, สโลวัก, สโลวีเนีย, อังกฤษ, อัมฮาริก, อาร์เซอร์ไบจัน, อาร์เมเนีย, อาหรับ, อิกโบ, อิตาลี, อุยกูร์, อุสเบกิสถาน, อูรดู, ฮังการี, ฮัวซา, ฮาวาย, ฮินดี, ฮีบรู, เกลิกสกอต, เกาหลี, เขมร, เคิร์ด, เช็ก, เซอร์เบียน, เซโซโท, เดนมาร์ก, เตลูกู, เติร์กเมน, เนปาล, เบงกอล, เบลารุส, เปอร์เซีย, เมารี, เมียนมา (พม่า), เยอรมัน, เวลส์, เวียดนาม, เอสเปอแรนโต, เอสโทเนีย, เฮติครีโอล, แอฟริกา, แอลเบเนีย, โคซา, โครเอเชีย, โชนา, โซมาลี, โปรตุเกส, โปแลนด์, โยรูบา, โรมาเนีย, โอเดีย (โอริยา), ไทย, ไอซ์แลนด์, ไอร์แลนด์, การแปลภาษา.

Copyright ©2024 I Love Translation. All reserved.

E-mail: