《C语言科学与工程程序库》PDF下载

  • 购买积分:15 如何计算积分?
  • 作  者:吕松棠等编著
  • 出 版 社:北京:电子工业出版社
  • 出版年份:1992
  • ISBN:7505316516
  • 页数:485 页
图书介绍:

第一章 导论 1

1.1 用C科学与工程工具启动 4

1.2 QuickC用户特别注意事项 5

第二章 C语言的数据结构 7

2.1 C语言数组 7

2.2 C中的复数表示 12

2.3 使用双精度浮点值 13

第三章 概要统计 15

函数SummaryStats 15

函数GaussJordan 23

第四章 联立方程 23

函数ComplexGaussJordan 31

第五章 多重回归 42

函数MultipleReg 42

第六章 曲线拟合 50

函数PolyCurvefit 50

函数CubicSplines 57

函数CalcSpline 59

第七章 数值积分与微分 61

函数IntegrateVector 61

函数IntegrateFunction 67

函数RungeKutta 69

第八章 Fourier分析 72

函数FFTCale 72

函数FFTInvCale 90

函数WindowFFTData 91

函数FFT2DCale 95

函数PowerSectrumCale 99

第九章 Lotus文件转换 103

函数LotusFileSave 103

函数MatProd 109

第十章 矩阵运算——实数和复数 109

函数CMatProd 126

函数MatScalarPord 131

函数CMatScalarProd 132

函数MatAdd 133

函数CMatAdd 134

函数MatTranspose 135

函数CMatTranspose 136

函数MatDeter 137

函数MatInvert 138

函数CMatInvert 139

函数CyclicJacobi 140

第十一章 数据平滑 142

函数DataSmoothSg 142

函数DataSmoothWeights 156

第十二章 复变函数 158

函数ComplexMath 158

函数CExp 162

函数CMag 163

函数CAngle 163

13.1 引论 164

第十三章 科学与工程图形 164

函数InitSEGraphics 166

函数CloseSEGraphics 167

函数DefGraphWindow 168

函数SetPercentWindow 169

函数SetCurrentWindow 170

函数SetWin2PlotRatio 171

函数ClearWindow 171

函数ClearGraph 172

函数BorderCurrentWindow 172

函数SetViewBackground 173

函数SetAxesType 174

函数SetPlotBackground 174

函数ScalePlotArea 175

函数SetXYIntercepts 176

函数DrawXAxis 177

函数DrawYAxis 178

函数LabelXAxis 179

函数LabelXAxWithStrings 180

函数LabelYAxdis 181

函数TitleXAxis 182

函数TitleWindow 183

函数TitleYAxis 183

函数DrawGridX 184

函数DrawGridY 184

函数DrawGrid 185

函数AutoAxes 185

函数LinePlotData 297

函数BargraphData 299

函数ScatterPlotData 301

函数GroupPlotData 304

函数PlotErrorBars 310

函数PieChart 313

函数ContourPlot 317

函数ContourPlotLegends 321

函数LabelGraphWindow 322

函数LabelPlotArea 323

函数StringLegends 324

函数RealLegends 326

函数ScreenDump 327

函数PlotterOn 332

函数PlotterOff 337

函数CRTGraphOn 337

函数SortDataX,SortDataY 338

函数CRTGraphOff 338

函数FindMinMax 339

函数ConvertNum 340

函数SelectColor 341

函数settextstyleXX 341

函数setlinestyleXX 342

函数setfillstyleXX 342

第十四章 三维绘图例程 344

14.1 引言 344

14.2 使用C语言实现三维图形 344

函数Init3D 345

函数SetWorldCoordinates 347

函数Close3DGraphics 347

函数Ident 348

函数Ident3 349

函数Concat 349

函数Concat3 350

函数tInit 350

函数tInit3 351

函数Xfrm2p 351

函数Xfrm3p 352

函数WorldTran2 352

函数WorldRotate2 353

函数WorldTran3 353

函数WorldRotate3 354

函数WorldScale2 354

函数WorldScal3 355

函数PersP 356

函数Line3Abs 356

函数Line2Abs 357

函数Line3Rel 357

函数Line2Rel 358

函数Move3Abs 358

函数Move2Rel 359

函数Move3Rel 359

函数Move2Abs 359

函数Label3D 360

函数PolyFill3D 360

函数ScreenDump 375

函数PlotterOn 375

函数TurnPlotterOff 375

函数CRTGraphOn 376

函数CRTGraphOff 376

函数SelectColor 377

函数settextstyleXX 377

14.3 各种Worlddr及Plot3d函数 377

函数setlinestyleXX 378

函数setfillstyleXX 378

第十五章 线性规划 379

函数simplex 379

第十六章 方程求根 385

函数BrentRoots 393

函数NewtonRoots 395

第十七章 特殊函数 397

函数Tan,Cosh,Sinh,Sech,Arctanh 425

函数Gamma,LogGamma 426

函数IncGammaComp 427

函数IncGamma 427

函数Beta 428

函数IncBeta 429

函数Bessel 429

函数ModBessell 430

函数ModBesselk 430

函数Errfunc 431

函数ErrFuncCom 432

函数ErrFuncR 432

函数Htermitc 433

函数ErrFuncl 433

函数Legend 434

函数Laguerre 434

函数Jacobi 435

函数Tcheb 436

函数DisplayErrorMessage 436

第十八章 异步通信 438

函数open_com 438

函数send_com 439

函数Writeln_com 439

附录 441