-
一个PHP实现的不错的聊天室程序
一个PHP实现的不错的聊天室程序- A PHP realization good chatroom procedure
- 2022-04-02 05:25:19下载
- 积分:1
-
本程序已被本人整理到WORD文档中,编程语言为MATLAB,本文设计的滤波器采用傅里叶级数展开法。模拟的杂波的功率谱密度采用BVURG法,概率密度函数的估计采用...
本程序已被本人整理到WORD文档中,编程语言为MATLAB,本文设计的滤波器采用傅里叶级数展开法。模拟的杂波的功率谱密度采用BVURG法,概率密度函数的估计采用直方图估计法,设计参数皆在文档中表明。此程序已经验证是正确可执行的,并能生成图形,值得下载!-This program has been organized into WORD document I, the programming language MATLAB, the filter designed in this paper Fourier series expansion method. Simulated clutter power spectral density using BVURG method, the probability density function is estimated using histogram estimation methods, design parameters are indicated in the document. This procedure has been verified is correct executable, and can generate the graph, it is worth to download!
- 2023-09-06 06:40:03下载
- 积分:1
-
An electronic form ah, yes vc to run, run the process can exit by pressing a...
一个电子表啊,是vc++能运行的,运行过程中可以按任意键退出!-An electronic form ah, yes vc to run, run the process can exit by pressing any key!
- 2022-01-22 14:46:47下载
- 积分: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控制WORD输入文字
利用VB控制WORD输入文字-VB control input text WORD
- 2022-08-03 17:33:44下载
- 积分:1
-
Knowledge management is an important era of the knowledge economy management mod...
知识管理是知识经济时代的重要管理模式,通过知识管理平台实现知识管理绩效的提高。-Knowledge management is an important era of the knowledge economy management model, through the knowledge management platform for the realization of knowledge management performance.
- 2022-09-06 05:35:03下载
- 积分:1
-
这个是IDES ECC6.0安装手册,跟4.7版本安装有点不一样。
这个是IDES ECC6.0安装手册,跟4.7版本安装有点不一样。-This is the installation of IDES ECC6.0 manual, with the 4.7 version of the installation a bit different.
- 2023-06-08 12:45:03下载
- 积分:1
-
介绍了微波patch天线的基本原理和特性,具体用了gps天线作为例子进行设计推导。...
介绍了微波patch天线的基本原理和特性,具体用了gps天线作为例子进行设计推导。-introduced a microwave antenna patch the basic principles and characteristics with a specific example gps antenna design is derived.
- 2023-06-05 01:35:04下载
- 积分:1
-
支持排序和箭头显示的Delphi ListView增强控件
一个专用于Delphi的增强型Listview控件,经过了改进的ListView 控件,能够在XP/2000/98下画出排序箭头,并支持靠左、靠右显示内容。本控件内核由原生Delphi代码编写,无使用任何控件。
- 2022-01-25 18:14:43下载
- 积分:1
-
89L VB004
89L 源码-89L VB004
- 2023-04-01 16:30:04下载
- 积分:1