-
这是一个ASIIC吗转换程序,可以随意转换ASSIIC码,10进制码,16进制码。很好用。...
这是一个ASIIC吗转换程序,可以随意转换ASSIIC码,10进制码,16进制码。很好用。-ASIIC? Switching procedures can arbitrarily change ASSIIC code, code 229 10. 16 hex code. Good use.
- 2022-07-25 07:58:35下载
- 积分:1
-
USB接口虚拟示波器软件软件工程,打开即可运行
USB接口虚拟示波器软件软件工程,打开即可运行-USB virtual oscilloscope software engineering software, will be open operation
- 2022-02-24 19:42:53下载
- 积分:1
-
bowling scoring for the calculation algorithm
提供计算保龄球得分的算法-bowling scoring for the calculation algorithm
- 2022-02-04 06:08:22下载
- 积分:1
-
vc++皮肤控件,使你的vc界面漂亮。你可以自己设计想要的皮肤。...
vc++皮肤控件,使你的vc界面漂亮。你可以自己设计想要的皮肤。-vc++ skin controls, so that your beautiful vc interface. You may want to design their own skin.
- 2023-03-09 08:40:03下载
- 积分: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
-
对一副图像进行部分模糊化处理,鼠标自有选取区域,并对此区域进行模糊化处理...
对一副图像进行部分模糊化处理,鼠标自有选取区域,并对此区域进行模糊化处理-Part of a blurred image processing, mouse, choose their own region and this region fuzzy processing
- 2023-07-20 07:45:03下载
- 积分:1
-
A Campus GIS System .develop on the SuperMap,using the VC++ language.
用VC+SuperMap开发的校园GIS系统- A Campus GIS System .develop on the SuperMap,using the VC++ language.
- 2023-05-13 20:55:02下载
- 积分:1
-
? 图片算不
# 图片算不
! 图片算不
@ 图片算不
? 图片算不
# 图片算不
! 图片算不
@ 图片算不
-Photo Photo# does not count does not count! Photo does not count does not count @ Photo
- 2022-03-20 13:04:45下载
- 积分:1
-
非线性控制MATLAB编译器
非线性控制 Matlab编译-nonlinear control Matlab Compiler
- 2022-04-26 21:43:19下载
- 积分:1
-
用TC编写的一种下拉式菜单,操作方便简单。
用TC编写的一种下拉式菜单,操作方便简单。-TC prepared with a drop-down menu, convenient operation simple.
- 2023-07-17 13:25:02下载
- 积分:1