搜索资源列表
求具有abcd=(ab+cd)2性质的四位数
- 3025这个数具有一种独特的性质:将它平分为二段,即30和25,使之相加后求平方,即(30+25)2,恰好等于3025本身。请求出具有这样性质的全部四位数。 *题目分析与算法设计 具有这种性质的四位数没有分布规律,可以采用穷举法,对所有四位数进行判断,从而筛选出符合这种性质的四位数。具体算法实现,可任取一个四位数,将其截为两部分,前两位为a,后两位为b,然后套用公式计算并判断。 -3025, the figure has a unique character : it divide
公式分析器C++
- 用C++写的一个公式分析器,能够从一个字符串组成的算式中的出最后结构,现在支持+,-,*,/(),五种计算方式-C write a formula Analyzer, from a formula composed of a string of final structure, now support ,-,*,/(), five formula
Calculator12
- 公式计算源码,实现常用的数学公式,可修改作为数值计算的交互处理-formula source to achieve common mathematical formula, as amended by numerical calculation interactive processing
TestCount
- 投标公式计算工程: K=K1×Q+ K2×(1- Q)
gshjsq
- 公式计算系统 公式计算系统 公式计算系统-formula system formula system formula system formula S ystem
gusuan
- 软件开发成本估算软件,有相关的数据以及公式计算出软件开发的成本
Gauss-Legendre
- Gauss-Legendre 采用五点 Gauss-Legendre 求积公式计算定积分,
ws
- 水分测定仪程序可实现液晶显示,公式计算,打印等功能。
逻辑运算、命题公式的真值表
- 给出任意一个合式公式,我们应该怎样能够将它用C语句表示出来,并且能够计算它在各组真值指派下所应有的真值(或是逻辑运算的结果)。这有多种方法。下面我们给出一种较为简便的方法。上面我们已经给出了逻辑连结词的定义,根据这种定义方法,我们也可以把一个合式公式表示成为条件语句中的条件表达式,这样我们就可以得到该合式公式的逻辑运算结果了。
25
- 一个在编程中常用的一个计算公式计算小工具-a little tools that often used to calculate a value
StringToMath
- 本程序能实现输入字符串类型而可以用数学公式计算出结果。-This procedure can achieve the type of input string can use mathematical formulas to calculate results.
jiefangcheng
- 解N元一次方程组,雅克比迭代法,将方程系数x值和迭代因子代入迭代公式计算-Solution of N-linear equation group, Jacobi iterative method, the equation coefficients of x values and the iterative factor incorporated into the iteration formula
CRC16a32
- CRC32公式计算公式 DELPHI 代码-DELPHI code CRC32 calculation formula
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
exp2_4_7
- 使用迭代公式计算某正整数的平方根-Using iterative formula one number square root
TMPGEnc
- 是一个集声音编辑,播放,录制,和转换的音频工具,体积小巧, 功能却不弱。可打开的音频文件相当多,包括WAV, OGG, VOC, IFF, AIF, AFC, AU, SND, MP3, MAT, DWD, SMP, VOX, SDS, AVI, MOV, APE 等音频文件格式,你也可以从 CD 或 VCD 或 DVD 或其它视频文件中提 取声音。内含丰富的音频处理特效,从一般特效如多普勒、回声、混响 、降噪到高级的公式计算(利用公式在理论上可以产生任何你想要的 声音
IF97
- 使用if97公式计算了水和水蒸气的热力性质,计算结果准确。-If97 calculated using the thermodynamic properties of water and steam, accurate results.
anglecos
- 利用夹角余弦距离进行样本数据分类。实现步骤主要分为以下两部分:a、待测样品X与训练集里每个样品Xi的距离采用夹角余弦距离公式计算。b、循环计算待测样品和训练集中各已知样品之间的距离,找出距离待测样品最近的已知样品,该已知样品的类别就是待测样品的类别。-Using the sample data classification Angle cosine distance.Implementation steps are divided into the following two parts: a,
character
- 一个小型计算器,可直接输入公式计算,有历史记录和比例计算功能-A small calculator, can be directly input formula calculation, there are historical records and the proportion of computing functions
01-风系统水力计算(ws编辑) - 副本
- 精准的水力计算公式,可以准确的计算出水管的雷诺数、阻力系数(Accurate hydraulic calculation formula can accurately calculate the Reynolds number and drag coefficient of the outlet pipe)