代码搜索:names
找到约 10,000 项符合「names」的源代码
代码结果 10,000
www.eeworm.com/read/425905/10310267
c names-net.c
/*
* The PCI Library -- Resolving ID's via DNS
*
* Copyright (c) 2007--2008 Martin Mares
*
* Can be freely distributed and used under the terms of the GNU GPL.
*/
#include
www.eeworm.com/read/425905/10310287
o names-hash.o
www.eeworm.com/read/425905/10310289
o names-net.o
www.eeworm.com/read/425905/10310302
o names-parse.o
www.eeworm.com/read/425905/10310315
c names-parse.c
/*
* The PCI Library -- Parsing of the ID list
*
* Copyright (c) 1997--2008 Martin Mares
*
* Can be freely distributed and used under the terms of the GNU GPL.
*/
#include
www.eeworm.com/read/425905/10310343
c names-cache.c
/*
* The PCI Library -- ID to Name Cache
*
* Copyright (c) 2008 Martin Mares
*
* Can be freely distributed and used under the terms of the GNU GPL.
*/
#include
#include
www.eeworm.com/read/353831/10414373
m fg_names.m
function [fun, grad] = fg_names(alg)
%FG_NAMES Returns names of functions which evaluate objective, constraints & grad.
% [fun, grad] = fg_names(alg) returns the names of two functions. The first
%
www.eeworm.com/read/423577/10546818
c get_names.c
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permi
www.eeworm.com/read/421785/10698403
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/421785/10698426
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;