-
PQyuanchengxu
可用于电力系统中的潮流分析,此算法为P-Q分解法,可扩展为快速分解法(Can be used for power system load flow analysis, this algorithm for the PQ decomposition method can be extended to the rapid decomposition)
- 2008-05-19 22:23:40下载
- 积分:1
-
SnakeGames
贪吃蛇游戏,希望大家不要看源码,自行研究(Snake game, I hope you do not look at the source code, self study.)
- 2018-04-20 17:07:32下载
- 积分:1
-
solve-9-9-Sudoku
用于解决9*9的数独,功能不完善,只能给出所有结果中的一种。(to solve Sudoku 9* 9 , function is not perfect.)
- 2011-02-11 15:23:36下载
- 积分:1
-
Matlab的工程数学应用
说明: 工程数学的处理非常重要,而其往往非常复杂,这里是一本通过MATLAB对工程数学进行分析的教程(The processing of engineering mathematics is very important, and it is often very complex. Here is a course of analyzing engineering mathematics through MATLAB.)
- 2019-04-21 18:49:56下载
- 积分:1
-
rslogix5000编程实例
AB RSLogix 500 编写的程序,里边有典型温度PID控制部分()
- 2018-06-02 15:55:34下载
- 积分: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
-
Quectel_QFlash_User_Guide_V2.6
4G驱动工具包,移远EC20,供参考。。。。。(4G Driver Toolkit, removing EC20 supply to you)
- 2019-02-16 17:39:28下载
- 积分:1
-
路径最短算法(C 语言开发完成),希望对大家有所帮助,
路径最短算法(C 语言开发完成),希望对大家有所帮助,-min topo path
- 2022-09-22 12:45:02下载
- 积分:1
-
自适应遗传算法在多模图像配准中的应用.doc
自适应遗传算法在多模图像配准中的应用.doc-Adaptive genetic algorithm in multi-mode image registration application. Doc
- 2022-09-18 06:55:04下载
- 积分:1
-
ex4 to mq4 2017(ex4文件反编译软件) 绿色版
说明: ex4 to mq4 2017(ex4文件反编译软件) 绿色版(Green version of EX4 to mq4 2017 (ex4 file decompilation software))
- 2020-08-03 14:08:36下载
- 积分:1