资源列表

« 1 2 ... .50 .51 .52 .53 .54 19155.56 .57 .58 .59 .60 ... 28522 »

[数据结构常用算法C_TREE

说明:本例题将介绍一种建立二叉树的算法。同时介绍对“遍历算法”灵活应用:将二叉树中每个结点的左右子树进行交换。介绍求二叉树深度的算法。 二叉树的建立是一个递归方法,与二叉树先序遍历思路有点相似。数据的组织是先序遍历的顺序,但是当某结点的某孩子为空时以数据0来充当,也要输入。结合右图的二叉树,其数据的输入顺序应该是: 1 2 4 0 0 0 3 5 0 7 0 0 6 8 0 0 9 0 0。 若当前数据不为0,则申请一个结点存入当
<yyfy> 在 2025-05-20 上传 | 大小:3kb | 下载:0

[matlab例程ADDAwatermarking

说明:用MATLAB实现了该算法,并对所实现方法进行了验证,在步骤(3)中则给出了求出滤波器类型及参数的方案,并进行验证,在步骤(4)中通过MATLAB的AWGN函数等相关知识实现了AWGN信道的仿真。 本文首先介绍数字水印和音频水印的相关概念和发展概况,接着介绍了完成仿真工作所需的基础知识,之后提出DA/AD变换的仿真实现,-Using MATLAB realization of the algorithm, and the reali
<byleimin> 在 2025-05-20 上传 | 大小:3kb | 下载:0

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

说明:neural network source, a relatively new algorithm, better classification results! -neural network source, a relatively new algorithm, better classification results!
<庞冲> 在 2025-05-20 上传 | 大小:3kb | 下载:0

[数值算法/人工智能yanzhenggedebahecaixiang

说明:验证歌德巴赫猜想的C语言源代码,对数学验证类编程感兴趣的朋友可以交流一下。-Goldbach conjecture verification C language source code, to verify the type of mathematical programming of interest to friends can exchange.
<夏天> 在 2025-05-20 上传 | 大小:3kb | 下载:0

[人工智能/神经网络/遗传算法pid-fuzzy

说明:模糊PID控制程序,可以根据自己的需要进行稍加修改。-Fuzzy PID control procedures can be carried out according to their own needs revamping.
<唐新星> 在 2025-05-20 上传 | 大小:3kb | 下载:0

[matlab例程powernetwork1_gui

说明:通过MATLAB编程实现自动输出A矩阵,输出图的一棵树,输出图的所有的树-Through MATLAB programming for automatic output A matrix, the output of a tree diagram, the output map all the trees
<李立成> 在 2025-05-20 上传 | 大小:3kb | 下载:0

[数学计算/工程计算zuiyouhua

说明:此源码包是我本学期最优化理论课程的大作业,其中包括了我自己写的以下常用最优化算法的实现代码:最速下降法,牛顿法,非线性最小二乘法,DFP法。fun1,fun2是两个测试函数。谢谢!-This is my source packages optimization theory this semester courses in large operations, including my own to write the following
<白浩泉> 在 2025-05-20 上传 | 大小:3kb | 下载:0

[matlab例程BPANN-c

说明:BP神经网络源程序c语言的matlab源代码-matlab code
<felixscape> 在 2025-05-20 上传 | 大小:3kb | 下载:0

[数据结构常用算法N_missionaries_and_N_Savage

说明:历史上著名的N教士与N野人问题,有点意思!-N missionaries with the issue of N Savage
<Ray> 在 2025-05-20 上传 | 大小:3kb | 下载:0

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

说明:人工神经网络中的一种编程源代码实现,此算法是最基本的源码编程。-Artificial Neural Networks in the realization of a programming source code, this algorithm is the most basic source programming。
<黄国涛> 在 2025-05-20 上传 | 大小:3kb | 下载:0

[matlab例程shortest_path

说明:建模相当有用的算法:求算最短路经算法,建模的兄弟可用-Very useful in modeling algorithm: calculating the shortest path algorithm
<xinliang> 在 2025-05-20 上传 | 大小:3kb | 下载:0

[matlab例程fit_ellipse

说明:最小二乘法椭圆拟合 fit_ellipse( x,y,axis_handle ) x,y为坐标点 适用于一般方程哦。好用-Least squares ellipse fitting fit_ellipse (x, y, axis_handle) x, y for the coordinates of points applicable to the general equation Oh. Use
<JOHN> 在 2025-05-20 上传 | 大小:3kb | 下载:0
« 1 2 ... .50 .51 .52 .53 .54 19155.56 .57 .58 .59 .60 ... 28522 »

源码中国 www.ymcn.org