-
Linux设备驱动开发详解:基于最新的Linux4.0内核(电子书版+源码).7z
Linux设备驱动开发详解:基于最新的Linux4.0内核(电子书版+源码).7z
- 2019-08-06下载
- 积分:1
-
外汇风控EA
说明: 参数解释:
应用货币 可选择 当前货币和所有货币
整体止损金额 选择的货币所有单子总亏损金额
整体止盈金额 选择的货币所有单子总盈利金额
整体止损比例 选择的货币所有单子总亏损比例,比如50%,填写50
整体止盈比例 选择的货币所有单子总盈利比例,比如50%,填写50
以下为单个单子计算,设置为0 = 不启用
动态止损金额 单个单子达到设置止损金额平仓
动态止盈金额 单个单子达到设置止盈金额平仓
动态止损 (不直接显示在定单上)
动态止盈 (不直接显示在定单上)
静态止损 (直接显示在定单上)
静态止盈 (直接显示在定单上)
移动止损激活 (当定单盈利达到设定点数时激活下面的移动止损)
移动止损点数 (止损开始从当前价以外点数往盈利方向移动)
移动保护激活 (当定单盈利达到设定点数时激活下面的移动止损保护)
移动保护点数 (止损移动到开仓价往盈利方向 + 保护点数)(Parametric interpretation:
Currency can be used to select the current currency and all currencies
Total Loss Amount of All Money Lists Selected by Total Stop Loss Amount
Total Profit Amount of All Money Lists Selected by the Total Stop Earnings Amount
The overall stop-loss ratio selects the total loss ratio of all monetary orders, such as 50%, and fills in 50%.)
- 2019-03-16 10:22:51下载
- 积分:1
-
dsp-music
通过matlab仿真说明从音频中提取背景音乐的方法,并通过dsp实现(Matlab simulation shows that by extracting from the audio background music of the method, and achieved through the dsp)
- 2010-06-10 10:14:06下载
- 积分:1
-
ooo999
说明: 用stm32做到温度控制器,pt100金属电阻,pid算法,数码管显示,iar软件开发的,非常实用(Using STM32 to achieve temperature controller, PT100 metal resistance, PID algorithm, digital tube display, IAR software development, very practical)
- 2020-04-14 13:15:00下载
- 积分:1
-
C# winform treeView控件的使用绑定数据库
C# winform treeView控件的使用treeView1_BeforeExpand treeView绑定数据库
- 2015-03-05下载
- 积分:1
-
C# 清除IE地址栏中的历史网址(修改注册表)
C# 清除IE地址栏中的历史网址,也就是历史记录,这些记录都是平时自己输入的,IE会自动保存,本程序会把保存的这些网址信息全部删除了,主要是删除注册表中对应键值下的URL子键:
RegistryKey rkBase = Registry.CurrentUser;//定位到CurrentUser注册表项
//打开指定的注册表项
RegistryKey rkChild = rkBase.OpenSubKey(@"SoftwareMicrosoftInternet ExplorerTypedURLs",true);
String[] strValueNames = rkChild.GetValueNames();//获取所有的历史网址
foreach (string strItem in strValueNames)//遍历获取到的历史网址
{
rkChild.DeleteValue(strItem);//删除遍历到的历史网址
}
- 2022-11-06 13:05:04下载
- 积分:1
-
led
LED灯、跑马灯的显示源程序,包括对代码的说明(Display source code LED lights, marquees, including the code specification)
- 2013-01-18 18:20:57下载
- 积分:1
-
even direct observation .. Tools : VB providers : 123 a meteorological report Xi...
观察甚至直接.. 开发工具:VB 提供者:123 ・一个气象报文解报处理的 源程序,可以直接嵌入到系统中....,使用方便.用于学习VB较适合.. 开发工具 :VB 提供者:ruan ・企业工资管理系统,运行本例需要确保您的-even direct observation .. Tools : VB providers : 123 a meteorological report Xie reportedly handling of the source, can be directly embedded into the system ..., easy to use. For learning VB .. more suitable for development tools : VB providers : Ruan Wage management system, running the cases need to ensure that your
- 2022-05-18 14:24:00下载
- 积分:1
-
Readtopographicdata--KK
在地球重力场模型的建立过程中,需要用到地形数据绘制底图,通过该程序可读入地形数据(Earth gravity field model of the process, need to use terrain data base map drawn by the program read the data into terrain)
- 2010-09-22 09:21:00下载
- 积分:1
-
3.3
测试对话框布局效果,运行程序后看到相应效果(Test Dialog layout effects, see the corresponding results after running the program)
- 2013-08-23 15:41:12下载
- 积分:1