-
OReilly---Cisco-CookBook
OReilly - Cisco CookBook,思科技术指导书(OReilly- Cisco CookBook, Cisco Technical Instructions)
- 2012-12-16 13:31:39下载
- 积分:1
-
ABAQUS 二次开发代码
ABAQUS损伤开裂二次开发,其中包括inp文件和二次开发for文件(BAQUS damage cracking secondary development, including inp files and secondary development for files)
- 2021-03-24 19:49:14下载
- 积分:1
-
an eating Dou game, the game is very simple functions, operators do not have to...
一个吃豆豆的游戏,游戏功能很简单,操作应该不用累赘了,用c语言写的~呵呵,不会很落后吧~-an eating Dou game, the game is very simple functions, operators do not have to be cumbersome, with the written language c ~ Oh, it will not be very backward ~
- 2022-06-01 22:16:37下载
- 积分:1
-
数字图象处理边界链码生成(Matlab)
说明: 使用MATLAB处理简单二值图像的边界追踪并获取其链码(Using MATLAB to process the boundary tracking of simple binary image and obtain its chain code)
- 2020-08-28 17:58:11下载
- 积分:1
-
DICOM File Browser V1.0 version of the software is further update!
DICOM文件浏览器V1.0版本,软件正在进一步更新中!-DICOM File Browser V1.0 version of the software is further update!
- 2022-08-14 20:58:33下载
- 积分:1
-
rsa
RSA,AES简单c++实现,可以完成加密解密功能,整数范围内,仅供学习(RSA encryption and decryption)
- 2018-06-02 16:06:06下载
- 积分:1
-
足球手机游戏,ea出品!fifa2007!超好玩的足球游戏!
足球手机游戏,ea出品!fifa2007!超好玩的足球游戏!
- 2022-03-07 02:42:30下载
- 积分: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
-
数据库系统概念中文版
说明: 数据库系统概念中文版,作为大学的核心课程,本书对于自学的同学非常友好,对于里面的伪代码和习题都建议同学自己去尝试。(The Chinese version of the concept of database system, as the core course of university, is very friendly to the students who teach themselves. For the pseudo-code and exercises in this book, students are advised to try it by themselves.)
- 2019-02-27 23:36:08下载
- 积分:1
-
此程序是华容道游戏源代码,供参考学习使用。
此程序是华容道游戏源代码,供参考学习使用。-Puzzle source code, learning to use for reference.
- 2022-02-25 21:05:41下载
- 积分:1