代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/433911/1876535
bmak makefile.change_instance_default.bmak
#----------------------------------------------------------------------------
# Borland Makefile
#
# This file was automatically generated by MPC. Any changes made directly to
# this fi
www.eeworm.com/read/382594/2629720
dsp change_instance_default_static.dsp
# Microsoft Developer Studio Project File - Name="Change_Instance_Default_Static" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
#
www.eeworm.com/read/375190/2733986
cpp grammar_multi_instance_tst.cpp
/*=============================================================================
Copyright (c) 2004 Joel de Guzman
http://spirit.sourceforge.net/
Use, modification and distribution is subj
www.eeworm.com/read/373619/2761274
h mp2dec_instance.h
#ifndef _MPGDATA_H_
#define _MPGDATA_H_
/*******************************************************************
* NOTE: The instance data MUST be aligned on a 2048-byte boundary. *
* One instance
www.eeworm.com/read/179335/9360585
html seq__instance_8h-source.html
DMTL: seq_instance.h Source File
www.eeworm.com/read/179335/9360655
html tree__instance_8h-source.html
DMTL: tree_instance.h Source File
www.eeworm.com/read/275831/10794433
rb 08 - automatically initializing instance variables.rb
class RGBColor(red=0, green=0, blue=0)
@red = red
@green = green
@blue = blue
end
#---
class Object
private
def set_instance_variables(binding, *variables)
variables.each do |var|