-
963feaf5
说明: 算法实例,一个基于配电网的可靠性分析案例,运用蒙特卡洛法(Algorithm example, a reliability analysis case based on distribution network, using Monte Carlo method)
- 2021-04-23 10:28:48下载
- 积分:1
-
光伏电池输出特性代码
光伏电池的输出功率易受温度和太阳光照的影响,从而造成能源上的浪费。光伏电池是一种发电功率极不稳定的电源,特别易受外界条件影响,所以要想让光伏电池时时刻刻都处在最佳发电功率,这就要用到最大功率跟踪技术了
- 2022-03-01 23:03:09下载
- 积分:1
-
PV_Grid
使用psim实现的光伏发电模拟并带有MPPT控制功能,使用c语言编程(Using psim to achieve the photovoltaic power generation simulation and with MPPT control function, the use of c language programming)
- 2017-04-07 09:50:42下载
- 积分:1
-
scad ripper
one bit audio decoder,include direct stream transfer decoding code and dsd to pcm code
- 2023-02-17 04:35:04下载
- 积分:1
-
Rent
这个一个VC连接MSSQL数据库的小软件,软件中具有对数据库中得表查询、添加、删除等功能,为你提供参考。(A VC connecting the small MSSQL database software with a table of the database query, add, delete, and other functions, provide a reference for you.)
- 2009-05-01 18:43:27下载
- 积分:1
-
c语言编写学生成绩管理系统源代
#include "stdio.h"
#include"string"
/*定义学生结构体*/
struct Student
{
char ID[20];
char Name[20];
float Mark1;
float Mark2;
float Mark3;
float Average;
};
/*声明学生数组及学生数量*/
struct Student students[1000];
int num=0;
/*求平均值*/
float Avg(struct Student stu)
- 2022-02-20 17:58:36下载
- 积分:1
-
binocular_stereo_measuring
通过两台相机拍摄的立体像对完成对目标的快速实时测量,用于构建道路交通等数据快速采集系统。(Through two three-dimensional camera for the completion of the goal as fast real-time measurement, used to build road traffic, such as rapid data acquisition system.)
- 2007-09-27 22:36:56下载
- 积分:1
-
bmplementationsimilarimplementation
说明: 和outlook界面类似的一个界面例程,vc++mfc实现(, vc mfc implementation of an Interface routine similar to the outlook Interface)
- 2018-12-22 14:05:49下载
- 积分:1
-
NSpecify.Framework.Source
NSpecify is a Behavior-Driven Development Framework developed in C#.NET.
- 2009-11-10 17:43:09下载
- 积分:1
-
WL_IPpack02
获得IP地址和MAC地址的对应关系网络课实验。
根据IP地址发送和接受ARP包获得对应MAC地址。(Access to correspondence between the experimental class network IP address and MAC address. Send and receive ARP packets to obtain the corresponding MAC addresses based on IP addresses.)
- 2014-05-21 08:56:22下载
- 积分:1