登录
首页 » 算法 » 常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与

常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与

于 2023-04-24 发布 文件大小:12.88 kB
0 141
下载积分: 2 下载次数: 1

代码说明:

常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.

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

发表评论

0 个回复

  • MIMO系统注水功率优化仿真(Matlab语言)
    如今,MIMO系统已经成为未来无线通信的主要研究方向。本代码为在MIMO通信系统中,功率优化算法的仿真。重点研究了注水功率分配算法。对通信系统,特别是对MIMO系统感兴趣的研究者来说,这是一份很有学习价值的仿真代码。
    2022-01-30 14:11:47下载
    积分:1
  • 20M带宽高斯信道
    程序说明: 1. 实现用2前导序列进行时间同步,但必须在高信噪比下,参考信噪比为30dB;进一步的优化见后续版本; 2. 实现一发多收情况下,通过AWGN信道的后的相位补偿合并,并进一步分析合并增益! 3.  请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论
    2022-01-25 16:56:16下载
    积分:1
  • matlab车辆检测编程
    运动目标检测与跟踪,包括目标定位,匹配与跟踪c++亲测可以使用,谢谢支持。
    2022-02-25 00:07:10下载
    积分:1
  • 该代码是“常用的计机数值和程序的程序。
    本代码是《计算机常用数值计算算法与程序 C++版》一书的配套复数运算代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting complex computing code, each source document file extensions are used. Cpp form. These procedures have been in C Microsoft Windows platform under the Virsual C 6.0 environment through
    2022-07-03 09:02:27下载
    积分:1
  • fractional order PID controller
    我在matlab中做一个项目,有些matlab工具栏我不知道如何在程序中连接,这就是为什么我不想了解matlab基础软件系统的原因
    2023-04-26 12:35:04下载
    积分:1
  • Matlab求解MNA线性方程
    对于给定电路系统的 :C X+G X=B U(t);Y=LT X; 用GCR迭代法求解GX0=BU(0)中的X0,然后用后向Euler以及GCR迭代法求解上述的方程得到矩阵X。其中矩阵C、G、B、LT以及输入函数U(t)为已知。
    2022-05-24 19:04:40下载
    积分:1
  • 正整数x 的约数是能整除x 的正整数。正整数x 的约数个数记为div(x)。例如,1,2,5,10 都是正整数10 的约数,且div(10)=4。设a 和b 是...
    正整数x 的约数是能整除x 的正整数。正整数x 的约数个数记为div(x)。例如,1,2,5,10 都是正整数10 的约数,且div(10)=4。设a 和b 是2 个正整数,a≤b,找出a 和b之间约数个数最多的数x。 对于给定的2 个正整数a≤b,编程计算a 和b 之间约数个数最多的数。 数据输入 输入数据由文件名为input.txt的文本文件提供。文件的第1 行有2 个正整数a和b。 结果输出 程序运行结束时,若找到的a 和b 之间约数个数最多的数是x,将div(x)输出到文件output.txt中。 输入文件示例 输出文件示例 input.txt output.txt 1 36 9 -Positive integer x can be about a few of the positive integer x divisible. Positive integer x the approximate number recorded as the number of div (x). For example, 1,2,5,10 are about 10 positive integer number, and div (10) = 4. Set a and b are two positive integers, a ≤ b, to find a and b between about a few number of the largest number of x. For a given two positive integers a ≤ b, Programming calculated a and b between about a few number of the largest number. Data entry input data from the document text file named input.txt provide. File line 1 has two positive integers a and b. The results run the end of the output, if found between a and b of about a few number o
    2023-04-13 05:20:03下载
    积分:1
  • stm32f103 学习手臂微皮质 M3 核心
    STM32F103 设备使用皮质 M3 核心,72 MHz 的最大 CPU 速度。投资组合涵盖了从 16 千字节数到 1 Mb 的闪存与电机控制外围设备,USB 全速接口和罐头。
    2022-08-10 08:30:57下载
    积分:1
  • 信息论LD编码解码
    信息论LD编码解码-LD codec information theory
    2023-06-18 19:15:03下载
    积分:1
  • random search method for large complex optimization problems. The only support t...
    随机搜索法,用于大型复杂优化问题.该方法只支持变量的范围约束,不支持其它类型的约束.-random search method for large complex optimization problems. The only support the scope of variables bound not to support other types of constraints.
    2022-08-11 20:16:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载