- Build Supercomputers with Raspberry Pi 3
- Carlos R. Morrison
- 93字
- 2021-07-09 19:03:33
Flynn's classical taxonomy
Parallel computers can be classified in at least four ways:
- Single Instruction stream Single Data stream (SISD)
- Single Instruction stream Multiple Data stream (SIMD)
- Multiple Instruction stream Single Data stream (MISD)
- Multiple Instruction stream Multiple Data stream (MIMD)
These classifications are discussed in more detail in the Appendix:

Michael J. Flynn proposed this classification in 1966, and it is still in use today. The Cray-1 and the CDC 7600 supercomputer discussed in the following sections are of the SISD class. Use the following link to learn more about Flynn: .
推薦閱讀
- 大數(shù)據(jù)戰(zhàn)爭:人工智能時代不能不說的事
- 我的J2EE成功之路
- Cloud Analytics with Microsoft Azure
- 圖形圖像處理(Photoshop)
- CorelDRAW X4中文版平面設(shè)計50例
- AWS Certified SysOps Administrator:Associate Guide
- PostgreSQL 10 Administration Cookbook
- Linux Shell編程從初學(xué)到精通
- Mastering Ceph
- Java組件設(shè)計
- Hands-On Microservices with C#
- 基于Quartus Ⅱ的數(shù)字系統(tǒng)Verilog HDL設(shè)計實例詳解
- 巧學(xué)活用Photoshop
- 暗戰(zhàn)強人:黑客攻防入門全程圖解
- AVR單片機C語言程序設(shè)計實例精粹