-
本程序采用循环单链表的算法来解决约瑟夫环问题:建立一个循环单链表,按顺序查找指定结点,找到后删除,最后打印删除的编号序列。
本程序采用循环单链表的算法来解决约瑟夫环问题:建立一个循环单链表,按顺序查找指定结点,找到后删除,最后打印删除的编号序列。- This procedure uses circulates Shan Lianbiao algorithm to solve
the Joseph link problem: Establishes to circulate Shan Lianbiao,
assigns the point according to the smooth search, after found deletes,
finally prints the serial number sequence which deletes.
- 2022-05-30 07:29:42下载
- 积分:1
-
1024位的大整数进行相乘(N方)取模,是RSA密钥算法的一部分。其中,我对十进制,二进制的高效转换部分非常满意...
1024位的大整数进行相乘(N方)取模,是RSA密钥算法的一部分。其中,我对十进制,二进制的高效转换部分非常满意-1024 for the large integer multiplication (N) The tray is RSA key part of the algorithm. Which, I decimal, binary conversion efficiency is very satisfactory
- 2023-05-07 23:00:03下载
- 积分:1
-
用幂法与反幂法求矩阵的最大特征值及最小特征值
用幂法与反幂法求矩阵的最大特征值及最小特征值-with power law with the anti-power method for matrix eigenvalue of the largest and the smallest eigenvalue
- 2022-03-15 14:11:29下载
- 积分:1
-
棋盘八皇后
棋盘八皇后-eight Queen"s chessboard
- 2023-07-25 13:20:03下载
- 积分:1
-
用三次样条曲线拟合做的更差,对对象的方式。原因…
用内三次样条曲线拟合做差C对象的方式。导致部件损坏。源代码
- 2022-11-30 04:55:03下载
- 积分:1
-
根据已知数据的权重对数据进行拟合,若不能给出数据的权重就默认为数据权重为1.这种拟合 方法是根据最小二乘进行的。...
根据已知数据的权重对数据进行拟合,若不能给出数据的权重就默认为数据权重为1.这种拟合 方法是根据最小二乘进行的。-The basis of known data on the weight of the data fitting, if the data should not give the weight for data on the default weight is 1. This method is based on least-squares fitting carried out.
- 2022-07-09 02:46:57下载
- 积分:1
-
回溯法解N后的C++源码(Visual Stdio2010环境测试通过)
#include #include #include #include using namespace std;class Queen{ friend int nQueen(int);private: bool Place(int k); void Backtrack(int t); void Output(); int n,//皇后个数 *x;//当前解 long sum;//当前已找到的可行性方案数};bool Queen::Place(int k){ for (int j=1;jn) { sum++; Output(); } else { for (int i=1;i
- 2022-02-06 19:11:54下载
- 积分:1
-
MATLAB functions: LLL.m, Brun.m, Seysen.m. These functions implement different lattice reduction al
The supplementary material consists of three MATLAB functions:
LLL.m
Seysen.m
Brun.m
These functions implement different lattice reduction algorithms in MATLAB.
The functions are well-documented, explaining their functionality as well
as how to run them. The software is provided for free and without warranty.
- 2023-07-10 23:10:03下载
- 积分:1
-
根据ASCII码输出汉字的一个程序!!希望对大家有所帮助
根据ASCII码输出汉字的一个程序!!希望对大家有所帮助
- 2022-09-19 17:05:03下载
- 积分:1
-
用C++做的一个关于N!的运算的求法。给学习C++的朋友一个示例。...
用C++做的一个关于N!的运算的求法。给学习C++的朋友一个示例。-With C++ Done on the N! Method of computing. To learn C++ Friends an example.
- 2022-12-29 20:20:03下载
- 积分:1