-
Three_phase_PVarray_intverter
带MPPT 功能和电压控制的三相并网光伏发电技术摘要:带最大功率点跟踪(MPPT)和电压控制功能的三相并网光伏发 电技术。(Three-phase grid-connected photovoltaic power generation technology with MPPT function and voltage control abstract: Three-phase grid-connected photovoltaic power generation technology with maximum power point tracking (MPPT) and voltage control function.)
- 2019-01-26 21:02:04下载
- 积分:1
-
火车订票系统
应用背景用C语言写的火车订票系统,对于C语言学习者学习链表有极大的帮助,内含测试文件供测试。。。。。。。。。。。。关键技术/*定义存储火车信息的结构体*/
struct train
{
char num[10];/*列车号*/
char city[10];/*目的城市*/
char takeoffTime[10];/*发车时间*/
char receiveTime[10];/*到达时间*/
int price;/*票价*/
int bookNum ;/*票数*/
};
/*订票人的信息*/
struct man
{
char num[10];/*ID*/
char name[10];/*姓名*/
int bookNum ;/*需求的票数*/
};
/*定义火车信息链表的结点结构*/
typedef struct node
{
struct train data ;
struct node * next ;
}Node,*Link ;
/*定义订票人链表的结点结构*/
typedef struct people
{
struct man data ;
struct people*next ;
}bookMan,*bookManLink ;
- 2022-02-01 04:42:30下载
- 积分:1
-
此系统用EXEL开发,摘要如下,对于血液供需模型,我们对某地区进行了系统模拟,为了使医疗中心花费最少,我们首先对三种情况进行分析,就是不举办活动,每30,60天...
此系统用EXEL开发,摘要如下,对于血液供需模型,我们对某地区进行了系统模拟,为了使医疗中心花费最少,我们首先对三种情况进行分析,就是不举办活动,每30,60天举办活动,得出结果,每30天举办一次活动,费用最少。最后,我们对模型评价与推广,还有个人的心得体会。-system used EXEL development, summarized below, the blood supply model, we have certain areas of the system simulation, in order to spend at least a medical center, we first of the three, is not organizing activities, held every 415.70 days, the outcome of each 30 days of an event, at least cost. Finally, we model for evaluation and promotion, there are personal experiences.
- 2022-04-26 09:28:41下载
- 积分:1
-
CS结构的VB网络数据库读取及操作程序
CS结构的VB网络数据库读取及操作程序,程序由服务端和客户端程序组成,两者都运行才能正确读取数据库,演示远程数据库数据读取和数据保存,演示程序是读取的数据库中的用户信息。
- 2022-02-03 01:12:53下载
- 积分:1
-
d2d
D2D communiction code of matlab
- 2019-04-24 21:53:34下载
- 积分:1
-
am_ofdm_classification
基于小波变换的数字信号调制识别,通过matlab实现(Modulation recognition of digital signal based on Wavelet Transform)
- 2018-05-13 15:37:58下载
- 积分:1
-
signalgenerator
matlab用设计一个信号发生器,并同时画出信号的时域表示,自相关函数及功率谱。白噪声,单位冲激信号,正弦信号,方波信号,三角波信号(matlab design with a signal generator, and at the same time draw time-domain signal representation, the autocorrelation function and power spectrum. White noise, unit impulse signal, sine signal, square wave signal, triangular wave signal)
- 2016-10-16 16:42:01下载
- 积分:1
-
detailed integrity of the DOS/BIOS interrupts Daquan and English.
详细完整的DOS/BIOS中断功能大全,英文版.-detailed integrity of the DOS/BIOS interrupts Daquan and English.
- 2023-06-02 05:40:03下载
- 积分:1
-
MATLAB Programming Guide,
MATLAB程序设计教程》源代码-2660 MATLAB程序设计教程》源代码-2660 MATLAB程序设计教程》源代码-2660-MATLAB Programming Guide,
- 2023-06-19 22:45:04下载
- 积分:1
-
时域滤波
一段用于语音去噪小波程序,matlab编写的。(A speech de-noising wavelet program, written by MATLAB.)
- 2017-12-20 21:19:01下载
- 积分:1