-
good opencv entry documents, the follow
很好的opencv入门文档,后续上传其他相关-good opencv entry documents, the follow-up to other relevant Upload
- 2022-08-23 22:25:26下载
- 积分:1
-
offddm
matalb ofdm sxpirement for telecommunication students
- 2020-06-24 21:20: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
-
C#的SharpZipLib压缩类
C#的SharpZipLib压缩类,SharpZipLib_0854_SourceSamples.zip压缩包为使用本压缩类的一些实例程序,SharpZipLib_0854_Bin.zip为压缩类文件,里面包括核心的控件:ICSharpCode.SharpZipLib.dll。平时你在基于C#压缩文件的时候,可参考一下这个类,里面附有技术文档,如截图所示。
- 2023-07-30 07:25:03下载
- 积分:1
-
基于51单片机的四旋翼飞行器设计
资源描述基于IAP15W4K58S4-小四轴DIY设计,包括原理图、遥控器和四轴本身的源代码
- 2023-03-21 01:50:04下载
- 积分:1
-
GRBL-0.9j-for-STM32-master
开源激光雕刻机Grbl程序 stm32 移植板(Open source laser engraving machine Grbl program STM32 grafts)
- 2018-02-28 09:56:21下载
- 积分:1
-
Xcel
本程序可对EXCEL文件进行读写,同时建立了一个专门访问EXCEL文件的类CExcel,可供大家参考。(This procedure can be carried out on the EXCEL file to read and write, while the establishment of a specialized type of access EXCEL file CExcel, for your reference.)
- 2009-05-31 11:37:50下载
- 积分:1
-
assignment for machine learning
assignment for machine learning
- 2020-06-24 12:20:01下载
- 积分:1
-
达芬振子相图分叉图
达芬振子matlab编程相图分叉图庞加莱映射主程序ODE45(Duffing oscillator matlab programming diagram bifurcation diagram)
- 2021-04-01 09:49:08下载
- 积分:1
-
c写的经典贪吃蛇游戏,dos下运行的经典。
c写的经典贪吃蛇游戏,dos下运行的经典。-c write the classic Snake game, dos run under classic.
- 2023-06-06 13:05:04下载
- 积分:1