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

搜索资源列表

  1. CSharpCallDllAESEncanddEcr

    0下载:
  2. C#调用Delphi的dll以实现标准的AES加密解密算法,Reg.dll为Delphi所实现的标准AES加密解密动态链接库。-Delphi, C# call dll in order to achieve the standard AES encryption and decryption algorithms, Reg.dll to Delphi by the implementation of the standard AES encryption and decryption of th
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:160279
    • 提供者:zhang
  1. cSharp-numerical-integration

    0下载:
  2. 用c#实现各类数值积分的源代码,配套书籍为《C#数值计算算法编程》-Achieved with the c# source code for various types of numerical integration, supporting the book as " C# numerical algorithm programming"
  3. 所属分类:CSharp

    • 发布日期:2017-03-25
    • 文件大小:237240
    • 提供者:许从
  1. cSharp-complex-operation

    0下载:
  2. 用c#实现各类复数运算的源代码,配套书籍为《C#数值计算算法编程》-Achieved with the c# source code for various types of complex operations, supporting the book as " C# numerical algorithm programming"
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:285308
    • 提供者:许从
  1. cSharp-matrix-operation

    0下载:
  2. 用c#实现各类矩阵运算的源代码,配套书籍为《C#数值计算算法编程》-Achieved with the c# source code for various types of matrix operations, supporting the book as " C# numerical algorithm programming"
  3. 所属分类:CSharp

    • 发布日期:2017-03-22
    • 文件大小:874588
    • 提供者:许从
  1. cSharp-nonlinear-equation

    0下载:
  2. 用c#实现各类非线性方程的源代码,配套书籍为《C#数值计算算法编程》-Achieved with the c# source code for various types of nonlinear equations, and the supporting books for the " C# numerical algorithm programming"
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1135265
    • 提供者:许从
  1. cSharp-linear-equation

    1下载:
  2. 用c#实现各类线性方程组的求解的源代码,配套书籍为《C#数值计算算法编程》-C# implementation with all kinds of linear equations to solve the source code, supporting the book as " C# numerical algorithm programming"
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:1075977
    • 提供者:许从
  1. CSharp-TSP-SA

    0下载:
  2. 基于C# 使用模拟退火算法求解旅行商问题的源码实现,解压后就可使用,方便 好用。-Based on C# using the simulated annealing algorithm for traveling salesman problem source implementation, after decompression can be used, easy to use.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:17526
    • 提供者:徐小夏
  1. cSharp

    0下载:
  2. c#数值计算算法编程,c#数值计算算法编程-numerical algorithms c# programming, c# programming numerical algorithms
  3. 所属分类:Algorithm

    • 发布日期:2017-05-18
    • 文件大小:4750604
    • 提供者:李四
  1. des

    0下载:
  2. C#编写的des算法加密解密小程序 可以实现明文加密-Des algorithm written in C# encryption and decryption applet
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:20000
    • 提供者:raymond
  1. RSA-CSharp

    0下载:
  2. 用编程语言实现基于RSA算法的数字签名过程,其中,RSA算法设计可加密姓名全拼。a=1,b=2,…z=26,不足添0,N>2626,双字母同时加密。-Programming language with a digital signature based on RSA algorithm process, which, RSA encryption algorithm is designed to name spelling. a = 1, b = 2, ... z = 26, less t
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:207893
    • 提供者:amy
  1. CSharp-md5

    0下载:
  2. C# 实现MD5算法 已通过验证 可以使用-C# MD5 algorithm has been validated to achieve can be used
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:2711
    • 提供者:鲁伟
  1. QuadTree

    0下载:
  2. 四叉树算法,使用四叉树生成可局部加密的有限元网格-Quad tree algorithm, the use of quadtree generate local refinement finite element mesh
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:24784
    • 提供者:杨萌
  1. SunLightFace

    0下载:
  2. 高速人脸识别代码,使用最新算法解决人脸识别以及极小脸的识别-High-speed face recognition code, using the latest algorithms to solve very little face recognition and face recognition
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-12
    • 文件大小:2687796
    • 提供者:nay-blue
  1. P2Pfiletracnce

    0下载:
  2. 在P2P技术的应用过程中,需要考虑的问题甚多,包括网络中共享文件的发现机制,数据传输的完整性和传输过程中的效率和安全性问题,还包括网络中节点的负载均衡问题等等。本文主要完成了下面几个工作:1)采用基于超节点的混合型P2P网络拓扑结构,列出常见的资源定位搜索算法,进行比较,并选择Chord算法作为本系统资源定位搜索算法的基础,做出改进。 2)设计系统框架。将P2P应用系统的结构分为拥有设置和显示功能的用户应用层,拥有文件共享机制和节点发现及超节点选择机制的通知层和拥有文件上传和下载功能的网络传
  3. 所属分类:P2P

    • 发布日期:2017-05-17
    • 文件大小:4616049
    • 提供者:alphadyp
  1. DES_new

    0下载:
  2. DES算法 简单实现DES算法功能,加解密等-DES Triple
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:162751
    • 提供者:jinqiu
  1. Csharp-Landlords--Sources

    0下载:
  2. Csharp 斗地主源码 .net平台下开发,内含算法说明-Csharp Landlords source. Net development platform that includes algorithm descr iption
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-10
    • 文件大小:2526020
    • 提供者:阿宝
  1. LSB

    0下载:
  2. LSB算法的csharp实现,用于进行图像的水印嵌入,非常不错,鲁棒性比较强。-LSB algorithm csharp implementation used for embedding the image, very good, robust and strong.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:799558
    • 提供者:求是赤子
  1. photo-viewer

    0下载:
  2. 一个图片浏览器程序,除了基本的图片浏览功能外,还包括图像特效处理功能和特效处理算法。-An image browser program, in addition to basic image browsing functions, including image effects processing capabilities and effects-processing algorithms.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5477446
    • 提供者:lijia
  1. crc_source_CSharp

    1下载:
  2. C# CRC16 CRC32 算法 CRC16 和 CRC32 的源代码-C# CRC16 CRC32 CRC16 and CRC32 algorithm source code
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3620
    • 提供者:老龙
  1. Data-Structures-Using-CSharp

    0下载:
  2. 数据结构与算法-C#语言描述,本书充分利用.NET框架中而成的数据结构类,先讲述各种数据结构怎么在开发中选用,再深入研究如何实现。-Data Structures and Algorithms Using C#
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:206570
    • 提供者:pzheng
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 18 19 »
搜珍网 www.dssz.com