本书集中讨论库和抽象的用法,这是当代程序设计技术中最基本的知识。作者使用库来隐藏C语言的复杂性,更加突出主题,使学生可以较好地掌握每一个主题的精髓。然后,进一步给出每个库的底层实现,较好地发展示了库自身的抽象威力。 本书从基础开始讲出,是C语言的入门教材。本书已经被美国斯坦福大学、哥伦比亚大学等多所大学和学院成功采用,是一本适合高等院校计算机及相关专业使用的教材。
本书详细介绍了ANSYS Fluent二次开发方法和技巧,全书内容分为三部分: 部分为UDF程序设计,介绍了Fluent UDF基础、UDF编译配置、程序编制等;第2部分为Fluent界面 ,主要介绍Scheme语言基础以及利用Scheme语言编制Fluent自定义用户界面的一般流程;第3部分为流程封装,介绍了采用进程封装方式进行Fluent二次开发的基本方法。 本书结构清晰,语言简练,通俗易懂,可供CFD工程人员、研发人员以及相关专业师生阅读参考。
《从零进阶!数据分析的统计基础(第2?版)》共7?章,分别讲解了数据分析的步骤和方法、描述性统计分析、数理统计基础、抽样估计、假设检验、方差分析、相关与回归分析。本书使用简单的语言介绍了这些数据分析基本方法的核心思想和涉及的统计学、概率论等方面的理论内容,并使用图示的方法详细介绍了使用Excel?2013?进行简单的描述性统计分析和使用SPSS?进行相关的数据分析的过程与结果分析。《从零进阶!数据分析的统计基础(第2?版)》适合需要提升自身数据分析理论和实践能力的职场新人;在市场营销、金融、财务、人力资源管理中需要数据分析的人士,从事咨询、研究、分析等的专业人士。也可以作为数据分析师职业培训的教材,普通高等院校非统计专业数据分析的选修教材。
If you are an experienced C programmer with a working knowledge of UNIX, you cannot afford to be without this up-to -date tutorial on the system call interface and the most important functions found in the ANSI C library. Richard Stevens describes more than 200 system calls and functions; since he believes the best way to learn code is to read code,a brief example acpanies each description. Building upon information presented in the first 15 chapters, the author offers chapter-long examples teaching you how to create a database library, a PostScript printer driver, a modem dialer, and a program that runs other programs under a pseudo terminal. To make your analysis and understanding ofthis code even easier, and to allow you to modify it, all of the code in the book is available via UUNET. Advanced Programming in the UNIX Environment is applicable to all major UNIX releases, especially System V Release $ and the latest release of 4.3BSD, including 386BSD. These real-world implementations allow you to more clea
内容的选取本着“实用、适用、够用”的原则,通过一个完整的应用项目,系统地介绍了VB.NET程序开发技术。 《VB.NET项目开发教程/高职高专“工学结合”特色教材》按照“工学结合”课程思路和创新模式来编写,针对学生,合理设置课程项目模块,依据“项目——模块——任务”的形式,使课程的知识结构模块化,采用“任务驱动”,在确定“模块目标”的前提下,带着“工作任务”进行“知识准备”,按照“任务实施”步骤进行讲解,让学生掌握VB.NET的基本原理与技术,培养学生的相应技能,具有可操作性强的特点。 《VB.NET项目开发教程/高职高专“工学结合”特色教材》的教学项目选用协同报价管理系统,包括登录模块、系统主模块、供应商管理模块、物料管理模块、报价管理模块、报表以及协同报价管理模块等,课内实训项目选用书店图书管理
本书采用自顶向下的方法并辅以面向编程的方式,基于现代可编程GPU的着色器编程,使用C 语言、OpenGL着色语言并结合OpenGL系统地介绍了现代计算机图形学的核心概念、原理和方法。本书是作者多年来教学与科研工作的总结,涵盖了基于OpenGL着色器的交互式图形编程、三维可编程绘制流水线、变换与观察、光照与明暗绘制、曲线曲面建模等基本的计算机图形学内容以及离散技术、层级建模、过程建模、光线跟踪、并行绘制和体绘制等内容,并为读者进一步深入学习和研究,在每章后面提供了相关的建议阅读资料。
If you are an experienced C programmer with a working knowledge of UNIX, you cannot afford to be without this up-to -date tutorial on the system call interface and the most important functions found in the ANSI C library. Richard Stevens describes more than 200 system calls and functions; since he believes the best way to learn code is to read code,a brief example acpanies each description. Building upon information presented in the first 15 chapters, the author offers chapter-long examples teaching you how to create a database library, a PostScript printer driver, a modem dialer, and a program that runs other programs under a pseudo terminal. To make your analysis and understanding ofthis code even easier, and to allow you to modify it, all of the code in the book is available via UUNET. Advanced Programming in the UNIX Environment is applicable to all major UNIX releases, especially System V Release $ and the latest release of 4.3BSD, including 386BSD. These real-world implementations allow you to more clea
本书采用自顶向下的方法并辅以面向编程的方式,基于现代可编程GPU的着色器编程,使用C 语言、OpenGL着色语言并结合OpenGL系统地介绍了现代计算机图形学的核心概念、原理和方法。本书是作者多年来教学与科研工作的总结,涵盖了基于OpenGL着色器的交互式图形编程、三维可编程绘制流水线、变换与观察、光照与明暗绘制、曲线曲面建模等基本的计算机图形学内容以及离散技术、层级建模、过程建模、光线跟踪、并行绘制和体绘制等内容,并为读者进一步深入学习和研究,在每章后面提供了相关的建议阅读资料。
《从零进阶!数据分析的统计基础(第2?版)》共7?章,分别讲解了数据分析的步骤和方法、描述性统计分析、数理统计基础、抽样估计、假设检验、方差分析、相关与回归分析。本书使用简单的语言介绍了这些数据分析基本方法的核心思想和涉及的统计学、概率论等方面的理论内容,并使用图示的方法详细介绍了使用Excel?2013?进行简单的描述性统计分析和使用SPSS?进行相关的数据分析的过程与结果分析。《从零进阶!数据分析的统计基础(第2?版)》适合需要提升自身数据分析理论和实践能力的职场新人;在市场营销、金融、财务、人力资源管理中需要数据分析的人士,从事咨询、研究、分析等的专业人士。也可以作为数据分析师职业培训的教材,普通高等院校非统计专业数据分析的选修教材。