搜索资源列表
RKF4.5
- ronge-kutta 数值分析问题,RKF4.5,和RKF5.4。-ronge - kutta numerical analysis, RKF4.5 and RKF5.4.
vtoolbox3.5
- vtoolbox3.5是振动数值模拟工具箱,matlab平台-vtoolbox3.5 numerical simulation of vibration toolkit, Matlab platform
power
- 幂法: 程序中把循环变量定义为循环20次,同样可以更改 示例 矩阵: 1.0 1.0 0.5 1.0 1.0 0.25 0.5 0.25 2.0 初值(1 1 1)T
Sink
- Ex8-4 汇点问题 « 问题描述: 采用邻接矩阵表示一个具有n 个顶点的图时,大多数关于图的算法时间复杂性为 O(n2 ),但也有例外。例如,即使采用邻接矩阵表示一个有向图G,确定G 是否含有一个 汇(即入度为n-1,出度为0 的顶点),只需要O(n)计算时间。试写出其算法。 « 编程任务: 对于给定的有n个顶点的图G 的邻接矩阵,各顶点依次编号为1,2,…,n。试设计一 个O(n)时间算法,计算图G 的汇点。 « 数据输入:
vb_calculate2.0.0
- 一个不仅可以进行常规运行(常规运算能一下计算一个多项式如:1.2*2-3*(3.5+6.7)...)还可以计算矩阵运算的计算机器
5
- 计算物理学中常用的仿真算法,刻以给研究计算物理和仿真建模的朋友参考,第5章
geometry-1.5.source.tar
- 一个强大的开源的计算几何算法库,全称是: 提供了诸如:2D凸包,3D凸包,三角化等等著名的计算几何经典算法。库是基于C++的。 -(I plan to dedicate every edition of this software to someone famous who has influenced computers, mathematics, or science.) Version 1.0 of Geometry is dedicated to the father of A
cvode-2.5.0.tar
- 数值运算代码,可求解一般微分方程,数值运算代码,可求解一般微分方程-numerical algorithm
float16to10
- 十六进制浮点数如C1480000,转成十成制数-12.5 -Hexadecimal floating-point numbers, such as C1480000, turn into Kazunari system for a few-12.5
gmp_5.1.0_dll
- 大整数运算库gmp 5.0.1 的动态链接库-Large integer arithmetic library dynamic link library gmp 5.0.1
alglib-3.5.0.cpp
- 这个是外国人开发的一套数值算法,里面包含了大量的数值算法,非常方便,有线性回归算法。-This is the foreigners developed a numerical algorithm, which contains a large number of numerical algorithms, very convenient, linear regression algorithm.
longest
- Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... < aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN) be any sequence (ai1, ai2, ..., aiK), where 1 <= i1 < i2 < ... &l
fftw-2.1.5
- 该程序为fftw的简化高效版,fftw为MIT的开源fft程序,功能非常强大。包括范围也很广。这个为简单版本。-The program for high-performance version of fftw simplified, fftw for MIT s open source fft procedure, very powerful. Including a very wide scope. This for the simple version.
ADC0--5
- AD 转换 数码管显示 0到5V ad0804-AD0804 7segment 0 to 5 V
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
10Algorithms-08
- This paper presents the top 10 data mining algorithms identified by the IEEE International Conference on Data Mining (ICDM) in December 2006: C4.5, k-Means, SVM, Apriori, EM, PageRank, AdaBoost, kNN, Naive Bayes, and CART. These top 10 algorithms
Feap_v7.5
- FEAP 7.5 complete source code for finite element method
stochastic5
- 数值求解随机微分方程的程序!源程序编译自Maple 5.0,但可尝试更高版本的Maple!-The MAPLE Stochastic Package by Sasha Cyganowski,A package for solving stochastic differential equations in maple!
gmp-5.0.1.tar
- GMP是The GNU MP Bignum Library,是一个开源的数学运算库,它可以用于任意精度的数学运算,包括有符号整数、有理数和浮点数。它本身并没有精度限制,只取决于机器的硬件情况。-GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practic
JD_Nt
- 自己以前编写的解非线性组的简单Newton法的一个算例。程序中自定义求解的方程组为:3X-Cos(Y*Z)-0.5=0 X^2-81*(Y+1)^2+Sin(Z)+1.06=0 e^(-X*Y)+20*Z+(10*pi-3)/3=0。方程组可根据用户需要在程序中自行定义。-A case of simple Newton algorithm for nonlinear equations. The example of the nonlinear equations is given: 3X-C