资源列表
Commonalgorithms
- 一些常用的算法设计方法和C++环境下的实现方法。主要包括:迭代法、穷举搜、索法、递推法、递归、回溯法、贪婪法、分治法 -Some commonly used algorithm design methods and C environments are implemented. These mainly include: iterative method, exhaustive search, rope method, recursive method, recursion, backtra
R-KandNewton
- 这是我今天刚做的高数常用的两个算法:一是用Newton迭代法求根号值 二是用4级-4阶的R-K法解此方程y/=-y ,初值y(0)=1. 同时有些常见的编程技巧. -This is what I did today, just a high number of commonly used two algorithms: One is Roots with Newton iteration number value another one is 4-4 bands RK Solving t
olutions
- 用启发式搜索解决八数码问题,解释非常完整清楚-introduction to solutions to 8-bit problems with details.
NumBaseTransfer
- 简单的进制转化器,可以使实现对16,10进制,2进制进行转化。-A simple base conversion.
73462700legendrecof
- 勒让德函数的使用,帮助不会使用勒让德函数学会使用勒让德函数-legendre
FLOYD
- Detects Loops in Linked List (Floyd s Cycle Detection)
dynamic_matrix
- 动态矩阵运算库函数,可以解包后直接引用,有助于提高开发速度好优化结构-Dynamic matrix computation library functions, you can unpack and directly references, help to improve the development speed of a good optimizing the structure
fct.tar
- FCT-通量修正输运,一种高精度数值计算格式,在CFD中应用广泛。这里给出的对于一维标量守恒方程的C语言程序,是该格式入门的绝好资料。-FCT-flux corrected transportation, is a a high order numerical scheme, which is wiedly usd in CFD field. Enclosed herewith is a C vesion for 1D scalar equation, and hope to be helpfu
BGS
- this the powerful background subtraction using several bgs algorthims .-this is the powerful background subtraction using several bgs algorthims .
FDTDMethodSullivanDennis
- 利用有限时域差分的数值模拟方法进行电磁场的模拟计算的详细说明-Finite difference time domain numerical simulation methods for electromagnetic field simulation of the detailed descr iption of
SPWM
- DSP编程,SPWM驱动程序。用以驱动三相PWM输出-DSP programming, SPWM driver. Three-phase PWM output to drive
CLOSESTPAIR
- 使用分治算法找到平面上的n各点的集合S中最小距离的一个点对-Use Divide and Conquer Algorithm to find the plane of the set of n points S in the minimum distance of a point on the
