-
1
说明: Code to use the microsoft vision api along with custom images taken from a camera using python. (1/3)
- 2019-03-29 21:35:50下载
- 积分:1
-
登录注册样式
说明: 用户注册,登录、找回密码 HTML样式模板,可做参考(User registration, login and retrieve password HTML style template for reference)
- 2020-06-18 14:40:02下载
- 积分:1
-
This is the introduction of a Face Recognition English on the paper, which is a...
这是介绍人脸识别的一篇英文综述性的论文,这是上半部分-This is the introduction of a Face Recognition English on the paper, which is a part
- 2022-07-02 23:19:44下载
- 积分: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
-
crc
crc32 matlab example
- 2019-04-15 16:35:24下载
- 积分:1
-
扫描器程序,读源程序,去除空白和注释,结果写入另一文件。
要求:1.删除空白、回车、以及制表符等等。
2.删除各类注释。
源程序为一文本文件“sc...
扫描器程序,读源程序,去除空白和注释,结果写入另一文件。
要求:1.删除空白、回车、以及制表符等等。
2.删除各类注释。
源程序为一文本文件“scanner.txt”,程序执行后装入另一个文件“result.txt”中。
-scanner procedures, reading source files, and remove blank notes, the results into another document. Requirements : 1. Delete the blank round, and tabs and so on. 2. Notes to delete all. Source code for a text file, "scanner.txt" After loading procedures for the implementation of another document, "result.txt".
- 2022-03-03 03:42:48下载
- 积分:1
-
ANNPrediction-master
ANN预测代码,用于预测,参数调整等,核函数调整,优化算法调整(ANN prediction code for prediction, parameter adjustment, etc., kernel function adjustment, optimization algorithm adjustment)
- 2019-06-20 16:19:10下载
- 积分:1
-
打印以下图案: *
***
*****
*******
好郁闷人的作业,原来这么简单...
打印以下图案: *
***
*****
*******
好郁闷人的作业,原来这么简单-Print the following pattern:
*
***
*****
*******
- 2022-03-09 18:32:28下载
- 积分:1
-
Fortran95程序设计【彭国伦】
书籍扫描件,fortran使用手册,清晰扫描版(this is a book for these who want to use fortran language)
- 2019-06-28 15:25:56下载
- 积分:1
-
Image_ionForm
说明: how-to-provide-interactive-editing-for-a-constant-line-e1003-16.1.4-234
- 2020-06-24 01:00:02下载
- 积分:1