- 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;
};
推薦閱讀
- Python機(jī)器學(xué)習(xí):數(shù)據(jù)分析與評分卡建模(微課版)
- Building Modern Web Applications Using Angular
- 羅克韋爾ControlLogix系統(tǒng)應(yīng)用技術(shù)
- Oracle數(shù)據(jù)庫從入門到運維實戰(zhàn)
- 征服RIA
- Bootstrap 4:Responsive Web Design
- 青少年信息學(xué)競賽
- Protocol-Oriented Programming with Swift
- 智能搜索和推薦系統(tǒng):原理、算法與應(yīng)用
- Mastering Docker
- 網(wǎng)絡(luò)數(shù)據(jù)采集技術(shù):Java網(wǎng)絡(luò)爬蟲實戰(zhàn)
- Mastering PowerCLI
- Android編程權(quán)威指南(第4版)
- Mastering Machine Learning with R
- Python趣味創(chuàng)意編程