登录
首页 » 算法 » 计算方法中的上机题

计算方法中的上机题

于 2022-04-20 发布 文件大小:5.56 kB
0 191
下载积分: 2 下载次数: 1

代码说明:

计算方法中的上机题-calculation of the plane that

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

发表评论

0 个回复

  • C#实现中值平均数滤波
    using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// 中位平均值滤波算法 /// public class DLMidPerFilter {     private MHBetterList mOrignList = new MHBetterList();     //原始数组     private MHBetterList mFilterList = new MHBetterList();        //过滤数组     private float mCurrentValue;        //记录当前值     private int mResetNum = 0;      //均值重置个数     public bool mIfReset = false;       //判断是否开始均值重置     ///     /// 过滤算法     ///     /// 新输入的值     ///
    2023-05-07 23:20:03下载
    积分:1
  • OPENTLD C++ source code
    TLD is an algorithm for tracking of unknown objects in unconstrained video streams. The object of interest is defined by a bounding box in a single frame. TLD simultaneously tracks the object, learns its appearance and detects it whenever it appears in the video. You are allowed to use TLD under the terms of the GPL version 3.0. It means that any distributed project that includes or links any portion of TLD source code has to be released with the source code under the GPL version 3.0 license or later. The details of the license can be found in file LICENSE. If you wish to use this code or any of its part for com
    2022-06-17 10:16:04下载
    积分:1
  • 基于蚁群求解VRP问题的C++源码
    从同学那里拷贝的,用于求解VRP问题的源码,希望对研究车辆路径问题的同学有点启发!从同学那里拷贝的,用于求解VRP问题的源码,希望对研究车辆路径问题的同学有点启发!从同学那里拷贝的,用于求解VRP问题的源码,希望对研究车辆路径问题的同学有点启发!从同学那里拷贝的,用于求解VRP问题的源码,希望对研究车辆路径问题的同学有点启发!
    2023-08-06 00:25:04下载
    积分:1
  • this doc is the best way to recognise the methods of clustering
    this doc is the best way to recognise the methods of clustering
    2022-06-19 08:38:37下载
    积分:1
  • Josephus 问题描述 数据结构为链表的插入与查询
    Josephus 问题描述 数据结构为链表的插入与查询-Josephus Problem Description
    2022-01-25 22:09:45下载
    积分:1
  • SVM SMO Algorithm
    支持向量机的SMO算法-SVM SMO Algorithm
    2023-07-07 14:25:03下载
    积分:1
  • 一个自己写的列主元高斯消去,用Matlab实现
    一个自己写的列主元高斯消去法,用Matlab实现-Wrote it myself out of a PCA Gaussian elimination, using Matlab realize
    2022-09-27 07:20:03下载
    积分:1
  • This is a program that generate a universe of chromas females and males, crosses...
    This a program that generate a universe of chromas females and males, crosses men with women and makes the best chromosome of generation-This is a program that generate a universe of chromas females and males, crosses men with women and makes the best chromosome of generation
    2022-11-11 12:50:03下载
    积分:1
  • 蚂蚁
    音乐和弦的识别算法并进行转录记录,以披头士的音乐作为测试集进行和弦识别!
    2022-03-12 13:21:59下载
    积分:1
  • 在许多情况下我们需要的如密码字典穷举组合..
    在许多情况下我们需要穷举组合的算法,比如密码词典。这个算法的关键是密码下标进位的问题。另外本例子中的写文件语句效率比较低,为了降低算法复杂度没有优化。如果要提高写文件的效率,可以使用缓冲区,分批写入。-in many cases we need exhaustive combination of algorithms such as password dictionary. The algorithm is the key indices into password-issue. Another example of this document written statement low efficiency, in order to reduce the complexity of the algorithm has not been optimized. If the document was to improve the efficiency, the use of buffer zones, into batches.
    2022-03-20 01:48:47下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载