CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - CSharp 算法

搜索资源列表

  1. 多种分词方法

    0下载:
  2. 含有多个分词算法。毕业设计的时候获得的,希望对大家在汉字处理中能用的到。 ICTCLAS算法,中科院,对名字识别能力很强。VC开发。 CSharp分词,向前匹配加向后最大匹配,C#开发,容易扩展。 小叮咚分词,由后向前最大匹配,C#开发。 xerdoc分词,基于ICTCLAS的Java版本分词。 文本分词词典,分词的词典,可以提供分词数据源。-containing more than Segmentation. Graduation was the time of hope
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:20833489
    • 提供者:阿瑟多幅
  1. ShuffleCards_beta0.1.2.2

    0下载:
  2. 在控制台应用程序下实现简单的人工洗牌算法。实现语言:csharp-in console applications under a simple artificial shuffling algorithm. Achieving Language : csharp
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10370
    • 提供者:ARes
  1. CSharp-Face-recognition-SDK

    0下载:
  2. 人脸识别源码+人脸识别SDK+人脸识别算法+人脸检测+免费的人脸识别-Face recognition SDK+ recognition algorithm source+++ free face detection face recognition
  3. 所属分类:CSharp

    • 发布日期:2017-05-16
    • 文件大小:3648004
    • 提供者:Jerry
  1. Floyd-CSharp

    0下载:
  2. 弗洛伊德(Floyd)算法 主要是用于计算图中所有顶点对之间的最短距离长度的算法,如果是要求某一个特定点到图中所有顶点之间的最短距离可以用Dijkstra(迪杰斯特拉)算法来求。 弗洛伊德(Floyd)算法的算法过程是: 1、从任意一条单边路径开始。所有两点之间的距离是边的权,如果两点之间没有边相连,则权为无穷大。 2、对于每一对顶点 u 和 v,看看是否存在一个顶点 w 使得从 u 到 w 再到 v 比已知的路径更短。如果是更新它。 把图用邻接矩阵G表示出来
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1575
    • 提供者:焦慧明
  1. CSharp.Net

    0下载:
  2. C#入门的一些经典算法和解决方案,含基础、类、IO、SQL、ADO.NET、LINQ等-some classic methods and solutions of C#
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:128623
    • 提供者:
  1. CSharp-Scientific-Computing-Handouts

    0下载:
  2. 《C#科学计算讲义》较为详细地介绍了科学计算方法,并对算法给出了源代码。关于算法部分主要介绍了线性方程组的迭代解法与直接解法、正交变换与最小二乘计算方法、鲁棒估计、随机数的产生、插值法、非线性方程求解、多元非线性最优化算法、微分方程数值方法等内容。-" C# Scientific Computing Lecture" a more detailed descr iption of the scientific calculation methods, and algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-05-20
    • 文件大小:5506347
    • 提供者:张龙
  1. HMM-model---CSharp

    0下载:
  2. HMM模型的C#的算法实现。-HMM C#
  3. 所属分类:AI-NN-PR

    • 发布日期:
    • 文件大小:11366
    • 提供者:盛坤
  1. PSO-cSharp

    0下载:
  2. 粒子群算法PSO的简洁版c#程序,主要针对粒子群算法的初学者-Particle Swarm Optimization PSO simple version c# program, mainly for beginners particle swarm algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-04-29
    • 文件大小:10560
    • 提供者:吕康
  1. CSharp-Graphic

    0下载:
  2. 代码实现图着色算法(应用到为无线传感器网络,链路调度上)-Code implementation graph coloring algorithm (applied to the wireless sensor network, link scheduling)
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:670597
    • 提供者:温鑫荣
  1. RSA(CSharp)

    0下载:
  2. RSA算法的CSharp实现过程,实现加解密的过程-RSA algorithm CSharp implementation process to achieve the process of encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1700
    • 提供者:曹涛
  1. FibonacciExplore

    0下载:
  2. 对斐波那契数列的算法实现,采用多种方法,使用了多进程,便于学习斐波那契算法。(The Fibonacci sequence algorithm implementation, using a variety of methods, the use of multi-process, easy to learn Fibonacci algorithm.)
  3. 所属分类:C#编程

    • 发布日期:2017-12-17
    • 文件大小:438272
    • 提供者:jack12
  1. Flood Fill

    1下载:
  2. 基于种子蔓延的洪水淹没算法,基于C#语言编写而成,以数组为例,递归思想(The flood inundation algorithm based on seed spreading is based on C# language, and takes the array as an example)
  3. 所属分类:C#编程

    • 发布日期:2017-12-20
    • 文件大小:35840
    • 提供者:GIOGIO
  1. RSA&DES_Implement

    0下载:
  2. 本代码使用C#语言实现了RSA和DES算法,其中通过分段处理的方式解决了RSA对较大数据的加解密。(This code block implements the algorithm of RSA & DES,and we resolved the encryption and decryption of data with large size on RSA by segmental processing.)
  3. 所属分类:C#编程

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:On7heMove
  1. 99乘法表3

    0下载:
  2. 九九乘法表的简单算法,按照正确格式输出结果(multiplication table)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:25600
    • 提供者:百刀缭乱
  1. FFT_PRJ

    0下载:
  2. C#和C实现FFT功能,用两种算法实现时域到频域的转换(The implement of FFT by C# or C)
  3. 所属分类:C#编程

    • 发布日期:2018-04-30
    • 文件大小:195584
    • 提供者:chengfeng1007
  1. C#上机实验第6章

    0下载:
  2. c#编程实验代码第六章的代码,实现的算法的代码(C# programming experiment code)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-29
    • 文件大小:76800
    • 提供者:zhboluo
  1. 科技感星空背景动态PPT模板

    0下载:
  2. 42bis数据压缩算法,一种基于自适应字典的通用无损压缩算法。特别好(42bis data compression algorithm, a general lossless compression algorithm based on adaptive dictionary. Especially good)
  3. 所属分类:文件操作

    • 发布日期:2018-04-30
    • 文件大小:5774336
    • 提供者:减肥的护肤
  1. useEE

    0下载:
  2. 非常好的算法和程序,适合初学者学习,需要的可以下载看看!(Very good algorithm and program, suitable for beginners to learn, need to download to see.)
  3. 所属分类:C#编程

    • 发布日期:2018-05-03
    • 文件大小:99328
    • 提供者:2T2j2L
  1. Dijkstra

    1下载:
  2. 一个使用了Dijkstra算法的C#小程序,能计算6个点到各位置的最短路径。(A C# applet using Dijkstra algorithm can calculate the shortest path from 6 points to each location.)
  3. 所属分类:Windows编程

    • 发布日期:2019-04-15
    • 文件大小:367616
    • 提供者:码农哆啦
  1. 身份证识别-ICRS-master

    0下载:
  2. 身份证识别,使用c#编写,利用图像提取区域的算法实现(identity recognize,coding by c sharp,using region method to get my goal)
  3. 所属分类:C#编程

    • 发布日期:2018-11-13
    • 文件大小:27648
    • 提供者:张小鼠
« 1 2 ... 10 11 12 13 14 1516 17 18 19 »
搜珍网 www.dssz.com