搜索资源列表
ws
- 水分测定仪程序可实现液晶显示,公式计算,打印等功能。
xinqi
- 输入年、月、日,计算星期几。计算公式为S=(y-1)*365+(y-1)div4-(y-1)div100+(y-1)div400+C-Enter year, month, day, calculating the day of the week. Calculation formula for the S = (y-1)* 365+ (Y-1) div4-(y-1) div100+ (Y-1) div400+ C
25
- 一个在编程中常用的一个计算公式计算小工具-a little tools that often used to calculate a value
DEBUG
- 一、 实验内容 DEBUG的应用及表达式计算 二、 实验目的及要求 要求:试编制一程序,计算下列公式的值,将商存放在Z单元,余数放在R单元内中.X,Y,Z,R,W分别为存放16位带符号数单元的地址.计算过程中中间结果和最后结果在16位二进制数范围内. 三目的: 1、熟悉DEBUG的应用(利用DEBUG观察寄存器和内存单元的值及指令执行的结果,直接汇编指令,单步调试,编辑数据等)。 2、掌握汇编表达式的表示方法。 3、掌握80X86的编程结构。 4、学习汇编
JISHUZ
- 计算级数公式 1至X的三次方的和刚好大于指定的值(20000),求X的值-X Series Formula 1 to calculate the cube and just greater than the specified value (20000), find the value of X
cos
- 用泰勒公式实现余弦函数的计算,使用汇编的方法,里面用到了32位的运算方法,灵活应用了定点运算的思想。-Cosine function with the Taylor formula to achieve the calculation method using the assembly, which uses 32-bit computing method, flexible application of the fixed-point arithmetic thinking.
Assembly-delay-procedures
- 汇编延时程序,精确延时计算公式,内容不多-Assembly delay procedures, accurate delay calculation, content not more than
SIMPLE-SYSTEM
- 简单的信息检索系统,数,调用GetMonthSize,把得到的结果放到数据段的MonthSize中。如果是1、2月,要根据蔡勒公式进行变换。然后是计算当前月份的第一天是星期几的过程。计算出之后在屏幕上留下相应的空格(为了对齐!)。 -SIMPLE SYSTEM
7-3
- 编写一个程序,计算 1 + 2 + 3 + 4 + … + N的累加和,并把累加和以十进制形式显示出来。(不能使用公式计算“累加和=N×(N+1)/2”,必须使用程序实现循环累加来计算)。-Write a program to calculate the 1++++ 4 ... the+ N accumulation, and the sum of the decimal form is displayed. (Can not use the formula " sum = N (N+1
Rounding
- 当m的值为50时,计算下列公式的值: T=1-1/2-1/3-1/4-…-1/m 要求:按四舍五入的方式精确到小数点后第四位 -When the value of 50 m, calculate the value of the following formula: T = 1-1/2-1/3-1/4- ...-1/m requirements: precise manner according to the rounding to one decimal place fourth
bjwc
- 考虑微分方程在如下步长分布采用向前Eular、向后Eular,梯形公式、改进Eular和四阶龙格库塔方法计算近似值-procedure of approximate error using matlab
MicroprocessorFormulaCalculator
- 单片机课的实验作业。功能是实现一个有着简易计算功能的计算机,利用LCD屏互动。可以做加减乘除运算。特别的,给出了四个内置公式:等差数列求和,一元二次方程求根,排列,组合。-Our project is aiming at making a calculator to help the users calculate particular formulae. As long as the user correctly input the values of parameters needed in
clsf
- 5节点潮流计算,适合极小电力系统的潮流计算公式-5-node flow calculation, for minimal power system load flow calculation formula
longbeigeshiyan
- 简介龙贝格求积公式也称为逐次分半加速法。它是在梯形公式、辛卜生公式和柯特斯公式之间的关系的基础上,构造出一种加速计算积分的方法。-Introduction Romberg quadrature formula is also known as successive half acceleration method. It is the trapezoidal formula, formulas and Cotes formulas Xinbo students based on the rela
5.1
- /*路程s越远,每公里运费越低。标准如下: s d s<250km 没有折扣 250≤s<500 2 500≤s<1000 5 1000≤s<2000 8 2000≤s<3000 10 s≥3000 15 设每公里,每吨货物的基本运费为p(price缩写),货物重量为w(weight),距离为s,折扣为d(discount), 则总运费f(freight的缩写)的计算公式为:f=p*w*s*(1-d)*/-* S walk farther
rectangle
- 三角形面积的计算公式JAVA,但是还是分享-this is one formula which can calculate the whole area of rectangle.
IF97
- 使用if97公式计算了水和水蒸气的热力性质,计算结果准确。-If97 calculated using the thermodynamic properties of water and steam, accurate results.
two-phase-pipe-flow
- 两相管流计算程序代码:从能量平衡微分方程出发与压降等经验关联式联立,得出了油气集输管线沿程温降的计算公式