代码搜索:Setting
找到约 10,000 项符合「Setting」的源代码
代码结果 10,000
www.eeworm.com/read/136849/5843386
mak ausystem.mak
#
# Setting Directory for AUS Objects
#
# WIPDB treated differently from other AUSOBJ2s as it causes
# the TI optimiser to crash.
include $(AUSYSTEM_DIR)/ausystem_env.mak
COPTAUS = -me -mt -o
www.eeworm.com/read/136786/5863746
s head.s
/*
* linux/arch/i386/head.S -- the 32-bit startup code.
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* Enhanced CPU detection and feature setting code by Mike Jagdis
* and Martin Mares, No
www.eeworm.com/read/134901/5891536
m~ train_lin_denois.m~
% Training of linear PCA model to tuned for image restoration.
%
% Modifications:
% 5-may-2004, VF
% 14-apr-2004, VF
% 13-apr-2004, VF
% 17-mar-2004, VF
% == Setting ================================
www.eeworm.com/read/131315/5941138
c fgetpos.c
#include
#include
// ANSI explicily requires setting errno to a positive value on failure.
int fgetpos(FILE* fp, fpos_t *pos)
{
if (!__validfp(fp)) {
#ifdef EBADF
errn
www.eeworm.com/read/131315/5941146
c fsetpos.c
#include
#include
// ANSI explicily requires setting errno to a positive value on failure.
int fsetpos(FILE* fp, const fpos_t *pos)
{
if (!__validfp(fp)) {
#ifdef EBADF
www.eeworm.com/read/128531/5986031
c pgtable.c
/*
* This file contains the routines setting up the linux page tables.
* -- paulus
*
* Derived from arch/ppc/mm/init.c:
* Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
*
* Modifi
www.eeworm.com/read/126765/6012429
c ppp_vxworks.c
/* ppp_vxworks.c - System-dependent procedures for setting up PPP interfaces */
/* Copyright 1995 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1989 Carnegie Mellon Univ
www.eeworm.com/read/110034/6168290
s head.s
/*
* linux/arch/i386/head.S -- the 32-bit startup code.
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* Enhanced CPU detection and feature setting code by Mike Jagdis
* and Martin Mares, No
www.eeworm.com/read/102935/6226877
s head.s
/*
* linux/arch/i386/head.S -- the 32-bit startup code.
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* Enhanced CPU detection and feature setting code by Mike Jagdis
* and Martin Mares, No