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

搜索资源列表

  1. 公历(阳历)和农历(阴历)相互转换

    2下载:
  2. 公历(阳历)和农历(阴历)相互转换,公历转农历代码是从网上当的,我做了农历转公历的代码并写了示例程序。其实网上也有很多有关公历转农历的控件,但作为一个程序员就是不太习惯于使用别人的控件,因为那样将不便调试和差错。-calendar (Gregorian calendar) and the Chinese (lunar calendar) 2008, the Lunar calendar code is transferred from the Internet when, I did a Lun
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:39.31kb
    • 提供者:谢红伟
  1. chinapi_demo

    0下载:
  2. 这些是我特地制作的分布式计算的示例程序,仅供各位相关开发人员参考使用 本作以ChinaPI的第一个内部测试版作为蓝本修改而成,旨在提高中国分布式计算的设计水平 架构完整,包含除安全组件的其他重要组件(为了突出分布式计算和ChinaPI的安全,各个组件均进行了简化) 对PI的计算使用BBP公式(计算核心部分并非重点,写得比较乱) 为了通俗易懂,使用VB6.0编写 文档并非标准文档,只是示意性的 相关源码及文档可以经修改后再发行,但须遵循以下条款: 1、源码及
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:111.04kb
    • 提供者:侯欣杰
  1. 大数运算类

    0下载:
  2. 1. 实现原理: * 任何一个数都可以表示成指数形式,如下所示: * * N=nEe (0=<n的绝对值<=1,e为10的指数幂) * * 例如100可以表示成1E2,1001可以表示成1.01E3 * * 类 CBigNumber的成员number为上述的n,exponent为上述的e * * 2. 如何使用这个类: * * 你可以把CBigNumber的头文件和实现函数加入你的工程,然后定义 * * 该类的实例,就可以对这些实例进行加减乘除了(详见示例程序)-1. Princip
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.49kb
    • 提供者:沈嘉祺
  1. GridmethodSolvingOptimization

    0下载:
  2. 网格法求解优化问题示例程序(MATLAB code)-Programmes by using grid method for solving optimization problems (MATLAB code)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:11.86kb
    • 提供者:Lizzer Wee
  1. ConvertNum

    0下载:
  2. 多进制转换组件示例程序,此示例程序还实现了动态菲屏功能(每次启动程序都会看到不同的菲屏显示效果)等功能,运行多进制转换功能前,请先正确注册组件。 -Examples of M-ary conversion components procedures, procedures for this example Philippines also achieved a dynamic screen function (each time you start the procedure of the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:23.1kb
    • 提供者:fivemice
  1. deal

    0下载:
  2. 多线程发牌程序。用多线程模拟竞争发牌示例程序-Licensing procedures for multi-threaded. Competition with multi-threaded simulation example licensing procedures
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:952byte
    • 提供者:黄半仙
  1. solve_newton

    0下载:
  2. 本程序使用了改进欧拉法求解微分方程dy=x+exp(y),[0,1]。过程中使用了牛顿迭代法进行了简单的求根,避免了应用函数的繁琐处理,可以作为欧拉法与牛顿法的示例程序。-This procedure uses the Euler method to improve the differential equation dy = x+ exp (y), [0,1]. The course of using the Newton iterative method for the simple roo
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.83kb
    • 提供者:kevin
  1. BackPropNN

    0下载:
  2. Vb生成带小数位的随机数示例程序,每点一次生成一组随机数,如上图所示。-Vb generated random numbers with decimal places sample programs, each point of time generate a set of random numbers, as shown above.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:4.66kb
    • 提供者:iamafish
  1. AGGJE

    0下载:
  2. 求解三对角线方程组的追赶法, 内附形参说明和示例程序。-Solving tridiagonal equations pursuit method, containing parameter descr iptions and sample programs.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.39kb
    • 提供者:Autunight
  1. Genetic-Algorithm_C

    0下载:
  2. 用C语言编写的遗传算法程序。本示例程序适合用于求解正的最大值问题。 本程序的示例函数是:x[1]^2-x[1]*x[2]+x[3].-With a genetic algorithm written in C language programs. This sample program is suitable for solving the maximum problem. Sample function of this procedure is: x [1] ^ 2-x [1]* x [2]+
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:3.16kb
    • 提供者:小刚
  1. pendulum

    0下载:
  2. 三次样条算法的示例程序,VC编程,计算数学,-Cubic spline algorithm sample program, VC programming, computational mathematics,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1.2kb
    • 提供者:张若冰
  1. chazhi

    0下载:
  2. Vc编程,计算数学,牛顿插值,拉格朗日插值的示例程序-Vc programming, computational mathematics, Newton interpolation, Lagrange interpolation of the sample program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1.01kb
    • 提供者:张若冰
  1. steepst

    0下载:
  2. 最速下降法计算大型系数矩阵线性方程的根。只是一个示例程序代码。-The steepest descent method in the root of the large coefficient matrix linear equation. Just a sample of the code.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:1.92kb
    • 提供者:胡义勇
  1. yanghui--sanjiao

    0下载:
  2. 杨辉三角的示例程序,由于数据结构学习。二项式定理与杨辉三角形是一对天然的数形趣遇,它把数形结合带进了计算数学。求二项式展开式系数的问题,实际上是一种组合数的计算问题。-The sample program in Pascal' s Triangle, learning due to the data structure. The binomial theorem Triangle is a natural form interesting case of it into computati
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:875.66kb
    • 提供者:lishuohao
  1. 1_1FORIER

    0下载:
  2. 数字信号处理中的关于离散傅里叶变换的计算的示例程序-Digital signal processing in the calculation of the discrete Fourier transform on the sample program
  3. 所属分类:Algorithm

    • 发布日期:2017-11-28
    • 文件大小:102.73kb
    • 提供者:zhaoyang
  1. 3_1FC

    0下载:
  2. 数字信号处理中关于快速卷积计算处理的相关示例程序-Digital Signal Processing for fast convolution calculation process related sample program
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:236kb
    • 提供者:zhaoyang
  1. 6_1WF

    0下载:
  2. 数字信号处理中关于窗函数计算处理的示例程序-Digital Signal Processing for window function to calculate the sample programs
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:40.2kb
    • 提供者:zhaoyang
  1. powell1

    0下载:
  2. Powell算法示例程序,用C编写,可实现快速优化-Powell algorithm demos by C, which can help achieve fast optimization
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:2.04kb
    • 提供者:刘杨
  1. Azimuth

    0下载:
  2. 用C++编写方位角计算程序的示例程序代码-Azimuth written in C++ code sample calculation program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:42.17kb
    • 提供者:Cai
  1. n!

    0下载:
  2. 用vs编写的一个c示例程序,用于实现阶乘运算。-This C program can Implement factorial calculation, which is a sample program wrote in microsoft visual studio.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:590.72kb
    • 提供者:Lorraine Chan
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com