资源列表
[数据结构常用算法] ACKFunction
说明:实现阿克曼函数并统计递归调用次数 Counting times of recursion calling 1. 问题描述 定义阿克曼递归函数: ACK(0,n)=n+1 n>=0 ACK(m,0)=ACK(m-1,1) m>=1 ACK(m,n)=ACK(m-1,ACK(m,n-1)) m,n>0 2. 基本要求 读入m、n,输出ACK(m,n)的值,并统计递归调用次数。-A<李昭明> 在 2025-02-03 上传 | 大小:574kb | 下载:0
[matlab例程] progMatlab
说明:这个程序能清楚显示灰度图形的灰度直方图,并能进行平滑与滤波处理,方便程序员观察了解图像。-this procedure will clearly show that the gray-scale graphics histogram, and for smoothing and filtering. Observer allows programmers to understand images.<空想位> 在 2025-02-03 上传 | 大小:6kb | 下载:0
[人工智能/神经网络/遗传算法] fuping
说明:BP神经网络预测。这是一个用于交通流量预测的MATLAB原程序-BP neural network forecasting. This is a traffic forecast for the original program MATLAB<fu> 在 2025-02-03 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] C++BPCHENGXU
说明:C++的BP算法程序,这个程序是我从网上找到的,希望对大家能有用-C BP algorithm procedures, which is what I got from the Internet, I hope we can be useful right<fu> 在 2025-02-03 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] LIDEBP
说明:BP算法的程序 ,这个是同学的,好象已经调出来了-BP algorithm procedures, this is the students, seems to have transferred out of<fu> 在 2025-02-03 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] MATLABBP
说明:这个是网上的一个程序 看看对大家有没有什么用处 BP的程序 -this is a procedure for the Internet to see if you are right what is the use of BP's procedures<fu> 在 2025-02-03 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] zhuzbp
说明:一篇关于bp神经网络模拟碳纤维加固柱子程序-bp of a neural network simulation of carbon fiber reinforced pillars procedures<fu> 在 2025-02-03 上传 | 大小:75kb | 下载:0
[人工智能/神经网络/遗传算法] mathmodel
说明:这是一个好的建模学习资料,赶快下载吧, 数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、 插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、 最优化理论的三大非经典算法:模拟退火法、神经网络、遗传算法、 网格算法和穷举法、一些连续离散化方法、数值分析算法、图象处理算法)-This a good model to<zhxj> 在 2025-02-03 上传 | 大小:5.65mb | 下载:0
[matlab例程] superMatlab
说明:Matlab入门,非常好的资料,对于初学者尽快熟悉运用是个不错的帮手-Matlab entry, very good information for beginners as familiar with the use is a good helper<ash> 在 2025-02-03 上传 | 大小:446kb | 下载:0
[matlab例程] hammingcoding
说明:信道编码线性分组码hamming码的编码器译码器设计与仿真实现。-channel coding linear block code hamming yards Encoder Decoder Design and Simulation.<yx> 在 2025-02-03 上传 | 大小:39kb | 下载:0
[matlab例程] MATLABinphysics
说明:MATLAB在物理中的应用,在学习物理的同时也能掌握一门计算机技术,并能熟练应用计算机技术来学习物理和分析物理。-MATLAB in the application of physics, the study of physics can also master a computer technology, and can skillfully using computer technology to study physics and<ash> 在 2025-02-03 上传 | 大小:1.72mb | 下载:0