高级计算机程序基础-Fundamental of Advanced Computer Programming

高级计算机程序基础-Fundamental of Advanced Computer Programming
分享
扫描下方二维码分享到微信
打开微信,点击右上角”+“,
使用”扫一扫“即可将网页分享到朋友圈。
作者:
2005-08
版次: 1
ISBN: 9787309045765
定价: 45.00
装帧: 平装
开本: 其他
纸张: 胶版纸
页数: 353页
字数: 423千字
2人买过
  • This textbook is a course for the students majoring non-computer science and taking up the large scale computer calculation and simulation. It consists of three knowledge blocks' Unix operating system, Computer languages (C/C++/Java/Matlab) and Database language SQL. All these contents work on the Unix platform. Various computer languages in this book are integrated as a whole, so that several Ianguages can be compressed into a single course.
      
      
      The guiding idea of this book lies in: "Any computer language consists of five eIements: Variable, Operator, Function, Control, and lnput/Output (or add Exception and GUI two items). The difference between languages appears only on their different formats." We take a unified metheds for handling three knowledge blocks by combining Shell Script program with computer languages. So, these three parts are close ly relative.
      
      
      This book also includes a lot of source codes and other important computer languages (Python, TCL and MPl) attached on a compact disk as the indiscerptible parts of it. Readers can really understand the contents of the book only if they learn these source codes in detail.
      
      
      This book will also be of interest to scientists and engineers who would like to learn the fundamentals of advanced computer programs. 周麟祥,物理学教授。1939年12月生,原籍浙江嘉兴。1960年毕业于厦门大学物理系。    1993-1997年任美国林肯大学客座教授。曾在厦门大学任教。目前在复旦大学物理系主要从事蛋白质分子动力学和全电子结构的计算机模拟研究工作。 PREFACE

    PART 1 UNIX OPERATING SYSTEM

      Chapter 1 EDITING AND MANAGING FILE

       1.1 LOGIN AND LOGOUT

       1.2 EDITOR VI

       1.3 MANAGING FILE

      Chapter 2 ENVIRONMENT

       2.1 KERNEL AND SHELL

       2.2 FILE PERMISSION

       2.3 CUSTOMIZING ENVIRONMENT

       2.4 INTERNET IN UNIX SYSTEM

       2.5 MANAGING SYSTEM

      Chapter 3 SHELL SCRIPT 

       3.1 WHAT IS SCRIPT

       3.2 SHELL SCRIPT LANGUAGE

      Chapter 4 COMPILING, DEBUG AND RUNNING

       4.1 COMPILING A SIMPLE SOURCE CODE

       4.2 MAKEFILE AND COMMAND MAKE

       4.3 DEBUG

       4.4 RUNNING

       4.5 PROCESS OF RUNNING

    PART 2 COMPUTER LANGUAGE

      Chapter 5 FIVE ELEMENTS OF C LANGUAGE

       5.1 SKELETON OF C PROGRAM

       5.2 VARIABLE

       5.3 OPERATOR

       5.4 FUNCTION

       5.5 CONTROL 

       5.6 I/O

      Chapter 6 DATA STRUCTURES

       6.1 NUMERIC VARIABLE

       6.2 POINTER

       6.3 ARRAY

       6.4 STRING

       6.5 STRUCTURE

       6.6 LINEAR LINKED LIST

       6.7 STACK AND QUEUE

      Chapter 7 ALGORITHM

       7.1 FUNCTION SORT

       7.2 ALGORITHM

      C EXERCISES

      II-B C++ LANGUAGE

      Chapter 8 CLASS

       8.1 FROM C TO C++

       8.2 DEFINITION OF A CLASS 

      Chapter 9 ADVANCED USE OF CLASS

      Chapter 10 INHERITANCE

      Chapter 11 POLYMORPHISM

      Chapter 12 I/O

      Chapter 13 INTRODUCTION OFJAVA PROGRAM

      Chapter 15 GRAPHICS USER INTERFACE (GUI)

      Chapter 17 M FILE

      MATALAB EXERCISES

    PART 3 DATA BASE AND STRUCTURE QUERY LANGUAGE

      Chapter 19 DATA BASE

      Chapter 20 SQL OPERATING 

    REFERRENCES

    INDEX
  • 内容简介:
    This textbook is a course for the students majoring non-computer science and taking up the large scale computer calculation and simulation. It consists of three knowledge blocks' Unix operating system, Computer languages (C/C++/Java/Matlab) and Database language SQL. All these contents work on the Unix platform. Various computer languages in this book are integrated as a whole, so that several Ianguages can be compressed into a single course.
      
      
      The guiding idea of this book lies in: "Any computer language consists of five eIements: Variable, Operator, Function, Control, and lnput/Output (or add Exception and GUI two items). The difference between languages appears only on their different formats." We take a unified metheds for handling three knowledge blocks by combining Shell Script program with computer languages. So, these three parts are close ly relative.
      
      
      This book also includes a lot of source codes and other important computer languages (Python, TCL and MPl) attached on a compact disk as the indiscerptible parts of it. Readers can really understand the contents of the book only if they learn these source codes in detail.
      
      
      This book will also be of interest to scientists and engineers who would like to learn the fundamentals of advanced computer programs.
  • 作者简介:
    周麟祥,物理学教授。1939年12月生,原籍浙江嘉兴。1960年毕业于厦门大学物理系。    1993-1997年任美国林肯大学客座教授。曾在厦门大学任教。目前在复旦大学物理系主要从事蛋白质分子动力学和全电子结构的计算机模拟研究工作。
  • 目录:
    PREFACE

    PART 1 UNIX OPERATING SYSTEM

      Chapter 1 EDITING AND MANAGING FILE

       1.1 LOGIN AND LOGOUT

       1.2 EDITOR VI

       1.3 MANAGING FILE

      Chapter 2 ENVIRONMENT

       2.1 KERNEL AND SHELL

       2.2 FILE PERMISSION

       2.3 CUSTOMIZING ENVIRONMENT

       2.4 INTERNET IN UNIX SYSTEM

       2.5 MANAGING SYSTEM

      Chapter 3 SHELL SCRIPT 

       3.1 WHAT IS SCRIPT

       3.2 SHELL SCRIPT LANGUAGE

      Chapter 4 COMPILING, DEBUG AND RUNNING

       4.1 COMPILING A SIMPLE SOURCE CODE

       4.2 MAKEFILE AND COMMAND MAKE

       4.3 DEBUG

       4.4 RUNNING

       4.5 PROCESS OF RUNNING

    PART 2 COMPUTER LANGUAGE

      Chapter 5 FIVE ELEMENTS OF C LANGUAGE

       5.1 SKELETON OF C PROGRAM

       5.2 VARIABLE

       5.3 OPERATOR

       5.4 FUNCTION

       5.5 CONTROL 

       5.6 I/O

      Chapter 6 DATA STRUCTURES

       6.1 NUMERIC VARIABLE

       6.2 POINTER

       6.3 ARRAY

       6.4 STRING

       6.5 STRUCTURE

       6.6 LINEAR LINKED LIST

       6.7 STACK AND QUEUE

      Chapter 7 ALGORITHM

       7.1 FUNCTION SORT

       7.2 ALGORITHM

      C EXERCISES

      II-B C++ LANGUAGE

      Chapter 8 CLASS

       8.1 FROM C TO C++

       8.2 DEFINITION OF A CLASS 

      Chapter 9 ADVANCED USE OF CLASS

      Chapter 10 INHERITANCE

      Chapter 11 POLYMORPHISM

      Chapter 12 I/O

      Chapter 13 INTRODUCTION OFJAVA PROGRAM

      Chapter 15 GRAPHICS USER INTERFACE (GUI)

      Chapter 17 M FILE

      MATALAB EXERCISES

    PART 3 DATA BASE AND STRUCTURE QUERY LANGUAGE

      Chapter 19 DATA BASE

      Chapter 20 SQL OPERATING 

    REFERRENCES

    INDEX
查看详情
相关图书 / 更多
高级计算机程序基础-Fundamental of Advanced Computer Programming
高级财务会计学习指导与习题集(第三版)
黄中生、路国平 著
高级计算机程序基础-Fundamental of Advanced Computer Programming
高级英语1(第四版)同步测试
编者:王俊菊//王颖|责编:张阳
高级计算机程序基础-Fundamental of Advanced Computer Programming
高级食品毒理学(国外优秀食品科学与工程专业教材)
(加)阿希什·萨坎(Ashish Sachan ),(美)苏珊·亨德里希(Suzanne Hendrich)
高级计算机程序基础-Fundamental of Advanced Computer Programming
高级会计实务--2024年《会考》高级教材
财政部会计财务评价中心
高级计算机程序基础-Fundamental of Advanced Computer Programming
高级会计实务全真模拟试题--2024年《会考》高级辅导
上海国家会计学院
高级计算机程序基础-Fundamental of Advanced Computer Programming
高级会计实务过关一本通--2024年《会考》高级辅导
上海国家会计学院
高级计算机程序基础-Fundamental of Advanced Computer Programming
高级会计实务知识点速查手册--2024年《会考》高级辅导
上海国家会计学院
高级计算机程序基础-Fundamental of Advanced Computer Programming
高级会计实务案例--2024年《会考》高级教材
财政部会计财务评价中心
高级计算机程序基础-Fundamental of Advanced Computer Programming
高级计量经济学:上册(第二版)光华思想力书系教材领航
靳云汇,刘霖 编著, 袁诚 著
高级计算机程序基础-Fundamental of Advanced Computer Programming
高级社会工作师应试指南(2021全国社会工作者职业水平考试辅导教材)
全国社会工作者职业水平考试应试指南辅导教材编写组 编写
高级计算机程序基础-Fundamental of Advanced Computer Programming
高级管理会计理论前沿与案例实践
赵馨燕、杨芳
高级计算机程序基础-Fundamental of Advanced Computer Programming
高级法语教程(理工类)
周蕾 著
您可能感兴趣 / 更多
高级计算机程序基础-Fundamental of Advanced Computer Programming
城市形象景观设计
周麟祥 主编
高级计算机程序基础-Fundamental of Advanced Computer Programming
蛋白质计算机模拟
周麟祥、帅建伟 著