代码搜索:names
找到约 10,000 项符合「names」的源代码
代码结果 10,000
www.eeworm.com/read/179404/9358027
names monk1.names
| Modified from UC Irvine so attributes have names and values
| as in the monks report by Thrun etal... Ronny Kohavi
| *******************************************************
|
www.eeworm.com/read/179404/9358030
names monk3.names
| Modified attributes to have real names...Ronny
| *******************************************************
| ***************************************************
|
www.eeworm.com/read/176712/9487266
names monk2.names
| *******************************************************
| ***************************************************
| **********************************************
www.eeworm.com/read/176712/9487276
names labor-neg.names
|Date: Tue, 15 Nov 88 15:44:08 EST
|From: stan
|Message-Id:
|To: aha@ICS.UCI.EDU
|
|1. Title: Final settlements in labor negotitions in Canadian
www.eeworm.com/read/176712/9487278
names monk1.names
| *******************************************************
| ***************************************************
| **********************************************
www.eeworm.com/read/176712/9487302
names monk3.names
| *******************************************************
| ***************************************************
| **********************************************
www.eeworm.com/read/359581/10135110
h names_st.h
// names_st.h -- names_st structure header file
// constants
#define SLEN 32
// structure declarations
struct names_st
{
char first[SLEN];
char last[SLEN];
};
// typedefs
typedef
www.eeworm.com/read/359581/10135120
c names_str.c
// names_str.c -- define names_st functions
#include
#include "names_str.h" // include the revised header file
// function definitions
void get_names(names * pn)
{
int i;
www.eeworm.com/read/359581/10135123
c names_st.c
// names_st.c -- define names_st functions
#include
#include "names_st.h" // include the header file
// function definitions
void get_names(names * pn)
{
int i;
pr
www.eeworm.com/read/359581/10135127
h names_str.h
// names_str.h --revised with include protection
#ifndef NAMES_H_
#define NAMES_H_
// constants
#define SLEN 32
// structure declarations
struct names_st
{
char first[SLEN];
cha