资源列表
[控制台(字符窗口)编程] NumericalSummation
说明:Produce a table of the values of the series (1) for the 3001 values of x, x = 0.0, 0.1, 0.2, …, 300.00. All entries of the table must have an absolute error less than 10-10. This problem is based on a problem from Hamming (1962), when main<Cloudhyde> 在 2025-07-28 上传 | 大小:1kb | 下载:0
[C#编程] Prim
说明:算法特点:该算法的特点是当前形成的集合T始终是一棵树。将T中U和TE分别看作红点和红边集,V-U看作蓝点集。算法的每一步均是在连接红、蓝点集的紫边中选择一条轻边扩充进T中。MST性质保证了此边是安全的。T从任意的根r开始,并逐渐生长直至U=V,即T包含了 C中所有的顶点为止。MST性质确保此时的T是G的一棵MST。因为每次添加的边是使树中的权尽可能小,因此这是一种"贪心"的策略。 -Algorithm characteristics: the algorithm is characteriz<吕济根> 在 2025-07-28 上传 | 大小:1kb | 下载:0
[C#编程] 15zhengchu
说明:本程序的目的是求解可以被15整除的最大整数,利用C语言实现。-The purpose of this procedure is to solve for the largest integer divisible by 15, using C language.<李延明> 在 2025-07-28 上传 | 大小:1kb | 下载:0