代码搜索:Built-In
找到约 2,787 项符合「Built-In」的源代码
代码结果 2,787
www.eeworm.com/read/358128/3001462
pod perlopentut.pod
=head1 NAME
perlopentut - tutorial on opening things in Perl
=head1 DESCRIPTION
Perl has two simple, built-in ways to open files: the shell way for
convenience, and the C way for precision. The sh
www.eeworm.com/read/162614/5530158
c builtin-nonneg-1.c
/* Copyright (C) 2004 Free Software Foundation.
Verify that GCC can determine which built-in functions produce a
nonnegative result.
Written by Kaveh Ghazi, 2004-03-10. */
/* { dg-do lin
www.eeworm.com/read/266192/11237100
java boxobserver.java
//: observer:BoxObserver.java
// Demonstration of Observer pattern using
// Java's built-in observer classes.
package observer;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
www.eeworm.com/read/147311/12569365
html defrender.html
Using Built-in Cell Renderers and Editors in a JTable Component
(Java Developers Almanac Example)
www.eeworm.com/read/147186/12579153
m rectintsparse.m
function [overlap, normoverlap] = rectintSparse(A,B)
%
% A(i,:) = [x y w h]
% B(j,:) = [x y w h]
% overlap(i,j) = area of intersection
% normoverla(i,j)
%
% Same as built-in rectint, but uses l
www.eeworm.com/read/203694/15352911
txt en_readme.txt
yyt_hac's ntrootkit 1.1 Readme
The first thing you should know about this rootkit is that the built-in
backdoor can communicate
with the client in 4 ways (0:Userdefined,1:Icmp,2:Udp,3:Tcp)
www.eeworm.com/read/192030/8410959
m fix.m
function P = fix(P)
% FIX -- built-in FIX, extended to matrix polynomials
%
% P = fix(P)
%
% Round P.coef towards 0.
% Copyright (c) 2004 by Fritz Keinert (keinert@iastate.edu),
% De
www.eeworm.com/read/181830/9235805
m fix.m
function P = fix(P)
% FIX -- built-in FIX, extended to matrix polynomials
%
% P = fix(P)
%
% Round P.coef towards 0.
% Copyright (c) 2004 by Fritz Keinert (keinert@iastate.edu),
% De
www.eeworm.com/read/178061/9420842
m fastnnls.m
function [x,w] = fastnnls(XtX,Xty,tol)
%FASTNNLS Fast version of built-in NNLS
% b = fastnnls(XtX,Xty) returns the vector b that solves X*b = y
% in a least squares sense, subject to b >= 0, give
www.eeworm.com/read/160163/10562755
c cipher_hash_test.c
/* test the ciphers and hashes using their built-in self-tests */
#include "test.h"
int cipher_hash_test(void)
{
int x;
/* test ciphers */
for (x = 0; cipher_descriptor[x].name != NULL;