-
MT2D正演
1. 运行MT2DMODEL.m构建正演模型
2. 运行TMmodel.m和TEmodel.m正演计算,计算结果自动保存
3. 程序进行了优化,并将BICGSTAB(稳定双共轭梯度法)用于求解线性方程组,求解效率提高,一般情况下正演计算仅需1~2秒">
- 2020-11-04 22:09:51下载
- 积分:1
-
Prepared using the VC queue in the order indicated and implementation of procedu...
使用VC编写的队列的顺序表示与实现程序,简单明了,方便易懂-Prepared using the VC queue in the order indicated and implementation of procedures, simple and clear, easy to understand
- 2022-06-27 05:59:46下载
- 积分:1
-
OLED_SPI
说明: STM32F429 模拟SPI 硬件SPI 驱动 OLED(Analog SPI Hardware SPI Driver OLED)
- 2020-06-23 16:00:01下载
- 积分:1
-
boyi
电池与SC的混合储能的容量配置的非合作博弈算法,寻找Nash均衡解(Non-cooperative game algorithm for capacity allocation of battery and SC hybrid energy storage, looking for Nash equilibrium solution)
- 2021-03-05 09:49:31下载
- 积分:1
-
Profibus规范_中文版
Profibus是作为德国国家标准DIN 19245和欧洲标准prEN 50170的现场总线。ISO/OSI模型也是它的参考模型。由Profibus -Dp、Profibus -FMS、Profibus-PA组成了Profibus系列(Profibus is the field bus of German national standard DIN 19245 and European standard prEN 50170. The ISO/OSI model is also its reference model. Profibus series is composed of Profibus-Dp, Profibus-FMS and Profibus-PA.)
- 2020-12-23 17:29:06下载
- 积分:1
-
Visual C# 使用键盘控制窗体的移动
Visual C#使用键盘控制窗体的移动,创建窗体对象,设置窗体接收按键事件,定义一个标识窗体的变量,判断按键类型,判断后关闭本窗体。
private void Form1_Load(object sender, EventArgs e)
{
Frm_Main form1 = new Frm_Main();//创建窗体对象
form1.KeyPreview = true;//设置窗体接收按键事件
}
private void Form1_KeyDown(object sender, KeyEventArgs e)
{
Point point = this.Location;//定义一个标识窗体的变量
switch (e.KeyData)//判断按键类型
{
case Keys.Up://当按键为上方向键时
point.Y -= 2;
break;
case Keys.Down://当按键为下方向键时
point.Y += 2;
break;
case Keys.Right://当按键为右方向键时
point.X += 2;
break;
case Keys.Left://当按键为左方向键时
point.X -= 2;
break;
case Keys.Escape://当按键为Esc键时
this.Close();//关闭本窗体
break;
default: break;
}
this.Location = point;
}
- 2022-03-13 23:48:13下载
- 积分:1
-
fract_bode
分数阶控制系统中伯德图的画法,与整数阶控制系统相似(Bode diagram of fractional-order system)
- 2021-04-16 17:38:53下载
- 积分:1
-
as
说明: 可以检测图片中的圆,并计算圆心坐标,还可以检测直线等
可以检测图片中的圆,并计算圆心坐标,还可以检测直线等(Can detect the circle in the picture and calculate the coordinates of the center of the circle)
- 2019-11-14 22:31:01下载
- 积分:1
-
BIGI期货现货外汇股指行情数据对接文档
说明: BIGI行情-实时行情数据供应商
1.国际期货、国内期货、外汇、股指、期权、现货、数字货币、A股实时行情数据和历史行情数据;
2.交易所:纽约NYMEX、纽约COMEX、芝加哥CME、芝加哥CBOE、美国ICE、欧洲ICE、瑞士EUREX、伦敦LME、香港HKEX、新加坡SGX、京东TOCOM、马来西亚BMD、中金所CFFEX、上期所SHFE、大商所DCE、郑商所CZCE、上期能源INE、沪深交易所(BIGI quotes - provider of real-time market data
1. Real-time market data and historical market data of international futures, domestic futures, foreign exchange, stock index, options, spot, digital currency, a-share;
2. Exchanges: New York NYMEX, New York COMEX, Chicago CME, Chicago CBOE, us ICE, European ICE, Swiss EUREX, London LME, Hong Kong HKEX, Singapore SGX, jingdong TOCOM, Malaysia BMD, China international capital research institute CFFEX, previous SHFE, DCE, cce, previous energy INE, Shanghai and shenzhen exchanges)
- 2020-06-29 08:40:01下载
- 积分:1
-
反射折射
光学反射折射,用来模拟光在介质中反射的动态过程(Optical reflection and refraction, to simulate the dynamic process of light reflection in a medium.)
- 2018-08-07 16:51:18下载
- 积分:1