代码搜索:Built-In
找到约 2,787 项符合「Built-In」的源代码
代码结果 2,787
www.eeworm.com/read/277208/10654241
readme
$FreeBSD: src/tools/tools/crypto/README,v 1.1 2002/12/14 06:23:58 sam Exp $
The cryptotest program repeatedly encrypts and decrypts a buffer
with the built-in iv and key, using hardware crypto. At t
www.eeworm.com/read/419832/10834583
c bstree.c
/*Binary Search Tree*/
#include
#include
clock_t start, stop; /* clock_t is a built-in type for processor time (ticks) */
double duration; /* records the run time (seconds) of
www.eeworm.com/read/439988/7696262
h dot11hddlib.h
/* dot11HddLib.h - Contains function prototypes for the built-in HDD types*/
/* Copyright 2004 Wind River Systems, Inc. */
/*
Modification History
--------------------
02a,25aug04,rb Wind River Wir
www.eeworm.com/read/439686/7703004
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/397859/8018629
htm ref_m-q.htm
Math object
A built-in object that has properties and methods for mathematical constants and functions. For example, the Math object's PI proper
www.eeworm.com/read/326313/13148677
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/136879/13355908
cpp fig07_02.cpp
// Fig. 7.2: fig07_02.cpp
// Using a member initializer to initialize a
// constant of a built-in data type.
#include
class Increment {
public:
Increment( int c = 0, int i =
www.eeworm.com/read/150881/5688118
java randomjava.java
package org.jgap.util;
import org.jgap.*;
import java.util.Random;
/**
Implementation of a randomX-compliant class based upon the
built-in Java.util.Random generat
www.eeworm.com/read/100285/6272080
sql varchar.sql
-- ****************** test built-in type varchar **************
--
CREATE TABLE VARCHAR_TBL(f1 varchar(1));
INSERT INTO VARCHAR_TBL (f1) VALUES ('a');
INSERT INTO VARCHAR_TBL (f1) VALUES ('A');
-
www.eeworm.com/read/493005/6403781
c func.c
/*
* func - built-in functions implemented here
*
* Copyright (C) 1999-2006 David I. Bell, Landon Curt Noll and Ernest Bowen
*
* Primary author: David I. Bell
*
* Calc is open software; you c