-
pinsanquxian
基于频散曲线,选择抽样脉冲信号作为子波,推导出了合成单炮面波地震记录的理
论公式,并利用该公式,针对不同弹性层状介质模型的频散曲线合成了面波地震记录。(Based on the dispersion curve, select the sampling pulse signal wavelet derived synthetic single artillery surface wave seismogram theoretical formulas, and the use of the formula, seismogram synthesis of surface wave dispersion curves for different elastic layered media model.)
- 2013-03-16 14:55:43下载
- 积分:1
-
C# 在Vista、Win7中显示XP风格的文件对话框
C#自定义打开文件对话框,并在文件打开对话框中添加自定义区域,可以在非Windows XP系统中调用XP风格的对话框,比如本例子演示了在Vista或Windows7 中显示XP风格的文件对话框:
private void button1_Click(object sender, EventArgs e)
{//在文件打开对话框中添加自定义区域
this.openFileDialog1.AutoUpgradeEnabled = true;
this.openFileDialog1.CustomPlaces.Add(@"F:");
this.openFileDialog1.ShowDialog();
}
private void button2_Click(object sender, EventArgs e)
{//在Vista中显示XP风格的文件对话框
this.openFileDialog1.AutoUpgradeEnabled = false;
this.openFileDialog1.ShowDialog();
}
- 2022-03-15 22:57:57下载
- 积分:1
-
Coursera Data Structures Solutions
此文件包含Coursera中数据结构课程的cpp解决方案
- 2023-05-11 09:45:04下载
- 积分:1
-
基于DSP TMS320F28335芯片开发的直流无刷电机控制程序
基于DSP TMS320F28335芯片,采用C语言,开发实现直流无刷电机控制程序。直流无刷电机的控制程序,关键技术在于PWM调制、电流换向、编码器反馈速度闭环控制。
- 2022-04-06 23:46:21下载
- 积分:1
-
code
随机森林C++算法版,可以运行,附有两个示例(random forest)
- 2020-06-29 22:40:02下载
- 积分:1
-
CPP
非常不错的QPSK在matlab中的仿真教程,文档中包含相关的所有代码(very good QPSK in the Matlab simulation Guide, the document contains all the related code!)
- 2011-06-09 22:40:14下载
- 积分:1
-
90%准确率黄金外汇香港欧美平台通用
90高胜率EA,利用货币之间的利差关系进行对冲,收益稳定。(90 high winning rate EA, using the spread between currencies to hedge, the return is stable.)
- 2020-06-24 04:40:02下载
- 积分:1
-
时雨Poi(道具)稳定版4.61.0(6月16日)
说明: 现在的魔力外挂收费版本,收费太贵!谁可以免费破解一下,结合现在的魔力宝贝使用,造福广大魔力玩家呢?(Now the magic plug-in charging version, too expensive! Who can crack it for free, and use it in conjunction with the magic baby now, for the benefit of the majority of magic players?)
- 2020-06-22 17:40:02下载
- 积分:1
-
frmMain
A sample of a form in Csharp with several controls
- 2009-09-28 21:00:11下载
- 积分:1
-
并联逆解以及运动控制
并联机器人运动学分析以及运动控制。Delta机器人属于高速、轻载的并联机器人,一般通过示教编程或视觉系统捕捉目标物体,由三个并联的伺服轴确定抓具中心(TCP)的空间位置,实现目标物体的运输,加工等操作。Delta机器人主要应用于食品、药品和电子产品等加工、装配。Delta机器人以其重量轻、体积小、运动速度快、定位精确、成本低、效率高等特点,正在市场上被广泛应用。
- 2022-08-22 20:07:18下载
- 积分:1