登录
首页 » 算法 » 05年全国大学生数学建模比赛的优秀论文,对参加数学建模比赛的同学是一个很好的参考资料。...

05年全国大学生数学建模比赛的优秀论文,对参加数学建模比赛的同学是一个很好的参考资料。...

于 2022-01-22 发布 文件大小:2.33 MB
0 233
下载积分: 2 下载次数: 2

代码说明:

05年全国大学生数学建模比赛的优秀论文,对参加数学建模比赛的同学是一个很好的参考资料。-Best papers of 2005 Mathematical Modelling Contest, is a a good reference for the students preparing for the mathematical modelling Contest.

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

发表评论

0 个回复

  • 常用的C++语言计源代码
    C语言常用算法源代码-C language commonly used calculates the law origin code
    2023-01-08 13:35:03下载
    积分:1
  • 1602液晶电子钟
    应用背景可以做一个时钟,同时可以学习时钟芯片的通信和LCD1602的显示,从实用上体会单片机编程的乐趣关键技术通过使用DS1302时钟芯片保存时间,再由LCD1602显示时间
    2022-03-01 03:42:45下载
    积分:1
  • k-means 算法的工作过程说明如下:首先从n个数据对象任意选择 k 个对象作为初始聚类中心;而对于所剩下其它对象,则根据它们与这些聚类中心的相似度(距离),分别将它们分配给与其最相似的(聚类中心所代表的)聚类;然后再计算每个所获新聚类的聚类中心(该聚类中所有对象的均值);不断重复这一过程直到标准测度函数开始收敛为止。-k-means algorithm process as follows: First of all, the object data from the n choose k object as initial cluster centers and the remaining for the other object, then according to their cluster center with those of the similarity (distance) respectively assigned to them with the most similar (represented by cluster center) clustering obtained and then calculated for each new cluster center clustering (all objects in the cluster mean) repeated this process until the standard measure of function until the beginning of convergence.
    2023-07-14 07:15:02下载
    积分:1
  • This program generates interpolation function for input data in three methods:...
    This program generates interpolation function for input data in three methods: 1-Newton forward method 2-Newton backward method 3-lagrange method
    2022-07-07 06:09:44下载
    积分:1
  • 本程序为三维FDTD方在Matlab中的实现。
    本程序为三维FDTD方法在Matlab中的实现。-This procedure for the three-dimensional FDTD method in the realization of Matlab.
    2022-01-26 17:24:46下载
    积分:1
  • 生成最小生成树
    最小生成树算法,将节点 构成的图转换为最小生成树。可用于计算某个节点到另外一些节点的最短距离 
    2022-02-06 01:48:41下载
    积分:1
  • 3DES C++ 源代码
    3DES德C++源代码,用于测试和学习,3DES算法思路编写的非常清晰,对于初学者非常有用。         
    2022-02-22 09:50:48下载
    积分:1
  • 列主元高斯消去 是我学习计A时编写的 完成了列主元高斯消去实现方程组求解。...
    列主元高斯消去法 是我学习计算方法A时编写的 完成了列主元高斯消去法实现方程组求解。-out PCA Gaussian elimination is my calculation A study prepared at the completion of the main-element Gauss elimination method to achieve equation Solving Group.
    2022-04-10 00:25:55下载
    积分:1
  • 单链表操作
    资源描述#include #define maxsize 100 using namespace std; /*class base {     int length; };*/ class Seqlist                //实现顺序表类 {     private:         int size;        //当前元素个数         int length;            //当前表的总长度              public:         int *elem;            //动态存放数据         Seqlist();        //构造函数的声明         int listset();    //顺序表的创建    &nbs
    2022-06-03 18:29:34下载
    积分:1
  • matlab 高斯—赛德尔迭代+稳态导热
    迭代法: clear x1(1)=0;x2(1)=0;x3(1)=0;k=1; for k=1:100; x1(k+1)=0.5*(500+x2(k)); 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-08-18 19:05:24下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载