-
y_crazyseismic_v3.1
被动源地震数据处理,包括走时挑选,反褶积等等。简单,高效(-- A MATLAB-GUI based software for passive seismic data processing)
- 2017-06-13 13:45:53下载
- 积分:1
-
CORBA程序设计的一个实例。大中型软件系统各模块不在一台机子上运行,很难维护,这里就是一个CORBA组件开发实例...
CORBA程序设计的一个实例。大中型软件系统各模块不在一台机子上运行,很难维护,这里就是一个CORBA组件开发实例-An instance of CORBA programming. And medium-sized software system, the module does not run on a single machine, it is difficult to maintain, here is an instance of a CORBA component development
- 2022-08-31 21:35:04下载
- 积分:1
-
GN
说明: python实现的经典GN算法 亲测可用但是运行效率较低(The classical GN algorithm implemented by Python can be used for pro testing, but its running efficiency is low)
- 2019-12-18 15:06:54下载
- 积分:1
-
Dynamic
在matlab上仿真了SAR-ADC的动态性能,主要关于split结构(the dynamic property of SAR_ADC Is simulated in matlab, about split architecture)
- 2019-02-20 10:29:49下载
- 积分:1
-
Understanding_LTE_with_MATLAB
说明: Understanding LTE with MATLAB
- 2019-11-09 12:22:10下载
- 积分:1
-
daima
对OFDM系统中的PAPR的改善的每种方法包括限幅法,SLM和PTS的MATLAB仿真(clipping and filter SLM PTS)
- 2018-06-09 18:52:46下载
- 积分:1
-
C# 清空回收站的源码实例
C# 清空回收站,这个功能不用多介绍了吧,你懂的,具体的实现请看以下代码:
const int SHERB_NOCONFIRMATION = 0x000001;//整型常量在API中表示删除时没有确认对话框
const int SHERB_NOPROGRESSUI = 0x000002;//在API中表示不显示删除进度条
const int SHERB_NOSOUND = 0x000004;//在API中表示删除完毕时不播放声音
[DllImportAttribute("shell32.dll")]//声明API函数
private static extern int SHEmptyRecycleBin(IntPtr handle, string root, int falgs);
private void button1_Click(object sender, EventArgs e)
{
//清空回收站
SHEmptyRecycleBin(this.Handle, "", SHERB_NOCONFIRMATION + SHERB_NOPROGRESSUI + SHERB_NOSOUND);
}
- 2022-12-15 14:50:03下载
- 积分:1
-
face detector to detect face area in the given image
face detector to detect face area in the given image
- 2022-07-04 15:31:42下载
- 积分:1
-
Constant & Macros in OpenGL
Constant & Macros in OpenGL
- 2022-08-16 16:06:56下载
- 积分:1
-
打字 五笔_英文打字练习软件源码 帮助学习交流工作经验
打字 五笔_英文打字练习软件源码 帮助学习交流工作经验 -Wubi _ English typing practice typing software source code to help study and exchange of experience
- 2022-02-01 06:19:01下载
- 积分:1