资源列表

« 1 2 ... .09 .10 .11 .12 .13 7414.15 .16 .17 .18 .19 ... 15813 »

[matlab例程xiashan

说明:MATLAB 牛顿下山法的一个小程序,原理就不详细说了。因牛顿迭代法受初值选取的限制,为防止迭代发散,对迭代过程再附加一项要求:|f(x(k+1))|<|f(x(k))|,将牛顿法迭代的结果:x(k+1) =x(k)-f(x(k))/f (x(k))和前一近似值x(k)适当加权平均做为新的改进值:x(k+1)=u*x(k+1) +(1-u)*x(k),其中u(0<> 迭代时u取1开始,逐次减半计算,直至附加要求符合为止。实例计算中x(k)=x(0)不变,只更新u和x
<junshan> 在 2025-10-09 上传 | 大小:1kb | 下载:0

[matlab例程Q-Learning

说明:最基础的Q学习代码,可以帮助初学者理解和使用Q学习算法-The most basic Q-learning code that can help beginners to understand and use the Q-learning algorithm
<乔頔> 在 2025-10-09 上传 | 大小:1kb | 下载:0

[matlab例程SVM

说明:SVM神经网络的数据分类预测-葡萄酒种类识别-SVM neural network data classification forecast- wines identification
<珈狄> 在 2025-10-09 上传 | 大小:39kb | 下载:0

[matlab例程bpsk_ber_coded_noncoded

说明:Performance analysis of Binary phase shift keying modulation in AWGN channel-Uncoded Bpsk vs Coded BPSK Probability of Error (BER) vs SNR (Eb_No) curve
<ashish> 在 2025-10-09 上传 | 大小:1kb | 下载:0

[matlab例程VSI

说明:control induction machine by VSI simulink file
<Mohd> 在 2025-10-09 上传 | 大小:11kb | 下载:0

[matlab例程CDMA-Gold-Sequence

说明:A Matlab scr ipt to generate Gold Code sequences with the help of XOR Function of two sequences Note: XOR Function required for above scr ipt is also attached in rar file.Please find it.
<ashish> 在 2025-10-09 上传 | 大小:1kb | 下载:0

[matlab例程point-defect-band-by-PWE

说明:结合平面波展开法和超原胞法,计算含点缺陷的正方形晶格.-The plane wave expansion method and the supercell method, calculate the square lattice with point defects.
<> 在 2025-10-09 上传 | 大小:2kb | 下载:1

[matlab例程m_ary_modulation

说明:A matlab scr ipt to generate scatter plot for the M-ary Modultaion. it asks user to input the value of: M-ary, SNR(in db), number of binary carriers
<ashish> 在 2025-10-09 上传 | 大小:1kb | 下载:0

[matlab例程psk_16_awgn_rs

说明:A Matlab-Simulink Model (.mdl) for implementing the psk(phase shift keying)-16 ary in AWGN Channel using RS (reed-solomon) en_Coder/decoder
<ashish> 在 2025-10-09 上传 | 大小:6kb | 下载:0

[matlab例程matlab

说明:计算轴承生热程序,利用生热公式和matlab图形处理窗口,把生热界面显示出来-Calculate bearing heat procedures, the use of heat formula and matlab graphics processing window, the heat interface displayed
<黄俊> 在 2025-10-09 上传 | 大小:15kb | 下载:0

[matlab例程xiangyingmian

说明:基于matlab编译的一个二阶相应面法拟合程序。代码简易,尚未检查其收敛性。-Using matalb. Write a simple quadratic surface fitting code, corresponding program is simple, has yet to test whether convergence.
<we> 在 2025-10-09 上传 | 大小:1kb | 下载:0

[matlab例程tabusearch-TSP

说明:这是Matlab禁忌搜索算法的代码,用于解决TSP问题-Tabu search algorithm to solve TSP problem
<Chloe> 在 2025-10-09 上传 | 大小:3kb | 下载:0
« 1 2 ... .09 .10 .11 .12 .13 7414.15 .16 .17 .18 .19 ... 15813 »

源码中国 www.ymcn.org