资源列表
bessel
- 利用四节的龙格库塔方法解不含时的微分方程组-Fourth-order Runge-Kutta method for solving time-independent differential equations
liner_
- 用于线性规划,其中包含线性函数,根据自己需要可修改使用,解决线性规划问题-For linear programming, including linear function, can use modified according to their own needs, solve the problem of linear programming
Hibernate4SpatialDemo-
- 该源码包实现了一套完整的javaEE web站点,演示了基于Hibernate 4 如何集成hibernate spatial插件以扩展空间查询支持。该代码适用于基于GIS开发业务应用的人员进行参考。-The source code package implements a complete JavaEE web site that demonstrates how to expand spatial data support by integrating spatial extension
LOAD-FLOW-ANALYSIS
- LOAD FLOW ANALYSIS USING THE MODIFIED GAUSS SEIDEL METHOD
beamforming_cvx
- 利用matlab编写的关于宽带波束形成的实测可用程序,利用凸优化的工具,对于初学阵列信号处理的有很大帮助-Found on the use of available programs broadband beamforming matlab prepared using convex optimization tool for novice array signal processing helps a lot
genrator for hash function
- about sorce for generation hash in message
MATLAB_Codes
- 史峰 《MATLAB智能算法30个案例分析(第2版)》 所有源代码,所有源码均在MATLAB R2009a和R2014a环境下运行测试通过;读者可以结合自己计算机中的MATLAB版本选择对应的源码。-SHI Feng MATLAB intelligent algorithm 30 Case Analysis (2nd Edition)" all source code, source code are all in MATLAB R2009a and R2014a environme
wsn
- 无线传感器网络定位(WSN),仿真经过自己实际仿真,比较不错额。-Wireless sensor network location (WSN), simulation after their actual simulation, a relatively good amount.
Bilinear
- 利用双线性非标准化的方法,解决有限元的求解精度问题-Bilinear non-standardized methods to solve the problem of the accuracy of the finite element solver
OCR
- ocr识别很好的例子,非常适合字符识别实现借鉴-ocr example source
Greedy-Algorithm
- greedy 算法 c++ .greedy algorithm based on nearest neighbours-greedy algorithm based on nearest neighbours
diedai
- 迭代法是用于求方程或方程组近似根的一种常用的算法设计方法。设方程为f(x) 0,用某种数学方法导出等价的形式x g(x),然后按以下步骤执行: (1) 选一个方程的近似根,赋给变量x0; (2) 将x0的值保存于变量x1,然后计算g(x1),并将结果存于变量x0; (3) 当x0与x1的差的绝对值还小于指定的精度要求时,重复步骤(2)的计算。 若方程有根,并且用上述方法计算出来的近似根序列收敛,则按上述方法求得的x0就认为是方程的根。-Iteration is a com