资源列表
sanjiao
- 矩阵直接三角分解法的c++语言实现 -direct triangular matrix decomposition of the C Language
shujujiegou
- 关于符号排序的一个程序,是数据结构中比较好的一个实例-On the symbols of a sort process, the data structure is an example of relatively good
linkedstack
- 链式栈,应该是正确的,包含node的头文件和c-Chain stack, it should be correct, the node contains the header files and cpp
AyshaDS
- this programs are simple datstructure programs for decimal to binary and etc-this programs are simple datstructure programs for decimal to binary and etc
20100420Matrix
- 使用动态规划算法计算矩阵连乘最佳加括号方式-Algorithm using dynamic programming matrix with by way of the best brackets
MacCormack-.f90
- 用Maccormack格式计算一维激波管问题的Fortran语言算法-Maccormack format with one-dimensional shock tube problem of calculating the Fortran language algorithm
fft
- fft of time series data
1
- 分枝界限法 装载问题 最优化解决方法-Branch and bound load optimization solution ..........
astar
- A*算法 1、将开始节点放入开放列表(开始节点的F和G值都视为0) 2、重复以下步骤: 在开放列表中查找具有最小F值的节点,并把查找到的节点作为当前节点 把当前节点从开放列表删除, 加入到封闭列表. -A* algorithm 1, will begin to node placed in the and opening up list of (the began to node of the F and G values are regarde
6__
- Proga dlya microcontrollera avr taimer
preorder_tree_stack
- 二叉树非递归先序遍历,使用栈 一直往左走 root->left->left->left…->null, 由于是先序遍历,因此一遇到节点,便需要立即访问; 由于一直走到最左边后,需要逐步返回到父节点访问右节点, 因此必须有一个措施能够对节点序列回溯。 有两个办法: 1.用栈记忆:在访问途中将依次遇到的节点保存下来。由于节点出现次序与恢复次序是反序的,因此是一个先进后出结构,需要用栈。 2.节点增加指向父节点的指针:通过指向父节点的指针来回溯
人工神经网络算法
- 人工神经网络算法实例应用,直接调参就可以用
