搜索资源列表
计算器源代码c
- 计算器源代码c。和windows自带的功能差不多。很多科学计算还没有加入。-c source code calculator. Windows and almost onboard functions. Many scientific computing has not joined.
高斯消去求逆矩阵
- 通过高斯消去法,进行矩阵求逆运算,在工程中有很强的实用价值。-through Gaussian elimination method for computing matrix inversion, the project has a strong practical value.
FastMathParser_Demo
- 一个绝好的数学公式计算类,支持多种数学公式的快速计算-a wonderful class of mathmatica fomula computing,supporting many formulas computing
raa
- 一些矩阵运算的C代码实现:矩阵一般运算,以及求逆,QR分解,householder变化,LDU, LU分解-some matrix calculation of C code to achieve : Matrix general computing, and inversion, QR decomposition, the householder changes, LDU, LU decomposition, etc.
VB科学与工程数值算法
- 用vb写的有关科学计算方面的,包括求最大值,积分,统计,概率,矩阵运算等-used to write the relevant scientific computing, including seeking maximum points, statistics, probability, matrix operations, etc.
计算器2.0
- 能运算的函数: sin,cos,tg,ctg,e^,pow(x,y),cosh,sinh,tgh,log10,ln,sqrt,arcsin,arccos, 运算方式: +,-,*,/,绝对值(“[ ]”),^,!, 输入规则: 用键盘或按钮都可,输入完按回车运算,(光标要在最后) sin(21-32)/(12-43) 4(323-4343) 4*(323-4343) e^2-sin3-3^4,(不要输入pow(3,4)) //有无*都可 2*3^4是(2*3)^4
课程设计,计算器
- 使用VC++的环境进行简单编程的计算器功能,可以实现+,-,*,/,及混合运算等简单功能-VC environment using a simple programming function calculator can be achieved ,-,*,/, and mixed computing simple function
NumericalComputing
- Matlab 的Numerical Computing,全书pdf+全代码,英文版-Matlab Numerical Computing, the whole book pdf + code, in English
测试速度
- 本测试采用叠加方式循环一亿次,得出来的时间越小就代表你的电脑运算速度越快。温馨提示:在开始测试之前请关闭所有的应用程序!-the overlay method to test cycle 100 million times, and so the smaller the time on behalf of your computing faster. Warm Tip : Before the commencement of testing Please close all applicatio
十进制科学运算器
- 实现十进制的一般运算和科学运算,计算器大小可变-metric achieve the general computing and scientific computing, the size of Variable Calculator
元函数实现复数的运算
- 此软件可以用元函数实现复数的加减乘除,复数运算的很多难题都可以用此软件解决 -software yuan function can be used to achieve the complex arithmetic, many complex computing problems can be solved using this software
Multi_correl_dim
- 本函数计算相关积供后续程序计算计算多重关联维 详情见程序内说明-this function computing plot for the follow-up procedure for calculating multiple correlation dimension detailed procedures Note
Correl_dim
- 本函数计算相关积供后续程序计算关联维 详情见程序内说明-this function computing plot for the follow-up procedure correlation dimension detailed calculation procedures Note
juzhenyunsuan
- 各种矩阵运算方法,包括:基本矩阵运算和一些运算技巧,c语言编写-various matrix calculation methods, including : basic matrix calculation and some computing skills, language c
psm_63rnd
- 雷达信号的MATLAB仿真常常是因为运算时间问题而失败,经过试验,在实际编程中,采用调用子函数方法就遇到该问题,为此,改为采用的查表法实现,有效解决了该问题。故将该源码上传供同行参考。-radar signal simulation of MATLAB because computing is often a matter of time and failure, after testing, the actual programming, using call Functions encoun
thesis
- quantum computing thesis my own on 2008
Computing-Optical-Bistability-in-One-dimensional-
- Computing Optical Bistability in One-dimensional Nonlinear Structure
Python-science-computing
- Python 科学计算 的好书,该书主要是在python环境下进行科学计算,非常的棒-Python scientific computing books, the book is mainly for scientific computing in python environment, is the bar
CSharp-Scientific-Computing-Handouts
- 《C#科学计算讲义》较为详细地介绍了科学计算方法,并对算法给出了源代码。关于算法部分主要介绍了线性方程组的迭代解法与直接解法、正交变换与最小二乘计算方法、鲁棒估计、随机数的产生、插值法、非线性方程求解、多元非线性最优化算法、微分方程数值方法等内容。-" C# Scientific Computing Lecture" a more detailed descr iption of the scientific calculation methods, and algorithm
Numerical Recipes in Fortran 77
- fortran数值计算方面的一本好书,计算机数值算法的圣经。(Numerical Recipes in Fortran 77 The Art of Scientific Computing Second Edition Volume 1 of Fortran Numerical Recipes)