搜索资源列表
C-C Method
- 非线性系统的C-C算法,程序运行良好,能为从事混沌方面研究的人员提供一定的便利.-Nonlinear Systems C-C algorithms, running good, to engage in research in the chaotic provide certain facilities.
SPPP3.0
- 一个开源项目。SP++ (Signal Processing in C++) 是一个关于信号处理与数值计算的开源C++程序库,该库提供了信号处理与数值计算中常用算法的C++实现。SP++中所有算法都以C++类模板方法实现,以头文件形式组织而成,所以不需要用户进行本地编译,只要将相关的头文件包含在项目中即可使用。-SP++ (Signal Processing in C++) is a signal processing and numerical computation on the open
EDITDIS
- IMPLEMENTATION OF DYNAMIC PROGRAMMING ALGORITHMS FOR EDITDISTANCE PROBLEM IN C
matrix_invers
- C语言写的矩阵处理算法 主要实现了求逆和线性方程组的求解-Matrix written in C language processing algorithms to achieve a major inversion and solving linear equations
algoincpp
- its a source code file for the book Algorithms in C++, Parts 1–4 by sedgewick-its a source code file for the book Algorithms in C++, Parts 1–4 by sedgewick
Algorithms_of_Math
- Some realisations of mathematical algorithms in C, C-Some realisations of mathematical algorithms in C, C++
levmar-2.5
- 非线性优化的算法,用C++实现,比牛顿法有更快的收敛速度。-Levenberg-Marquardt nonlinear least squares algorithms in C/C++
sort_algorithms_c
- This project contains implementation of the most famous sort algorithms (bubble, insertion, quick, selection, sharek, shell) in C.
algorithms
- 一些比较常用的数学算法,用简单的C语言编写-Some of the more commonly used mathematical algorithms, written in simple C
Numerical-algorithms-in-C
- 含线性代数方程组的算法,快速傅里叶变换等,和一些数据建模等-you know
Sources
- Source code for numerical algorithms in C. Useful for scientific and engineering simulations.
plwapcode.tar
- minning algorithms in c-minning algorithms in c++
c-P-P-algorithm-procedures
- 程序开始运行,要求用户首先输入两个大数。 然后进行菜单选择,进行相应的大数运算。 分析说明:由于大数的范围太大,不能直接定义为int或者float等, 所以我们的想法就是定义成字符串类型, 输入的数字一位一位地存入字符数组里面。 然后在运算的时候也是一位一位地运算。 这个过程就得从最基本的数学运算法则做起,不乏多种判断。 涉及到数组和指针的应用。最难的就是判断情 况还有应用数组和指针过程中出现的多种未可预知的错误, 还得通过逐步调试慢慢找出。我们先从加减
sort-algorithms
- Bubble sort and quick sort algorithms in C++.
suan-fa-in-C
- 用c语言编写的各种算法,很有用的东西,大家下载下来看看就知道了!都运行通过的,分享供大家学习-Various algorithms using c language, useful things, download them to see to know it! Run through share for everyone to learn
matrix-operation-in-c-language
- 这是各种运算算法,包括多项式计算,实复数运算,矩阵运算,求解方程组等各种运算的c语言代码-This is all kinds of computing algorithms in c language, including polynomial computation, real plural computing, matrix operation, solving equations and so on.
Algorithms-a-Date-Structures
- Some Algorithms and Date Structures in C-Some Algorithms and Date Structures in C++
Algorithms-in-CPP-Source-Code
- 一些常用的经典算法,用C++语言实现,值得参考学习。-Some commonly used classical algorithm, using C++ language, it is worth learning.
Algorithms-in-C-program
- 算法大集合的C程序源码,可供工程技术人员参考使用-Algorithms in C program
C_test
- 50个算法的C语言实现,网络经常出现的50个基本算法,算法工程师入门必做的题目(The implementation of the 50 algorithms, the C language, the 50 basic algorithms that often appear in the network, the problems that the algorithmic engineers must do)
