CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Source code
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Source code - List
[
Algorithm
]
FFT_Test
DL : 0
快速傅立叶变换的源代码,是个数字信号处理学习的好例子。-The source code of FFT,is a good example for digital singnal process study
Date
: 2025-12-08
Size
: 230kb
User
:
夏丏
[
Algorithm
]
SAP4源程序
DL : 0
sap4源代码!by fortran 这是一个有限元计算的软件 可以完成平面,三维的计算功能-SAP4 source code! By FORTRAN This is a finite element software can be completed planar, 3D computing power
Date
: 2025-12-08
Size
: 626kb
User
:
吴建明
[
Algorithm
]
liftingscheme
DL : 0
小波提升格式的源代码,采用了标准的分裂、预测和更新三步,比经典小波算法速度提高一倍!-Lifting format of the source code, adoption of the standard split, forecasts and updates of steps, the classic wavelet algorithm than double the speed!
Date
: 2025-12-08
Size
: 15kb
User
:
黄亭岚
[
Algorithm
]
MTParser_srcVC7
DL : 1
非常好的数学公式计算源代码,支持程序运行时公式的自定义,支持宏定义、常量定义、函数定义-very good mathematical formula source code, run-time support for the procedural formula from the definition of support Acer definition constants defined function definition
Date
: 2025-12-08
Size
: 25.13mb
User
:
荒原
[
Algorithm
]
simplix
DL : 0
这是关于运筹学上的单纯形法的源码,此方法用的是两阶段法。-tacticians on the simplex method source code, the use of this method is a two-stage method.
Date
: 2025-12-08
Size
: 3kb
User
:
黄玫
[
Algorithm
]
Numerical_Recipes_source_code-cpp
DL : 0
Numerical Recipes in C++ 书中的程序的源代码-C Numerical Recipes in the book of a program's source code
Date
: 2025-12-08
Size
: 404kb
User
:
贺亮
[
Algorithm
]
lwr
DL : 0
Lacoally weighted Regression source code
Date
: 2025-12-08
Size
: 1kb
User
:
陈月辉
[
Algorithm
]
Sinewave-plus-additive-zero-mean-random-noise
DL : 0
用来产生嵌入到随机噪声内的正弦波算法的C源程序。-used to produce embedded into random noise sine wave within the algorithm in C source code.
Date
: 2025-12-08
Size
: 1kb
User
:
minytian
[
Algorithm
]
bpNN(vc)
DL : 1
一个用VC实现的高效bp神经网络算法源代码,希望对大家有帮助。-one with VC bp efficient neural network algorithm source code, and I hope to be helpful.
Date
: 2025-12-08
Size
: 18kb
User
:
梅子
[
Algorithm
]
ACOTSP.V1.1
DL : 0
是从一个国外的蚁群算法网站上下载的源程序,是用蚁群算法解TSP问题的源程序!感谢开放源程序-from a foreign website ant algorithm download the source code, is ACO for the TSP source! thanks to open source
Date
: 2025-12-08
Size
: 93kb
User
:
鄭天才
[
Algorithm
]
GAJSP
DL : 0
车间调度问题的基于工序的编码源程序,适合用遗传算法研究车间调度问题的人。-shop scheduling processes based on the source code suitable for use genetic algorithm shop scheduling people.
Date
: 2025-12-08
Size
: 8kb
User
:
lixingbing
[
Algorithm
]
AES
DL : 0
一个AES加密算法C源代码, 明文分组长度为192 状态列数为6。-An AES encryption algorithm C source code, expressly division status bar length is 192 for 6.
Date
: 2025-12-08
Size
: 3kb
User
:
张为
[
Algorithm
]
DCT-SRC-CODE
DL : 0
离散傅立叶变换,在数字图像的频域处理中经常使用的变换,源代码为VC6开发环境。-Discrete Fourier Transform in the frequency domain of digital image processing frequently used transform, the source code for VC6 development environment.
Date
: 2025-12-08
Size
: 147kb
User
:
bmws
[
Algorithm
]
kalman.1.3.tar
DL : 0
面向对象的卡尔曼滤波器源码,Skip Carter编写-Kalman filter object-oriented source code, Skip Carter prepared
Date
: 2025-12-08
Size
: 25kb
User
:
chen
[
Algorithm
]
fft-Ifft
DL : 1
实现FFT和IFFT的C++源码,比较经典的基二算法。-The realization of FFT and IFFT in C source code, compare the classic 2-based algorithm.
Date
: 2025-12-08
Size
: 4kb
User
:
yequnsong
[
Algorithm
]
WaveLet-C-code
DL : 0
实现小波变换的C代码,其中小波选择Marr小波。-The realization of wavelet transform C code, which Marr wavelet wavelet choice.
Date
: 2025-12-08
Size
: 3kb
User
:
yequnsong
[
Algorithm
]
sanmu
DL : 1
三次样条函数算法C++源代码,用于工程上计算平滑曲线的插值计算.-Cubic spline function algorithm C++ Source code for the project to calculate the smooth curve interpolation calculation.
Date
: 2025-12-08
Size
: 588kb
User
:
李林
[
Algorithm
]
C++pso
DL : 0
PSO 算法的源代码,有很好的注释,希望给编程爱好者有一点帮助。-PSO algorithm s source code, there are good notes, programming enthusiasts who want to give a little help.
Date
: 2025-12-08
Size
: 131kb
User
:
高冲
[
Algorithm
]
juzhenjishuan
DL : 1
VC++ 写的一个矩阵计算器程序,带有源码和详细的分析报告,可以直接作为课程设计报告 阐述了选择矩阵计算器程序的理由和要完成的目标,分析了本程序要实现的各项功能,给出了程序的流程图;分析了求矩阵的逆,矩阵的秩,和求行列式的值的算法;说明了测试程序的方案,就测试中遇到的问题给出了相应的解决方法;-VC++ Written in a matrix calculator program with source code and detailed analysis of the report can be directly as a curriculum design report addresses the selection matrix calculator program rationale and objectives to be completed, analysis of the procedures to be achieved various functions, given the flow chart of procedures an analysis of the inverse matrix, rank of matrix, and for the value of the determinant algorithm describes testing procedures, for testing problems encountered in the corresponding solutions
Date
: 2025-12-08
Size
: 65kb
User
:
zhx
[
Algorithm
]
kalman
DL : 0
卡尔曼滤波的源程序,卡尔曼滤波是以最小均方误差为估计的最佳准则,来寻求一套递推估计的算法。它适合于实时处理和计算机运算。 -Kalman filtering of source code, Kalman filter based on minimum mean square error for estimating the best criteria to search for a recursive estimation algorithm. It is suitable for real-time processing and computing.
Date
: 2025-12-08
Size
: 1kb
User
:
小雨
«
1
2
3
4
5
6
7
8
9
10
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.