搜索资源列表
haokan
- 试扩充深度优先搜索算法,在遍历图的过程中建立生成森林的左子女-右兄弟链表。算法的首部为 void Graph::DFS ( const int v, int visited [ ], TreeNode<int> * t ) 其中,指针t指向生成森林上具有图顶点v信息的根结点。(提示:在继续按深度方向从根v的某一未访问过的邻接顶点w向下遍历之前,建立子女结点。但需要判断是作为根的第一个子女还是作为其子女的右兄弟链入生成树。) -try to expand the depth-fir
315d
- 双鱼林学生公寓信息管理系统 大家好,我是双鱼林,这是我为大家奉献的asp.net+sqlserver2000的学生公寓信息管理系统-Beas Lin Student Apartment information management system Hello everybody, I am a Pisces forest, this is my dedication to all students in asp.net+ sqlserver2000 Apartment Informati
shuheshenlin
- 数据结构经典算法c语言描述(汪杰)数和森林经典算法实现,经典哦!-Classical algorithm c language data structure described in (Wang Jie) number and forest classical algorithm, classic Oh!
linuxC
- C语言本质。结合计算机和操作系统的原理讲解C程序是怎么编译、链接、运行的,同时全面介绍C的语法。位运算的章节改编自亚嵌教育林小竹老师的讲义,链表和二叉树的章节改编自亚嵌教育朱老师的讲义。汇编语言的章节改编自[ GroudUp],在这本书的最后一章提到,学习编程有两种Approach,一种是Bottom Up,一种是Top Down,各有优缺点,需要两者结合起来。所以我编这本书的思路是,第一部分Top Down,第二部分Bottom Up,第三部分可以算填了中间的空隙,三部分全都围绕C语言展开
TreesRootDCOM
- 使用DCOM和VC++6.0编程实现了倍增技术寻找森林的根的并行算法带有详细的注释!非常详细可直接运行和测试。-VC++6.0 using DCOM and the programming of the multiplication technology to find the root of the forest parallel algorithm with detailed notes! Very detailed and the test can be run directly.
pce.tar
- 雨林木风 IBM 最牛的虚拟机 源码-Rain forest wind IBM virtual machine source most cattle
schroder-tree
- 介绍了schroder tree 分解为小树构成森林的犯戒方法,以及由森林构造schroder tree的方法-The schroder tree decomposition of the forest for the trees constitute Fanjie, as well as methods of the schroder tree by the forest constructed
CPP-achieve-binary-tree
- C++实现二叉树 树(森林)的广义表(括号表示法)重建树(森林) 请输入树(森林)的广义表(括号表示法)(以#结束)-C++ generalized list (in parentheses notation) to rebuild the tree (forest) Please enter the tree (forest) binary tree tree (forest) generalized table (bracket notation) (# end)
Sparse-matrix-algorithm-.ZIP
- 稀疏矩阵算法及其程序实现(杨绍祺+谈根林),有解决稀疏矩阵需要的朋友可以好好认真的看一下-Sparse matrix algorithm and program implementation (Yang Shaoqi+ Tan root forest), solve sparse matrix can be a good friend in need a serious look at
1234567
- 双鱼林Java代码生成器基础框架(delphi_access开发 三层开发) -Pisces forest-based framework for Java code generator (delphi_access develop three-tier development)
project8.tar
- 由双亲表示法建立3棵树,将这些树表示的森林转换成二叉树,对二叉树进行线索化并遍历。-Law established by the parents said three trees, these trees will be converted into a binary representation of the forest for clues and binary tree traversal.
random-forests
- 用openCV写的一个能实现随机森林算法的程序,大家可以参考一下-OpenCV written by a Random Forest algorithm to achieve the procedure, we can refer to
cases-for-R
- R的一些案例,包括随机森林、支持向量机、神经网络、决策树、判别分析-some cases of randaom forest,SVM,ANN,decision trees and discriminant analisis for R
exampleRF
- 随机森林在MATLAB上的实现,并且可以对特征进行重要性排序选择。-Random Forest on MATLAB implementation, and can characteristics in order of importance.
fire-fujian
- 模拟森林火灾,元胞有三个状态,0是空位,1是燃烧的树,2是树木。如果4个邻居中有一个或者一个以上的是燃烧着的并且自身是树木,那么该元胞下一时刻的状态是燃烧。-Simulated forest fire, the cell has three states, 0 is the space, 1 is the burning tree, 2 is the tree. If one or more of the four neighbors are burning and are themselves
08 决策树与随机森林
- 决策树和决策森林的代码,很不错,适合初学者,一起交流一起进步(The decision tree and decision forest code, very good, suitable for beginners, together with the progress of communication)