代码搜索:Object
找到约 10,000 项符合「Object」的源代码
代码结果 10,000
www.eeworm.com/read/152141/12136953
depcomp
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
scriptversion=2004-05-31.23
# Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
# This program is
www.eeworm.com/read/340601/12145739
cs formmain.cs
//--------------------------------------------------------------------
// FILENAME: FromMain.vb
//
// Copyright(c) 2006 Symbol Technologies Inc. All rights reserved.
//
// DESCRIPTION:
// Demons
www.eeworm.com/read/254326/12145747
frm frmmain.frm
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "Comdlg32.ocx"
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "Comctl32.ocx"
Begin VB.Form frmMain
Caption
www.eeworm.com/read/254326/12145787
frm opcserveruserinterface.frm
VERSION 5.00
Begin VB.Form frmSelectOPCServer
BorderStyle = 3 'Fixed Dialog
Caption = "Form1"
ClientHeight = 4020
ClientLeft = 45
ClientTop =
www.eeworm.com/read/340194/12175538
cpp render_line.cpp
/**
* This file is part of the html renderer for KDE.
*
* Copyright (C) 2003 Apple Computer, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the ter
www.eeworm.com/read/151708/12179803
m ccsdsp.m
function cc = ccsdsp(varargin)
%CCSDSP create a link to the Texas Instruments Code Composer(tm) IDE.
% CC = CCSDSP('PropertyName',PropertyValue,...) returns an object
% which is used to communi
www.eeworm.com/read/151708/12179869
m createobj.m
function symtab = createobj(cc,sname,opt)
% CREATEOBJ Creates a link to an embedded symbol.
% O = CREATEOBJ(CC,SYMBOL) - returns an object handle O to the embedded symbol SYMBOL.
% SYMBOL can be
www.eeworm.com/read/151708/12179923
m profile.m
function ps = profile(cc,fmt,timeout)
%PROFILE Returns code execution profile information.
% PS = PROFILE(CC,OPT,TIMEOUT) returns code profile measurements from any
% defined statistics timing o
www.eeworm.com/read/151708/12179959
m reset.m
function dummy = reset(cc,timeout)
%RESET Software reset of the target dsp.
% RESET(CC,TIMEOUT) stops execution of the target DSP processor referenced
% by the CC object and then asynchronously
www.eeworm.com/read/151705/12180149
m rtdx.m
function h = rtdx(bpnum)
%RTDX Construct RTDX(tm) (Real-Time Data Exchange) object.
% R = RTDX(DSPTASK) returns a handle to an RTDX object constructed
% by inheriting the Code Composer Studio(