代码搜索:参数速查
找到约 10,000 项符合「参数速查」的源代码
代码结果 10,000
www.eeworm.com/read/334451/3368105
c timer.c
//Timer1init:定时器1初始化子程序-------------------------------------------*
//功能:对定时器1初始化 *
//参数:无
www.eeworm.com/read/298155/3874281
dat vb_code49.dat
Property Set语句
声明 Property 过程的名称,参数以及构成其主体的代码,该过程设置一个对象引用。
www.eeworm.com/read/292066/3960075
frm inv_runset.frm
VERSION 5.00
Begin VB.Form Inv_RunSet_Frm
BorderStyle = 3 'Fixed Dialog
Caption = "运行(库存)参数设定"
ClientHeight = 4275
ClientLeft = 45
ClientTop =
www.eeworm.com/read/288165/4009429
c file1.c
# include
extern int multiply(int a, int b) /* 定义外部函数multiply() */
{
int c;
c = a * b;
return c; /* 返回参数的乘积 */
}
www.eeworm.com/read/288165/4009430
c file2.c
# include
extern int sum(int a, int b) /* 定义外部函数sum() */
{
int c;
c = a + b;
return c; /* 返回参数的商 */
}
www.eeworm.com/read/286245/4040562
dfm formset.dfm
object frmFormSet: TfrmFormSet
Left = 248
Top = 111
BorderIcons = []
BorderStyle = bsDialog
Caption = '窗体参数设置'
ClientHeight = 164
ClientWidth = 357
Color = 16643297
Font.Cha
www.eeworm.com/read/274119/4188925
c file1.c
# include
extern int multiply(int a, int b) /* 定义外部函数multiply() */
{
int c;
c = a * b;
return c; /* 返回参数的乘积 */
}
www.eeworm.com/read/274119/4188926
c file2.c
# include
extern int sum(int a, int b) /* 定义外部函数sum() */
{
int c;
c = a + b;
return c; /* 返回参数的商 */
}
www.eeworm.com/read/436106/1854510
dfm autotest.dfm
object frmTestArg: TfrmTestArg
Left = 183
Top = 110
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption =
'定时抄表参数设置 Setup Time Parameters of Timing Meter Reading ' +