-
缩略图和描述焦点图
说明: 带缩略图和描述焦点图是一款jquery轮播焦点图插件,带缩略图和图片文字描(With thumbnails and description focus map is a jQuery rotation focus map plug-in, with thumbnails and image text description.)
- 2019-03-22 15:01:20下载
- 积分:1
-
Pascal
说明: Pascal program that performs arithmetic
- 2020-06-19 03:00:01下载
- 积分:1
-
This information to flash the form of intuitive performance of the uCOS system i...
本资料以flash形式直观的表现了uCOS系统在80x86平台上的任务切换-This information to flash the form of intuitive performance of the uCOS system in the 80x86 platform task switch
- 2022-01-26 05:27:15下载
- 积分:1
-
Program
Social Program programme scocial
- 2018-05-15 20:20:50下载
- 积分: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
-
高级数学计算器程序 VB源码开发
高级数学计算器程序 由VB源码开发,功能包括回归计算、函数画板、多功能数学计算等三大功能模块组成。
其中:回归计算可以计算直线、圆、抛物线、椭圆、双曲线等方程类型;
数学计算包实数、分数、高精度以及角度、弧度计算等;
函数画板可以根据函数式生成曲线图形。
- 2023-01-27 12:35:04下载
- 积分:1
-
Operations-Research
运筹学第3版教辅熊伟的书籍内含课件ppt运筹软件及答案(Operations research 3rd edition books containing supplementary Xiong logistics software and courseware ppt answer)
- 2015-09-12 13:05:12下载
- 积分:1
-
python
关于梅尔谱图提取的一段小程序,用python写(A small program about the extraction of Mel spectrum, written in python)
- 2019-04-04 21:33:08下载
- 积分:1
-
Automatic calculation of filter coefficients fir tools, try
自动计算fir滤波器系数的工具,不妨一试-Automatic calculation of filter coefficients fir tools, try
- 2022-03-19 22:53:08下载
- 积分:1
-
ANSYS操作速记 (1)
说明: 文件为ansys建模常用命令流,包括前处理,加载,后处理等。并附有一个建模实例(多孔旋转轮)(The file is a common command stream for ANSYS modeling, including pre-processing, loading, post-processing, etc. And a modeling example (porous rotating wheel) is attached)
- 2020-06-17 20:08:30下载
- 积分:1