標(biāo)題: Titlebook: ; [打印本頁] 作者: DEBUT 時(shí)間: 2025-3-21 16:09
書目名稱Guide to Scientific Computing in C++影響因子(影響力)
書目名稱Guide to Scientific Computing in C++影響因子(影響力)學(xué)科排名
書目名稱Guide to Scientific Computing in C++網(wǎng)絡(luò)公開度
書目名稱Guide to Scientific Computing in C++網(wǎng)絡(luò)公開度學(xué)科排名
書目名稱Guide to Scientific Computing in C++被引頻次
書目名稱Guide to Scientific Computing in C++被引頻次學(xué)科排名
書目名稱Guide to Scientific Computing in C++年度引用
書目名稱Guide to Scientific Computing in C++年度引用學(xué)科排名
書目名稱Guide to Scientific Computing in C++讀者反饋
書目名稱Guide to Scientific Computing in C++讀者反饋學(xué)科排名
作者: obviate 時(shí)間: 2025-3-21 23:19 作者: 厚臉皮 時(shí)間: 2025-3-22 03:49
https://doi.org/10.1007/978-3-031-27568-5rential equations. We state the theory that underpins the finite difference method for these equations, and then describe the classes that we will develop to allow this theory to be applied. We then briefly discuss how to develop a library for the solution of Poisson’s equation, an elliptic partial differential equation, in two spatial dimensions.作者: Oafishness 時(shí)間: 2025-3-22 08:00
Getting Started,f the time that a programmer claims to be “programming” may actually be more accurately described as “debugging”: the chapter concludes with tips about simple ways that a novice C++ programmer might go about debugging a program, thus minimising the time spent on the excruciatingly frustrating process of hunting for errors in a code.作者: 背帶 時(shí)間: 2025-3-22 09:46
An Introduction to Parallel Programming Using MPI,ferent functions, basic code may be written using only a very small subset of these functions. By providing a basic guide to these commonly used functions you will be able to write simple MPI programs, edit MPI programs written by other programmers, and understand the function calls when using a scientific library built on MPI.作者: Countermand 時(shí)間: 2025-3-22 14:42 作者: Countermand 時(shí)間: 2025-3-22 20:56
Ultraviolet and X-Ray Spectroscopy,ction of statements a specified number of times. This flow of control often depends on relations between operators (such as greater than) and on combinations of expressions (such as two conditions both being true). In this chapter we explain how to utilise these features of the C++ language.作者: invert 時(shí)間: 2025-3-23 01:17 作者: Highbrow 時(shí)間: 2025-3-23 01:28 作者: 玉米 時(shí)間: 2025-3-23 05:50
https://doi.org/10.1007/978-3-8348-9508-0in how pointers may be used to dynamically allocate memory for arrays whose sizes are unknown at compile time, before briefly discussing some features of pointers that have been introduced in recent C++ standards.作者: Highbrow 時(shí)間: 2025-3-23 10:47
Blechteilmodellierung (Sheet Metal),d write a function that we could call whenever we wanted to perform these operations. This chapter introduces the C++ machinery for writing functions. We also introduce reference variables: these are an attractive feature of the C++ programming language that simplifies the writing of functions.作者: 無所不知 時(shí)間: 2025-3-23 17:37
Zeichnungserstellung (Drafting),ass. We conclude the chapter by developing a class of complex numbers. This allows us to introduce .: a feature that permits us to define what we mean by addition, subtraction, multiplication and division of complex numbers, allowing much more natural looking C++ code to be written when performing these operations on complex numbers.作者: nutrients 時(shí)間: 2025-3-23 19:02 作者: 反感 時(shí)間: 2025-3-23 22:54 作者: 牙齒 時(shí)間: 2025-3-24 04:56 作者: Mobile 時(shí)間: 2025-3-24 09:55 作者: 異端邪說2 時(shí)間: 2025-3-24 11:58
File Input and Output,nds for writing to, and reading from, file, almost all file formats can be achieved by using a very small subset of these commands. In this chapter we focus on the commands that allow file input and output to any reasonable specification for scientific computing software.作者: Ischemic-Stroke 時(shí)間: 2025-3-24 15:02 作者: certain 時(shí)間: 2025-3-24 22:59
Blocks, Functions and Reference Variables,d write a function that we could call whenever we wanted to perform these operations. This chapter introduces the C++ machinery for writing functions. We also introduce reference variables: these are an attractive feature of the C++ programming language that simplifies the writing of functions.作者: 手段 時(shí)間: 2025-3-25 00:22 作者: Fecal-Impaction 時(shí)間: 2025-3-25 04:30 作者: 沖擊力 時(shí)間: 2025-3-25 09:01
Templates,allows very general code to be written. We begin this chapter by discussing templates and the flexibility that they permit. One library associated with C++ is the . (STL): we conclude this chapter by giving a brief survey of this library, and other functionality that has been introduced in recent C++ standards.作者: Fecal-Impaction 時(shí)間: 2025-3-25 12:08
Errors, Exceptions and Testing,ary, and then carried on executing. This is possible through the use of ., which is one focus of this chapter. The second focus of this chapter is the use of suitable testing techniques to allow software to be developed in a sustainable manner.作者: 厚顏無恥 時(shí)間: 2025-3-25 18:36 作者: abnegate 時(shí)間: 2025-3-25 21:21
Guide to Scientific Computing in C++978-3-319-73132-2Series ISSN 1863-7310 Series E-ISSN 2197-1781 作者: sperse 時(shí)間: 2025-3-26 04:09 作者: 聚集 時(shí)間: 2025-3-26 08:13 作者: 老人病學(xué) 時(shí)間: 2025-3-26 10:09 作者: Restenosis 時(shí)間: 2025-3-26 14:45
https://doi.org/10.1007/978-3-8348-9508-0ory for arrays whose sizes are not known when the code is compiled. We will see in the next chapter that they also have use when writing functions that allow us to repeat the same operation on different variables. Before we may use these features we first need to understand what a pointer is. This c作者: Sleep-Paralysis 時(shí)間: 2025-3-26 19:27
Blechteilmodellierung (Sheet Metal),s programming experience will be aware of the limitations this places when writing code. For example, if we were to apply the same operations in different places in the code we would have to repeat the lines of code that performed these operations everywhere in the code where they were required. Thi作者: insincerity 時(shí)間: 2025-3-26 22:49
Zeichnungserstellung (Drafting),nce to it in earlier chapters. In this chapter we discuss in more detail three properties of object-orientation: modularity; abstraction; and encapsulation. This allows us to motivate the need for developing .: entities where the data, and the operations on the data, are stored in one place. Access 作者: 現(xiàn)代 時(shí)間: 2025-3-27 04:08
Zeichnungserstellung (Drafting), we could modify the class already written. This, however, may not be an ideal solution as we may introduce conflicts with the functionality of the original class. A more suitable approach is to derive a new class that has the features of the original class (modified if required) together with any n作者: 進(jìn)入 時(shí)間: 2025-3-27 07:01
https://doi.org/10.1007/978-3-658-42918-8ision floating point variables, then we could write two functions: one for integer variables and the other for double precision floating point variables. Both of these functions would require only a few lines of code, and it would not be difficult to maintain both functions. For larger functions mai作者: mortgage 時(shí)間: 2025-3-27 11:56 作者: Ornament 時(shí)間: 2025-3-27 15:04
Michael Schabacker,Sándor Vajnae will apply the ideas introduced earlier in this book to begin to develop a collection of classes that allow us to perform these calculations. We will describe the design of a class of vectors in the body of this chapter. Appropriate constructors and destructors will ensure that memory is managed c作者: 昏暗 時(shí)間: 2025-3-27 18:33 作者: Ordnance 時(shí)間: 2025-3-27 22:54 作者: CLOWN 時(shí)間: 2025-3-28 05:26
Getting Started,ance, that are used to describe the language, and also in terms of its strengths and weaknesses. Methods for editing, compiling and running a simple C++ program are introduced, followed by basic information on declaring and using variables and arrays, and on input and output. Sadly, a large amount o作者: 不適 時(shí)間: 2025-3-28 08:49 作者: Fsh238 時(shí)間: 2025-3-28 14:10
File Input and Output,ndary of an object may be generated from an image processing application. This data may subsequently be used by many applications written by a variety of users. To allow exchange of data between applications in this manner requires us to store data in a clearly specified format. Reading and writing 作者: Desert 時(shí)間: 2025-3-28 16:22 作者: GRE 時(shí)間: 2025-3-28 19:27
Blocks, Functions and Reference Variables,s programming experience will be aware of the limitations this places when writing code. For example, if we were to apply the same operations in different places in the code we would have to repeat the lines of code that performed these operations everywhere in the code where they were required. Thi作者: Goblet-Cells 時(shí)間: 2025-3-29 01:58 作者: Neutral-Spine 時(shí)間: 2025-3-29 04:11
Inheritance and Derived Classes, we could modify the class already written. This, however, may not be an ideal solution as we may introduce conflicts with the functionality of the original class. A more suitable approach is to derive a new class that has the features of the original class (modified if required) together with any n作者: committed 時(shí)間: 2025-3-29 08:19
Templates,ision floating point variables, then we could write two functions: one for integer variables and the other for double precision floating point variables. Both of these functions would require only a few lines of code, and it would not be difficult to maintain both functions. For larger functions mai作者: nostrum 時(shí)間: 2025-3-29 13:21 作者: 使長胖 時(shí)間: 2025-3-29 15:44 作者: 死亡 時(shí)間: 2025-3-29 22:57
An Introduction to Parallel Programming Using MPI, that can only access the data stored by other processors by passing messages across a network. This chapter serves as an introduction to the . (MPI), which is a widely used library of code for writing parallel programs on distributed memory architectures. Although the MPI libraries contain many dif