登录
首页 » Windows开发 » 分析家扩展函数规范V3.10 1.本规范适用于分析家3.10标准版和专业版公式系统. 2.扩展函数用于实现系统函数不能实现的特殊算法. 3.扩展函数用windo...

分析家扩展函数规范V3.10 1.本规范适用于分析家3.10标准版和专业版公式系统. 2.扩展函数用于实现系统函数不能实现的特殊算法. 3.扩展函数用windo...

于 2023-06-11 发布 文件大小:6.02 kB
0 187
下载积分: 2 下载次数: 1

代码说明:

分析家扩展函数规范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.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Net-skyChatServer类似网易聊天室
    资源描述 软件名称:Net-skyChatServer类似网易聊天室   软件类型:C源代码     软件大小:38k     软件简介:   Net-Sky ChatServer不同于其他的用PHP,ASP,PERL等脚本语言编写的或其他任何CGI模式的聊天程式,本聊天室程序使用标准C语言开发,独立于任何第三方WEBSERVER而运行,快速,高效,稳定,大容量。程序的设计目标是能在一台普通的PC上同时容纳上万人聊天。经初步测试,完全达标:每个聊天室一道进程,占内存约700K,80人在线时占CPU约0.03% (Pll450)。程序启动即将所有模版一次性载入内存,最大限度减少硬盘的I/O操作(聊天过程没有任何硬盘I/O),最大限度提高性能。这不不并不意味着每次修改配置后要重新启动聊程式,系统提供专门的管理员命令来重载或修改配置,而不须停止或间断服务。(Only For Linux)   |关闭本窗口|
    2022-04-23 18:15:26下载
    积分:1
  • Delphi的VCL for WinFax Pro 9.0的源代码
    Delphi VCL for WinFax pro 9.0 source code
    2022-10-29 01:35:04下载
    积分:1
  • 图书馆管理的程序,包括图书信息录入,查询,修改,编号等,...
    图书馆管理的程序,包括图书信息录入,查询,修改,编号等,-Library management procedures, including the book information input, query, modify, number, etc.
    2023-08-09 13:55:03下载
    积分:1
  • 在矩阵中寻求最短的路径 在矩阵中寻求最短的路径
    在矩阵中寻求最短的路径 在矩阵中寻求最短的路径 -在矩阵中寻求最短的路径在矩阵中寻求最短的路径在矩阵中寻求最短的路径在矩阵中寻求最短的路径
    2022-08-09 07:15:41下载
    积分:1
  • 类似于按键精灵的代码.能监控鼠标操作并回放
    类似于按键精灵的代码.能监控鼠标操作并回放-Code similar to the wizard button. Can monitor and playback mouse
    2023-03-26 01:45:04下载
    积分:1
  • 文本框中的文本内容顺序颠倒,快捷键可以削减的版本…
    将文本框的文本内容倒序排列,可后台快捷键得到剪切版内容.-Text content of the text box reverse order, shortcut keys can be cut back version of the content.
    2022-09-01 13:10:03下载
    积分:1
  • 能显示文件盘符路径和文件的大小,创建时间,类似于dos里面dir的命令,并且可以扩展...
    能显示文件盘符路径和文件的大小,创建时间,类似于dos里面dir的命令,并且可以扩展-can show that the document drive path and file size, creation time, similar to the dos inside the dir command, and can be extended
    2022-02-05 12:23:53下载
    积分:1
  • 使用c语言写的时钟小程序,可以显示年月日 供初学者学习c语言及windows编程使用...
    使用c语言写的时钟小程序,可以显示年月日 供初学者学习c语言及windows编程使用-C language using the clock applet to show the date for beginners to learn c programming language and the use of windows
    2022-07-26 20:31:28下载
    积分:1
  • audio player written in vb source code, reference to a lot of older information
    vb写的录音播放源代码,参考了很多前辈的资料-audio player written in vb source code, reference to a lot of older information
    2022-03-05 20:49:44下载
    积分:1
  • 2. Since the date of the definition of a simple class DateType, it has a data me...
    2. 自定义一个简单的日期类DateType,它具有数据成员y、m、d,用来表示当前日期的年、月、日。而后设计该类欲实现(完成)的功能,进而设计出相应的类成员函数。 例如,下面给出的“雏形”可用来实现对天的增加,比较两个日期是否相等,以及对日期的输出等操作。请完成各类成员函数,并编制主函数,说明DateType类对象,对定义的各成员函数进行调用,以验证它们的正确性。 -2. Since the date of the definition of a simple class DateType, it has a data member y, m, d, is used to indicate the current date of the year, month, day. And then design the class is to be achieved (completed) functions, and then design the appropriate class member functions. For example, the following is given a " prototype" can be used to realize an increase in days to compare two dates are equal, and the output of the date of such an operation. Please complete the various forms of membership functions, and the preparation of the main function, indicating DateType class objects, the definition of the various members of the function call to verify their correctness.
    2022-09-10 10:55:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载