资源列表
banshuji
- 半数集问题 给定一个自然数n,由n开始可以依次产生半数集set(n)中的数如下。 (1) n∈set(n); (2) 在n的左边加上一个自然数,但该自然数不能超过最近添加的数的一半; (3) 按此规则进行处理,直到不能再添加自然数为止。 例如,set(6)={6,16,26,126,36,136}。半数集set(6)中有6 个元素。 注意半数集是多重集。 -Set half of the problem to a natural number n, by
DBManager
- 数据库操作,连接mysql数据库,基本规则,便于开发代码的稳定。-Database Operation
ws
- 一个数如果恰好等于除它本身外的因子之和,这个数就称为"完数"。例如6=1+2+3.(6的因子是1,2,3) 输出1-10000之间的完数。格式: 6=1+2+3 28=1+2+7+14 -In addition, if a number is just equal to the factors outside of its own, and that this number is called " End of a few." For example, 6 =
kkk.txt
- lms最小均方误差实现的算法 均衡实现 matlab环境-lms
savingaccount
- 设计一个类SavingsAccount,定义一个静态数据成员记录存款的年利率(rate),该类的每个成员都包含一个私有的数据成员balance,表示该成员当前的存款数额。提供一个成员函数CalMonthlyInterest(),用以计算月利息(用balance乘以rate再除以12),并将这个月利息加入balance中。提供一个静态成员函数ModifyRate(),用以改变静态数据成员rate的值。定义两个不同的SavingsAccount对象saver1和saver2,当前存款数额balanc
list_ch04_09_free_run_bin_counter
- A free-running binary counter circulates through a binary sequence repeatedly. For example, a 4-bit binary counter counts from "0000", "0001 ", . . ., to " 11 1 1" and wraps around.
main
- 利用C++语言,实现了约瑟夫算法,输入人数,开始的序号,以及间隔数,得出最终获胜的人的序号-Using c++, the program gets the winner of the Josef game
Math-tutor
- This a C++ program which children can boost their knowledge of arithmetic.-This is a C++ program which children can boost their knowledge of arithmetic.
cqi_subband
- calculate lte cqi report about sub band cqi recorrect info
AWGN_BER_test
- 该代码给出了AWGN信道下的误比特率BER仿真程序-BER simulation under AWGN channel is presented.
try
- 15,11汉明码的编程实现,可检错变标出错误码位置同时纠正一位错码-15,11 Hamming code of the programming can be marked on the error code Error-detecting change at the same time to correct a wrong location code
fft-generator
- This program can create the fast fourier transfor of any signal
