CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - 算法库

搜索资源列表

  1. 计算方法实验报告

    0下载:
  2. 涉及计算方法类的源程序,包括romberg算法,四阶龙库格算法,langrang插值-involved calculation of the source categories, including Romberg algorithm, four bands - grid algorithm library, langrang interpolation
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:9.85kb
    • 提供者:郝来雨
  1. galib

    0下载:
  2. 遗传算法库,由MIT的人用C++语言编写。从网上下载的免费软件,还不错!-genetic algorithm library, from MIT with the C language. From the Internet to download free software, but also good!
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:511.46kb
    • 提供者:程晓峰
  1. jifen124

    0下载:
  2. 龙格---库塔方法是求解微分方程比较常用的方法,在理解数学上是怎么一回事后,编制这个程是相当容易的,就是个迭代的过程.步长的选取也是很有讲究的,过小的步长反而会导致误差累积过大. 相关的理论请参考相关的数值算法的书籍,我这里只给出关键的函数及主程序段,其余相关的细节就不再一一罗列了.-Runge - Kutta method to solve the differential equation is more commonly used method, in understanding h
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2.05kb
    • 提供者:yiri
  1. flyMachine

    2下载:
  2. 飞机运动轨迹模拟 使用龙格-库塔算法计算常微分方程数值解 并用图形显示运动轨迹 作者自己作业的源程序 欢迎讨论-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
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:17kb
    • 提供者:wchen1983
  1. ZYBEncrypt

    0下载:
  2. 这个是我做的一个异步的加密解密类库,包括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
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:13.28kb
    • 提供者:huji
  1. 081SharpZipLib_SourceSamples

    0下载:
  2. dotnet下面的压缩解压缩算法库-dotnet below compression decompression algorithms library
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:809.25kb
    • 提供者:张荣炳
  1. MEANSHIFT目标跟踪算法

    1下载:
  2. MEANSHIFT目标跟踪算法 使用了OpenCV库
  3. 所属分类:C#编程

  1. zujuan

    0下载:
  2. 用csharp写的遗传算法组卷,可以用于试题库的参考-Written by CSharp Paper genetic algorithm, can be used to test the reference library
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:13.09kb
    • 提供者:李卓
  1. BPalgorithm

    0下载:
  2. 人工神经网络BP算法,运用了Matcom4.5的矩阵运算库-Artificial neural network BP algorithm, using the matrix calculation Matcom4.5 Library
  3. 所属分类:CSharp

    • 发布日期:2017-05-08
    • 文件大小:1.56mb
    • 提供者:minhrac
  1. RSA(Cplus)

    0下载:
  2. 将常见的一些加密库都测试一下,再根据情况选择一个应用到项目中去.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
  3. 所属分类:CSharp

  1. Snap-09-11-25

    0下载:
  2. 斯坦福大学社会网分析应用包用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
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:717.71kb
    • 提供者:gaoxun
  1. sss_source

    0下载:
  2. 《OpenCV教程》(基础篇)是国内第一本全面介绍OpenCV的中文版图书,对OpenCV开放源代码计算机视觉库进行了详细讲解。OpenCV由一系列C函数和C++类构成,功能涵盖图像处理、计算机视觉和模式识别等领域。OpenCV实现了大量通用算法,涉及到图像处理、结构分析、运动检测、摄像机定标、三维重建以及机器学习等方面,并有较高的运行效率。-The Open Source Computer Vision Library may contain design defects or errors
  3. 所属分类:CSharp

    • 发布日期:2017-05-29
    • 文件大小:11.46mb
    • 提供者:力量
  1. Improved-Genetic-Algorithm

    1下载:
  2. 针对传统的遗传算法编程求解过程中存在的代码复用性不高,灵活性差的情况,在参考麻省理工学院Matthew Wall开发的遗传算法类库GAlib的基础上,作者提出了基于设计模式的改进遗传算法设计框架,并提供了部分Visual C#代码和演示。-Improved Genetic Algorithm design and implementation based on Design Patterns
  3. 所属分类:CSharp

    • 发布日期:2015-11-01
    • 文件大小:170kb
    • 提供者:廖伟
  1. Filter

    0下载:
  2. 常见滤波算法的库文件源代码,包含平均值、中位值、递推平均值、差值法等-Common filtering algorithm library file source code, including average, median, recursive, on average, the difference method
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:63.55kb
    • 提供者:唐建春
  1. runge

    0下载:
  2. 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.
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:560.31kb
    • 提供者:vron
  1. shipingenzong

    0下载:
  2. 本文实现了在连续视频数据流中几种不同的运动检测算法,他们都是基于当前帧图像和前一帧图像的比较,程序使用了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
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:634.62kb
    • 提供者:zys
  1. robwhess-opensift-300bad1

    1下载:
  2. 基于opencv库的sift特征检测与匹配算法实现-Matching algorithm implementation based on the the opencv library sift characteristics detects
  3. 所属分类:CSharp

    • 发布日期:2017-10-31
    • 文件大小:248.02kb
    • 提供者:吴星怡
  1. cSharp

    0下载:
  2. 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
  3. 所属分类:CSharp

    • 发布日期:2017-11-27
    • 文件大小:3.55kb
    • 提供者:Elsie
  1. QuickGraph

    0下载:
  2. .NET (C#) QuickGraph 图论算法库-.NET (C#) QuickGraph: A graph algorithm library
  3. 所属分类:CSharp

    • 发布日期:2017-11-10
    • 文件大小:246.12kb
    • 提供者:Felix Chen
  1. 加解密算法库

    0下载:
  2. 一个功能强大的加密算法库,包含RSA、3DES等多种加密算法
  3. 所属分类:C#编程

    • 发布日期:2020-05-04
    • 文件大小:2.17mb
    • 提供者:CSDNLJ
« 12 »
搜珍网 www.dssz.com