Welcome![Sign In][Sign Up]
Location:
Search - FxjFunc

Search list

[Other“C语言接口”扩展程序调用接口规范

Description: 分析家扩展函数规范V3.10 1.本规范适用于分析家3.10标准版和专业版公式系统. 2.扩展函数用于实现系统函数不能实现的特殊算法. 3.扩展函数用windows 32位动态连接库实现,建议使用Microsoft Visual C++编程. 4.调用时在公式编辑器中写\"动态库名称@函数名称\"(参数表)即可,例如下面函数可以写为\"FXJFUNC@MYCMALOSE\"(5) 5.动态连接库名称和函数名称可以自己定义. 6.使用时可以将动态库拷贝到分析家目录下使用.-V3.10 a standardized function. This instruction applies to analysts 3.10 standard and professional versions formula system. 2. Spread Function Function system for achieving the impossible special algorithm. 3. PSF with windows 32 DLL realized, production proposed use Microsoft Visual C programming. 4. called to the formula editor wrote "@ name DLL function name" (Table parameters) can be, for example, the following function can be written as "FXJFUNC @ MYCMALOSE" (5) 5. DLL name and function name can be its own definition. 6. using DLL can be copied to the directory analysts use.
Platform: | Size: 6165 | Author: 周有本 | Hits:

[CSharpFxjFunc

Description: 用VC编写的分析家DLL公式接口程序规范。-VC prepared by the analysts DLL interface standard formula.
Platform: | Size: 2623 | Author: 余小晨 | Hits:

[Other“C语言接口”扩展程序调用接口规范

Description: 分析家扩展函数规范V3.10 1.本规范适用于分析家3.10标准版和专业版公式系统. 2.扩展函数用于实现系统函数不能实现的特殊算法. 3.扩展函数用windows 32位动态连接库实现,建议使用Microsoft Visual C++编程. 4.调用时在公式编辑器中写"动态库名称@函数名称"(参数表)即可,例如下面函数可以写为"FXJFUNC@MYCMALOSE"(5) 5.动态连接库名称和函数名称可以自己定义. 6.使用时可以将动态库拷贝到分析家目录下使用.-V3.10 a standardized function. This instruction applies to analysts 3.10 standard and professional versions formula system. 2. Spread Function Function system for achieving the impossible special algorithm. 3. PSF with windows 32 DLL realized, production proposed use Microsoft Visual C programming. 4. called to the formula editor wrote "@ name DLL function name" (Table parameters) can be, for example, the following function can be written as "FXJFUNC @ MYCMALOSE" (5) 5. DLL name and function name can be its own definition. 6. using DLL can be copied to the directory analysts use.
Platform: | Size: 6144 | Author: 周有本 | Hits:

[CSharpFxjFunc

Description: 用VC编写的分析家DLL公式接口程序规范。-VC prepared by the analysts DLL interface standard formula.
Platform: | Size: 2048 | Author: 余小晨 | Hits:

[Finance-Stock software systemetxt

Description: 大智慧提供的公式计算能力有限,而且稍复杂的计算就会很慢。这个程序能导出大智慧里数据到自己供自己编程处理。压缩包里有使用说明。-Wisdom to provide the limited capacity of the formula, but the complexity of the calculation will be slightly slow. This procedure can be derived in large data to their own wisdom for dealing with their own programming. Note the use of compression bag.
Platform: | Size: 1198080 | Author: 吴昌运 | Hits:

[Finance-Stock software systemw

Description: 大智慧买股简单的事情,华尔街选股生命线_DLL 会用的是宝贝-// FxjFunc.cpp : Defines the entry point for the DLL application. // #include "stdafx.h" #include "FxjFunc.h" #include<math.h> BOOL APIENTRY DllMain( HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved ) { switch (ul_reason_for_call) { case DLL_PROCESS_ATTACH: case DLL_THREAD_ATTACH: case DLL_THREAD_DETACH: case DLL_PROCESS_DETACH: break } return TRUE } //计算收盘价的均价,一个常数参数,表示计算周期 //调用方法: // MYMACLOSE(5) __declspec(dllexport) int WINAPI A(CALCINFO* pData) { #define cc(i) pData->m_pData.m_fClose int nPeriod=10,i float x05=0.5f,x40=4.0f,xx50=-5.0f,x100=10.0f float z10,z20,z2c,z24,z14,z30,zx float f2 int dd=pData->m_nNumData+10 float*qa1,*qa2,*qa3 qa1=new > Downloads > 源码/资料 > *行业应用
Platform: | Size: 1024 | Author: dd | Hits:

CodeBus www.codebus.net