资源列表
[数学计算/工程计算] HuaDuoTree_Algorithm
说明:一个N位的十进制正整数,如果它的每个位上的数字的N次方的和等于这个数本身,则称其为花朵数。 例如: 当N=3时,153就满足条件,因为 1^3 + 5^3 + 3^3 = 153,这样的数字也被称为水仙花数(其中,“^”表示乘方,5^3表示5的3次方,也就是立方)。 当N=4时,1634满足条件,因为 1^4 + 6^4 + 3^4 + 4^4 = 1634。 当N=5时,92727满足条件。 实际上,对N的每个取值<谷琼> 在 2025-02-25 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] 2Unary-quadratic-equation
说明:用visual c++解一元二次方程。方程的各系数由读者自行给出。-To solve Unary quadratic equation by useing visual c++ . The coefficients of equation are given by the reader .<刘亚亮> 在 2025-02-25 上传 | 大小:250kb | 下载:0
[数学计算/工程计算] 5To-transposed-the-matrix
说明:对读者自行给定的指定大小的矩阵矩阵进行转置。-To transposed the matrix if you give a specified size matrix.<刘亚亮> 在 2025-02-25 上传 | 大小:215kb | 下载:0
[数学计算/工程计算] 6multiplication-of-two-matrix
说明:对读者指定的两个矩阵进行矩阵的乘法运算。前提是这两矩阵可以相乘。-To realize the multiplication of two matrix . The premise is the two matrix can be multiplied.<刘亚亮> 在 2025-02-25 上传 | 大小:202kb | 下载:0
[数学计算/工程计算] currency-exchange
说明:利用C++实现货币兑换的贪心算法,取得货币兑换的最优解。-Using C++ implementation of the greedy algorithm currency exchange, currency exchange obtained the optimal solution.<常> 在 2025-02-25 上传 | 大小:7kb | 下载:0
[数学计算/工程计算] Jacobidiedaifa
说明:由于求解方程时的计算速度比较慢,所以引入了雅克比迭代法的计算法,加快了计算速度。-Since the calculation of solving equations is slow, so the introduction of the calculation of Jacobian iteration method to accelerate the calculation speed.<lixuanyu> 在 2025-02-25 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] CROSSWELL-SEISMIC-SIRT
说明:SIRT算法程序用于计算大型的、稀疏的、常常是病态的线性方程组-SIRT algorithm program used to calculate the large, sparse, often morbid linear equations<张生> 在 2025-02-25 上传 | 大小:185kb | 下载:0
[数学计算/工程计算] jisuanshengrixinqiji
说明:编写一个程序,只要输入年月日,就能回答那天是星期几。 输入一个日期,包括年、月、日。(一组测试数据) 输出这个日期是星期几。-Write a program, just enter the year, month day, able to answer the day of the week. Enter a date, including year, month, day. (A set of test data) outpu<wangmingmin> 在 2025-02-25 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] jisuanyuangongzhougongzi
说明:编写一个程序计算员工周工资,输入某雇员的每周工作时间(以小时计)和每小时的工资数,计算并输出他的工资。-Write a program to calculate weekly wage employees, enter an employee' s working hours per week (in hours) and the number of hourly wage, his salary is calculated an<wangmingmin> 在 2025-02-25 上传 | 大小:1kb | 下载:0