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

搜索资源列表

  1. BisectionMethod

    0下载:
  2. Bisection method in C#. Program can be easily altered for different equations, intervals, interval increments, solved to your specified required accuracy, within your desired number of iterations.
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:25.76kb
    • 提供者:loader7
  1. NewtonsMethod

    0下载:
  2. Newtons method in C#. i.e. solve an equation using formula: Pn+1 = Pn - f(Pn)/f (Pn). Program can be easily altered for different equations, solved to your specified required accuracy, within your desired number of iterations.
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:24.11kb
    • 提供者:loader7
  1. shannon

    0下载:
  2. shannon编码.cpp Shannon编码采用了先对概率分布排序后,再进行取码长,码长的选取方式是对概率累和取以2为底的对数形式。这种编码具有一定的局限性,当概率很接近时,码长会去到相等的长度。-shannon coding. cpp Shannon coding uses the first order of probability distribution, after taking further code length, code length selection method is
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:961byte
    • 提供者:wang
  1. Optimization3

    0下载:
  2. secant method and Newton-Lagrange method
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:15.18kb
    • 提供者:ariadna0
  1. Gauss-Average-inverse-method

    0下载:
  2. 有关大地测量方面的高斯平均引数法反算,希望对大家有用-For geodetic Gauss Average inverse method, we hope to be useful
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:49.59kb
    • 提供者:ll
  1. Gauss-Average-method-is-considered

    0下载:
  2. 有关大地测量方面的高斯平均引数法正算,希望对大家有用-For geodetic Gauss Average method is considered, we hope to be useful
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:49.18kb
    • 提供者:ll
  1. Factory-Method

    0下载:
  2. 设计模式中重要的工厂模式,简单工厂模式是类的创建模式,又名静态工厂方法,是由一个工厂类根据参数来决定创立出哪一种产品类的实例-Important design patterns factory pattern is a simple factory pattern to create a class model, also known as a static factory method, is a factory class to decide according to the paramet
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:23.25kb
    • 提供者:Douke
  1. Neighbor-search-method

    0下载:
  2. 一种用近邻搜索法解决VRP问题的源代码,可以解决多种问题-Source code of a nearest neighbor search method to solve the VRP problem
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:5.11kb
    • 提供者:孙常虹
  1. Energy-detection-method

    0下载:
  2. 这是一个能量检测法根据陈曦西安电子科技大学的硕士论文认知无线电中的频谱感知算法研究所得,公式也按照里面的编写 -This is an energy detection method according to Chen Xi, Xi' an University of Electronic Science and Technology Master' s thesis in cognitive radio spectrum sensing algorithm research, f
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:6.5kb
    • 提供者:赵玲
  1. CSharpWebbrowserusing-the-common-method

    0下载:
  2. C#中的WebBrowser控件的使用常用方法 -C# WebBrowser control using the common method
  3. 所属分类:CSharp

    • 发布日期:2017-11-07
    • 文件大小:658byte
    • 提供者:John
  1. iteration-method

    0下载:
  2. 解线性方程组的迭代法 雅可比迭代、高斯—赛德尔迭代、超松弛迭代法 -Solving linear equations iterative method Jacobi iteration, Gauss- Seidel iteration SOR method
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:1.35kb
    • 提供者:纪成
  1. Lagrange-interpolation-method-

    0下载:
  2. 运用拉格朗日插值方法C语言编程,按照提示输入参数进行计算-Lagrange interpolation method using the C programming language, follow the prompts to enter the parameters were calculated
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:3.64kb
    • 提供者:纪成
  1. Bubble-sort-method

    0下载:
  2. 冒泡排序法,根据数组的冒泡排序法,比较两个字符串的大小,再交换字符串。-Bubble sort, bubble sort method based on the array, compare two strings size, then swap strings.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:2.89kb
    • 提供者:孙虹
  1. LDPC-gallager-construction-method-

    0下载:
  2. LDPC码的gallager构造法实现,-LDPC codes gallager construction method to achieve,
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:2.64kb
    • 提供者:
  1. direct-sampling-method

    1下载:
  2. 在球坐标系(r,w1,w2)下产生球面上均匀分布的随机坐标点的直接抽样方法。-In spherical coordinates (r, w1, w2) is generated uniformly distributed random sphere coordinates direct sampling method.
  3. 所属分类:CSharp

    • 发布日期:2015-09-23
    • 文件大小:1023kb
    • 提供者:邹其璋
  1. The-least-square-method

    0下载:
  2. 最小二乘法代码,利用最小二乘法可以简便地求得未知的数据,并使得这些求得的数据与实际数据之间误差的平方和为最小-least square method
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2.93kb
    • 提供者:江期文
  1. Catch-method

    0下载:
  2. 该程序是在C语言的编译环境下来探索追赶法求解线性方程组。-The program is to explore the pursuit method for solving linear equations in C language compiler environment down.
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3.14kb
    • 提供者:
  1. Jacobi-iterative-method

    0下载:
  2. 该程序是在C语言的编译环境下探索利用Jacobi迭代方法求解线性方程组。-The program is to explore the environment in the C language compiler using Jacobi iterative method for solving linear equations.
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2.6kb
    • 提供者:
  1. Conjugate-Gradient-Method-source

    0下载:
  2. 共轭梯度法源程序,可以再vc++下进行运行-Conjugate Gradient Method source
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:13.02kb
    • 提供者:feng
  1. C-language-to-achieve-SOR-method

    0下载:
  2. Jacobi_Gauss-Seidel法求解方程的C语言程序-Jacobi_Gauss-Seidel method for solving the equation of the C language program
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:5.21kb
    • 提供者:杜恪
« 12 3 4 5 6 7 8 9 10 ... 48 »
搜珍网 www.dssz.com