- 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;
};
推薦閱讀
- The DevOps 2.3 Toolkit
- 精通搜索分析
- 基于免疫進化的算法及應用研究
- Mastering Ubuntu Server
- 教孩子學編程:C++入門圖解
- Spring Boot進階:原理、實戰與面試題分析
- 量化金融R語言高級教程
- Learning Apache Cassandra
- 深入剖析Java虛擬機:源碼剖析與實例詳解(基礎卷)
- QGIS Python Programming Cookbook(Second Edition)
- Managing Microsoft Hybrid Clouds
- Mockito Essentials
- 大學計算機應用基礎(Windows 7+Office 2010)(IC3)
- Microsoft HoloLens By Example
- Python計算機視覺與深度學習實戰