-
0120_
0120_基于GPSGSM和MSP430的巡检手持终端的设计与实现 -0120_-based inspection GPSGSM and the handheld terminal MSP430 Design and Implementation
- 2022-05-31 04:10:24下载
- 积分:1
-
contribute to a good Dong
再次贡献一个好东东-ccrtp,大家研究一下-contribute to a good Dong-ccrtp, we look at
- 2023-03-27 08:10:04下载
- 积分:1
-
无刷电机资料,经典的电机的速度PID控制程序,极其好,找了好久找到的。...
无刷电机资料,经典的电机的速度PID控制程序,极其好,找了好久找到的。-Brushless motor information, the classic PID motor speed control procedures, is extremely good, looking for a long time to find.
- 2022-01-26 04:03:15下载
- 积分:1
-
C#禁止Windows菜单命令
C#禁止Windows菜单命令,也可重新释放该功能为正常状态。禁止后,Windows的开始菜单不能用。
- 2022-03-24 21:49:18下载
- 积分:1
-
此程序完成全排列问题,大家可以讨论学习。
此程序完成全排列问题,大家可以讨论学习。-this with the whole procedure is completed, we can discuss learning.
- 2022-03-24 23:49:24下载
- 积分:1
-
简单的学籍管理,虽然只有8kb但可以运行,适用于非计算机专业的C设计...
简单的学籍管理,虽然只有8kb但可以运行,适用于非计算机专业的C设计-simple unsuccessful management, although only 8kb but can run, apply to non-computer professional C Design
- 2023-06-01 17:25:02下载
- 积分:1
-
Delphi WVCopyFile使用例子:文件复制的实现
Delphi WVCopyFile使用例子:文件复制的实现,一个免费的Delphi文件复制组件WVCopyFile,这个源码主要是应用这个组件,来实现文件复制、拷贝的例子,该版本的WVCopyFile已经经过修正,性能比较稳定,推荐使用。
- 2022-08-09 10:43:46下载
- 积分:1
-
Building a RISC System in an FPGA
Building a RISC System in an FPGA
- 2022-03-12 14:47:56下载
- 积分: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
-
在powerbuilder下实现flash界面, 在powerbuilder下实现flash界面
在powerbuilder下实现flash界面, 在powerbuilder下实现flash界面-PowerBuilder realize in the next flash interface flash interface under PowerBuilder
- 2022-01-22 12:54:17下载
- 积分:1