代码搜索:itself
找到约 5,630 项符合「itself」的源代码
代码结果 5,630
www.eeworm.com/read/162614/5523249
f90 der_point.f90
! Program to test DERIVED type with components point to the DERIVED
! type itself, and two DERIVED type with componets point to each
! other.
program nest_derived
type record
integer :: valu
www.eeworm.com/read/162614/5523368
f90 module_common.f90
! We were incorrectly trying to create a variable for the common block itself,
! in addition to the variables it contains.
module FOO
implicit none
integer I
common /C/I
contains
subroutine BA
www.eeworm.com/read/344727/3205290
js calendar-da.js
// ** I18N
// Calendar DA language
// Author: Michael Thingmand Henriksen,
// Encoding: any
// Distributed under the same terms as the calendar itself.
// For translat
www.eeworm.com/read/330923/3419462
playtree
How work the playtree ?
Good question, I try to explain but note that it's the first doc
I write :)
First there is two things. The playtree itself and the iterator.
The playtree represent the data
www.eeworm.com/read/330024/3428623
java~5~ ball.java~5~
package jbricks;
import javax.microedition.lcdui.Graphics;
/**
* This class implements the ball, with its radius,
* and x and y step size. The ball knows how to draw
* itself, and every once in a
www.eeworm.com/read/330024/3428624
java~4~ ball.java~4~
package jbricks;
import javax.microedition.lcdui.Graphics;
/**
* This class implements the ball, with its radius,
* and x and y step size. The ball knows how to draw
* itself, and every once in a
www.eeworm.com/read/330024/3428634
java~2~ ball.java~2~
package jbricks;
import javax.microedition.lcdui.Graphics;
/**
* This class implements the ball, with its radius,
* and x and y step size. The ball knows how to draw
* itself, and every once in a
www.eeworm.com/read/330024/3428637
java~3~ ball.java~3~
package jbricks;
import javax.microedition.lcdui.Graphics;
/**
* This class implements the ball, with its radius,
* and x and y step size. The ball knows how to draw
* itself, and every once in a
www.eeworm.com/read/329977/3429182
java dispatchnullprogramid.java
package com.jacob.com;
import com.jacob.test.BaseTestCase;
/**
* This test verifies that the Dispatch object protects itself when the
* constructor is called with a null program id. Prior to
www.eeworm.com/read/327754/3454414
js calendar-da.js
// ** I18N
// Calendar DA language
// Author: Michael Thingmand Henriksen,
// Encoding: any
// Distributed under the same terms as the calendar itself.
// For translat