-
电脑常用知识,dos下的一些应用
电脑常用知识,dos下的一些应用-Commonly used computer knowledge, dos applications under
- 2022-02-11 22:36:24下载
- 积分: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
-
自己编写的GMSK信号的循环谱密度程序,开发平台MATLAB,对于循环谱检测有一定的参考价值!...
自己编写的GMSK信号的循环谱密度程序,开发平台MATLAB,对于循环谱检测有一定的参考价值!-I have written the cycle of GMSK signal spectral density procedures, development platform MATLAB, for the cyclic spectrum detection of some reference value!
- 2023-05-27 05:05:03下载
- 积分:1
-
振动信号
说明: 这是真实的轴承在定转速状况下的振动信号,可用作分析数据(This is the real vibration signal of bearing under the condition of constant speed, which can be used as analysis data)
- 2020-05-23 10:52:57下载
- 积分:1
-
C# Winform版窗体折叠菜单
C# Winform版窗体折叠菜单,向右展开的菜单,默认情况下是折叠的,当点击菜单中的最下面一项“展开关闭其它项”的时候,菜单会全部伸展开来,显示出全部的菜单内容,这样做的好处是不容置疑的,也是比较流行的一种菜单方式。
- 2023-08-05 11:50:02下载
- 积分:1
-
SAP程序,保持办公无缝钢管记录
SAP program thar keeps a record of office sstu-SAP program thar keeps a record of office sstuff
- 2022-03-20 18:34:32下载
- 积分:1
-
MWC
线束加式使用大规模大规模集成电路 非机动车 在此(Circuits Conductor)
- 2011-05-25 01:44:07下载
- 积分:1
-
mqDemo
说明: 关于springboot+rabbitmq的整合内容(On the Integration of Springboot+rabbitmq)
- 2020-06-16 12:20:02下载
- 积分:1
-
Runge
说明: 4阶龙格-库塔算法,只需要输入微分方程就可以解算出数值解。(Rank4 Runge Kutta algorithm,the numerical solution can be obtained only by inputting the differential equation.)
- 2019-12-08 11:55:52下载
- 积分:1
-
西安与上海---VS1003
实现MP3播放音功能的测试代码,内涵STM32与vs1003板间连接,可直接用于调试(realize the function of mp3)
- 2018-04-26 09:17:51下载
- 积分:1