资源列表
fc781
- In the MATLAB image texture feature, Raya Punuo Fu index using the formula, Can be widely used in data analysis and forecast data.
hen_v11
- Acquisition and Processing of the speech signal, digital signal processing class-based, Several new methods sar image denoising, Suppressed carrier type differential phase modulation.
Maxdrawdown
- 可以算出指数每个时点的最大回撤率,并作图。(The code can help you calculate max drawdown rate for each date, and draw a figure.)
20160323_104206379
- 汽配进销存软件源码,稍微更加增加就能当一套完整的软件使用(Auto parts Invoicing software source code, a little more increase when you can use a complete set of software)
2006MT4_Experts
- 1000个经典的MT4EA程序,多数可运行,少数需要根据新版软件修改(1000 classical Mt4 Ea program,mostly can be run,fewness need modify by the MT4 new editon)
PLF
- 基于随机邻域搜索的含风电配电网优化规划 本程序提出了含风电配电网中基于半不变量的随机潮流算法,该算法考虑了风电的出力随机性,运用了概率统计方法处理系统运行中的随机变化因素,给出系统运行电压、支路潮流等概率分布情况,可以更深刻地揭示系统运行状况,为系统安全运行决策提供更完整的信息。 随机变量的卷积运算是随机潮流计算量较大的部分,利用半不变量的方法进行随机变量间的卷积运算,并用Gram-Charlier级数展开式计算随机变量的分布[4-6]将使整个随机潮流计算效率很高,其精度也足以满足规划和运行
haiya
- 基于矢量控制的PI电流控制仿真,很基础,但是很好用(Vector control based PI current control simulation, very basic, but very easy to use)
上期所CTP-Api之C++交易Demo版
- 修改下BrokerID、MarketFront、TradeFront、个人的期货账号和密码就可以了。模拟账号要注意,当天申请,要第二天才能登陆,模拟账号一般有100万的模拟资金,可以用来调试程序。(Modify the BrokerID, MarketFront, TradeFront, personal futures accounts and passwords on it. Analog account note, the day of the application, it takes
上期所CTP-Api之C++行情Demo版
- 用VS2015打开后,点击testMdApi.cpp,将INVESTOR_ID和PASSWORK改成第2点中说的,点运行,就可以接收到数据了。(After opening with VS2015, click testMdApi.cpp, change the INVESTOR_ID and PASSWORK to the second point, and then you can receive the data.)
CTP_API_C++组合策略
- 针对CTP平台,开发的交易终端,内容很全,采用C#编译。(For the CTP platform, the development of the transaction terminal, the content is very complete, using C# compiler.)
CTP接口(海风)2.0
- CTP海风交易平台完整源码。主要针对CTP平台,开发的交易终端,内容很全,采用C#编译。(For the CTP platform, the development of the transaction terminal, the content is very complete, using C# compiler.)
MyAutoTrader_v1.0.3
- 上期CTP API C++ 源代码 单合约版 下载文件名AutoTrader_ctp_c++源代码.rar 填入经纪公司代码,实盘帐号,密码即可完成行情接收,指标计算,实盘下单连续开平仓。 功能简要介绍如下: 自动保存订阅合约TICK数据到\Bin\TickData下,文件名:合约名称_日期.txt 自动保存下单数据到\Bin\AutoTrade下,文件名:日期.txt MD线程只负责TICK行情接收和缓存,根据TICK数据生成1分钟K线 TRADE线程负责下单及响应,可连续开平仓,本人实盘测试