代码搜索:Built-In
找到约 2,787 项符合「Built-In」的源代码
代码结果 2,787
www.eeworm.com/read/464109/7169573
m s5.m
function [ret,x0,str,ts,xts]=s5(t,x,u,flag);
%S5 is the M-file description of the SIMULINK system named S5.
% The block-diagram can be displayed by typing: S5.
%
% SYS=S5(T,X,U,FLAG) returns depen
www.eeworm.com/read/105791/6197390
txt command_args.txt
1999-11-21
Emil Brink
Arguments to Built-In Commands
1. INTRODUCTION
This little text outlines gentoo's support for argument to its
built-in commands. This support was first introduc
www.eeworm.com/read/438718/1822750
doc readcd.doc
Interface to CD-ROM player.
This module implements an interface to the built-in cd module. The
intention is to provide a more user-friendly interface than the
built-in module.
The module defines a
www.eeworm.com/read/438718/1822784
doc readcd.doc
Interface to CD-ROM player.
This module implements an interface to the built-in cd module. The
intention is to provide a more user-friendly interface than the
built-in module.
The module defines a
www.eeworm.com/read/438718/1823072
py exceptio.py
"""Class based built-in exception hierarchy.
New with Python 1.5, all standard built-in exceptions are now class objects by
default. This gives Python's exception handling mechanism a more
object-or
www.eeworm.com/read/361261/2947600
c motion.c
/*****************************************************************************
* motion.c: control VLC with laptop built-in motion sensors
***********************************************************
www.eeworm.com/read/485513/6552058
cmd .built-in.o.cmd
cmd_drivers/mtd/chips/built-in.o := arm-linux-ld -EL -r -o drivers/mtd/chips/built-in.o drivers/mtd/chips/chipreg.o drivers/mtd/chips/cfi_probe.o drivers/mtd/chips/cfi_util.o drivers/mtd/chips/cfi
www.eeworm.com/read/216898/14988219
m4 ac_cxx_bool.m4
dnl Available from the GNU Autoconf Macro Archive at:
dnl http://www.gnu.org/software/ac-archive/htmldoc/ac_cxx_bool.html
dnl
AC_DEFUN([AC_CXX_BOOL],
[AC_CACHE_CHECK(whether the compiler recognizes bo
www.eeworm.com/read/167562/5456427
cpp libmng.cpp
#include
int main(int, char **)
{
mng_handle hMNG;
mng_cleanup(&hMNG);
#if MNG_VERSION_MAJOR < 1 || (MNG_VERSION_MAJOR == 1 && MNG_VERSION_MINOR == 0 && MNG_VERSION_RELEASE < 9)
#
www.eeworm.com/read/162614/5531374
c wint_t-1.c
/* { dg-do compile } */
/* { dg-options "-Wall" } */
/* Compile with -Wall to get a warning if built-in and system wint_t don't
match. */
#define _STDDEF_H
#include
__WINT_TYPE__ __wi