资源列表
Bisect
- 这是一个用java语言编写的,用二分法求解某个函数在某个指定区间上的根,方便实用。-This is a java language used by solving a dichotomy at a designated function on the root zone, convenient and practical.
romberg
- 在理解龙贝格算法的基础上,利用MATLAB软件使这种算法程序实现。并以解决一个求解积分题目为直接目的,检验程序的正确性与可行性,推广至同一类型求积公式的解决中。-Understand the basis of the Romberg algorithm, this algorithm program using MATLAB software. And solve the integral subject to solve a direct purpose, the correctness an
DIJKSTRA
- Dijkstra s algorithm.For a given source vertex (node) in the graph, the algorithm finds the path with lowest cost (i.e. the shortest path) between that vertex and every other vertex.
my_ga_test1
- 该用matlab 实现的遗传算法可以用于多目标有约束优化,是我最近学习matlab时一个视频上讲的例子,视频在土豆网搜“matlab全局优化方法及应用”。希望多大家有用。-This genetic algorithm can be used to solve the multi-objective optimization.
number1
- 列主元Gauss消去法解线性方程组Ax=b-Out the main element Gauss elimination method of solving linear equations Ax = b
fliter
- 使用滤波器对一个对带噪声的正弦信号进行平均值滤波-Use the noise filter with an average value of the sinusoidal signal filtering
aa
- this calculator source code file : aa.c-this is calculator source code file : aa.cpp
Steer12
- Program is Designed for Calculation of A Generalized Null Steering Broadside Beam former Weights Vector
Histogram-and-Local-Histogram-Equalization
- Matlab function to perform local histogram equalization
traverse-postfix-to-prefix
- To create a expression tree and traverse postfix to prefix and infix.
Odd-Even-Linked-List
- 将链表中位置为奇数的数字接到所有位置为偶数的数字后面,且不能改变其相对顺序-Given a singly linked list, group all odd nodes together followed by the even nodes. Please note here we are talking about the node number and not the value in the nodes.
CLASSFICATION-AND-HIST
- 对数据进行分类,统计0值得个数,并做直方图-classification and draw hist graph