搜索资源列表
fenleiqi
- MPSK信号调制方式识别仿真,可产生B,4,8PSK信号加噪声进行仿真,学习信号分析的可以参考-MPSK modulation signal recognition simulation, can generate B, 4,8 PSK signal plus noise simulation, the study of signal analysis can refer to
StringNumPlus1
- C++实现的字符串加1,支持任意夹带数字的字符串,对于英文字母则循环相加,不支持浮点表示法。 形如:9, 1-1-a、$#99^@、1-1-Z 结果:10,1-1-b、$#100^@、1-1-A-The C++ implementation string plus 1 to support any entrained digital string, the loop sum for the letters of the alphabet does not support fl
sizayunsuan
- 四则运算之加减法--C语言编程 计算机所能完成的一个基本功能就是完成数据的计算,譬如加法、减法等等。但是在任何一种计算机上,计算中能够使用的数字都是有一定范围的,超过了范围,就没法得到精确的结果。 你现在接受了一个任务,要编写一个高精度计算器的核心部分。所谓高精度计算器,就是可以计算很大很大的数据的计算器。而你所需要编写的程序,就是真正完成高精度加法和高精度减法运算的两个函数,因为程序其它的部分已经由别人编写好了。 函数的输入、输出接口也已经定义完成,譬如 plu
CDate
- 编写了一个时间程序 a.能对日期设置。 b.能对日期获取。 c.能对日期加上某天后的日期正确输出。 d.能对2个时间相加减。 e.能对某个时间加上某秒数后正确输出。-Prepared a time program a. Be able to set the date. b. could get a date. c. be able to date plus one day after the date the correct output. d. ene
1
- 设计一个表示分数的类Fraction。这个类用两个int类型的变量分别表示分子和分母。 这个类的构造函数是: Fraction(int a, int b) 构造一个a/b的分数。 这个类要提供以下的功能: double toDouble(); 将分数转换为double Fraction plus(Fraction r); 将自己的分数和r的分数相加,产生一个新的Fraction的对象。Fraction multiply(Fraction r); 将自己的分数
mod5
- 使用Logisim搭建电路,该电路串行输入一个二进制无符号数B(先从高位输入,每输入一个数字就相当于之前输入的数左移一位再加上当前输入的数字),输出“2的B次幂”模5的余数的电路并提交。(Logisim is used to build the circuit. The circuit serially inputs a binary unsigned number B (first from the high bit input, each input number is equivalent