搜索资源列表
vc511678900355
- 可能很多人都曾经想过要实现一些比较大的数的阶乘,但是C++中提供的标准数据类型其存储空间太小,根本无法实现。我们可以通过其他方法来实现,本程序用一个很简单的算法实现数的阶乘,程序很短,也很简单,各处都有注释,相信大家很容易就可以看懂,下载源码后在VC6.0中打开编译后即可运行,程序经少许改动可以实现更大的数的阶乘,有兴趣的读者在看完本程序后可一动手试试,其乐无穷!!希望这个程序能给大家一点帮助。程序可能还有许多不足之出,热烈欢迎各位前来指导。在下在此表示衷心的感谢!!!!! -many peop
expr_c
- 本人编写的数学表达式C++类,可以用来理解和表示数学表达式-I prepared the mathematical expression of category C and can be used to understand and express mathematical expression
RGKT1-1
- c语言。定步长求解龙哥库塔的方程。可以用n来表示方程组得个数。此方法单精度。-c language. Fixed step for Mangge Kuta equation. N can be used to express equations in number. Single precision of this method.
express
- C语言常用的一些经典的非常有用的各类算法
fa1.rar
- 三分之一倍频程表示的短时傅里叶变换,需要时域分析工具箱,One-third octave express the short-time Fourier transform, the need for time-domain analysis toolbox
tsp
- 模拟退火算法通用类,改编自TSP问题求解,采用Java5范式来表示解,需要实现:评估算法,获取当前解的领域,detalT【温度变化值】,loopCount【循环次数】可调,更原始类型参看SACompute-Simulated annealing algorithm generic categories, adapted from the TSP problem solving, using Java5 solution paradigm to express the need to realiz
GEP
- 演化算法求运算树表达的最大值,通过后序遍历求得适应度函数值,通过演化算法优化最优解-Evolutionary algorithms seek to express the maximum value of the tree operations, through the postorder fitness function values obtained by evolutionary algorithm to optimize the optimal solution
nni
- 计算n阶矩阵的逆矩阵的函数,输入表示矩阵的指针和阶数,然后计算输出逆矩阵的指针,附带矩阵乘法检测结果-Calculation of n-order matrix inverse matrix function, enter the matrix express the pointer and order, and then calculating the inverse matrix of output indicators, with matrix multiplication test re
5
- 试题 也许是因为有 10 个手指的原因,所以我们把 0~9 十个数字组合起来表达任意的数值,但这并不是唯一可能的记数法。在某个外星球居住着一种智慧生物,他们的手跟我们的手构造不同,他们的记数法也很奇特。他们用三个记号’0’,’1’,’-’的组合来表达数值,这三个记号分别对应数值 0,1,-1。-Questions may be because of the reasons for the 10 fingers, so we have 0 ~ 9 to 10 the number of combi
DiscreteCosineTransform
- DCT A discrete cosine transform (DCT) expresses a sequence of finitely many data points in terms of a sum of cosine functions oscillating at different frequencies. DCTs are important to numerous applications in science and engineering, from lossy com
Expression
- 公式识别,支持()、四则混合运算、常见函数-Express
lingo_from_entry_to_the_master
- LINGO是用来求解线性和非线性优化问题的简易工具。LINGO内置了一种建立最优化模型的语言,可以简便地表达大规模问题,利用LINGO高效的求解器可快速求解并分析结果。-LINGO is used to solve linear and nonlinear optimization problems simple tools. LINGO built an optimization model to establish the language, you can easily express
Hurst_VBA
- Hurst指数代码,欢迎各位下载使用,如有错误请明示-Hurst index code, and welcome to download and use, if any error, please express
matrix
- visual c# 2010 Express写的矩阵的类。包括矩阵的运算、行列式值的计算、矩阵求逆。-the code is written in c#. it s about matrix operation,+,-,*, also including matrix inversion and determinant calculation.
calculator
- visual C# 2010 express下写的。简易计算器。-visual c# . simple calculator.
1
- C++ 实现运算符重载 包括+-*/利用友元函数实现-friend C++ ···Icannot say the exactive English to express the funtion of the project,please take a look at ubove
postal_rs
- Doubly Lengthened Reed-Solomon Encoder Decoder Library for Japanese Postal ID Barcode. Codes are written for Windows DLL (VC++ 2010 Express). However, you can change easily for another target.
Frankensteing_PSO
- Frankensteing的PSO,利用java语言写成,展示了计算流程-Frankensteing PSO by java,express the calculation flow
two-phase_model
- This software is provided "as-is." Stanford University and the Petroleum Engineering Department expressly disclaim all warranties and conditions,express or implied, including without limitation warranties and conditions of merchantability, fitness
continued_fractions.tar
- A small tool to compute the continued fraction that best approximates a given float number. Useful for finding the approzimation and to express how well a given number could be approximated with a fraction.