代码搜索:Built-In
找到约 2,787 项符合「Built-In」的源代码
代码结果 2,787
www.eeworm.com/read/396844/2407630
m myrepmat.m
function T = myrepmat(T, sizes)
% MYREPMAT Like the built-in repmat, except myrepmat(T,n) == repmat(T,[n 1])
% T = myrepmat(T, sizes)
if length(sizes)==1
T = repmat(T, [sizes 1]);
else
T = repmat
www.eeworm.com/read/366702/2866467
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/110993/15520546
cpp mblock.cpp
//: C16:Mblock.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Built-in types in templates
www.eeworm.com/read/105882/15656140
c useropen.c
/* This demo indicates how to read and parse a S-Lang file by bypassing the
* built-in routines.
*/
#include "config.h"
#include
#include
#ifdef HAVE_STDLIB_H
# include
www.eeworm.com/read/100266/15879222
c bobj.c
/* bobj.c: Built-in objects table and corresponding functions */
#include "vt.h"
#include "prmt.h"
#define BTSIZE 23
#define NUM_BOBJ (sizeof(btab) / sizeof(struct bobj))
#define BDECL(name) static
www.eeworm.com/read/432289/8613244
cpp mblock.cpp
//: C16:Mblock.cpp
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Built-in types in templates
#include
www.eeworm.com/read/178378/9404563
cpp mblock.cpp
//: C16:Mblock.cpp
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Built-in types in templates
#include
www.eeworm.com/read/355030/10299739
cpp mblock.cpp
//: C16:Mblock.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Built-in types in templates
#inc
www.eeworm.com/read/258191/11877914
cpp mblock.cpp
//: C16:Mblock.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Built-in types in templates
#inc