-
changeIP
说明: 用c++写的一个程序,可以用来设置2组ip,并且迅速的在两个ip之间切换,以实现不同ip的转化。(With c++ Write a procedure that can be used to set up 2 ip, and quickly switch between the two ip in order to achieve the transformation of a different ip.)
- 2008-09-10 18:02:40下载
- 积分:1
-
frmBargain.Designer
说明: 遗传算法求解车辆路径问题,采用C#编写,计算结果以及计算结果的可视化显示(The genetic algorithm is used to solve the vehicle routing problem, which is compiled by C#, and the results are visualized.)
- 2020-06-25 07:20:01下载
- 积分:1
-
用于配电网重构的粒子群算法IEEE33
用于配电网重构的粒子群算法,可以供大家参考(Particle swarm optimization for distribution network reconfiguration)
- 2020-07-05 16:59:00下载
- 积分:1
-
YY协议V1.8.6版(验证码识别)
说明: yy协议软件 验证码识别版本 功能强大稳定(YY protocol software verification code identification version has powerful and stable functions)
- 2020-06-19 11:00:02下载
- 积分:1
-
Visual C# 隐藏显示鼠标的源码实例
Visual C#显示隐藏鼠标的一个例子,隐藏鼠标后,使用Tab键移动光标,从代码中可发现,隐藏鼠标只需将ShowCursor(false);即可,显示时就这样:ShowCursor(true);面向C#初学者。下面是核心的代码:
//重写API函数
[System.Runtime.InteropServices.DllImport("user32.dll", EntryPoint = "ShowCursor")]
public extern static bool ShowCursor(bool bShow);
private void btnHide_Click(object sender, EventArgs e)
{
ShowCursor(false);//鼠标隐藏
}
private void btnShow_Click(object sender, EventArgs e)
{
ShowCursor(true);//鼠标显示
}
- 2022-08-08 14:49:38下载
- 积分:1
-
匝道500011094
说明: 美国加州交通实时数据,名字是道路号,时间也包含(California real-time traffic data)
- 2019-01-03 09:02:04下载
- 积分:1
-
Nginx负载均衡集群配置文档
说明: nginux+tomcat+linux集群配置web应用详细文档,内包含nginux下的linux安装包(Nginux + Tomcat + Linux cluster configuration web application detailed documentation, including the Linux Installation Package under nginux)
- 2020-06-16 07:40:02下载
- 积分:1
-
这是一个C++编程文档
这是一个C++编程文档-This is a C Programming Document
- 2022-12-04 00:15:03下载
- 积分:1
-
dcdc
dc dc converter with fuzzy for rectifie and inveter
- 2009-03-30 21:49:45下载
- 积分:1
-
Desktop
说明: KMO检验,用于统计学的相关分析,方便确认是否可应用PCA分析(KMO test, used for statistical correlation analysis, to confirm whether PCA analysis can be applied)
- 2020-11-02 23:19:52下载
- 积分:1