登录
首页 » 算法 » fortan算法级

fortan算法级

于 2022-02-07 发布 文件大小:6.17 MB
0 46
下载积分: 2 下载次数: 1

代码说明:

fortran算法集还行吧,大家积极下载使用,希望有帮助,各种算法齐全,不会浪费积分,1线性方程组求解2矩阵运算14多项式和一般函数计算10极值问题8拟合和逼近7常微分方程(组)求解9数据处理和回归分析6数值积分等

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

发表评论

0 个回复

  • C++代码大全
    C++经典的代码带全,基于C++ 代码生成同应用,可以方便快捷的编写程序,无需重新重写代码,大大加强程序编写进度,十分有效和使用,可以试试。
    2022-06-16 21:54:46下载
    积分:1
  • Johnson 计数器
    所谓Johnson 计数器,其实说白了无非就是复杂一点的流水灯实验。流水灯加上了按键控制,流水灯的开启关闭和变化方向在按键的控制下进行。本实例是带停止控制的双向4bit Johnson 计数器,可以通过LED 灯直观的在学习板上进行演示。
    2022-11-26 12:35:03下载
    积分:1
  • 顺序队列C实现
    #include "stdio.h"    #include "stdlib.h"   #include "io.h"  #include "math.h"  #include "time.h"#define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#define MAXSIZE 20 /* 存储空间初始分配量 */typedef int Status; typedef int QElemType; /* QElemType类型根据实际情况而定,这里假设为int *//* 循环队列的顺序存储结构 */typedef struct{ QElemType data[MAXSIZE]; int front;     /* 头指针 */ int rear;  /* 尾指针,若队列不空,指向队列尾元素的下一个位置 */}SqQueue;Status visit(QElemType c){ printf("%d ",c); return OK;}/* 初始化一个空队列Q */Status Init
    2022-08-13 11:29:01下载
    积分:1
  • through algorithm PI values, the median Open
    通过算法计算PI值,不限位数-through algorithm PI values, the median Open-
    2022-01-25 18:23:28下载
    积分:1
  • 详细的矩阵类的运用,加,经调试过,可用
    详细的矩阵类的运用,加法,经调试过,可用-Detailed the use of matrices, addition, after debugging, and can be used
    2023-08-12 19:35:03下载
    积分:1
  • 分子动力学的fortran源程序
    分子动力学的fortran源程序 molecular dynamics microcanonical  ensemble application to argon. the lennard-jones potential is truncated at rcoff and not smoothly continued to zero.  initial the npart particles  are placed on an fcc lattice. the velocities are drawn from a boltzmann distribution with temperature tref.
    2022-08-12 20:49:01下载
    积分:1
  • 这是一篇讲述聚类在文本挖掘中的应用的博士论文,个人认为讲述的还是比较细的.
    这是一篇讲述聚类在文本挖掘中的应用的博士论文,个人认为讲述的还是比较细的.-This is a talk about clustering in text mining applications in the doctoral thesis, individuals think about the still relatively small.
    2023-01-26 00:05:04下载
    积分:1
  • 一个小型计器,可以进行/加/减/乘/除/开放运,希望你们喜欢。...
    一个小型计算器,可以进行/加/减/乘/除/开放运算,希望你们喜欢。-a small calculator, can/add/subtract/multiply/addition/open computing, I hope you like.
    2022-03-30 21:12:16下载
    积分:1
  • Geometry algorithms library, you can use on delphi5
    几何图形算法库,可以在delphi5上用-Geometry algorithms library, you can use on delphi5
    2023-01-06 23:35:04下载
    积分:1
  • ISM编程实现
    本算法有别于传统的ISM模型求解,运用邻接表和图论遍历的相关知识,运用C++编程实现。运用结构体表示要素的信息,运用链表表示要素之间的关系,通过遍历划分区域,提出级位划分的一种新方法,是很值得学习和借鉴的。代码均原创,若有什么问题,也欢迎大家反馈!
    2023-02-27 06:30:04下载
    积分:1
  • 696522资源总数
  • 104049会员总数
  • 30今日下载