登录
首页 » 算法 » c语言编写数学常用算法

c语言编写数学常用算法

于 2023-08-05 发布 文件大小:50.10 kB
0 45
下载积分: 2 下载次数: 1

代码说明:

c语言编写数学常用算法--commonly math algorithm written in C language

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

发表评论

0 个回复

  • Romberg积分,数值积分
    Romberg积分,数值积分-Romberg points, numerical integration
    2023-02-10 10:55:03下载
    积分:1
  • 运用TC编程求相关系数及其置信水平,及一元线性回归模型相关...
    运用TC编程求算相关系数及其置信水平,及一元线性回归模型相关-Calculating the correlation coefficient and its confidence level by using the TC programming
    2023-04-20 18:20:04下载
    积分:1
  • add two number
    int main()
    2022-02-25 10:33:05下载
    积分:1
  • 子波反褶积 C++
    通过FFT和自相关计算子波,之后计算反算子,然后用反算子和地震记录褶积。 此算法为学习交流之用。
    2022-12-24 06:30:03下载
    积分:1
  • FPU MASM
    你好, 它的代码源计算与 FPU 在 ASM (MASM32)
    2022-02-06 08:29:27下载
    积分:1
  • Sorting algorithm, using merge sort of thought, and then speed up the time to so...
    排序算法,运用归并排序的思想,再加快时间内解决排序问题,并显示在单文档上。-Sorting algorithm, using merge sort of thought, and then speed up the time to solve the scheduling problem, and show in a single document.
    2022-06-22 01:06:16下载
    积分:1
  • 用于多个离散点拟合光滑曲线的,优化了追赶,这个例子适用于闭合和不闭合两种情况。当时由于工程情况,写的急,代码不好看,但是很好用。为了方便传递参数,我做了一个链...
    用于多个离散点拟合光滑曲线的,优化了追赶法,这个例子适用于闭合和不闭合两种情况。当时由于工程情况,写的急,代码不好看,但是很好用。为了方便传递参数,我做了一个链表,用时候根据自己情况可以修改,核心算法不动即可。-point for a number of discrete smooth curve fitting, and optimized to catch up with the law applicable to this case is not closed and the closure of two. At that time, because the situation, was the most aggressive, the code does not look good, but good use. To facilitate the transmission parameters, I have done a linked list, when used according to its own circumstances can change, the core algorithm can be fixed.
    2022-03-17 18:50:28下载
    积分:1
  • 敏感词wordbank
    package com.yaozhou.sensitive.wordbank;import java.io.BufferedInputStream;import java.io.BufferedReader;import java.io.File;import java.io.FileInputStream;import java.io.FileNotFoundException;import java.io.IOException;import java.io.InputStream;import java.io.InputStreamReader;import java.util.ArrayList;import java.util.HashMap;import java.util.HashSet;import java.util.LinkedList;import java.util.List;import java.util.Map;import java.util.Properties;import java.util.Set;/** * @author Yao.Zhou* @version 创建时间:2016年12月21日 上午11:08:23 * 类说明 */@SuppressWarnings("unused")public class SensitiveWordBank {private static final String ENCODE = "UTF-8";private File path;private Map wordBankContainer;public SensitiveWordBank(String dir) {
    2022-01-26 05:07:53下载
    积分:1
  • 生成序列的人工数据集
    这是一款IBM大牛开发的用于论文里面实验验证用的人工数据集,可以产生项集,也可以产生序列,里面有readme文件,写着怎么使用呢,在windows下的命令行里运行就可以。
    2022-03-26 05:17:28下载
    积分:1
  • 操作系统作业调度的实现,页面置换实现
    1.用“先来先服务(FCFS)”算法和“最短作业优先(SJF)”算法模拟作业调度。 要求:按作业的到达顺序输入各作业需要的运行时间,按算法调度输出平均周转时间。 例如(FCFS),输入:8(到达时间0), 5(到达时间2),7(到达时间3),1(到达时间6)
    2023-05-19 01:45:03下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载