代码搜索:参数对比
找到约 10,000 项符合「参数对比」的源代码
代码结果 10,000
www.eeworm.com/read/35567/1059324
c file1.c
# include
extern int multiply(int a, int b) /* 定义外部函数multiply() */
{
int c;
c = a * b;
return c; /* 返回参数的乘积 */
}
www.eeworm.com/read/35567/1059325
c file2.c
# include
extern int sum(int a, int b) /* 定义外部函数sum() */
{
int c;
c = a + b;
return c; /* 返回参数的商 */
}
www.eeworm.com/read/482153/1289851
js guestinfomanage.js
// JScript 文件
var GuestInfoStore;
RoomGuestInfoManage=function(node){
//分页每页显示数量
var pageSize = 12;
//指定列参数
var fields = ["guestid","guestcardid","guestname","guestsex","guestmobile",
www.eeworm.com/read/466415/1511090
js guestinfomanage.js
// JScript 文件
var GuestInfoStore;
RoomGuestInfoManage=function(node){
//分页每页显示数量
var pageSize = 12;
//指定列参数
var fields = ["guestid","guestcardid","guestname","guestsex","guestmobile",
www.eeworm.com/read/461515/1552568
java sysconfig.java
package com.qrsx.exam.config;
import java.util.Hashtable;
/**
* 系统参数对象
*
* @author galaxy
*
*/
public class SysConfig {
private Hashtable properties;
/**
www.eeworm.com/read/457565/1596129
js guestinfomanage.js
// JScript 文件
var GuestInfoStore;
RoomGuestInfoManage=function(node){
//分页每页显示数量
var pageSize = 12;
//指定列参数
var fields = ["guestid","guestcardid","guestname","guestsex","guestmobile",
www.eeworm.com/read/452706/1648516
java sysconfig.java
package cn.hxex.exam.config;
import java.util.Hashtable;
/**
* 系统参数对象
*
* @author galaxy
*
*/
public class SysConfig
{
private Hashtable properties;
/**
*