搜索资源列表
11
- 有一位编程大师,他写非结构化的程序,一位初学者刻意模仿他,也写非结构化的程序。当他让大师看他的进步时,大师批评了他的非结构化程序:“ 对一位编程大师合适的东西未必对一个初学者同样合适,在超越结构化之前,你必须理解编程之道。” 我个人认为作为一个初学者应该踏踏实实的打好程序设计的基础,不要急功近利,舍本逐末。我走过不少弯路,希望大家能和我一样能牢记编程大师的忠告:“对编程大师合适的东西未必对一个初学者同样合适”。 本文所描述的优秀编程风格适合于大部分语言,文章中可能提到你不是很了解的概念,
forestfiredetectionusingwsn
- applications of WSN in forest fire detection .... papers on this application
BPnetworkM2GDP
- 这是一篇基于BP人工神经网络的M2/GDP的预测政策研究,内容很充实-Forest M2/GDP by BP network
ExamCpp--
- 单链表,单循环链表,双链表,循环双链表的实现,二叉树的遍历与实现。森林与树的转换以及图的深度广度遍历,邻接矩阵邻接表实现-Single list, round robin list, double-linked list, circular double-linked list implementation, and implementation of a binary tree traversal. Forest conversion, and the depth and breadth of
statistics_soilclass
- 随机森林算法的一个分类器,对随机森林得到的分类结果进行投票,选择最高概率的类别作为最终的投票结果。使用于土壤图斑分解,精细数字土壤制图。-Random Forest algorithm of a classifier, random forest classification results obtained to vote to choose the highest probability of category as the final voting results. Use polygon
Forest
- COMPRESSIVE SENSING ALGORITHM
最后
- 第一题:将一颗树或森林转换为二叉树 第二题:求森林高度 第三题:按层次方式遍历森林 第四题:输出一个森林中每个结点的值及对应的层次数 第五题:输出一个森林的广义表形式(First question: convert a tree or forest into two branches Second question: forest height The third question: traverse the forest in a hierarchical manner The