-
range_migration
说明: FMCW雷达进行SAR成像,该代码可观察距离徙动现象(FMCW radar is used for SAR imaging, and the code can observe the range migration)
- 2021-04-21 18:38:49下载
- 积分: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
-
基于GAPSO混合算法的阵列天线优化
说明: 波导裂缝天线,基于遗传算法的波束形成应用,自适应算法(waveguide antenna GA matlab)
- 2019-12-12 13:47:11下载
- 积分:1
-
系统辨识与自适应控制MATLAB仿真
说明: 自适应控制编程方面的书籍,里面有很多编程实例,适用于自适应控制入门学者学习。(Books on adaptive control programming)
- 2019-04-03 11:05:52下载
- 积分:1
-
省市级联
说明: 实现了省份和城市的二级级联效果,简单易懂,大家可以参考(It achieves the secondary cascade effect of provinces and cities, which is simple and easy to understand. You can refer to it.)
- 2020-06-24 17:00:02下载
- 积分:1
-
ActiveMQ.part02
说明: ActiveMQ服务,简单直接启动即可,方便测试,第二部分(ActiveMQ service, simple and direct start, easy to test, Part II)
- 2020-06-17 10:00:02下载
- 积分:1
-
考虑环境效益的DG优化
考虑电网经济效益、环境效益和电能质量分布式电源优化配置(Optimal allocation of distributed generation considering comprehensive benefits of power grid)
- 2018-08-19 13:54:03下载
- 积分:1
-
linux
linux-2.6内核下的usb驱程移植说明文档-linux- 2.6 kernel under the usb drive-transplant documentation
- 2022-04-06 20:57:17下载
- 积分:1
-
the structural design of classic physical effect is very good practical guide to...
经典的结构设计实物效果
很好的教程 很实用的资料
我自己的参考教程-the structural design of classic physical effect is very good practical guide to the information of my own information and guidance
- 2022-07-12 03:00:19下载
- 积分:1
-
图片宫格切换聚光灯效果
这是一款九宫格样式的图片展示效果,鼠标分别移动到右侧图片上后,左侧显示对应的大图标(This is a nine-pane style image display effect. After the mouse moves to the right picture, the left side shows the corresponding large icon.)
- 2018-12-06 20:12:20下载
- 积分:1