-
target_detect
说明: chirp信号目标探测,mti,mtd,可以对于初学者用于雷达杂波下的目标探测仿真(Chirp signal target detection, MTI, MTD)
- 2020-11-29 11:33:32下载
- 积分:1
-
provided by the Philips company mfrc design information is complete, I was used...
飞利浦公司提供的mfrc设计资料,很全的,我就是利用它来设计读卡器的-provided by the Philips company mfrc design information is complete, I was used to design the reader
- 2022-01-25 23:36:16下载
- 积分:1
-
chargepumping
利用charge pumping技术,来测量半导体器件的耐受性及可靠性等相关指标。系统一般包含脉冲源和SMU(源测量仪表)(an skill and measurement method which is using charge pumping to detect characterizaiton of chips )
- 2009-11-03 19:40:51下载
- 积分:1
-
1
说明: 该文章提出了一种适用于微电网的能量管理算法。在微源发电不确定性时的主电网。所提出的控制算法尝试通过调节非临界供电功率降低微电网对主电网的依赖性荷载。所提出的方法是在一个由可再生能源构成的微电网系统上实现的。电源和负载,它们被广泛地划分为临界负载和非临界负载。微电网研究中考虑的系统依赖于微电网中发电厂的主电网。来源。为了实现所提出的技术,系统中存在的非临界负载是与交流电动弹簧串联连接。交流电力弹簧在微电网系统中的应用减少对主电网的依赖是看待减少主问题的一种不同方式。网格依赖,很可能是第一次尝试。研究中考虑的微电网系统在Matlab中设计并进行仿真以实现所提出的能量管理算法。(Collected recent power spring related information, marked the number of cited times, and the contents were comprehensive.)
- 2018-11-14 21:13:34下载
- 积分:1
-
ImageToPDForXPS
image to xps driver for windows
- 2017-10-13 13:00:55下载
- 积分:1
-
用tc2.0编写的纯c推箱子的游戏。程序有多个关卡,有帮助提示。...
用tc2.0编写的纯c推箱子的游戏。程序有多个关卡,有帮助提示。-Tc2.0 prepared with pure c Sokoban game. Procedures have a number of hurdles have to help prompt.
- 2022-04-19 00:20:29下载
- 积分:1
-
Polynomial Regression
多项式回归代理模型的相关程序及算例,可选择线性、二阶、三阶多项式进行计算(The related procedures and examples of the polynomial regression proxy model can be selected by linear, second-order and third-order polynomials.)
- 2020-11-02 17:09:54下载
- 积分:1
-
NumericalHeatTransfer2
说明: 1. 院士陶文铨的经典书籍:数值传热学(第二版)
2. 做数值计算的人不可不看的书籍
3. pdf格式,加了书签,方便阅读(1. Academician Wen-Quan Tao classic books: Numerical Heat Transfer (second edition) 2. The people to do numerical computation can not see the books 3. Pdf format, added bookmarks, user-friendly)
- 2009-08-08 21:03:38下载
- 积分: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
-
廖雪峰python3教程
如果你满足以下条件:
? 会使用电脑,但从来没写过程序;
? 还记得初中数学学的方程式和一点点代数知识;
? 想从编程小白变成专业的软件架构师;
? 每天能抽出半个小时学习。
那么你就能学会python(If you meet the following criteria:
Can use a computer, but never write a program;
Remember junior high school math equations and a little algebra;
Want to go from programming whiz to professional software architect;
I can spare half an hour to study every day.
Then you can learn python)
- 2020-06-25 16:20:01下载
- 积分:1