declare function信息详情
declare函数
declare───vt.宣布,声明;断言,宣称;vi.声明,宣布
hereby declare───特此声明
leading declare───前导声明
declare oneself───v.发表意见,显露身份; 抒发己见;显露身分;发表意见
declare s───声明s
declare for───v.表明赞成(拥护);宣布支持…
function───n.功能;[数]函数;职责;盛大的集会;vi.运行;活动;行使职责
declare war on───v.对…宣战,发动进攻;v.发动进攻;对…宣战
leveling function───调平功能
In the module, I declare a function of this type to deal with the incoming data.───在这个模块中,我们声明了一个这种类型的函数来处理到达的数据。
may be pitfalls when you use long long types for function arguments, unless you declare function prototypes.───如果不声明函数原型,使用long long类型作为函数的参数可能会引起一些意想不到的错误。
The let function has several possible options, as does the declare function to which it is closely related.───let函数具有几个可用的选项,可以执行与它密切关联的declare函数。
There may be pitfalls when you use long long types for function arguments, unless you declare function prototypes.───如果不声明函数原型,使用longlong类型作为函数的参数可能会引起一些意想不到的错误。
ParamArray parameters are allowed only on Declare, Function, Property, and Sub parameters.───只允许在Declare、Function、Property和Sub参数上使用ParamArray参数。