资源列表

« 1 2 ... .20 .21 .22 .23 .24 19025.26 .27 .28 .29 .30 ... 28522 »

[数据结构常用算法Dynamic_Programming

说明:多阶段决策过程( multistep decision process )是指 这样一类特殊的活动过程,过程可以按时间顺序分解成若干个相互联系的阶段,在每一个阶段都需要做出决策,全部过程的决策是一个决策序列。 动态规划 ( dynamic programming )算法 是解决 多阶段决策过程最优化问题 的一种常用方法,难度比较大,技巧性也很强。利用动态规划算法,可以优雅而高效地解决很多贪婪算法或分治算法不能解决的问题。动态规划算法的基本思想是:将待求解的问题分解成若干个相互联系的子问题,先求解
<汤烈> 在 2025-07-22 上传 | 大小:3kb | 下载:0

[数据结构常用算法jxjh

说明:数据结构的课设内容,实现教学计划编制问题-data structure classes based content, the teaching programming issues
<碰字见> 在 2025-07-22 上传 | 大小:3kb | 下载:0

[人工智能/神经网络/遗传算法SVM_PASCAL

说明:SMO方法的SVM的PASCAL实现。TXT文档-SMO of SVM PASCAL achieve. TXT files
<不详> 在 2025-07-22 上传 | 大小:3kb | 下载:0

[matlab例程cnvcoder

说明:卷积码是一种有记忆的编码,在任意给定的时间单元处,编码器的n个输出不仅与此时间单元的k个输入有关,而且也与前m个输入有关。卷积码通常表示为:(n,k,m) 本次仿真采用(2,1,3)卷积码。 -convolutional code is a kind of code memory, in any given unit of time, the encoder output n this time not only with the elements of the k input, but
<yx> 在 2025-07-22 上传 | 大小:3kb | 下载:0

[matlab例程cnvjiaozhi

说明:交织编码是一种信道改造技术,它通过信号设计将一个原来属于突发差错的有记忆信道改造为基本上是独立差错的随机无记忆信道。交织编码作为克服衰落信道中突发性干扰的有效方法,通常和其它用于纠正无记忆独立差错的信道编码相结合构成级联码,广泛应用于当代移动通信。-intertwined coding is a channel modification techniques, it will be designed to signal through an unexpected error originally
<yx> 在 2025-07-22 上传 | 大小:3kb | 下载:0

[matlab例程matlab-code

说明:matlab解线性方程组的源代码 function x=nagauss2(a,b,flag) % 用途:选列主元Gauss消去法解线性方程组ax=b % 格式:x=nagauss2(a,b,flag) a为系数矩阵,b为右端列向量,flag若为0,则显示中间过程 -Matlab solution of linear equations source code function nagauss2 x = (a , b, flag)% purposes : a selection P
<郑超> 在 2025-07-22 上传 | 大小:3kb | 下载:0

[人工智能/神经网络/遗传算法asiasbp

说明:经典人工智能神经网络大师 haykin matlab 源代码-classic artificial intelligence, neural network Masters Haykin Matlab source code
<asia> 在 2025-07-22 上传 | 大小:3kb | 下载:0

[matlab例程BinwaveletImageEnhancement

说明:学习二进小波变换用于图像增强,很好的例子,可以实现非线性增强。希望对大家有帮助。-study wavelet transform for image enhancement, good example, can achieve a nonlinear increase. We want to help.
<王成优> 在 2025-07-22 上传 | 大小:3kb | 下载:0

[matlab例程01LiftDwt97

说明:可以实现二进9/7小波提升格式的小波变换,希望对大家学习和研究提升小波变换有帮助。-can achieve two into 9/7 wavelet upgrade format wavelet transform, we hope to enhance learning and research help wavelet transform.
<王成优> 在 2025-07-22 上传 | 大小:3kb | 下载:0

[matlab例程chap1_4

说明:新型pid控制算法,对传统的pid设计新手来说具有很强的借鉴意义.-new pid control algorithm, the pid of the traditional design rookie has a strong reference.
<阳关> 在 2025-07-22 上传 | 大小:3kb | 下载:0

[数学计算/工程计算Cmatrixbyjoe

说明:本人用C++编的矩阵类,可以方便实现矩阵的加减乘除运算-I use C++ series of matrices, to facilitate the realization of matrix arithmetic operations
<乔木人> 在 2025-07-22 上传 | 大小:3kb | 下载:0

[人工智能/神经网络/遗传算法blkstablea

说明:12脉波可控整流电路仿真模型,模型的稳定性分析。-12 controllable pulse wave rectifier circuit simulation model, the stability analysis.
<刘波> 在 2025-07-22 上传 | 大小:3kb | 下载:0
« 1 2 ... .20 .21 .22 .23 .24 19025.26 .27 .28 .29 .30 ... 28522 »

源码中国 www.ymcn.org