资源列表
[数值算法/人工智能] Redraimen
说明:主算法就是费波纳西数列,即Fib[j]=Fib[j-1]+Fib[j-2] 由于从地第0阶到第N阶的总共方法就是服从费波纳西数列的,故可以用该算法求出总共的方法数。用一个数组Redr[]接收输入数据,即用while循环实现数据输入,用for循环实现费波纳西数列即Fib[]数组,用Fib[]数组对Redr[]数组中的每个数据成员进行求总的方法数,然后用remember[]数组存储每组输入数据的总方法数,最后用for循环输出-Main algorithm is Feibonaxi series th<张维> 在 2025-07-06 上传 | 大小:4kb | 下载:0
[数值算法/人工智能] FEM_program
说明:平面应力板结构的有限元计算程序,已调试通过。-Plane stress plate structure finite element program has been debugged.<cym> 在 2025-07-06 上传 | 大小:4kb | 下载:0
[matlab例程] xiangguancanshudesheji
说明:以Griewank函数为测试对象,应用PSO算法优化求解-Use Griewank function for test object, apply PSO algorithm as the optimal solution<鲁鲁> 在 2025-07-06 上传 | 大小:4kb | 下载:0
[matlab例程] the-day-of-year
说明:the day of year是指这一年已经逝去的天数(包括当天) 。在平年中,它的取值范围为 1 到 365,在闰年中,它的取值范围 1到 366。编写一个 MATLAB 程序,输入年,月,日, 输入为对应的 the of year。 -the day of year is the year the number of days have been lost (including the day). In the average year, it ranges from 1 to 36<gege> 在 2025-07-06 上传 | 大小:4kb | 下载:0
[matlab例程] file_name_reader
说明:在Matlab环境下运行,读取任意目录下的文件名和目录名-In Matlab Environment, run it.It can read and output name of directory and file under any path<八月> 在 2025-07-06 上传 | 大小:4kb | 下载:0