登录
首页 » 算法 » 《科学工程计算C语言算法》一书代码。C语言编写。均写成函数形式,可以直接调用。包括数值微分、数值积分、插值、方程求解等数值算法。...

《科学工程计算C语言算法》一书代码。C语言编写。均写成函数形式,可以直接调用。包括数值微分、数值积分、插值、方程求解等数值算法。...

于 2023-04-20 发布 文件大小:576.27 kB
0 116
下载积分: 2 下载次数: 1

代码说明:

《科学工程计算C语言算法》一书代码。C语言编写。均写成函数形式,可以直接调用。包括数值微分、数值积分、插值、方程求解等数值算法。-"scientific engineering calculation algorithm C language," a code book. C language. Functions were written form can be called directly. Including numerical differentiation, numerical integration, interpolation, equation solving numerical algorithms.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 积分
    不定积分 输入x1,f(x1),x2,f(x2)...输出F(x1),F(x2)... 用二分法和sinx求π.sinx用泰勒展开逼近。-integral
    2022-10-16 01:20:03下载
    积分:1
  • C语言写的Bezier曲线
    用c语言写的Bezier曲线,贝塞尔曲线就是这样的一条曲线,它是依据四个位置任意的点坐标绘制出的一条光滑曲线。在历史上,研究贝塞尔曲线的人最初是按照已知曲线参数方程来确定四个点的思路设计出这种矢量曲线绘制法。贝塞尔曲线的有趣之处更在于它的“皮筋效应”,也就是说,随着点有规律地移动,曲线将产生皮筋伸引一样的变换,带来视觉上的冲击。1962年,法国数学家Pierre Bézier第一个研究了这种矢量绘制曲线的方法,并给出了详细的计算公式,因此按照这样的公式绘制出来的曲线就用他的姓氏来命名是为贝塞尔曲线。
    2022-01-28 22:03:53下载
    积分:1
  • 高斯赛德尔 高斯赛德尔 高斯赛德尔 高斯赛德尔 高斯赛德尔
    高斯赛德尔 高斯赛德尔 高斯赛德尔 高斯赛德尔 高斯赛德尔-Gauss-seidel
    2022-05-05 00:49:14下载
    积分:1
  • FFT变换的VHDL实现
    应用背景利用VHDL实现FFT变换,FFT在FPGA中用处比较多,可以帮助大家很好认识FFT变换之后频谱。。。关键技术VHDL实现FFT变换, 旋转因子是FFT实现的难点和重点。。。。。。。。。。。。。。。。。。。
    2023-08-28 15:10:04下载
    积分:1
  • C语言作的四色验证1.需求分析问题描述:证明了可以用不多于4种颜色对n个区域着色,而满足相邻的区域具有不同的颜色输入形式 : 暂定最多50个区域,如需证明更多区...
    C语言作的四色验证1.需求分析问题描述:证明了可以用不多于4种颜色对n个区域着色,而满足相邻的区域具有不同的颜色输入形式 : 暂定最多50个区域,如需证明更多区域,修改#define S 50 即可;以整形形式输入(取值范围1-32767)用户需要证明的区域数目,相联的一对矩阵; 输出形式:以0和1输出关联矩阵,和以blue yellow orange pink形式输出每个区域相对应证明出的颜色;-C language does four colors confirm 1. demands analyses question description: Had proven may use not to be many to 4 kind of colors to n region coloration, but satisfies the neighboring region to have the different color input form: Establishes provisionally more than 50 regions, if must prove more regions, revise#define S 50 then; Region number (value scope 1-32767) the user needs to prove which by the reshaping form input, unites a pair of matrix; Output form: By 0 and 1 output incidence matrixs, with form outputs the color by blue yellow orange the pink which each region corresponds proves;
    2022-10-20 02:35:04下载
    积分:1
  • 51俄罗斯方块程序
    应用背景记得在很小的时候,有一种掌上游戏机,里面有一款游戏叫做俄罗斯方块, 那时的我们只是简单的按照游戏规则进行“堆积木”,而其中的原理却很少有人去思考,毕竟当时的我们都还很年幼。     基于单片机课程设计的机会,我们这个小组将使用51单片机和8x8led的组合,来实现比较简单的俄罗斯方块设计。关键技术此次设计初期是在keil和proteus联合仿真中进行,编程语言为51汇编,后期是进行实物焊接。      论文描述了俄罗斯方块的主要功能函数的实现,算法分析和实物焊接过程中遇到的问题。
    2023-09-02 13:40:03下载
    积分:1
  • 按位异或及其在求解游戏策略问题中的应用.
    按位异或及其在求解游戏策略问题中的应用.-caput or vary the game and its strategy in solving problems of application.
    2022-12-30 01:45:04下载
    积分:1
  • 这是用来仿真四通道计全息的程序,采用了二元傅立叶变换...
    这是用来仿真四通道计算全息的程序,采用了二元傅立叶变换-This is used for simulation of four-channel computer-generated hologram of the procedures, the use of the dual Fourier Transform
    2022-07-12 19:46:31下载
    积分:1
  • 这是一个简单的演示如何评价文本的数学表达式
    This a simple demo of how to evaluate mathematical expressions in text format, including provision for variables and functions. The code consists of three simple classes: 1) Calc - which does the main calculations, 2) Stack - which is used to push and pop intermediate operators and numbers and 3) Symbol Table. The symbol table is a collection of calc symbols, a type structure consisting of various elements, including the expression name, function name, and the final value of the expression The evaluation procedure is done in three steps: 1) simplify the expression by removing all the elements within () and storing them in subexpressions within the symbol table. 2) Each of these sub expressions are then converted to RPN format (Reverse polar notation) and evaluated 3) Finally, the main expression is converted to RPN and evaluated-This is a simple demo of how to evaluate mathematical expressions in text format, including provision for variables and functi
    2022-02-20 06:26:41下载
    积分:1
  • 决策理论
    应用背景程序包含了解决任务的方法 ; ;决策理论。路径(路径查找)的任务。有3种算法:deikstra,A*,最好先。你可以用一个图,时间,点菜单 ;“帮助”也做“开始”,“暂停”,“停止”。图中有很多颜色的线,所以可以清楚地看到,正确的决策。好运!关键技术程序语言:C #  ;视觉工作室窗口形式使用委托,类,类方法,功能,和;枚举等。
    2022-05-31 03:41:23下载
    积分:1
  • 696518资源总数
  • 105964会员总数
  • 17今日下载