资源列表

« 1 2 ... .29 .30 .31 .32 .33 5634.35 .36 .37 .38 .39 ... 28523 »

[数据结构常用算法Robson

说明:Robson遍历改进版: 这个课程设计的目的是进行一个罗布森遍历. 编写和测试的“修改”罗布森遍历程序使用链表代表的二叉树。 这一修改后的版本与原始的不同之处在于罗布森以一个节点的左指针指向左子树;现在修改版是反向。也就是说,当一个节点的左(右)子树正在走过,它的左(右)指针将指向其右(左)子树。在遍历,当一个节点访问,输出 每个栈的内容,它的右左指针。如此这样处理每个栈内元素。-Robson Traversal Write and test a "modifie
<hunter> 在 2025-11-29 上传 | 大小:3kb | 下载:0

[数值算法/人工智能8Queen

说明:用DEV C++ 写的实现查找所有八皇后可能的算法。没有用递归,全部是用for循环实现,代码很晦涩,我自己现在都看不明白了。-With DEV C++ to write the achievement of all eight of Queen' s search algorithm may be. Did not use recursion, all is for the cycle to achieve, the code is very obscure, I can not now
<xiamin> 在 2025-11-29 上传 | 大小:109kb | 下载:0

[数据结构常用算法Binary_Tree

说明:Binary_tree.cpp :执行文件生成所有二叉树 这样做的目的C + +程序是产生所有二叉树指定节点数目。 基本思想是衍生所有二叉树基于退化树。 该算法的动机是圆括号法则代表二叉树。 一组括号可通过字典秩序排列,由此也可以产生二叉树。但该算法代码中并没有简单地转换括号代表性 它一直在改变过去的节点从最新二叉树下一可能位置(在这里,我们假设右向是正确的退化树方向) 。 该文件还提到计算机内存时(读/写)和avarage参考值。 这个工程在Microsof
<hunter> 在 2025-11-29 上传 | 大小:3kb | 下载:0

[数学计算/工程计算MyMatrix

说明:DEV C++ 写的一个矩阵类,用列主元消去法求模的。类的构造函数接收矩阵的行列值或者是一个vector<vector<double> >类型的变量。没有用模板,数据类型是double.-DEV C++ to write a matrix class, with out seeking principal mode of elimination. Class constructor to receive the rank of matrix or a vector val
<xiamin> 在 2025-11-29 上传 | 大小:147kb | 下载:0

[数据结构常用算法strahler_number

说明:这个课程项目计算了strahler number; 这个很有利于理解二叉树和链表。-This project has computed the Strahler number of given binary tree. This is very useful for understanding the link list and binary tree.
<hunter> 在 2025-11-29 上传 | 大小:4kb | 下载:0

[数值算法/人工智能fir_rtl

说明:Simple fir digital filter
<Digitalkurt> 在 2025-11-29 上传 | 大小:1kb | 下载:0

[matlab例程MATLAB

说明:MATLAB Primer (7th Ed) - Timothy A. Davis & Kermit Sigmon-MATLAB Primer (7th Ed)- Timothy A. Davis & Kermit Sigmon
<Qaisar> 在 2025-11-29 上传 | 大小:721kb | 下载:0

[matlab例程ZFL_eq_tap

说明:Zero forcing Equalizer random channel, input, noise
<ndn> 在 2025-11-29 上传 | 大小:1kb | 下载:0

[matlab例程bhnCopy

说明:creat channel, input, noise for ISI channel
<ndn> 在 2025-11-29 上传 | 大小:1kb | 下载:0

[matlab例程track

说明:matlab tracking source code to track a moving object on the scene by using centroid and rectangle method
<Moh d> 在 2025-11-29 上传 | 大小:1kb | 下载:0

[matlab例程Neural_Network_Toolbox_For_Use_with_MATLAB_newnob.

说明:神经网络matlabtollbox,对编成很重要-Neural network matlabtollbox, very important for the formation
<jin> 在 2025-11-29 上传 | 大小:3.33mb | 下载:0

[matlab例程WVNN

说明:小波神经网络对短期电力负荷的预测,带有小波程序,神经网络程序,输入为归一过的数据-Wavelet neural network for short-term load forecast with wavelet process neural network procedures, input data have been normalized
<jin> 在 2025-11-29 上传 | 大小:86kb | 下载:0
« 1 2 ... .29 .30 .31 .32 .33 5634.35 .36 .37 .38 .39 ... 28523 »

源码中国 www.ymcn.org