-
讲述了用proel进行电路板设计的具体流程,以及每一步的优化。...
讲述了用proel进行电路板设计的具体流程,以及每一步的优化。-Proel carried out on the circuit board with the design of specific processes, as well as the optimization of each step.
- 2022-06-01 19:31:37下载
- 积分:1
-
zbhj
研究杂波环境下多传感器融合的程序,对了解该方法很有帮助!(Research cluttered environment multi-sensor fusion procedure, the method useful for understanding!)
- 2008-04-08 11:44:32下载
- 积分:1
-
(Programming in Lua, 4th Edition)书签版
Lua 程序设计经典入门书籍 带书签,还可以 看看吧(Lua programming classic introductory books)
- 2018-10-09 19:42:41下载
- 积分:1
-
NS2 not on the BLUE SFB and the simulation source code.
ns2中没有的关于BLUE和SFB的仿真源码。-NS2 not on the BLUE SFB and the simulation source code.
- 2022-02-02 22:32:35下载
- 积分:1
-
人体高低潮判断程序
人体高低潮判断程序-human judgment procedures
- 2022-03-17 11:49:37下载
- 积分:1
-
分布式能源能量调度
说明: 利用智能算法对微网中的分布式电源进行最优调度实现配电网稳定运行(Using intelligent algorithm to schedule distributed generation in microgrid to realize stable operation of distribution network)
- 2021-04-07 15:39:01下载
- 积分: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
-
网络视频传输控件;采用了第三方组件,看看对你们有什么用。...
网络视频传输控件;采用了第三方组件,看看对你们有什么用。-Network Video Transmission Control; Use of third-party components, you look at what is the use.
- 2023-02-20 09:20:05下载
- 积分:1
-
一个滚齿机 程序生成软件。里面无密码。
本程序是本人在改一般滚齿机为数控机而写的一个程序生成软件。...
一个滚齿机 程序生成软件。里面无密码。
本程序是本人在改一般滚齿机为数控机而写的一个程序生成软件。- Gear-hobbing machine procedure production software. Inside does
not have the password. This procedure is myself is changing the common
gear-hobbing machine procedure production software which writes for
the numerical control machine.
- 2022-01-25 15:16:27下载
- 积分:1
-
Catfish
one exercise from icarnegie ssd1
- 2009-10-25 23:56:17下载
- 积分:1