CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - algorithm c code
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - algorithm c code - List
[
Graph program
]
C code of Numerical Recipes
DL : 0
200 多个可靠的算法源程序 Numerical Recipes C代码-reliable algorithm source code C Numerical Recipes
Update
: 2025-02-17
Size
: 90kb
Publisher
:
李华丰
[
AI-NN-PR
]
clique算法源代码(c语言)
DL : 0
数据挖掘算法 clique算法 c语言版本- Data mining algorithm clique algorithm c language edition
Update
: 2025-02-17
Size
: 4kb
Publisher
:
万喜
[
Data structs
]
thin-image
DL : 0
这是关于细化算法的一个源码,我在国外网站下载的,没有密码就可以解压,愿和大家一起共享!-This is a refinement of the algorithm source code, my foreign websites, and no password can be extracted, and is willing to share with everyone!
Update
: 2025-02-17
Size
: 3kb
Publisher
:
wyy
[
2D Graphic
]
watershed_c++
DL : 0
一种分水岭算法的C语言程序。包含watershed.cpp, kenel.cpp, transform.cpp等源代码-a watershed algorithm C language program. Included watershed.cpp, kenel.cpp. transform.cpp such as source code
Update
: 2025-02-17
Size
: 61kb
Publisher
:
郑元义
[
AI-NN-PR
]
ant-C++
DL : 0
蚁群算法的C++程序,转载于下面网站 http://fashionxu.bokee.com/4673640.html-ant colony algorithm C program, reproduced in the following website http :// fashionxu.bokee.com/4673640.html
Update
: 2025-02-17
Size
: 5kb
Publisher
:
罗佳
[
GDI-Bitmap
]
fdct1
DL : 0
Loffer算法的DCT变换的C代码,还不错,大家看看! -Loffer DCT algorithm C code, quite good, we see!
Update
: 2025-02-17
Size
: 186kb
Publisher
:
马晖
[
Algorithm
]
EMD-C
DL : 0
EMD分解C语言算法,内含EMD分解所需的三次样条插值C语言算法。-EMD decomposition algorithm C language, containing the decomposition EMD cubic spline interpolation algorithm C language.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
[
AI-NN-PR
]
DenewC
DL : 0
Differential Evolution(c code) -Differential Evolution (c code)
Update
: 2025-02-17
Size
: 256kb
Publisher
:
夏與
[
Data structs
]
QMV
DL : 0
Quine-McCluskey 算法 C语言实现, (链表) 自己学校的编程实验作业, 自己编的-Quine- McCluskey algorithm C language. (List) of their schools experimental programming operations, their series
Update
: 2025-02-17
Size
: 4kb
Publisher
:
frank lee
[
Communication
]
FFT--C
DL : 0
FFT算法研究与实现(C语言),1 倒位序算法分析,2 实数蝶形运算算法的推导,3 DIT FFT 算法的基本思想分析-Research and Implementation of FFT algorithm (C language), one inversion algorithm sequence analysis, 2 real butterfly computation algorithm is derived, 3 DIT FFT algorithm the basic idea of analysis
Update
: 2025-02-17
Size
: 3kb
Publisher
:
sxd
[
Algorithm
]
WaveLet-C-code
DL : 0
实现小波变换的C代码,其中小波选择Marr小波。-The realization of wavelet transform C code, which Marr wavelet wavelet choice.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
yequnsong
[
MiddleWare
]
Fourier-Transforms-and-FFT-Algorithm-Source-Code.z
DL : 0
Fourier Transforms & FFT Algorithm Source Code
Update
: 2025-02-17
Size
: 65kb
Publisher
:
长江
[
Algorithm
]
em-c++
DL : 0
本文介绍了用c++实现em算法,非常有用!-This paper introduces the use c++ Realize em algorithm, very useful!
Update
: 2025-02-17
Size
: 6kb
Publisher
:
钟宏
[
AI-NN-PR
]
shenjingwangluo-C
DL : 0
神经网络算法源程序,如SOM、HOPFIELD、CPN、BPN、BOLTZMAN、ART、ADALINE,同时提供针对不同算法的演示源程序。-Neural network algorithm source code, such as SOM, HOPFIELD, CPN, BPN, BOLTZMAN, ART, ADALINE, while providing for different algorithm demo source code.
Update
: 2025-02-17
Size
: 195kb
Publisher
:
wanglei
[
Crack Hack
]
3DES
DL : 0
3DES加解密算法源代码. 做为可逆算法,可用于很多信息加密的工程中,相信大家会用得上的。-3DES encryption algorithm source code. As a reversible algorithm, a lot of information can be used to encrypt the project, believe that you will be useful for.
Update
: 2025-02-17
Size
: 7kb
Publisher
:
magicliao
[
Other
]
Simple-genetic-algorithm-source-code
DL : 0
这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码 的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂交和均匀变异。如果用 Gaussian变异替换均匀变异,可能得到更好的效果。代码没有任何图形,甚至也没有屏幕输出,主要是保证在平台之间的高可移植性。读者可以从ftp.uncc.edu, 目录 coe/evol中的文件prog.c中获得。要求输入的文件应该命名为‘gadata.txt’;系统产生的输出文件为‘galog.txt’。输入的 文件由几行组成:数目对应于变量数。且每一行提供次序——对应于变量的上下界。如第一行为第一个变量提供上下界,第二行为第二个变量提供上下界,等等。 -It is a very simple genetic algorithm source code, is Denis Cormier (North Carolina State University) developed, Sita S. Raghavan (University of North Carolina at Charlotte) amendment. Code to ensure as little as possible, in fact, do not have to troubleshooting. The application of a specific amendment to this code, the user simply changes the definition of constants and the definition of "evaluation function" can be. Note that the code is designed to seek maximum value, in which the objective function can only take positive and the function value and the individual is no difference between the fitness value. The system uses the rate selection, the essence of model, single-point crossover and uniform mutation. If you replace the uniform mutation with Gaussian mutation, may be more effective. Code without any graphic or even no screen output, mainly to ensure a high portability between platforms. Readers can ftp.uncc.edu, directory coe/evol file prog.c obtained. Required input file sho
Update
: 2025-02-17
Size
: 8kb
Publisher
:
李礼
[
AI-NN-PR
]
GA-for-C-code
DL : 0
遗传算法自适应算法的C代码,供大家学习参考-Adaptive algorithm of genetic algorithm C code for everyone to learn information
Update
: 2025-02-17
Size
: 5kb
Publisher
:
wang
[
AI-NN-PR
]
Genetic-algorithm-C-code
DL : 0
有关遗传算法的相关介绍以及C代码,通过这个代码可以实现相应的优化功能-Related presentations on genetic algorithms and C code, this code can be achieved through the optimization of the corresponding function
Update
: 2025-02-17
Size
: 41kb
Publisher
:
高翔
[
Algorithm
]
commonly-used-algorithm--C-code
DL : 0
常用算法程序集(C语言描述) (第三版)源代码-commonly used algorithm C code
Update
: 2025-02-17
Size
: 444kb
Publisher
:
刘龙之
[
Mathimatics-Numerical algorithms
]
thinning_algorithm in C code
DL : 0
c代码写成的可运行的细化算法,可以高效地运行(A run down thinning algorithm written in C code)
Update
: 2025-02-17
Size
: 52kb
Publisher
:
hhhyz
«
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.