-
数值分析相关问题代码,数据拟合
利用数值分析方法进行数据拟合#include
#include
#include
void main()
{
int i;
float a[3];
float x[16];
float y[16];
void Approx(float[],float[],int,int,float[]);
Approx(x,y,16,2,a);
for(i=0;i
- 2022-03-25 20:23:44下载
- 积分:1
-
学习C++的小程序
这是我去年开始学习C++时用到的代码,觉得挺不错的,适合初学者看一看,很基础,不光要看懂,还要自己敲一敲,争取全部自己敲出来
- 2023-08-03 06:50:04下载
- 积分:1
-
一个计算器程序,可以识别算式字符串形式的
一个计算器程序,可以识别算式字符串形式的-a calculator program that can be identified form of a string formula
- 2022-02-24 18:08:11下载
- 积分:1
-
双链表c实现
数据结构最基本的算法,双链表的c实现,包括创建,删除,修改,增加成员等操作
- 2022-03-22 20:09:31下载
- 积分:1
-
1024位的大整数进行相乘(N方)取模,是RSA密钥算法的一部分。其中,我对十进制,二进制的高效转换部分非常满意...
1024位的大整数进行相乘(N方)取模,是RSA密钥算法的一部分。其中,我对十进制,二进制的高效转换部分非常满意-1024 for the large integer multiplication (N) The tray is RSA key part of the algorithm. Which, I decimal, binary conversion efficiency is very satisfactory
- 2023-05-07 23:00:03下载
- 积分:1
-
操作系统经典问题之银行家问题的源码实现及实验报告
资源描述
实现银行家算法,C++实现,主要内容是模拟实现动态资源分配。同时编写和调试一个系统动态资源的简单模拟程序,观察死锁产生的条件,并使用适当的算法,有效的防止和避免死锁的发生。
- 2023-04-03 07:45:03下载
- 积分:1
-
FreeFEM is an implementation of the GFEM language dedicated
to the finite elem...
FreeFEM is an implementation of the GFEM language dedicated
to the finite element method. It provides you a way to solve Partial
Differential Equations (PDE) simply. Although you can solve quite complicated
problems can be solved also.
- 2022-12-29 17:00:03下载
- 积分:1
-
一个很小的程序,可以进行字符串比较,适合初学者学习,很容易读懂的
一个很小的程序,可以进行字符串比较,适合初学者学习,很容易读懂的-a small procedure can be carried out strings, for beginners to learn, it is easy to understand the
- 2023-02-23 19:15:03下载
- 积分:1
-
Simulation Algorithm. By compiling and debugging a system dynamic allocation of...
模拟实现银行家算法。通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用银行家算法,有效的避免死锁。-Simulation Algorithm. By compiling and debugging a system dynamic allocation of resources simple process simulation, the observation Deadlock conditions, and using bankers algorithm, effective avoid deadlock.
- 2022-04-22 19:46:44下载
- 积分:1
-
sha1和sha256 C语言实现源码
本资源是sha1和sha256算法的C语言源码实现,可以供读者了解和学习sha1和sha256算法的计算过程和具体实现步骤。本资源本人已经实测过,测试没有问题,可以供其他读者直接使用。
- 2022-03-12 15:55:29下载
- 积分:1