-
GUI61850Clientsnam
61850 mms协议客户端测试工具,模拟报文数据,测试设备是否配置成功(61850 Client Testing Tool)
- 2020-06-25 02:20:01下载
- 积分:1
-
feiyuecontrol
支持PELCO—D协议,设置角度云台自动巡航,用于小测试,支持大部分云台。(Support PELCO - D protocol, set angle, pan head, automatic cruise, for small test, support most ptz.)
- 2017-10-12 17:37:04下载
- 积分:1
-
shumoguihualun
数学建模,线性规划模型,优化问题案例,各种题型与案例(Mathematical modeling, linear programming model, optimization case, the various types of problems in case)
- 2010-08-16 10:30:30下载
- 积分:1
-
reload
重启mycat服务,关闭 或 重启...............(reload mycat service)
- 2020-06-22 03:40:02下载
- 积分:1
-
ball
桌面弹球是游戏中常见的游戏,从以前的掌上游戏机到如今的手机游戏,都是一个十分经典的游戏。玩家控制一个可以左右移动的挡板去改变运动中小球的移动方向,目的是用小球消除游戏屏幕中的所有障碍物到达下一关,在障碍物被消除的过程中,可能会产生一些能改变挡板或者小球状态的物品,例如:挡板变长、变短,小球威力加强等等。本章主要介绍如何实现一个简单的弹球游戏,让读者了解“动画”的实现原理。(Desktop pinball game is common in game, from the previous game boy to today s mobile games, is a very classic game players control a can move around the damper to change the ball movement direction of the movement, the purpose is to use the ball game screen to eliminate all the obstacles and reach the next level, in the process of obstacle is eliminated, may produce some can change baffle or ball state items, such as: baffle get long become short, ball power to strengthen and so on this chapter mainly introduces how to realize a simple pinball game, let the reader know animation principle
)
- 2012-11-21 12:25:28下载
- 积分:1
-
UDF
说明: UDF用于FLUENT计算比热容随温度变化(The UDF was used in FLUENT to calculate the change of specific heat capacity with temperature)
- 2021-04-12 17:08:57下载
- 积分:1
-
c语言写的FFT变换源码,有多个版本,经测试,还比较好用
c语言写的FFT变换源码,有多个版本,经测试,还比较好用-c language source code of the FFT transform, has multiple versions, tested, is still relatively easy to use
- 2022-01-21 22:39:30下载
- 积分:1
-
完整的周立功公司的LPC213X开发板的光盘内容
完整的周立功公司的LPC213X开发板的光盘内容 -Ligong complete week
- 2022-12-15 12:10:04下载
- 积分:1
-
C# 取消磁盘共享功能的实例
Visual C# 取消Windows 磁盘共享源代码,在Widnwos7也可设置某一磁盘共享和不共享,本程序只是模拟实现的功能,可取消已被共享的磁盘,在文本框中输入盘符即可取消该盘的共享属性。编写思路,单击一个按钮,创建一个事件,将整个需要实现的功能都写进按钮事件中,事件的代码如下:
System.Diagnostics.Process myProcess = new System.Diagnostics.Process();
myProcess.StartInfo.FileName = "cmd.exe";//启动cmd命令
myProcess.StartInfo.UseShellExecute = false;//是否使用系统外壳程序启动进程
myProcess.StartInfo.RedirectStandardInput = true;//是否从流中读取
myProcess.StartInfo.RedirectStandardOutput = true;//是否写入流
myProcess.StartInfo.RedirectStandardError = true;//是否将错误信息写入流
myProcess.StartInfo.CreateNoWindow = true;//是否在新窗口中启动进程
myProcess.Start();//启动进程
//执行取消磁盘共享命令
myProcess.StandardInput.WriteLine("NET SHARE " + textBox1.Text + "$ /DEL");
MessageBox.Show("执行成功", "信息", MessageBoxButtons.OK, MessageBoxIcon.Information);
- 2023-05-13 16:00:03下载
- 积分:1
-
ARImpRec_2019_olly
For olly ... for unpack exe protector
- 2018-12-06 12:42:57下载
- 积分:1