代码搜索:Built-In
找到约 2,787 项符合「Built-In」的源代码
代码结果 2,787
www.eeworm.com/read/337307/12377325
m inv.m
%求逆矩阵
%用法 B=inv(A) 其中A为数值或符号方阵,B返回A的逆
%例如
% inv([1 2;3 4]) %数值
% syms a b c d;inv([[a,b;c,d]) %符号
%
%INV Matrix inverse.
% INV(X) is the inverse of the square
www.eeworm.com/read/126694/14406493
txt md5_1.txt
MD5(1) USER COMMANDS MD5(1)
NAME
md5 - calculate a message-digest fingerprint (checksum) for
a file
SYNOPSIS
md5 [ -t | -x | -s
www.eeworm.com/read/126694/14406496
1 md5.1
.TH MD5 1 "Feb 14, 1994"
.SH NAME
md5 \- calculate a message-digest fingerprint (checksum) for a file
.SH SYNOPSIS
.B md5
[ -t | -x | -sstring | filename(s) ]
.SH DESCRIPTION
.B md5
takes as i
www.eeworm.com/read/219532/14876814
js testingcase06.js
//*****************************************************************************
// A Practical Guide to Script-Driven Software Development
// Author: Qiming Lu Date: 5/1/2006
www.eeworm.com/read/162614/5517801
c redef1.c
// { dg-options "" }
// PR c++/16193
# 1 "syshdr1.C"
# 1 "syshdr1.h" 1 3
// Redefinitions of built-in types are allowed in system headers so
// that G++ will work with system headers that are not ful
www.eeworm.com/read/162614/5519817
c builtins10.c
// { dg-do assemble }
// Test that built-in functions don't warn when prototyped without arguments.
// Origin: PR c++/9367
// Copyright (C) 2003 Free Software Foundation.
extern "C" int snprintf();
www.eeworm.com/read/162614/5531481
c redecl-4.c
/* Test for multiple declarations and composite types, with built-in
functions. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=c89 -Wformat -g"