代码搜索:objects
找到约 10,000 项符合「objects」的源代码
代码结果 10,000
www.eeworm.com/read/177428/9454516
h ekdoclist.h
// EkDocList.h : header file
//
#ifndef __EKDOCLIST_H__
#define __EKDOCLIST_H__
#include // For CTypedPtrList template
/////////////////////////////////////////////////////////
www.eeworm.com/read/177292/9460400
h gistpredicate.h
// -*- Mode: C++ -*-
//--------------------------------------------------------------------
// GiSTpredicate.h
// ---------------
//
// GiST - Generalized Search Tree
// J
www.eeworm.com/read/177292/9460406
cpp gistpredicate.cpp
//--------------------------------------------------------------------
// GiSTpredicate.cpp
// -----------------
//
// GiST - Generalized Search Tree
// June 2001 release,
www.eeworm.com/read/372241/9515627
ldf adsp-ts201_asm.ldf
ARCHITECTURE(ADSP-TS201)
SEARCH_DIR( $ADI_DSP\TS\lib )
$OBJECTS = $COMMAND_LINE_OBJECTS;
// Internal memory blocks are 0x20000 (128k)
MEMORY
{
RESET { TYPE(RAM) START(0x00000
www.eeworm.com/read/372150/9519142
tra adc1.tra
*** Creating Trace Output File 'adc1.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '"startup.o"'
### List of Objects: adding '"main.o"'
### ADS-L
www.eeworm.com/read/371680/9542371
m cos.m
function x = cos(x)
% COS for adtayl objects.
global adtayl_CSSAV adtayl_CSARG
if ~isreal(x.tc)
error('COS, SIN for adtayl objects must not have imaginary part')
end
% Compute and store
www.eeworm.com/read/371680/9542388
m sin.m
function x = sin(x)
% SIN for adtayl objects.
global adtayl_CSSAV adtayl_CSARG
if ~isreal(x.tc)
error('COS, SIN for adtayl objects must not have imaginary part')
end
% Compute and store
www.eeworm.com/read/371680/9542403
m powerin.m
function ans = powerin(x,y)
% X.^Y for adtayl objects.
% The case where X is a general adtayl object and Y is an integer.
switch y
case 1, ans = x;
case 2, x.*x;
case 3, x.*x.*x;
case 4
www.eeworm.com/read/371630/9544830
tra 000.tra
*** Creating Trace Output File '000.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '"startup.o"'
### List of Objects: adding '"sd_file.o"'
### Lis
www.eeworm.com/read/175333/9551222
h appbiosobjects.h
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*