CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - Csharp

搜索资源列表

  1. studentttests[1].csharp

    0下载:
  2. 数理统计Stutent s检验源代码,应用Visual C#编写。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:23288
    • 提供者:张恒敢
  1. ID3src

    0下载:
  2. ids classification algorithms csharp-ids classification algorithms csharp
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3924
    • 提供者:luna
  1. CALC_CSHARP

    0下载:
  2. 自己用Csharp编写的计算器,附源码,具有很详细的开发过程,我身边的初学者都用这个案例开始学习-Own calculator, with source code written in Csharp
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:151826
    • 提供者:小王
  1. DataMatrixDec20061217

    2下载:
  2. DataMatrix解码源码,好不容易才找到的。很有参考价值,里面有很多算法,可以选择。-The DataMatrix decodeing source code ,It s so difficult to find it.and the programme language is C#. there are many alogrithm to be chosen.
  3. 所属分类:Algorithm

    • 发布日期:2014-04-15
    • 文件大小:562173
    • 提供者:刘玲
  1. GA

    0下载:
  2. 在Visual 2008环境下,用C#编写的一个基本的遗传算法代码。相信对学习遗传算法的人有一定的参考价值。-In Visual 2008 environment, using C
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:39096
    • 提供者:东方骥
  1. Matrix

    0下载:
  2. 自己封装的矩阵运算的类,用C#编写,例如转置、求逆、求特征值、矩阵乘法等-Own package matrix operations class, written using C#, such as transposition, inversion, find eigenvalues, matrix multiplication, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:4157
    • 提供者:郭挺
  1. FFT-cshap

    0下载:
  2. 一个fft数值计算程序,Cshap代码,希望对大家有用-Fft a numerical calculation program, Cshap code, want to be useful to everyone
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:24606
    • 提供者:朱松
  1. Matrix-cs

    0下载:
  2. 矩阵类,可进行矩阵的各种运算,并可求解N阶线性方程-matrices, matrix for the various operators and can solve linear equations N
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2805
    • 提供者:陈燕涛
  1. Algorithm

    0下载:
  2. csharp版常见数值计算源码,包括矩阵计算、插值、线性方程和非线性方程等-CSharp version of common-source numerical computation, including the matrix calculation, interpolation, linear equations and nonlinear equations, such as
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:34270
    • 提供者:crpp0104
  1. xipai

    0下载:
  2. 随机洗牌,打乱牌的顺序,学会创建与数组的使用方法。-Random shuffle, disrupting the order of licensing and learn to create and use arrays.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1982
    • 提供者:lands
  1. Mapack_for_NET

    0下载:
  2. Mapack可用来做矩阵运算 Mapack is a .NET class library for basic linear algebra computations. It supports the following matrix operations and properties: Multiplication, Addition, Subtraction, Determinant, Norm1, Norm2, Frobenius Norm, Infinity Norm, Rank,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:38581
    • 提供者:Erison
  1. Calculate

    0下载:
  2. 矩阵并行算法程序,用c#语言编制,可用于数学并行计算。-Matrix parallel algorithm procedures, with c# Languages can be used in parallel computing mathematics.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:924
    • 提供者:tmllpl
  1. TSP-Hopfield-CSharp

    0下载:
  2. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:84381
    • 提供者:IR-1 Keren
  1. neuro_demo

    0下载:
  2. defines the neural network functions in csharp
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:182031
    • 提供者:osmantaner
  1. ExperimentsOfParallelAlgorithms

    1下载:
  2. 并行计算实验程序,包括多线程模拟并行、并行计算的数据结构、并行合并算法和链表、堆栈等的操作,等等。-Experimental procedures for parallel computing, including multi-threaded parallel simulation, parallel computing data structures, parallel algorithms and list the merger, the operation of the stack an
  3. 所属分类:Algorithm

    • 发布日期:2016-06-23
    • 文件大小:1150777
    • 提供者:绿城苍狼
  1. matrixinverse

    0下载:
  2. 通过CSharp写的关于矩阵求逆的程序,希望对大家有用哈-this is a code about Matrix inverse, I refer to Qinghua C language programe book and use CSharp finish it.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:4056
    • 提供者:梁明
  1. AStarShotDistance

    0下载:
  2. 这是利用.net来实现的A*最短路径算法,其实现由人机进行交互进行设置,不失为一个最小路径的好方法-This is use. Net to achieve the A* shortest path algorithm, the realization of human-computer interaction by setting, is a good way to minimize the path
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:163095
    • 提供者:hryang
  1. nistnet-droptail.tar

    0下载:
  2. photo graphy in csharp
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1515139
    • 提供者:bita
  1. ReadFromtxtTo0x

    1下载:
  2. CRC16验证程序,可对文件以及手动输入的16进制内容进行CRC16验证-CRC16 verification process can be manually entered on the documents and the contents of 16 hex CRC16 verification
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-04-30
    • 文件大小:59600
    • 提供者:郑泽
  1. datamining_aprori

    0下载:
  2. Data Mining Sample using APRORI Algorithm. The data mining process is done based on the Aprori Algorithm. Developed using c sharp.
  3. 所属分类:Algorithm

« 12 3 »
搜珍网 www.dssz.com