搜索资源列表
countdig
- C-Sharp Program that counts digits, outputs a fraction line that corresponds with digits
FractionClass2
- fraction class written in C#. very useful for fractions. has numerous overloaded functions and supports different formats.
Fraction
- A C# solution. Program for fraction calculations.
decimal-fraction-to-binary
- Decimal 2 Binary conversion
fenshulei
- 设计一个分数类,表示分数。数据成员可以是分子、分母,成员函数包括构造函数、设置数据成员值的函数,显示分数的函数(显示形式:分子/分母)、分数的加法、分数的减法、分数的乘法、分数的除法,显示的分数应是最简的分数。-Design a fraction class, said the scores. Data members can be the numerator, denominator, member functions, including the constructor, set the f
4_3
- 实现一个表示分数的Fraction类。在该类中有两个数据成员分别用于存储分数的分子和分母。函数成员中包含一个设置分子和分母的函数assign(),转换成double 类型数值的函数convert(),交换分子和分母的函数invert()以及一个输出分数的函数print(),请注意输出结果格式:若分子分母同时为0,则输出字符串“#NAN”;若只有分母为0,则输出字符串“#INF”;其余情况输出最简分式,即最大公因子已被约去后的形式;当分子为0,分母为负数时,注意结果应输出0,而非“-0”。
RATG2
- 计算二重积分的连分式法,用来计算数值积分的求解。-Continued fraction method to calculate the double integral to solving numerical integration.
111
- convert improper fraction to mixed fraction
graduation
- 输入一个分数然后输出相应的等级。比如90-100,输出A;80-99输出B;70-79输出C;60-69输出D,60一下输出E-And a fraction corresponding to the input level of the output. For example, 90-100, output A 80-99 output B 70-79 Output C 60-69 output D, 60 bit output E
gexingdajiangsai
- 在歌星大奖赛中,有10个评委为参赛的选手打分,分数为1~100分,选手最后得分为:去掉一个最高分和一个最低分后其余8个分数的平均值。-In the Grand Prix singer has 10 judges for the participating players scoring, a score of 1 to 100 points, the players final score is: get rid of one of the highest points and lowest p
Review
- 该程序能够统计给出的数据中,各分数段的人数。-The program can give results in statistics, the number of each fraction segment.