资源列表

« 1 2 ... .75 .76 .77 .78 .79 19180.81 .82 .83 .84 .85 ... 28523 »

[数据结构常用算法Robson

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

[数据结构常用算法Binary_Tree

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

[数值算法/人工智能BP

说明:BP神经网络程序,C语言源代码 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "math.h" #include "stdio.h" #include "time.h" #include "fstream.h" #define N 120 //学习样本个数 #define IN 3 //输入层神经元数目 #define HN 2 //隐层神经元数目
<梅汉文> 在 2025-11-16 上传 | 大小:3kb | 下载:0

[数学计算/工程计算exam3_1

说明:有限元的分析程序 研究生很实用的 老师布置得有限元分析作业-solution at eliment
<陈东> 在 2025-11-16 上传 | 大小:3kb | 下载:0

[数学计算/工程计算exam3_2

说明:有限元的分析程序,对于初学有限元在结构中的应用很好用-solution at eliment
<陈东> 在 2025-11-16 上传 | 大小:3kb | 下载:0

[数学计算/工程计算exam4_2

说明:有限元的分析程序,对于初学有限元在结构中的应用很好用-Finite element analysis program for learning the structure of finite element in the application of good use
<陈东> 在 2025-11-16 上传 | 大小:3kb | 下载:0

[matlab例程matlapp

说明:MATLAB的梯度法,内点法,外点法,罚函数,惩罚函数,线性梯度法,源程序,按照提示输入,可直接运行-MATLAB' s gradient method, interior point method, outside the point of law, penalty function, penalty function, the linear gradient method, source code, follow the prompts to input, can be directl
<朱伟> 在 2025-11-16 上传 | 大小:3kb | 下载:0

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

说明:新近出现的很好的计算智能算法,具有很强的鲁棒性,用它发过论文.-It is a very good optimization arithmetic.
<江南> 在 2025-11-16 上传 | 大小:3kb | 下载:0

[压缩解压LZSS

说明:采用C++编写的lzss压缩算法,尤其对于文本文件的压缩效果比较好-The use of C++ written lzss compression algorithms, especially for the compression effect of the text file is better
<leajian> 在 2025-11-16 上传 | 大小:3kb | 下载:0

[STLcode_nunber

说明:这是关于几个数相加的一个简单例子,对初学者很有用-This is the number of add on a few examples of a simple, very useful for beginners
<杨杨> 在 2025-11-16 上传 | 大小:3kb | 下载:0

[数学计算/工程计算5number

说明:这是计算几个数的运算,对初学者用户有用,简单解释了代码运算-This is the calculation of a few number of operations useful for the beginner users, the simple explanation of the code computing
<杨杨> 在 2025-11-16 上传 | 大小:3kb | 下载:0

[数学计算/工程计算FFT

说明:fft.c code composer studio v 3.01 by steven
<pouya> 在 2025-11-16 上传 | 大小:3kb | 下载:0
« 1 2 ... .75 .76 .77 .78 .79 19180.81 .82 .83 .84 .85 ... 28523 »

源码中国 www.ymcn.org