-
数学建模
数学建模-公交车调度问题论文(维普阅读器)-mathematical modeling-bus scheduling problem thesis (Wei-pu readers)
- 2022-09-14 09:25:03下载
- 积分:1
-
汉诺(hanoi)问题采用递归算法解决,并编制了手动及演示界面
汉诺(hanoi)问题采用递归算法解决,并编制了手动及演示界面-Hanne (Hanoi) problem using recursive algorithm, and prepared a manual and demonstrate interface
- 2022-04-30 08:13:55下载
- 积分:1
-
北大ACM试题poj 第3068题源码,很好的代码,希望对搞ACM的同学有帮助...
北大ACM试题poj 第3068题源码,很好的代码,希望对搞ACM的同学有帮助
-Peking University ACM Chapter 3068 question Question poj source code, good code, and want to help students engage in ACM
- 2022-01-28 18:40:13下载
- 积分:1
-
一元线性回归,数值分析方面可参考
一元线性回归,数值分析方面可参考-one yuan linear regression, numerical analysis can look at the reference
- 2022-03-20 17:59:50下载
- 积分:1
-
该程序用来处理微分方程系统的,用来化简一个微分系统的,特别是高维的系统...
该程序用来处理微分方程系统的,用来化简一个微分系统的,特别是高维的系统-The procedures used to deal with differential equations system for the simplification of a differential system, especially high-dimensional system
- 2022-05-31 00:54:12下载
- 积分:1
-
这个算法可以很好的实现实现一元多项式的计算,包括其相加和相减,是用C语言编写的。...
这个算法可以很好的实现实现一元多项式的计算,包括其相加和相减,是用C语言编写的。-this algorithm can achieve very good achievement of one yuan polynomial, including its sum and subtract. using the C language.
- 2023-03-25 02:40:03下载
- 积分:1
-
POJ上的一些题目的题解
POJ上的题目,数量不多,有出错的代码;文件名都可以看懂;每个文件夹里面为一道题目,里面有错误的代码,出错信息 运行时间都在文件名上;
- 2022-08-15 22:14:20下载
- 积分:1
-
a description of the problem is : No. 1, 2, ..., n n clockwise direction by indi...
约瑟夫问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,没人持有一个密码。一开始人选一个正整数作为报数上限值m,从第一个人开始按顺时针自1开始报数,报到m是停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。-a description of the problem is : No. 1, 2, ..., n n clockwise direction by individuals sitting around a circle, no one holding a password. One person started as a positive integer limits on the number of reported m, from the first individuals to embark on the clockwise from a few reportedly started, the report m is reportedly stopped a few. M reported out of the list of his password as a new value m, from a clockwise direction in the next re-started from a newspaper a few, like that, until the total of all listed so far.
- 2022-02-03 16:31:48下载
- 积分:1
-
matrix eigenvalue of the largest power France. For engineering calculation, Matr...
矩阵的最大特征值的幂法.
对于工程计算而言,矩阵的特征值和特征向量都是相当重要和常见的数据,这里给出的幂法是一种常见的求解方法,用的是迭代的思想。
符号说明:
1A为待求的矩阵,
2Uk,Vk为迭代用的列向量。
3最后的最大特征值maxLamda由最后一次的max(Uk)-----求Uk中的绝对值最大的元素的绝对值.所决定。
而maxLamda所对应的特征向量由最后一次迭代的Vk所决定.
主要的想法就是先选一个不为0的初始向量U0!=0,然后按下面的式子迭代。
-matrix eigenvalue of the largest power France. For engineering calculation, Matrix eigenvalues and eigenvectors are very important and common data, here is the power law is a common solution, using the iterative thinking. Symbol : 1A of the question for the matrix, 2Uk, Vk iteration of the column vector. The final three largest eigenvalue maxLamda from last max (uk Hoffmann for the uk the largest absolute value of the absolute value of the element. by decision. While maxLamda corresponding eigenvectors from the last iteration of Vk decision. The main idea was first choice not one of the initial vector 0 U0! = 0, then by the following formula iteration.
- 2022-12-15 11:10:03下载
- 积分:1
-
c++设计学籍管理系统
c++课程设计,里面包括源代码,本系统旨在实现一个小型的学籍管理系统,对于教务处管理人员来说,想要用电脑处理学籍的管理会十分方便,节省精力。然而他们的前期工作就是进行学籍的录入,删除,添加,修改,查阅,搜索,排序等等。如此显示明晰,操作简单的简易学籍管理系统开发出来是十分必要的,尤其会受到管理者们的欢迎。
- 2022-10-26 16:05:03下载
- 积分:1