资源列表
05166715pilot_insert_and_extraction
- Function to insert guard interval into transmission signal.Function to remove guard interval from received signal
linetiv
- 线性时不变系统的冲击响应求解及信道特性描述 幅度-Impulse response solution of linear time-invariant systems and channel characterization magnitude
Text1
- 单片机控制数码管,秒表与毫秒表计数,毫秒表满10进一秒,满60秒,清零,继续计时-the disign of millsecondmeter and secondmeter,controlled by scm
Quasi_STBC
- Quasi Space Time Bloking Code
tongjichengji
- 设计一个程序,统计一个班(最多有35人)的学生成绩,要求能实现如下五个功能: ①由键盘输入每个学生的学号和四门课程的成绩。 ②计算每个学生的平均分和总分。 ③按总分从高到低排出名次,并按名次输出每个学生的情况,包括:学号、各科成绩、 平均分和总分。 ④根据用户要求输出某门课程(由键盘输入课程号)成绩在90分以上(含90分)且总在前五名的学生情况,包括:学号、各科成绩、平均分和总分。 ⑤将排好序的学生数据写到磁盘文件“stud.dat”中去。 具体要求如下: ①每个
shizhong
- 单片机做时钟 利用keil uvision3 编程 双龙下载器-Single-chip clock to do programming using keil uvision3 Downloader Shuanglong
float
- 由于浮点数在单片机上面占用很大的空间 本程序就是为了简化程序,希望对大家有用-Single-chip floating-point numbers in the above as a result of a lot of space occupied by this procedure is to streamline the process and hope for all of us useful
lcd
- capture de la température et affichage sur LCD numérique en utilisant le pic 16F8-capture de la température et affichage sur LCD numérique en utilisant le pic 16F877
flickerFreeDrawing_src
- Just Test!This a drawing A-Just Test!This is a drawing App
sum
- 常用校验和的C程序方法,C函数 常用校验和的C程序方法-sum mecth
112compute-COS
- 用C语言编写的计算一个数的余弦值的函数文件-Calculate the cosine of a number using the C language function file
c421
- 1)定义一个CPU类,包含等级(rank)、频率(frequency)、电压(voltage)等属性,有两个公有成员函数run、stop。其中rank为枚举类型CPU_Rank,定义为enum CPU_Rank={P1=1,P2,P3,P4,P5,P6,P7},frequency为单位为MHz的整型数,voltage为浮点型的电压值。观察构造函数和析构函数的调用顺序。-look chinese!