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

搜索资源列表

  1. express

    0下载:
  2. 公式识别器,好用,模型及参数识别的必须模块,便于用户的输入与输出。-Formula recognizer, easy to use, models and parameter identification module must facilitate the user' s input and output.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:49992
    • 提供者:chen bing
  1. yuan

    0下载:
  2. 问题描述 给定圆的半径r,求圆的面积。 输入格式 输入包含一个整数r,表示圆的半径。 输出格式 输出一行,包含一个实数,四舍五入保留小数点后7位,表示圆的面积。 说明:在本题中,输入是一个整数,但是输出是一个实数。 对于实数输出的问题,请一定看清楚实数输出的要求,比如本题中要求保留小数点后7位,则你的程序必须严格的输出7位小数,输出过多或者过少的小数位数都是不行的,都会被认为错误。 实数输出的问题如果没有
  3. 所属分类:Other systems

    • 发布日期:2016-01-26
    • 文件大小:9216
    • 提供者:童话Bu说话
  1. simpson

    0下载:
  2. 复合Simpson求积公式算法,输入积分的上下限及n,即可求得积分的近似值-Compound Simpson quadrature formula algorithm, the maximum and minimum of input integral n, integral approximation can be obtained
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:3187
    • 提供者:
  1. cmath

    0下载:
  2. 算正数a的算术平方根。迭代公式如下xn+1=(xn+a/xn)/2, x 要求前后两次求出的x的差的绝对值小于 10-5 。 a通过键盘输入。 -A count of the positive square root. Iteration formula is as follows xn+1 = (xn+a/xn)/2, the difference between before and after the absolute value of x requires two x is less t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:10389
    • 提供者:刘茂臣
  1. CalcEdit

    0下载:
  2. 实现根据用户使用时输入的公式进行计算的功能,对动态计算非常有用。- Calculated according to the function realization formulas user input is useful for dynamic calculations.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-05
    • 文件大小:237876
    • 提供者:qdzsc
  1. huffman-code

    0下载:
  2. 程序的算法 1)先输入以下字符串和数组,其中sym为字符串中出现的信源符号,p为各符号出现的概率,seq为要进行编码的符号序列。如下所示: 2)初始各字符的区间:a[0,0.1),b[0.1,0.3),c[0.3,0.6),d[0.6,1.0) 3)利用以下公式计算区间的上下限: Li+1=Li+rangei*r_L Hi+1=Li+rangei*r_H -Program Algorithm 1) to enter the following string a
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1475
    • 提供者:小清
  1. rongliangfenpei

    2下载:
  2. 星形网络设计环境要求:Windows2000/XP/7 功能要求: 设有n个节点(依次编号为1、2、……,n)和一个中心,每个节点都有ni个终端,每个终端至节点的报文达到率都相等为λ,报文长度都相等为1/μ,确定该网络设计的总容量为C,编写一个程序,对于输入节点数n、ni、λ、μ,算出网络的最佳容量分配及相应的延时。注意,一条链路的平均延时时间计算参考公式T=1 /(μC-λ),其中1/μ是以比特为单位的报文分组平均长度;C是以该链路的容量,单位是比特/秒;λ是平均流量,单位是分组/秒
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:7695
    • 提供者:王雷
  1. JZQN

    0下载:
  2. 通过输入系数矩阵,利用公式计算其逆矩阵。是个非常实用的小程序。-By entering the coefficient matrix, using the formula to calculate the inverse matrix. Is a very useful little program.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3834
    • 提供者:李俊杰
  1. sjgs

    0下载:
  2. c# VS2005实现盛金公式 winform窗体开发根据输入量点击计算即可求出-c# VS2005
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:37534
    • 提供者:whx
  1. gaoxiaogongzhiguanlisystem

    0下载:
  2. C++课设 高校工资管理系统 基本功能 1、能够输入教师的课时、行政人员的加班费后计算,根据公式计算每位职工的工资 2、能够查询每个职工的某个月的工资 3、能够存储12个月的每个职工的工资,并查询 4、能够增加或者删除某个职工 5 、能够统计所有职工的年收入-C++ class- the university salary management system The basic function 1, can enter the teacher s cl
  3. 所属分类:Console

    • 发布日期:2017-05-06
    • 文件大小:1195477
    • 提供者:屈兴
  1. plank

    0下载:
  2. 输入温度(单位为摄氏度),起始波长和终止波长(单位为微米),采用普朗克公式计算得到黑体的辐射能量。-using numerical integration to calculate blackbody radiation based on Plank theory. the input is temperature in degreeC, and start wavelength and end wavelength in um
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:880
    • 提供者:程正喜
  1. MATLAB

    1下载:
  2. 隐式Euler公式求解常微分方程 输入参数: -odefun:微分方程的函数描述 -xspan:求解区间[x0,xn] -y0:初始条件 -h:迭代步长 -p1,p2,…:odefun函数的附加参数 输出参数: -x:返回的节点,即x=xspan(1):h:xspan(2) -y:微分方程的数值解-so easy!
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:394374
    • 提供者:颜泽勇
  1. 5.5MATLAB

    0下载:
  2. 输入一副图像,检测图像的RGB,并输出其值的矩阵,将符合公式R>Rt,R>G>B,S>=(255-R)*S/R,等的图像点标记出来,并输出图像-A pair of input images, the image detecting RGB, and outputs the value of the matrix, would be consistent with the formula R> Rt, R> G> B, S> = (255-R)* S
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-03
    • 文件大小:677889
    • 提供者:Anna
  1. ex_22

    0下载:
  2. 2.编写一个程序,实现一个温度格式转换器。接受用户输入华氏温度,要求输出摄氏温度(换算公式为C=5(F-32)/ 9),输入输出要有文字说明。-2. Write a program that implements a temperature format converter. Accepting user input Fahrenheit, Celsius required output (conversion formula is C = 5 (F-32)/9), the input and
  3. 所属分类:ELanguage

    • 发布日期:2017-04-13
    • 文件大小:1686
    • 提供者:罗忠清
  1. distribute_balls

    5下载:
  2. 编写一个程序,计算 将n个(比如6个)小球放进4个盒子中 给定4个盒子中的小球个数,比如n1=3,n2=2,n3=1,n4=0 一共有多少种不同的放法X? 即输入n1,n2,n3,n4,输出方法数X 提示: 先考虑将n个小球放进2个盒子中的情况 写出计算方法数X的数学公式(与组合数类似) 拓展 n固定,变换不同的输入参数n1,n2,n3,n4,什么时候X最大? 固定盒子数目,用图形表示Xmax随n的变化规律(用plot命令) -Write a prog
  3. 所属分类:matlab

    • 发布日期:2017-03-13
    • 文件大小:2048
    • 提供者:yuyi
  1. RMBS

    0下载:
  2. 在单元格中输入 = RMBS(数字) 或者 = RMBS(含数字的单元格),或者 = RMBS(SUM(单元格区域)) ,(即可嵌套公式),可显示大写人民币-Input in cell = RMBS (digital) or = RMBS (including digital cell), or = RMBS (SUM area (cell), formula (nested), show the capital of the yuan
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:2640121
    • 提供者:杨熊伟
  1. calculator

    0下载:
  2. 输入一个数学计算公式,给出中缀式和后缀式的计算公式。-Enter a mathematical formula, the formula is given infix and postfix formula.
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1732941
    • 提供者:毛意超
  1. changgui

    0下载:
  2. 编写函数把华氏温度转换为摄氏温度,公式为:C = (F - 32)* 5/9 在主程序中提示用户输入一个华氏温度,转化后输出相应的摄氏温度。-Write a function to convert Fahrenheit to Celsius, the formula is: C = (F- 32)* 5/9 in the main program prompts the user for a Fahrenheit temperature, the transformed output of t
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-13
    • 文件大小:2147
    • 提供者:guai062840
  1. jisuanji106

    0下载:
  2. 这是一个简单的c程序计算器编程,用c程编写一个程序 可以从键盘输入一个公式,回车后得到结果:  2+44*0-7/7回车得 1-This is a simple calculator c program programming, using c-way to prepare a procedure to keyboard input a formula that results after the carriage return: 2+ 44* 0-7/7 Enter a 1
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:3910
    • 提供者:qi19722
  1. umqjjybe

    0下载:
  2. 在matlab R2009b调试通过,HSZfjUA参数粒子图像分割及匹配均为自行编制的子例程,matlab程序运行时导入数据文件作为输入参数,使用拉亚普诺夫指数的公式,OupwAKU条件调试通过可以使用,包括调制,解调,信噪比计算。- In matlab R2009b debugging through, HSZfjUA parameter Particle image segmentation and matching subroutines themselves are prepared
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6929
    • 提供者:nruiny
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com