英文字典中文字典


英文字典中文字典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       







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

serialise    
v. 写成连载长篇而刊登

写成连载长篇而刊登

serialise
v 1: arrange serially; "Serialize the numbers" [synonym:
{serialize}, {serialise}]

To represent an arbitrarily complex {data
structure} in a location-independent way so that it can be
communicated or stored elsewhere.

For example, an {object} representing a time, with
{attributes} for year, month, timezone, etc., could be
serialised as the {string} "2002-02-24T14:33:52-0800", or an
{XML} element "hour='14' minute='33' second='52' timezone='-0800' />", or as
a {binary} string.

As well as providing an external data representation
(e.g. representing an {integer} as a string of {ASCII}
digits) and {marshalling} components into a single block of
data, a serialisation {algorithm} needs to follow {pointers}
to include objects referred to by the initial object. This is
further complicated by the possible presence of cycles in the
{object graph}.

It should be possible to store the serialised representation
on disk, or transmit it across a network, and then restore it
as an object (graph) that is the same as the original.

(2001-09-28)


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





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


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

































































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


  • Java Hello World Program - GeeksforGeeks
    class HelloWorld { Statements} Note: If the class is public, the filename must match the class name HelloWorld java 2 HelloWorld It is an identifier that is the name of the class The entire class definition, including all of its members, will be between the opening curly brace " { " and the closing curly brace " } " 3 main Method
  • 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
  • Hello World – Programming Fundamentals
    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]
  • C++ Hello, World! Program
    Let's see how C++ "Hello, World!" program works If you haven't already set up the environment to run C++ on your computer, visit Install C++ on Your Computer C++ "Hello World!" Program std::cout << "Hello World!"; return 0; Output Hello World! Working of C++ "Hello World!" Program In C++, any line starting with is a comment
  • 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
  • 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 - 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!
  • 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!
  • 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]
  • 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





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