-
IpTool抓包工具
说明: 网络服务器维护,信息安全维护,日常维护工作非常有用的基础工具(the server safety set up tools)
- 2019-05-08 23:53:37下载
- 积分:1
-
jQuery页面滚动
y页面滚动码是一款简单实用的鼠标控制页面滚动,顶部固定导航(Y page scroll code is a simple and practical mouse control page scroll, fixed navigation at the top)
- 2019-03-28 16:36:01下载
- 积分:1
-
six_pulse
说明: LCC电网电压换流装置六脉动pscad仿真模型(LCC six pulses simulation)
- 2021-01-26 12:20:54下载
- 积分:1
-
distance-between-objects
说明: 利用python+opencv测量图片中目标物体之间的距离(Measuring distance between objects in an image with OpenCV)
- 2021-03-30 17:09:10下载
- 积分:1
-
Ping
说明: 本程序能快速扫描内网IP,选择IP开始和结束段就可以使用啦,本程序内涵源码,逻辑简单,不需要其它控件,delphi 2010开发(This program can scan intranet IP quickly.)
- 2020-06-21 08:40:02下载
- 积分:1
-
C#使用LINQ筛选动态数组中是string类型的元素
C#创建动态数组,筛选指定类型的元素,使用LINQ筛选动态数组中是string类型的元素。核心代码如下:
ArrayList arrList = new ArrayList(); //创建动态数组
arrList.Add(1);//添加动态数组元素
arrList.Add(2);
arrList.Add("A");
arrList.Add(3);
arrList.Add("b");
//使用LINQ筛选动态数组中是string类型的元素
var query = from item in arrList.OfType()
select item;
label1.Text = "是字符串类型的有:";//显示string类型的元素
foreach (var item in query)
{
label1.Text += item + " , ";
}
- 2022-01-24 17:23:38下载
- 积分:1
-
Example 3 project for AVR8515 on C for IAR
Example 3 project for AVR8515 on C for IAR
- 2022-08-19 03:29:54下载
- 积分:1
-
Vf控制,保证输出电压频率恒定
在微电网孤岛运行过程中用到VF控制,对此进行建模在Simulink搭建仿真模块(The VF control is used in the islanding operation of microgrid, and the simulation module is built in Simulink)
- 2021-01-08 13:58:52下载
- 积分:1
-
pair_gran_hertz_history
说明: Lammps中的hertz接触模型,该模型可用于离散元计算的使用(hertz model in Lammps. this model could be used in DEM simlation.)
- 2020-03-28 14:39:38下载
- 积分:1
-
funtion
说明: 说明!!!,该程序即为一个线性脉冲高斯包络信号模糊函数的程序(explain!!! The program is a fuzzy function of linear pulse Gaussian envelope signal)
- 2020-05-01 17:31:42下载
- 积分:1