搜索资源列表
secalg
- 一组安全仅仅使用标准C且没有进行文件操作,内存分配的安全算法,包含md5和blowfish,可以编译成应用程序或者驱动程序使用的库.-a security group to use only standard C without documentation operation, the safety of memory allocation algorithms includes md5 and blowfish, can be compiled into applications or dri
fir
- 人体信号处理的FIR滤波程序,包含标准调用方式等。是做生理信号处理的基本元素库,在UCOS等嵌入上也可以用
jsff2
- 计算方法程序,包括高斯列主元法,复化simpson,标准四阶龙格库塔,Seidel迭代,Romberg算法
100道C语言经典实例
- 用标准C语言解决100道经典数学问题,堪称经典,是C程序开发员必备的C源码库,具有很强的参考价值。-using standard C language to solve 100 classical mathematical problems for his classic, C procedures required developers of C source code library, and has a strong reference value.
DIY_five_function
- 自定义5个函数,实现与5个C标准库函数(pow、tolower、toupper、exp、sin)相同的功能-DIY five functions to realize the same function of the five basic library functions(pow、tolower、toupper、exp、sin)
sparselib_1_7
- 稀疏矩阵库,包括加法,乘法,解线性系统,比较标准,速度很快,但在window下编译时,可能会碰上一点小麻烦,需要自己手工稍加改动。其中包括另一个库mv++。-Sparse matrix libraries, including the addition, multiplication, solving linear systems, the standard for comparison, very fast, but in the window under the compile time,
lq
- 所编子程序为标准四阶龙格库塔解常微分方程的程序,可以不作修改直接使用。再则,主程序当中用一个方程验证其正确性,并可以输出函数的一阶导。-Subroutine, compiled by a standard fourth order Runge-Kutta ordinary differential equation solution procedure can be used directly without modification. Furthermore, the main program
BigInt_rsa
- 标准c语言大数运算函数库,并附应用实例rsa加密程序。参考afanty编写适用与MFC的BigInt库。-Standard library c language operator of large numbers, with application examples rsa encryption. Reference afanty prepared for the BigInt with the MFC library.
rk4
- 提供可供调用的标准四阶龙格库塔法VB源代码-Standard fourth-order Runge-Kutta method VB source code available for calls
fcomplex_hypgeo
- 超几何级数的计算,所有实现代码都放在hypgeo.cpp这个文件中,不依赖于任何非标准库-The hypergeometric series calculation, all code on the this file hypgeo.cpp, does not depend on any non-standard libraries
fcomplex_hypgeo_Arcsinlemnx
- 利用超几何级数计算双纽线正弦函数,所有实现代码都放在Arcsinlemn.cpp这个文件中,不依赖于任何非标准库-Hypergeometric series lemniscate sine function, all code on the the Arcsinlemn.cpp this file, does not depend on any non-standard libraries
RK
- 标准四阶龙格库塔matlab函数 并且附带具体实例-Standard fourth-order Runge-Kutta Matlab function and with specific examples
exp5
- 学生管理系统采用线性链表结构完成,链表直接使用C++标准 模板库STL中的list来完成。关于排序,直接调用list 容器的sort方法完成-Student management system using a linear chain structure complete list directly using C++ Standard Template Library STL in the list to complete. About sort, directly call the sort
EllipticFunction
- C++编写的椭圆函数库标准DLL及测试例子-C++ elliptic function libraries written in standard DLL and test case
Fortran-standard-function-library
- Fortran标准库函数参考,很详细的,Sun Studio -Fortran standard function library
jacobi
- 解线性代数方程组的Jacobi迭代法。使用c++标准库的vector实现。-Solution of linear algebraic equations Jacobi iteration. Use c++ standard library vector implementation.
Seidel
- 解线性代数方程组的seidel迭代方法,使用标准c++库的vector实现。-Seidel iterative method for solving linear algebraic equations, using standard c++ library vector implementation.
LU
- 解线性代数方程组的LU分解法。使用c++标准库的vector实现。-Solution of linear algebraic equations LU decomposition. Use c++ standard library vector implementation.
orderGaussian
- 解线性代数方程组的顺序高斯消去法。使用c++标准库的vector实现。-Solution of linear algebraic equations order Gaussian elimination. Use c++ standard library vector implementation.
gcd-and-LCM
- 标准库函数使用与编译预处理,求2个数的最大公约数和最小公倍数-Using standard library functions and compiling pretreatment,The greatest common divisor and least common multiple of 2 number