-
大一时写的一个课设,写的不好,就看看而已
大一时写的一个课设,写的不好,就看看而已-large write a course set up and write well, only to see it
- 2022-07-03 09:05:53下载
- 积分:1
-
bem
适合大家一起入门
大家一起学习吧
是个bem程序(Getting Started with everyone for everyone to learn it is a bem program)
- 2011-01-18 20:35:17下载
- 积分:1
-
BT服务器源程序
BT服务器源程序-BT server source code
- 2022-02-02 11:47:04下载
- 积分:1
-
Inverter_Hysteresis
Inverter Hysteresis based on the platform pscad
- 2011-06-16 01:40:34下载
- 积分:1
-
dingwei
现实收集声源,载入声源到matlab中进行定位,三点定位( U73B0 u5B9E u6536 u96C6 u5B9 u5B9 u5B9 u5F9D )
- 2017-05-16 15:48:42下载
- 积分: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
-
Microsoft-CSharp-Game-Programming-For-The-Absolut
Micorsoft C# Programing Game
- 2011-11-15 14:26:27下载
- 积分:1
-
myself
说明: js控制尺子滑动,根据滑动距离计算尺子的当前值(JS controls the sliding of the ruler and calculates the current value of the ruler according to the sliding distance)
- 2020-06-17 07:20:01下载
- 积分:1
-
jquery HTML5网页特殊字符设计10款多风格菜单,想当漂亮
基于jQuery HTML5实现的一些网页菜单,这些菜单看上去很有美感,而且制作思路也是很新鲜,主要是使用网页上的那些特殊符号、字符来实现的,一共有10款这种风格的菜单,个别还带有动画效果,这些菜单若在支持HTML5的浏览器中运行,动画更流畅,效果更佳。
- 2022-08-24 16:44:17下载
- 积分:1
-
DBN-python
深度信念网络工具箱,用python写的,包含了受限波尔兹曼机的程序(deep belief network toolbox, including Restricted Boltzmann Machines, python edition)
- 2021-04-07 15:39:01下载
- 积分:1