-
AIC准则用于信源数估计
matlab源程序
AIC准则用于信源数估计
matlab源程序-criteria for the AIC source estimates Matlab source
- 2022-03-04 03:15:32下载
- 积分:1
-
86092590hhty
考虑端面反射和放大自发辐射(ASE)的SOA稳态及动态模型。经过验证可以使用。(SOA steady state and dynamic model considering end reflection and amplified spontaneous emission (ASE))
- 2017-08-08 10:44:03下载
- 积分:1
-
echarts-2.2.4
echart离线查看api,在没有互联网的情况下,离线查看官网api,帮助开发者开发示例(Echart view the API offline, and in the absence of the internet, view the official API offline to help developers develop examples.)
- 2020-06-22 18:40:01下载
- 积分:1
-
Tryit Editor v3.6_files
说明: C++ conversion to python
- 2019-03-30 12:47:44下载
- 积分:1
-
S7-PLCSIMV5.4
西门子仿真编程软件S7-PLCSIM V5.4,用于S7-300/400系列PLC程序的仿真(S7-PLCSIM V5.4 offers the following new features with this release:
DP, Industrial Ethernet and PC Internal connection types supported in addition to MPI
Formerly, S7-PLCSIM used a default connection of MPI, address 2. With S7-PLCSIM V5.4, you can browse STEP 7 projects and select a networked node for establishing a simulation connection. S7-PLCSIM simulates the CPU of the selected node, all nodes that belong to that CPU, and the subnet of the selected node.
Increased number of blocks supported for simulation
S7-PLCSIM supports a set of OBs, SFBs, and SFCs as described in the electronic manual and online help. Of these, some are NOPs that is, they do not perform any operation. With S7-PLCSIM V5.4, the number of blocks that are not NOPs has increased.)
- 2020-06-25 23:40:01下载
- 积分:1
-
shengyin
声卡采集程序 ,lABVIEW 仿真,具有基波频率,保存,截图的功能(shengka cai ji)
- 2009-06-09 11:03:09下载
- 积分:1
-
电梯
说明: PLC控制变频调速电梯控制系统源程序,可以增加任意楼层数、支持电梯的并联、群控控制。(PLC control VVVF elevator control system source program, can increase the number of any floor, support the elevator parallel, group control control.)
- 2021-01-06 11:29:46下载
- 积分:1
-
计算机网络构建与安全课件
计算机网络构建与安全课件
计算机网络构建与安全课件
计算机网络构建与安全课件-Construction of computer networks and security software to build computer networks and security courseware
- 2022-03-20 16:17:09下载
- 积分:1
-
C# 清空回收站的源码实例
C# 清空回收站,这个功能不用多介绍了吧,你懂的,具体的实现请看以下代码:
const int SHERB_NOCONFIRMATION = 0x000001;//整型常量在API中表示删除时没有确认对话框
const int SHERB_NOPROGRESSUI = 0x000002;//在API中表示不显示删除进度条
const int SHERB_NOSOUND = 0x000004;//在API中表示删除完毕时不播放声音
[DllImportAttribute("shell32.dll")]//声明API函数
private static extern int SHEmptyRecycleBin(IntPtr handle, string root, int falgs);
private void button1_Click(object sender, EventArgs e)
{
//清空回收站
SHEmptyRecycleBin(this.Handle, "", SHERB_NOCONFIRMATION + SHERB_NOPROGRESSUI + SHERB_NOSOUND);
}
- 2022-12-15 14:50:03下载
- 积分:1
-
PML_Freespace
MATLAB写二维FDTD算法,模拟点光源在自由空间传播(MATLAB writes two-dimensional FDTD algorithm to simulate point light propagation in free space.)
- 2018-09-14 12:10:16下载
- 积分:1