- Distributed Computing in Java 9
- Raja Malleswara Rao Pattamsetti
- 54字
- 2021-07-02 21:02:37
Structures
Structures are used to define reusable data types. Their syntaxes have a keyword struct followed by a variable, which acts as a valid type name.
The basic data types advised by the IDL and their corresponding descriptions are as follows:
interface EmployeeRegistry {
struct address_spec {
name string <100>;
salary float;
};
推薦閱讀
- 機器學習系統:設計和實現
- OpenCV實例精解
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- 基于免疫進化的算法及應用研究
- Python機器學習編程與實戰
- Linux命令行與shell腳本編程大全(第4版)
- Learning FuelPHP for Effective PHP Development
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(1)
- Julia for Data Science
- Python入門很輕松(微課超值版)
- R語言實戰(第2版)
- IBM RUP參考與認證指南
- jQuery Mobile Web Development Essentials(Second Edition)
- 零基礎學編程系列(全5冊)
- CryENGINE Game Programming with C++,C#,and Lua