- Distributed Computing in Java 9
- Raja Malleswara Rao Pattamsetti
- 51字
- 2021-07-02 21:02:37
Types and constants
The basic data types advised by the IDL and their corresponding descriptions are given in the following table:

The following is an example that uses data types:
interface EmployeeRegistry {
typedef identification string <10>;
typedef name string <100>;
identification getId(in string name);
name getName(in string id);
};
推薦閱讀
- scikit-learn Cookbook
- Getting Started with Citrix XenApp? 7.6
- R語言經典實例(原書第2版)
- OpenCV實例精解
- Visual C++實例精通
- Mastering AndEngine Game Development
- TypeScript實戰指南
- TradeStation交易應用實踐:量化方法構建贏家策略(原書第2版)
- C語言程序設計學習指導與習題解答
- 數據結構案例教程(C/C++版)
- PySide 6/PyQt 6快速開發與實戰
- Python High Performance Programming
- Mastering Xamarin.Forms(Second Edition)
- UML2面向對象分析與設計(第2版)
- 征服C指針(第2版)