-
pageRank 算法实现
文本读入 实现PageRank。。非常好用,结果放在文本中,方面数据处理。运用大型5000个节点,28000条边都可以实现,都可以用,经典算法,还实现了对集聚系数和度中心度的结果。
- 2022-02-07 13:23:53下载
- 积分:1
-
Iterative solution of equations Jacobi Gauss
用迭代法解方程组 Jacobi Gauss-Sedel SOW 超松弛迭代 各种技术的比较 数值实验报告-Iterative solution of equations Jacobi Gauss-Sedel SOW SOR numerical comparison of various techniques Experimental Report
- 2022-04-01 11:32:12下载
- 积分:1
-
A fast Fourier transform tool
windows 平台下的很好用,很快速,功能强大的快速傅立叶变换动态连接库,有头文件和说明书。-A fast Fourier transform tool
- 2022-08-10 12:03:45下载
- 积分:1
-
LMF方法解非线性方程组,有例子,可以直接运行!
LMF方法解非线性方程组,有例子,可以直接运行!-LMF method to solve nonlinear equations, there are examples, can be directly run!
- 2023-05-04 01:50:03下载
- 积分:1
-
最小二乘法拟和曲线,两个程序,大家
最小二乘法拟和曲线,两个程序,大家-least squares fitting curves, the two procedures, we look at
- 2023-08-19 03:15:04下载
- 积分:1
-
一个解决方案
一个解线性超定方程组的算法,是用C语言写的,简单易懂,而且速度还挺快的。-a solution-linear equations of the algorithm is written in C language, easily understood, but the speed It"s fast.
- 2022-02-20 05:12:20下载
- 积分:1
-
Demon RUF also an example. You enter a prime number, followed in the same direct
恶魔联阵也是一个例子。你输入一个素数,跟在下面生成的同一个目录中。Txt文件,其中有一个n*n的魔法矩阵
- 2022-10-31 00:10:02下载
- 积分:1
-
蓝桥杯-六角幻方-代码
应用背景
这是蓝桥杯往年的一个题目,类似的题目有六角填数、4*4魔方阵等。题目如下图:
将1,2,3,...19填进去,图中已经填了两个数15和13,填完后要求每条直线上的数字之和相等,图中共有十五条直线。
关键技术代码在VS2010上运行。 设和为a, 则a*15/3=(1+19)/2*19 所以 a=38 前两个数已经填好,开始填第三个数,将满足vis=0的数依次填进去。填完第三个数,第一行已经形成了直线,判断第一行的和是不是38. 填完第七个数,新增加了一条直线(第二行),判断它的和。填完第八个数,增加了一条线(45°方向),判断其和。以此类推。程序关键是:每填完一个数,看有没有新增加的直线,并判断数字和,不能全部填完19个数再判断,因为计算量太大,程序运行不出来。
- 2022-02-07 04:51:19下载
- 积分:1
-
Find Devide Between to Number
孟吉通selisih angka dengan bahasa C.Inputan berupa angka。输出yang dihasilkan berupa angka selisih dari inputan yang dimasukan。
- 2022-04-11 13:36:17下载
- 积分:1
-
自己编写的集合覆盖问题的贪心近似算法,请指教
自己编写的集合覆盖问题的贪心近似算法,请指教-I have written a collection of coverage of the greedy approximation algorithm for the problem, please advice
- 2023-03-08 15:20:02下载
- 积分:1