CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 科学计算

搜索资源列表

  1. Fortran 90 for Scientists and Engineers及程序

    0下载:
  2. 写得较细的一本编程参考书及程序
  3. 所属分类:其他小程序

    • 发布日期:2011-09-03
    • 文件大小:1245073
    • 提供者:huhuus
  1. jisuanqi

    0下载:
  2. 系统地学习面向对象编程思想,了解MFC架构,逐步熟悉可视化编程环境Visual C++,并在此环境下设计并实现一个简单计算器系统,该计算器应能实现如下功能: 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运算 3、以角度、弧度两种方式实现上述部分函数 -Systematic study of object-oriented programming ideas, u
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:58216
    • 提供者:Dante
  1. YAM_Project

    2下载:
  2. 仿MATLAB计算软件本软件是一款科学计算平台,支持MATLAB的大多数语法,但尚不支持外部函数调用和复杂的数据结构。本软件可供广大师生进行基本的学习和教学工作,对科研人员也有所帮助。“YAM”意为“Yet Another Matlab”。本套软件包含如下程序: YAM.exe 软件主程序,用于输入和输出指令 compiler.exe 用于进行源代码编译并生成中间代码 interpreter.exe 用于解释中间代码并生成最终结果 Figure.exe 用于绘制图形
  3. 所属分类:Other windows programs

    • 发布日期:2017-01-13
    • 文件大小:1482807
    • 提供者:乔松
  1. calc

    1下载:
  2. 一个简单的科学计算器,用vc6.0编的,不仅有简单的十进制四则运算,包括平方、取模等高级运数,还有角度和弧度的三角函数计算,还有二进制、八进制、十六进制的计算。-A simple scientific calculator, using vc6.0 made, not just a simple decimal arithmetic, including the square modulus, such as the number of senior transportation, as wel
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:64696
    • 提供者:lyf
  1. jisuanqical

    0下载:
  2. vc++ 实现的 计算器 科学计算 ,基本计算 进制转换 课程设计-vc++ achieve calculator scientific computing, the basic calculation of M-ary conversion curriculum design
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:423644
    • 提供者:caidongyun
  1. Cchengxu

    0下载:
  2. 这个程序包包括了C语言中的一些常见的程序,如阶乘,读取二进制文件,递归,二维数组平均值排序等几十个程序。有了这些程序,会更好的进行科学计算-This package includes the C language of some common procedures, such as factorial, read binary files, recursion, sorting, such as the average of two-dimensional array of dozens of
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:14643
    • 提供者:郭韬
  1. jishuqi

    0下载:
  2. 实现计算器的功能: 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括[反]正弦、[反]余弦、[反]正切、[反]余切、开方、指数等函数运行 3、以角度、弧度两种方式实现上述部分函数 4、具备历史计算的记忆功能 5、对不正确的表达式能指出其错误原因-Implementation calculator functions: one, binary, octal, decimal and hexadecimal number of
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:53966
    • 提供者:刘金来
  1. 41

    0下载:
  2. Vc++开发的计算器源码,可以完成简单的科学计算-VC++,vc++,vc++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:57231
    • 提供者:包罗
  1. Calculator

    0下载:
  2. 用vc写的一个图形用户界面科学计算器,下功能: 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运算 -Vc written with a graphical user interface of scientific calculator, the next feature: 1, binary, octal, decimal and hexadecimal numbe
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:62435
    • 提供者:qiu
  1. Calculator1

    0下载:
  2. 利用MFC AppWizard 生成计算器应用程序框架,计算器不仅能实现简单的四则运算功能,还实现了高级的科学计算功能,而且具有简洁大方的图文外观。-Use MFC AppWizard to generate an application framework calculator, calculator, not only to achieve a simple arithmetic function, but also achieved a high-level scientific comp
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:5480811
    • 提供者:XIAXIA
  1. jisuanqi

    0下载:
  2. 一个基于表达式求值的科学计算器,C++,MFC,支持四种进制的数在一个表达式中同时出现的进制混合运算(除十进制外的各进制数不限于整数,如12d.3axh,xh是我的计算类所能识别的十六进制数的标识符);且程序做得也比较精细(如制作了鼠标键盘、窗口跟随、计算历史查看等)。-Expression based on the evaluation of the scientific calculator, C++, MFC, in support of a number of four-band exp
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:28960
    • 提供者:sunnypill
  1. Calculator

    0下载:
  2. 计算器源码,实现了基本的计算和科学计算,基本智能,网上收集-Calculator source code, on-line collection
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:32340
    • 提供者:紫鹰
  1. Calculator

    0下载:
  2. 简单的VC计算器,科学计算函数,对不正确的表达式能指出其错误原因-VC simple calculator, scientific computing function, the expression can not be correct to point out the wrong reasons
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1671942
    • 提供者:赵王
  1. jisuanqi

    0下载:
  2. 自认为比较完善的计算器,拥有很强大的科学计算功能,在百度上输入科学计算器,这就是以那个界面为蓝本做的,功能都是自己一步一步敲代码实现的。大家可以借鉴一下。-Since more complete calculator that has a very strong scientific computing, scientific calculator, enter in Baidu, which is modeled on that interface to do, features are st
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:70335
    • 提供者:
  1. caculator

    0下载:
  2. 实现科学计算器功能 不仅有基本的加减乘除还有科学计算功能-To realize scientific calculator function,Not only has the basic add, subtract, multiply and divide and scientific computing function
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:6151
    • 提供者:黄乔
  1. Data.PS科学计算与绘图软件

    0下载:
  2. Data.PS功能简介:本数据处理软件内置表格编辑器,可以方便的进行数据输入输出;可以进行常见的(a)数值计算,如求解线性方程组、非线性方程组、常微分方程组、多项式求根、傅里叶变换、傅里叶逆变换、线性规划求解、多元线性回归和多元非线性回归参数拟合(20参数)、插值、微分、积分、求逆矩阵、矩阵特征值和特征向量、行列式值;(b)统计分析,统计描述、频数分布、假设检验、正态分布检验、二项式分布检验、泊松分布检验、相关性分析、方差分析;(c)6Sigman工具,过程能力CPK计算、测量系统分析MSA、公
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:4073472
    • 提供者:w1w
  1. MATLAB科学计算及分析源码

    0下载:
  2. MATLAB数值计算各种程序,非常实用,适合各类工程计算(MATLAB scientific calculation and analysis of source code)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:1225728
    • 提供者:苹果151dfs
  1. Andorid 科学计算器源码

    1下载:
  2. 通过安卓的环境实现科学计算器的功能,包括计算。(Realize the function of scientific calculator through android environment, including calculation.)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:41984
    • 提供者:苏鹏
  1. 科学计算器BY大飞

    0下载:
  2. 可实现三角函数和反三角函数的计算,界面精美,代码完整,可运行(The calculation of trigonometric and anti trigonometric functions can be realized. The interface is exquisite, the code is complete and it can run.)
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:15360
    • 提供者:zhaoyy
  1. 科学计算器

    0下载:
  2. 科学计算器,目前,科学计算器的应用非常广泛。从生产,科学研究,文化,国防,卫生,家庭生活等方面来说,它离不开科学计算机的服务。避免了手动计算的繁琐,使用科学计算器,以及手动计算可能造成的大错误和计算错误,为人们的计算带来了极大的方便。(Scientific calculators are very widely used. From the aspect of production, scientific research, culture, national defense, health,
  3. 所属分类:其他小程序

    • 发布日期:2018-05-06
    • 文件大小:54272
    • 提供者:crown202
« 12 3 4 5 6 »
搜珍网 www.dssz.com