-
基于双环控制的BuckDC—AC逆变器
压缩包里的内容是关于buck逆变器模型搭建(On the buck inverter model built)
- 2018-03-06 20:35:31下载
- 积分:1
-
iFogSimTutorials-master
说明: 雾计算模拟平台,用于边缘计算或者雾计算平台的模拟(Use for fog computing simulation)
- 2021-04-06 19:59:02下载
- 积分:1
-
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删...
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删除等基本操作。
-# include
# include
# define ND sizeof(struct List)
struct List
{int data
struct List*next
}
void main()
{ int n,i=1,e,a
struct List*head
struct List*p,*q
q=head=p=(struct List*)malloc(ND)
- 2022-04-15 10:12:17下载
- 积分:1
-
LinuxandC
本书讲述Linux操作系统学习知识的同时用c语言做为实例语言(The book of knowledge about the Linux operating system, while learning to use language as an example of c language)
- 2009-12-02 18:14:17下载
- 积分:1
-
求ascll码
输入一个字符,求其ascll码。凑字数凑字数凑字数凑字数凑字数凑字数凑字数凑字数(Enter a character and ask for its ascll code.)
- 2018-11-18 11:51:50下载
- 积分:1
-
1401
Hệ thố ng thô ng tin quang2
- 2010-09-22 02:14:08下载
- 积分:1
-
Circuitos-potencia casos
Problemas de Potencia
- 2020-06-24 09:00:02下载
- 积分:1
-
source
二进制通信系统的蒙特卡罗仿真。用蒙特卡罗仿真估计使用相关器或匹配滤波器的二进制通信系统的误码率 ,并画出 对SNR的图。(Binary communication system Monte-Carlo simulation. Estimated using Monte-Carlo simulation or use of binary matched filter communication system bit error rate, and draw the map of the SNR.)
- 2009-05-31 15:52:44下载
- 积分:1
-
Masters wrote classic second generation wavelet, we may as well take a look at,...
大师写的二代小波经典之作,大家不妨看看,也许有用-Masters wrote classic second generation wavelet, we may as well take a look at, perhaps useful
- 2022-05-21 04:06:15下载
- 积分:1
-
Gardner位同步分享所需要资料
接收端时间同步环仿真,包括插值滤波器、环路滤波器、GARDNER算法以及数字控制振荡器(Receiver time synchronization loop simulation, including interpolation filter, loop filter, GARDNER algorithm and digital controlled oscillator)
- 2018-03-12 14:45:35下载
- 积分:1