搜索资源列表
计算方法实验报告
- 涉及计算方法类的源程序,包括romberg算法,四阶龙库格算法,langrang插值-involved calculation of the source categories, including Romberg algorithm, four bands - grid algorithm library, langrang interpolation
galib
- 遗传算法库,由MIT的人用C++语言编写。从网上下载的免费软件,还不错!-genetic algorithm library, from MIT with the C language. From the Internet to download free software, but also good!
jifen124
- 龙格---库塔方法是求解微分方程比较常用的方法,在理解数学上是怎么一回事后,编制这个程是相当容易的,就是个迭代的过程.步长的选取也是很有讲究的,过小的步长反而会导致误差累积过大. 相关的理论请参考相关的数值算法的书籍,我这里只给出关键的函数及主程序段,其余相关的细节就不再一一罗列了.-Runge - Kutta method to solve the differential equation is more commonly used method, in understanding h
flyMachine
- 飞机运动轨迹模拟 使用龙格-库塔算法计算常微分方程数值解 并用图形显示运动轨迹 作者自己作业的源程序 欢迎讨论-aircraft trajectories simulated using the Runge - Kutta method to calculate the numerical solution of differential equations with graphics and movement track their authors trace the sour
ZYBEncrypt
- 这个是我做的一个异步的加密解密类库,包括DES3,DES,RC2,MD5,等所有常用算法,经测试,可以稳定的运行,可以放心的应用在你的项目里,有问题请于zhouyabo@gmail.com连接,或在我的Blog上留言:http://zhouyabo.cnblogs.com/-this is what I do an asynchronous encryption and decryption library, including DES3, DES, RC2. MD5, all commonly
081SharpZipLib_SourceSamples
- dotnet下面的压缩解压缩算法库-dotnet below compression decompression algorithms library
MEANSHIFT目标跟踪算法
- MEANSHIFT目标跟踪算法 使用了OpenCV库
zujuan
- 用csharp写的遗传算法组卷,可以用于试题库的参考-Written by CSharp Paper genetic algorithm, can be used to test the reference library
BPalgorithm
- 人工神经网络BP算法,运用了Matcom4.5的矩阵运算库-Artificial neural network BP algorithm, using the matrix calculation Matcom4.5 Library
RSA(Cplus)
- 将常见的一些加密库都测试一下,再根据情况选择一个应用到项目中去.Crtpto++的RSA签名算法-Some of the common cryptographic libraries to test, then the case may select an application to the project to go. Crtpto++ The RSA Signature Algorithm
Snap-09-11-25
- 斯坦福大学社会网分析应用包用c语言编写,实现了社会网络分析算法库函数-Stanford Network Analysis Package (SNAP) is a general purpose network analysis and graph mining library. It is written in C++ and easily scales to massive networks with hundreds of millions of nodes, and billions of
sss_source
- 《OpenCV教程》(基础篇)是国内第一本全面介绍OpenCV的中文版图书,对OpenCV开放源代码计算机视觉库进行了详细讲解。OpenCV由一系列C函数和C++类构成,功能涵盖图像处理、计算机视觉和模式识别等领域。OpenCV实现了大量通用算法,涉及到图像处理、结构分析、运动检测、摄像机定标、三维重建以及机器学习等方面,并有较高的运行效率。-The Open Source Computer Vision Library may contain design defects or errors
Improved-Genetic-Algorithm
- 针对传统的遗传算法编程求解过程中存在的代码复用性不高,灵活性差的情况,在参考麻省理工学院Matthew Wall开发的遗传算法类库GAlib的基础上,作者提出了基于设计模式的改进遗传算法设计框架,并提供了部分Visual C#代码和演示。-Improved Genetic Algorithm design and implementation based on Design Patterns
Filter
- 常见滤波算法的库文件源代码,包含平均值、中位值、递推平均值、差值法等-Common filtering algorithm library file source code, including average, median, recursive, on average, the difference method
runge
- C#做的龙格--库塔算法Winform程序, 用VS2010打开。 GDI+绘图,可以保存数据至txt, 微分方程为y =t,可以自行修改。-Runge- Kutta algorithm to do in C# Winform program to open with VS2010. GDI+ drawing, you can save data to txt, differential equations y ' = t, you can modify.
shipingenzong
- 本文实现了在连续视频数据流中几种不同的运动检测算法,他们都是基于当前帧图像和前一帧图像的比较,程序使用了AForge.NET framework库。其中的示例代码支持下面几种视频格式:AVI文件、网路相机的JPEG和MJPEG,本地的采集设备(USB相机等)。 -Some approaches to detect motion in a video stream. There are many approaches for motion detection in a continuous v
robwhess-opensift-300bad1
- 基于opencv库的sift特征检测与匹配算法实现-Matching algorithm implementation based on the the opencv library sift characteristics detects
cSharp
- ti-idf算法,实现对中文文档的检索,把多篇文档中的词,按照权值从小到大进行排列(词语以文本中的词库为准)--ti-idf algorithm, and Chinese document retrieval, word documents, in accordance with the right values from small to large to be ranked (thesaurus of words in the text shall prevail
QuickGraph
- .NET (C#) QuickGraph 图论算法库-.NET (C#) QuickGraph: A graph algorithm library
加解密算法库
- 一个功能强大的加密算法库,包含RSA、3DES等多种加密算法