代码搜索:itself

找到约 5,630 项符合「itself」的源代码

代码结果 5,630
www.eeworm.com/read/162519/5545343

java databasemetadata.java

/* DatabaseMetaData.java -- Information about the database itself. Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free so
www.eeworm.com/read/156531/5611554

pm select.pm

# IO::Select.pm # # Copyright (c) 1995 Graham Barr. All rights reserved. This program is free # software; you can redistribute it and/or modify it under the same terms # as Perl itself. package
www.eeworm.com/read/393518/8280716

m gausprod.m

function [g,u,k]=gausprod(m,c,e) %GAUSPROD calculates a product of gaussians [G,U,K]=(M,C) % calculates the product of n d-dimensional multivariate gaussians % this product is itself a gaussian %
www.eeworm.com/read/292796/8333001

gnumakefile

# Having a separate GNUmakefile lets me `include' the dynamically # generated rules created via Makefile.maint as well as Makefile.maint itself. # This makefile is used only if you run GNU Make. # It
www.eeworm.com/read/172888/9683340

c wraplib.c

/* * Wrapper functions for our own library functions. * Most are included in the source file for the function itself. */ #include "unp.h" const char * Inet_ntop(int family, const void *ad
www.eeworm.com/read/113381/15457101

txt urb.txt

1. Specification of the API More documentation can be found at http://usb.in.tum.de 1.1. Basic concept or 'What is an URB?' The basic idea of the new driver is message passing, the message itself i
www.eeworm.com/read/112475/15484621

java circle.java

import java.awt.*; import java.awt.geom.*; /** * A circle that can be manipulated and that draws itself on a canvas. * * @author Michael Kolling and David J. Barnes * @version 1.0 (15 July 200
www.eeworm.com/read/112475/15484641

java circle.java

import java.awt.*; import java.awt.geom.*; /** * A circle that can be manipulated and that draws itself on a canvas. * * @author Michael Kolling and David J. Barnes * @version 1.0 (15 July 200
www.eeworm.com/read/104056/15711050

gnumakefile

# Having a separate GNUmakefile lets me `include' the dynamically # generated rules created via Makefile.maint as well as Makefile.maint itself. # This makefile is used only if you run GNU Make. # It
www.eeworm.com/read/430096/8767122

java ex19.java

// innerclasses/Ex19.java // TIJ4 Chapter Innerclasses, Exercise 19, page 366 /* Create a class containing an inner class that itself contains an inner * class. Repeat this using nested classes. No