资源列表
longgekutafa
- 龙格库塔方法 一种用于数学计算的算法 希望对大家有帮助-Runge - Kutta method for a mathematical calculation algorithm hope to be helpful
PID_VB
- 用VB实现的PID控制,这里使用的是PID的增量控制式.
fibonacci
- 用斐波那契法迭代实现最小值得搜索的C++语言的实现
algorithm641
- 用QUICKSORT对数组进行排序,先用SPLIT算法对数组进行划分,再通过调用SPLIT并进行递归即可-QUICKSORT
shenduyouxian
- 8.3.2利用邻接表的图广度优先遍历算法-8.3.2 Using the adjacency list of graph breadth-first traversal algorithm
gongjiao
- 公交路线最短问题,建立fork算法来求最短路线问题,可以求个点之间最短路线问题。-The shortest bus route problem, the establishment of fork algorithm to find the shortest route problem, you can find the shortest route between two points issue.
d.c
- Decoding a sequence of operations Write a program that finds all possible ways of inserting + and - signs in the sequence 123456789 (at most one sign before any digit) such that the resulting arithmetic expression evaluates to 100.-Decoding a seque
pso_f6
- PSO optimization algorithm
dice-game
- 一群小孩围城一圈扔骰子,骰子扔到的数与小孩编号一样的小孩出列,循环此动作,知道最后剩N名小孩为胜利者-The number of child ID kids out of a group of children Siege circle to throw the dice, the dice thrown out cycle this action, know the last N the child left for the winner
CPP-Matrix
- C++数字计算的积分算法,实现了最高效的积分求解公式,测试通过,欢迎使用-C++ digital computing integration algorithm, to achieve the most efficient formula to solve integration, test, welcome
feature_map.tar
- feature map for histogram intersection, map the data from hist intersection kernel to linear kernel-feature map for histogram intersection
complex
- c++实现的复数类及其运算符,包括加减乘除等符号重载。-complex class by C++