代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/421569/10729001
mak 19boot.mak
CC = iccavr
CFLAGS = -IC:\icc\include\ -e -DATMEGA -DATMega128 -l -g -Mavr_enhanced -Wf-use_elpm
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\icc\lib\ -g -ucrtboothi.o -bvector:0x1f000.0x20000 -bfu
www.eeworm.com/read/276339/10746354
c ckuxla.c
#include "ckcsym.h"
#include "ckcdeb.h" /* Includes... */
#include "ckcker.h"
#include "ckucmd.h"
#include "ckcxla.h"
#ifdef NOXFER
#define zdstuff(a)
#endif /* NOXFER */
#ifndef NOCSETS
char *xl
www.eeworm.com/read/421143/10753580
py mixture.py
# Create mixture of Gaussians
from numpy import *
from scipy.stats.distributions import *
import pylab as PL
class Mix:
def __init__(self,w,mu,sigma):
self.mu=mu # mixture means
self._dim=siz
www.eeworm.com/read/420986/10762915
pas main.pas
unit main;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ImgList, Buttons, Menus, StdCtrls, ActnList, Grids, DBGrids,
jpeg, ExtCtrls
www.eeworm.com/read/420545/10790868
cpp sms3rdappview.cpp
/*
============================================================================
Name : SMS3rdView.cpp
Author :
Version :
Copyright : Your copyright notice
Description : A
www.eeworm.com/read/275831/10793773
rb 01 - adding text to an image.rb
require 'rubygems'
require 'RMagick'
img = Magick::Image.read('canyon.png').first
my_text = "\251 NPS"
copyright = Magick::Draw.new
copyright.annotate(img, 0, 0, 3, 18, my_text) do
self.font = 'Hel
www.eeworm.com/read/275831/10794426
rb 05 - listening for changes to a class.rb
class Tracker
def important
"This is an important method!"
end
def self.method_added sym
if sym == :important
raise 'The "important" method has been redefined!'
else
pu
www.eeworm.com/read/275831/10794567
rb 08 - automatically initializing mixed-in modules.rb
class Class
def included_modules
@included_modules ||= []
end
alias_method :old_new, :new
def new(*args, &block)
obj = old_new(*args, &block)
self.included_modules.each do |mod|
www.eeworm.com/read/420349/10800971
htm guiclock8_aboutview.cpp__.htm
Exercise_GUIClock.rar GUIClock8_aboutview.cpp
www.pudn.com
www.eeworm.com/read/420349/10800974
htm alarm.cpp__.htm
Exercise_GUIClock.rar Alarm.cpp
www.pudn.com >