资源列表
上大_net-0-1背包问题(回朔法)
- 0 / 1背包问题是一个N P-复杂问题,为了解决该问题,,将用回溯算法解决该问题。既然想选择一个对象的子集,将它们装入背包,以便获得的收益最大,则解空间应组织成子集树的形状(如图1 6 - 2所示)。该回溯算法与4 . 2节的装载问题很类似。首先形成一个递归算法,去找到可获得的最大收益。然后,对该算法加以改进,形成代码。改进后的代码可找到获得最大收益时包含在背包中的对象的集合。-0 / 1 knapsack problem is a P-complex issues, in order to
bpnn133u
- 一个反向传播算法的的原程序!值得一看,大家自己看看!-a back-propagation algorithm of the original program! An eye-catcher, we see for himself!
bp042796
- bp神经网络,反向传播神经网络!感觉还不错的-bp neural networks, back-propagation neural network! Feeling pretty good
计算机数值方法
- 数值分析程序, 数值分析程序-codes of numerical analyses and calculate
插入排序的改进算法—希尔排序算发1
- 插入排序的直接改进算法--希尔排序算法.将用户输入的一列数按递增顺序排好并输出.以及直接插入冒泡选择排序算法的实现-inserted directly improve the ranking algorithm -- Hill sorting algorithms. Users input a few in increasing order to arrange and output. Bubble and direct insertion Selection Sorting Algorithm
二叉树的生成与遍历
- 建立并按前,中,后序方法遍历二叉树,本代码用的是非递归方法,递归方法的稍后给出-established as before, during and after the binary tree traversal sequence method, the code of non - recursive method, recursive method is later
一元稀疏多项式的计算
- 一元多项式的计算,建立两个多项式,并进行相加,相减运算,输出结果.参考资料:严蔚敏《数据结构与算法》-one yuan polynomial calculations, the establishment of two polynomials, and together, subtract operation, the output results. References : Yan Wei Min "data structure and algorithm"
银行家算法FOR
- 操作系统中,有关死锁的解决方法-银行家算法,C++编写.-operating system, the solution Deadlock - bankers algorithms, written in C + +.
exe_matlab
- Matlab程序为清华大学胡广书版信号处理的上机习题答案-Matlab procedures for Qinghua University HU-book version of the signal processing on the answer machine Exercises
xinhao
- 基于matlab的数字信号处理程序,能供大家交流学习-Matlab-based digital signal processing procedures, we can exchange for learning
dtsl_pass
- 自主式决策树学习的程序源码,对研究机器学习的同行很有用。-Autonomous Decision Tree learning procedures source, the study machine learning peer useful.
热敏电阻呼吸频率传感器
- 呼吸传感器应用技术的关键是采集呼吸的信号并准确地在计算机中显示出来。本文就从呼吸传感器的原理出发,对测量系统中的各个部分分别介绍;论文的前两部分从温度的标定和温度传感器材料的选取,提出了把铂作为材料的根据;论文的中间部分分析了计算机接口和总括的测量系统,并对采集到的信号进行了分析;论文的最后从人机工程学的角度考虑了呼吸传感器的应用。 全文以温度传感器为主线,介绍了利用温度传感器测量呼吸频率的原理,并对实验得到的数据进行了分析。-respiratory sensor applications, t
