搜索资源列表
PatialExuation
- 基于VB语言的微粒群算法,其中含有几个测试算法,和一个化学中数据关联的例子,微粒群算法是以一个通用的函数写的,可移植性强。-VB language based on the PSO algorithm, which contains several test algorithm, and a chemical linked to the data example, PSO is a generic function to write the transfer is strong.
chinapi_demo
- 这些是我特地制作的分布式计算的示例程序,仅供各位相关开发人员参考使用 本作以ChinaPI的第一个内部测试版作为蓝本修改而成,旨在提高中国分布式计算的设计水平 架构完整,包含除安全组件的其他重要组件(为了突出分布式计算和ChinaPI的安全,各个组件均进行了简化) 对PI的计算使用BBP公式(计算核心部分并非重点,写得比较乱) 为了通俗易懂,使用VB6.0编写 文档并非标准文档,只是示意性的 相关源码及文档可以经修改后再发行,但须遵循以下条款: 1、源码及
hyplas
- ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
BigNum
- 大整数问题 设n是一个k(1≤k≤80)位的十进制正整数。 问题1:对于给定的任意整数n,编程计算满足p3+p2+3p≤n的位数为m的p的个数。 问题2:对于给定的任意整数n,编程求解满足p3+p2+3p≤n的p的最大值。 要求: 对于给定的每一个测试文件(形如:numberX_input.txt),分别生成一个结果文件(形如:numberX_out.txt)。比如,对于测试文件number1_input.txt,对应的结果文件为number1_out.txt。 参
Hexagon
- Hexagon is a C++ function that returns a complex number which represents a randomly distributed location within a hexagon. The orientation of the hexagon is with vertical sides, where R is the radius supplied to the function. A test bench showing
TreeTest
- this the example for the tree test-this is the example for the tree test
Ftest
- 用于对保存为txt的两组数据进行F检验.例如:>>Ftest.exe A.txt B.txt,其中A.txt B.txt分别是两组数据-Used to save two sets of data for the txt F test. For example:> > Ftest.exe A.txt B.txt, which are two sets of data A.txt B.txt
run_rs
- Example of test RS code s for BPSK be
w
- CFD经典算例:双马赫反射,采用五阶WENO格式,可作为测试算例,激波分辨率-CFD classic example: the double Mach reflection,Fifth-order WENO scheme can be used as the test example。Shock resolution
rtw
- CFD经典算例:RT不稳定性,采用五阶WENO格式,可作为测试算例,激波分辨率-CFD classic example: R-T instability,Fifth-order WENO scheme can be used as the test example。Shock resolution
riemann
- CFD经典算例:Riemann间断问题,采用五阶WENO格式,可作为测试算例,激波分辨率-CFD classic example: Riemann intermittent problems,Fifth-order WENO scheme can be used as the test example。Shock resolution
kekaoxingsheji
- 蒙特卡罗算例,蒙特卡罗模拟法是通过对随机变量的统计试验或随机模拟,求解数学、物理和工程技术问题近似解的数值方法。因此,也称为统计试验或随机模拟法。 -Monte Carlo example Monte Carlo example, Monte Carlo simulation is a statistical testing of random variables or stochastic simulation, numerical methods of solving mathemati
VBplot_draw_2Dpicture
- 提供了拉格朗日插值 一次多项式拟合 指数拟合三种计算方式。是使用picturebox作图的好例子,其中test.xls是一个4点的数据文件-Provides three method of calculation, there are the Lagrange interpolation polynomial fitting exponential fitting . Is a good example of using picturebox drawing, test.xls is a 4 p
bicg_sparse
- 程序用Fortran95标准,给出了双共轭梯度法求解超大型稀疏矩阵的子程序。还给出了一个例子,例子的数据用索引存储了维数将近10万的对称稀疏正定矩阵。-Using Fortran95, a method of Biconjugate gradient for super linear sysem is provied. In addition, a example with the storage type of row-column index is also provide for test
swmm5_iface
- SWMM5接口代码文件,包含了SWMM5的V接口文件、Visual Basic接口文件和Delphi Pascal接口文件等。-This archive contains the SWMM 5 Interfacing Guide and supporting files. Contents -------- Interfacing.chm The Interfacing Guide in the form of a Windows HTML Help file (doub
test-of-numerical-analysis
- 以一个非线性方程组为例,实现非线性方程组的牛顿迭代过程。-In a non-linear equations, for example, to achieve the Newton iteration of nonlinear equations.
mylibsvmtest
- libsvm相似性算法测试例子,可以用于人脸,指纹,验证码识别时的调用,本人自己写的-libsvm similarity algorithm test example, can be used for face, fingerprint verification code identification when calling, I wrote it myself
task
- Python入门练习,Question 2: buyLotsOfFruit function Add a buyLotsOfFruit(orderList) function to buyLotsOfFruit.py which takes a list of (fruit,pound) tuples and returns the cost of your list. If there is some fruit in the list which doesn t appear in
witi_cpp
- Simple implementation of wiTi algorithm in C++ with example test data file.
常见求根方法通用程序以及算例
- 常见求根方法,牛顿法,抛物线法,割线法通用程序,以及算例检验(The common root method, Newton method, parabola method, secant method and general procedure, test example)