搜索资源列表
公历(阳历)和农历(阴历)相互转换
- 公历(阳历)和农历(阴历)相互转换,公历转农历代码是从网上当的,我做了农历转公历的代码并写了示例程序。其实网上也有很多有关公历转农历的控件,但作为一个程序员就是不太习惯于使用别人的控件,因为那样将不便调试和差错。-calendar (Gregorian calendar) and the Chinese (lunar calendar) 2008, the Lunar calendar code is transferred from the Internet when, I did a Lun
chinapi_demo
- 这些是我特地制作的分布式计算的示例程序,仅供各位相关开发人员参考使用 本作以ChinaPI的第一个内部测试版作为蓝本修改而成,旨在提高中国分布式计算的设计水平 架构完整,包含除安全组件的其他重要组件(为了突出分布式计算和ChinaPI的安全,各个组件均进行了简化) 对PI的计算使用BBP公式(计算核心部分并非重点,写得比较乱) 为了通俗易懂,使用VB6.0编写 文档并非标准文档,只是示意性的 相关源码及文档可以经修改后再发行,但须遵循以下条款: 1、源码及
大数运算类
- 1. 实现原理: * 任何一个数都可以表示成指数形式,如下所示: * * N=nEe (0=<n的绝对值<=1,e为10的指数幂) * * 例如100可以表示成1E2,1001可以表示成1.01E3 * * 类 CBigNumber的成员number为上述的n,exponent为上述的e * * 2. 如何使用这个类: * * 你可以把CBigNumber的头文件和实现函数加入你的工程,然后定义 * * 该类的实例,就可以对这些实例进行加减乘除了(详见示例程序)-1. Princip
GridmethodSolvingOptimization
- 网格法求解优化问题示例程序(MATLAB code)-Programmes by using grid method for solving optimization problems (MATLAB code)
ConvertNum
- 多进制转换组件示例程序,此示例程序还实现了动态菲屏功能(每次启动程序都会看到不同的菲屏显示效果)等功能,运行多进制转换功能前,请先正确注册组件。 -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
deal
- 多线程发牌程序。用多线程模拟竞争发牌示例程序-Licensing procedures for multi-threaded. Competition with multi-threaded simulation example licensing procedures
solve_newton
- 本程序使用了改进欧拉法求解微分方程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
BackPropNN
- Vb生成带小数位的随机数示例程序,每点一次生成一组随机数,如上图所示。-Vb generated random numbers with decimal places sample programs, each point of time generate a set of random numbers, as shown above.
AGGJE
- 求解三对角线方程组的追赶法, 内附形参说明和示例程序。-Solving tridiagonal equations pursuit method, containing parameter descr iptions and sample programs.
Genetic-Algorithm_C
- 用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]+
pendulum
- 三次样条算法的示例程序,VC编程,计算数学,-Cubic spline algorithm sample program, VC programming, computational mathematics,
chazhi
- Vc编程,计算数学,牛顿插值,拉格朗日插值的示例程序-Vc programming, computational mathematics, Newton interpolation, Lagrange interpolation of the sample program
steepst
- 最速下降法计算大型系数矩阵线性方程的根。只是一个示例程序代码。-The steepest descent method in the root of the large coefficient matrix linear equation. Just a sample of the code.
yanghui--sanjiao
- 杨辉三角的示例程序,由于数据结构学习。二项式定理与杨辉三角形是一对天然的数形趣遇,它把数形结合带进了计算数学。求二项式展开式系数的问题,实际上是一种组合数的计算问题。-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
1_1FORIER
- 数字信号处理中的关于离散傅里叶变换的计算的示例程序-Digital signal processing in the calculation of the discrete Fourier transform on the sample program
3_1FC
- 数字信号处理中关于快速卷积计算处理的相关示例程序-Digital Signal Processing for fast convolution calculation process related sample program
6_1WF
- 数字信号处理中关于窗函数计算处理的示例程序-Digital Signal Processing for window function to calculate the sample programs
powell1
- Powell算法示例程序,用C编写,可实现快速优化-Powell algorithm demos by C, which can help achieve fast optimization
Azimuth
- 用C++编写方位角计算程序的示例程序代码-Azimuth written in C++ code sample calculation program
n!
- 用vs编写的一个c示例程序,用于实现阶乘运算。-This C program can Implement factorial calculation, which is a sample program wrote in microsoft visual studio.