博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
C Programming for Scientists and Engineers
阅读量:4231 次
发布时间:2019-05-26

本文共 1196 字,大约阅读时间需要 3 分钟。

版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 - topmvp

The aim of this book is to provide a rapid introduction to the C programming language. In a computing world that is increasingly full of C++ and Object Oriented methods, C still has an important role to play, particularly in the implementation of engineering and scientific calculations. This book is biased towards those features of C that make it useful for these types of application. This makes the book particularly relevant to students on various engineering and scientific courses where the role of C programming may range from being an important supportive topic to a core discipline.

Neither C nor any other programming language can be learned simply by reading about it. Consequently, each chapter is further divided into key points, or more focused sections that involve the reader in various programming activities guided by tutorial questions. These are accompanied by tutorial problems at the end of each chapter that aim to integrate the chapter topic into the wider framework of C programming and technical applications.

http://rapidshare.com/files/43939250/C_Programming_for_Scientists_and_Engineers_1857180305.rar
你可能感兴趣的文章
Android横竖屏切换
查看>>
android应用程序的安装与卸载
查看>>
java中的AlgorithmParameterSpec接口及其IvParameterSpec实现类
查看>>
java中使用DES加密解密
查看>>
判断SD是否存在及其容量查询
查看>>
android应用层学习经验
查看>>
管理系统联系人之补充
查看>>
linux查看文本的5+1种方式
查看>>
Linux 查看服务器开放的端口号
查看>>
端口状态说明 LISTENING、ESTABLISHED、TIME_WAIT及CLOSE_WAIT
查看>>
阿里云---阿里云服务器ECS开放8080端口
查看>>
Linux如何查看端口状态
查看>>
3种关闭linux系统端口方法
查看>>
pm2常用的命令用法介绍
查看>>
http状态码301和302详解及区别——辛酸的探索之路
查看>>
强大的原生DOM选择器querySelector和querySelectorAll
查看>>
clientWidth offsetWidth innerWidth 区别(窗口尺寸 汇总)
查看>>
【HTTP】Fiddler(一) - Fiddler简介
查看>>
Fiddler实现手机抓包——小白入门
查看>>
fiddler filters 使用(fiddler只显示指定请求,fiddler不显示指定请求,即filter请求过滤)
查看>>