资源列表
[数值算法/人工智能] switch_and_stay
说明:switch and stay模式下,瑞利信道环境中的能量检测-energy detection switch and stay mode, Rayleigh channel environment<宋子华> 在 2025-11-21 上传 | 大小:2kb | 下载:0
[matlab例程] tuopu
说明:对二维结构进行拓扑优化,基于变密度法的二维mbb梁的结构拓扑优化,迭代采用优化准则法,数值不稳定采用灵敏度过滤法。-Two-dimensional structure topology optimization, based on the variable density method of two-dimensional the MBB beam structure topology optimization, iterative optimization criteria, the nume<fw> 在 2025-11-21 上传 | 大小:2kb | 下载:2
[matlab例程] doarima
说明:doarima.m MATLAB scr ipt to do an ARIMA(p,d,q) analysis where d is set but P and q can be vectors of values you want to try. It produces AIC and FPE (final prediction error) values for comparing models. The AIC is different than the one computed by S<timyscralem> 在 2025-11-21 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] bsplines.cpp
说明:Compute a bispline given any points, the program uses openGL<Noe Gonzalez> 在 2025-11-21 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] convx.cpp
说明:Program to compute the convex hull algoritm, using opengl<Noe Gonzalez> 在 2025-11-21 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] BP
说明:用C++实现了简单的BP神经网,具有一定的参考价值-With C++ achieve a simple BP neural network has a certain reference value<maolxu> 在 2025-11-21 上传 | 大小:2kb | 下载:0
[matlab例程] GA
说明:GA算法的代码,非常实用简单,程序后面的注释能帮助立刻理解程序意思,并且子模块分开,易于改动-GA algorithm code, very useful and simple notes behind the program can help immediately understand the meaning of the program, and separate sub-module, easy to change<yang juntao> 在 2025-11-21 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] series-sum
说明:数列求和(动态规划实现) 给定n个数字和一个范围[x,y],求从这n个数字中任意取出一些数字,使得它们的和在范围[x,y]中有多少种取法。 输入: 输入第一行为整数case,case<=10 表示有case组测试数据。 对于每一组测试数据,第一行为一个整数n (n<=30),第二行为n个整数a[i],第三行为两个整数x和y。其中,a[i]>=0,sum(a[i])<2^31,0<x,y<sum(a[i])< span="">。<陈曦> 在 2025-11-21 上传 | 大小:2kb | 下载:0