登入
選單
返回
Google圖書搜尋
Programming the SIMPL Way - Second Edition
John Collins
Robert Findlay
出版
Lulu.com
, 2010-05-31
主題
Computers / General
Computers / Languages / General
ISBN
0557471311
9780557471317
URL
http://books.google.com.hk/books?id=khzVAgAAQBAJ&hl=&source=gbs_api
EBook
SAMPLE
註釋
At its most fundamental, SIMPL is a set of library functions which allow the passing of encapsulated messages between cooperating processes. These processes may be local to one host computer or spread over a network.On another level, SIMPL is an active open source project which began over a decade ago. Over the years this project has accumulated an extensive body of sample code and extensions. Currently SIMPL libraries are supported for C/C++, Python, JAVA and Tcl programming languages. A sample Sudoku puzzle solver project illustrates all these in a single application.