代码搜索:corresponding
找到约 4,250 项符合「corresponding」的源代码
代码结果 4,250
www.eeworm.com/read/262948/4307276
vals default.vals
#
# Uncomment and edit these lines if you add corresponding default
# values in the users file
#
#Simultaneous-Use: 1
#Framed-IP-Address: 255.255.255.254
#Framed-IP-Netmask: 255.255.255.255
#Framed-MT
www.eeworm.com/read/260597/4331485
txt error.txt
SUMMARY error
#include
char *error();
DESCRIPTION
RETURN VALUE
Returns text of error corresponding to the most recent DOS error. If
error is sys_nerr returns "unkno
www.eeworm.com/read/260597/4331548
c error.c
/* error.c - return text of error corresponding to the most recent DOS error
*
* Modifications:
*
* 05-Jul-1989 bw Use MAXPATHLEN
* 01-Jan-1993 jh Localization of error messag
www.eeworm.com/read/255402/4376306
vals default.vals
#
# Uncomment and edit these lines if you add corresponding default
# values in the users file
#
#Simultaneous-Use: 1
#Framed-IP-Address: 255.255.255.254
#Framed-IP-Netmask: 255.255.255.255
#Framed-MT
www.eeworm.com/read/254811/4380424
txt error.txt
SUMMARY error
#include
char *error();
DESCRIPTION
RETURN VALUE
Returns text of error corresponding to the most recent DOS error. If
error is sys_nerr returns "unkno
www.eeworm.com/read/254811/4380487
c error.c
/* error.c - return text of error corresponding to the most recent DOS error
*
* Modifications:
*
* 05-Jul-1989 bw Use MAXPATHLEN
* 01-Jan-1993 jh Localization of error messag
www.eeworm.com/read/254392/4385371
java parse_reduce_row.java
package com.sun.java_cup.internal;
/** This class represents one row (corresponding to one machine state) of the
* reduce-goto parse table.
*/
public class parse_reduce_row {
/*--------------