CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - Formulas

搜索资源列表

  1. calc_2

    0下载:
  2. 数学公式计算器,和大家切磋!希望高手帮助改进功能,最好能够提供变量表达式计算,不是单纯的数字表达式计算,有兴趣的朋友可以跟我联系!-mathematical formula calculator, and to discuss the! Experts hope to help improve function, the best solution is to provide variable expression, not simply the number of formulas, the
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:14.48kb
    • 提供者:余卫军
  1. icalab

    0下载:
  2. The ICA/BSS algorithms are pure mathematical formulas, powerful, but rather mechanical procedures: There is not very much left for the user to do after the machinery has been optimally implemented. The successful and efficient use of the ICALAB stron
  3. 所属分类:生物技术

    • 发布日期:2008-10-13
    • 文件大小:11.71mb
    • 提供者:孙占全
  1. 温升测试

    0下载:
  2. 电机温升测试系统,适用于工作频率为50/60Hz的单/三相小功率异步电机(≤5KW)、串级电机、电动工具的绕组温升测量。适用于工作频率为50/60Hz的电源变压器、充电器、电感镇流器的绕组温升测量。带电原理:在带电工作情况下测量绕组的直流电阻,并用公式折算成温升。专为电动工具定子,转子温升测量而开发,其中定子采用带电法,转子采用断电法-motor temperature test system is applicable to the frequency of 50/60Hz single /
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:192.28kb
    • 提供者:dm
  1. FastMathParser_Demo

    1下载:
  2. 一个绝好的数学公式计算类,支持多种数学公式的快速计算-a wonderful class of mathmatica fomula computing,supporting many formulas computing
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:493.63kb
    • 提供者:荒原
  1. WaterFallShow

    0下载:
  2. 一个小程序,用来展示瀑布的样子,用到了许多数学公式,值得一看-a small program used to display waterfall on the outside, use a lot of mathematical formulas, an eye-catcher
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1.17kb
    • 提供者:4587
  1. 数值微分和数值积分

    1下载:
  2. 数值微分和数值积分:Newton-Cotes公式、复化公式和区间逐次半分法、外推法和Romberg积分、自适应Simpson积分法-numerical differentiation and numerical ranking : Newton - Cotes formulas, rehabilitation of formula and a half hours successive interval, extrapolation and Romberg integration, adapti
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:14.72kb
    • 提供者:周思良
  1. Calculate000

    0下载:
  2. 可以识别输入的算术表达式并计算机结果,支持+、-、*、/四则运算及嵌套的(),比如4*3+5*((16+8)/2-5)。 利用后缀表达式计算。-can identify imported computer arithmetic expression and the results support ,-,*, / 4 Operational and nested (), such as 3 5 4 * * ((16 8) / 2-5). The use of the suffix formul
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.78kb
    • 提供者:梁清华
  1. 多媒体新闻系统

    0下载:
  2. 比较好的新闻ASP辕马。2.后台更新了全套编辑器图标,配合新版发布 3.后台增加多次查找替换、计算器、当前日期、当前时间、EXCEL表格、符号、公式等功能,大大增强了表格编辑功能。 4.后台增加保存文章时保存远程(从其它网站上复制内容,并且内容中包含有图片)的图片。 5.其他小的修正 6.中英文混合标题截取修正 7.新闻增加手动分页功能 8.大类修改总栏类别的BUG 9.重写原有自带计数器,不需要FSO权限;防刷新;不管每天服务器什么时候关,在第二天都会自动清零;提供
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:5.95mb
    • 提供者:肖冰
  1. 20052715587645

    0下载:
  2. 本文件40多K,能对一般的数学公式作出好的解释-this document more than 40 K, can the general mathematical formulas good explanation.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:426.11kb
    • 提供者:杨威
  1. expr1

    0下载:
  2. 表达式计算 表达式计算 表达式计算 -expression calculation formulas calculating formulas expression calculation formulas expression expression calculation table tat expression calculation formulas calculating formulas calculating expression
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3.32kb
    • 提供者:zde
  1. EasyReport

    0下载:
  2. 用GridCtrl表格控件做的一个报表设计器,支持表格合并,公式解析,打印-GridCtrl form with the controls do with a statement designed to support the merger forms, analytical formulas, Print
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.65mb
    • 提供者:余晖
  1. sizeyunshuan

    0下载:
  2. 这是从网上下载下来的一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式,如在命令提示符下执行结果如下: c:\\masm>js 3+2 5 c:\\masm>js 6*7 2A c:\\masm>js 10-4 c c:\\masm>js 12/3 6-This is downloaded from the Internet from a compu
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2.93kb
    • 提供者:xiaoqiang
  1. multiplication-formulas

    0下载:
  2. c++简单实现乘法口诀,运行环境为VC++。-Relize the multiplication formulas with c++,and the operating environment is vc++.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:4.98kb
    • 提供者:王彬
  1. multiplication-formulas

    0下载:
  2. 数码管随机模拟显示乘法口诀,有详细的说明和仿真过程,程序完整可以直接使用。-Stochastic Simulation of digital control display multiplication formulas, a detailed descr iption and simulation process, the program can use the full.
  3. 所属分类:SCM

    • 发布日期:2017-03-25
    • 文件大小:33.2kb
    • 提供者:孙红彬
  1. Portfolio.Management.Formulas

    0下载:
  2. Vince,.Ralph.-.Portfolio.Management.Formulas 金融资产组合管理介绍 it was a book about mathemati- cal tools This is a book about machines.-Vince,.Ralph.-.Portfolio.Management.Formulas This was a book about mathemati- cal tools This is a book about
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4.82mb
    • 提供者:cactus
  1. Math-Formulas-101

    0下载:
  2. math formulas for math and engineering student.very useful
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1.12mb
    • 提供者:den
  1. Jiujiushengfa-formulas-display

    0下载:
  2. 基于80C51单片机的九九乘法口诀显示器,每次单击按键,数码管随机显示九九乘法表里的一条内容。通过Proteus结合Keil环境,用C语言编写-Each time you click the button, based the 80C51 microcontroller Jiujiushengfa formulas display, a digital tube random display multiplication table. Through the the Proteus combin
  3. 所属分类:SCM

    • 发布日期:2017-11-07
    • 文件大小:64.78kb
    • 提供者:丁宁
  1. Addition-formulas-table

    0下载:
  2. 输入 1 个正整数 n(1≤n≤10), 输出一张 20 以内的加法口诀表. 加数与被加数都不大于 n, 分列第一行和第一列.(将加数、被加数、和放入一个二维数组中, 再输出该数组)-Enter a positive integer n (1 ≤ n ≤ 10), the output of the addition formulas within a 20 table. Addends is not greater than n, breakdown of the first row an
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-30
    • 文件大小:714byte
    • 提供者:张张
  1. 69538

    0下载:
  2. Portfolio Management Formulas
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:4.81mb
    • 提供者:杨二郎
  1. ?????? ?????? ???????

    0下载:
  2. Formulas and Conversions
  3. 所属分类:其他

    • 发布日期:2018-01-11
    • 文件大小:1.5mb
    • 提供者:beyaty
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com