-
tuoluoyi_bizhang
arduino使用陀螺仪,与各类传感器进行避障行走(use gyroscope for obstacle avoidance by Arduino)
- 2018-05-14 18:35:27下载
- 积分:1
-
基于Burg算法的最大熵谱估计
网上找的burg算法,可以借鉴一下。也可以通过百度文库搜寻作者。(The Burg algorithm on the Internet can be used for reference. You can also search for the author through the Baidu library.)
- 2018-03-17 15:12:55下载
- 积分: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
-
hobbyshopbuslist
possible ideas on how to open a business for hobbys could be any type of hobby really its a nice simple setup with good ideas
- 2018-02-04 12:05:45下载
- 积分:1
-
In the cadence virtuoso painting under the bus of the skill procedure.
在cadence virtuoso 下画bus的skill程序。-In the cadence virtuoso painting under the bus of the skill procedure.
- 2022-03-26 07:37:42下载
- 积分:1
-
WebFTP
ftp上传下载功能,包括账号权限控制功能(FTP upload and download function, including account permission control function)
- 2019-02-12 11:21:18下载
- 积分:1
-
You need to download the general purpose toolbox and the signal toolbox.
Y...
You need to download the general purpose toolbox and the signal toolbox.
You need to unzip these toolboxes in your working directory, so that you have toolbox_general/ and toolbox_signal/ in your directory. -You need to download the general purpose toolbox and the signal toolbox.
You need to unzip these toolboxes in your working directory, so that you have toolbox_general/ and toolbox_signal/ in your directory.
- 2022-03-12 07:29:10下载
- 积分:1
-
Newmark
newmark通过迭代激起结构动力响应,包括速度、位移、加速度(newmark inspire dynamic response)
- 2020-12-01 22:09:27下载
- 积分:1
-
CRACK_3D_1.3.16
基于ABAQUS的Python二次开发,用于实现复合材料结构腐蚀疲劳裂纹扩展的建模防撞.(based on Abaqus and python secondary development, fulfil composite structures corrosion fatigue crack grow modeling simulation.)
- 2021-04-08 17:19:00下载
- 积分:1
-
Code
说明: 这个文件中写了对于一个德国医药品牌在中国销售额基于时间的预测,运用了机器学习算法。(This document describes a time-based forecast of sales of a German pharmaceutical brand in China, using machine learning algorithms.)
- 2020-06-15 22:40:02下载
- 积分:1