-
通过此程序可以把输入的年份判别是平年,还是闰年.
通过此程序可以把输入的年份判别是平年,还是闰年.-through this procedure can be imported in the year discriminant is non-leap year, or a leap year.
- 2022-10-19 14:30:03下载
- 积分: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-09-08 12:00:03下载
- 积分:1
-
silconlab 的c语言sample
这个是基于8051单片机的silconlab对Xbee通信的源代码,里面详细的介绍了算法的基本用法。
- 2022-01-25 21:45:05下载
- 积分:1
-
算术表达式计算
功能:1)键盘输入或从文本文件中读入一个算术表达式;2)验证表达式的合法性,包括:表达式是否合法,数据是否合法;3)计算表达式的结果;4)保存表达式及其结果到一个文本文件中;5)用链表的形式实现计算用的栈。
- 2022-01-25 16:12:16下载
- 积分:1
-
正则表达式处理,查找,匹配,资源非常好,要的赶紧下载。...
正则表达式处理,查找,匹配,资源非常好,要的赶紧下载。-regular expressions
- 2023-01-27 20:40:04下载
- 积分:1
-
没有翻译
随机积分的演示程序,使用Monte Carlo方法实现了sin,cos,exp等常用函数的一维二维随机积分。-failed to translate
- 2022-02-02 10:47:13下载
- 积分:1
-
八数码多个算法
八数码多个算法-more than eight digital algorithm
- 2023-02-03 09:30:04下载
- 积分:1
-
改进的平方根法,比较简单的,用VC实现的
改进的平方根法,比较简单的,用VC实现的-improvements to the square root law, a simple comparison with the VC
- 2022-11-14 11:05:03下载
- 积分:1
-
解TSP问题的GA程序
解TSP问题的GA程序-solution of TSP procedures GA
- 2022-02-03 12:42:37下载
- 积分:1