搜索资源列表
tscript-1.0.0
- 支持类PHP语法的脚本解释引擎。支持运行状态下动态输入脚本参数,返回字符串结果。支持自定义函数调用,支持外部函数扩展。(含源码)
vfp bs编程的自定义函数
- vfp bs编程的自定义函数-Probe bs programming-defined function
5
- 第五章练习题,包括哥德巴赫猜想,汉英对照星期,pi的近似值,暂停时间秒的过程,利用计算阶乘的自定义函数求e,5个人岁数,斐波那契数列,最大公约数,最小公倍数
delphi_bb
- 此源码是Cell组件delphi中如何从数据库取数和自定义函数的代码示例
VC++ponebook
- 界面很漂亮 功能很全哦4. 利用静态数组(或链表)实现通讯录管理,数组的每一个元素是结构体类型,通过这个例子了解数据库管理的基本功能,重点掌握数组元素为结构体的应用、数组坐函数参数、文件读写、自定义函数等知识,这里主要包括输入、显示、查找、删除、插入、保存、读入、排序等功能
Delphi(changyonghansu)
- delphi常用的一些自定义函数包含了很,系统,时间等-delphi some commonly used since it contains the definition of function, systems, time
fluentCN
- Fluent中文教程 pdf格式,对于开始学习Fluent的人来说相当适用,可以按照本书学习! I、目录 第一章、开始 第二章、操作界面 第三章、文件的读写 第四章、单位系统 第五章、读入和操作网格 第六章、边界条件 第七章、物理特性 第八章、基本物理模型 第九章、湍流模型 第十章、辐射模型 第十一章、化学输运与反应流 第十二章、污染形成模型 第十三章、相变模拟 第十四章、多相流模型 第十五章、动坐标系下的流动
Delphi2
- Delphi报表设计源码此源码是Cell组件delphi中如何从数据库取数和自定义函数的代码示例-Delphi source report design components of this source is a Cell from the database delphi how to take a number of custom functions and code samples
Delphizidingyichengxushili
- Cell提供一些常用函数,然而Cell更注重自定义函数功能,采用C,VB,VBscr ipt等语言皆可以编制自定义函数。自定义函数可以无限制次数的嵌套。除了数值与字符串两种数据类型外,Cell还定义了单元格数据类型与区域数据类型,极大地增强了函数的易用性。-Cell to provide some common functions, but focus more on Cell Function-defined functions using C, VB, VBscr ipt and other
Systoolsource
- systool 源代码,他可以解析表达式的值,还可以自定义函数(最多可以带3个参数),自定义变量。很好用,不需要安装,直接引用-systool source code, he can resolve the value of the expression, you can also custom functions (with up to 3 parameters), the custom variable. Useful, no need to install a direct quote
FormulaPars20110829135649
- 超强的公式表达式解析器,可自定义函数含使用例子-FormulaPars2- FormulaPars2 FormulaPars2 FormulaPars2 FormulaPars2 FormulaPars2
CPP-read-and-write
- C++实现读写文件,使用自定义函数,和系统自带的函数实现-C++ read and write files, use the function to achieve self-defined functions, and the system comes with
zdyhs
- 改程序为matlab中自定义函数,并保存为变量等进行进一步操作做了简要编译,适用于初学者学习,方便-The program for matlab custom function, and save for variables for further operation do a brief compilation, it is suitable for beginners to learn, convenient
ExpressionEval
- 表达式计算。支持自定义表达式。支持自定义函数等。-Expressions. Support for custom expression. Support for custom functions, and so on.
2
- 形参只是形式参数,并不参与实际运算,但是形参在同一个函数里要相同,实参是实际参数,参与实际的运算, 有几个形参就对应有几个实参,形参在自定义函数里,实参在主函数里 -Formals only formal parameter is not involved in the actual operation, but parameter in a function to be the same, the argument is the actual parameters involved i
Experiment
- 用于计算函数值,先定义一个自定义函数,然后调用该函数进行计算。-Used to calculate the function value, first define a custom function, and then call the function to be calculated.
minic_interpreter
- 一款比较完善的强大的C语言解释器,附带源码,可以嵌入到用户应用程序中。支持对比较复杂的C代码的解释执行。完美支持各种标准C语言语法,如if-else结构语句, ?:结构求值语句,for循环,while循环,do...while循环等 支持各种数据类型包括: char,short,int,string,float 支持多维数组及指针 支持自定义函数以及系统函数 支持局部变量以及全局变量,允许在变量定义时直接初始化 支持局部变量层次化作用域;允许定义系统常量;支持系统内部定义数据类型,但不支持用户在
setService
- 设置为服务启动程序,这个用了一个自定义函数,值得学习-Settings for the service startup procedure, this used a custom function, it is worth learning
splitStr
- 分割字符串的自定义函数,引入参数,用户自定义输入分割字符串,来分割出相应的字符串。-a custom function of Splitting string
函数
- 函数分为系统函数和自定义函数 自定义函数定义特点: function 函数名的要求:只能够由字母、下划线和数字构成,而数字不能作为首字母 如果有返回值,用return关键字把要返回的数据返回。(Function is divided into system function and user-defined function Custom function definition features: Function Requirements for function names: