代码搜索:self

找到约 10,000 项符合「self」的源代码

代码结果 10,000
www.eeworm.com/read/431285/8691956

tcl dsr.tcl

# dsr.tcl # $Id: dsr.tcl,v 1.11 1998/09/03 15:47:20 dmaltz Exp $ # ====================================================================== # Default Script Options # ==================================
www.eeworm.com/read/431285/8691995

tcl mobile_node.tcl

# ====================================================================== # # The ARPTable class # # ====================================================================== ARPTable instproc init args {
www.eeworm.com/read/431199/8701637

cpp dlltest.cpp

#ifndef CRYPTOPP_DLL_ONLY #define CRYPTOPP_DEFAULT_NO_DLL #endif #include "dll.h" #include USING_NAMESPACE(CryptoPP) USING_NAMESPACE(std) void FIPS140_SampleApplication() { if (!FIPS_14
www.eeworm.com/read/387007/8712924

c obex_client.c

/********************************************************************* * * Filename: obex_client.c * Version: 0.8 * Description: Handles client operations * Status:
www.eeworm.com/read/387007/8712987

c obex_main.c

/********************************************************************* * * Filename: obex_main.c * Version: 0.9 * Description: Implementation of the Object Exchange Pr
www.eeworm.com/read/287148/8718615

cdb hello.cdb

//! Generic C54xx Base -- only on-chip memory //# c54xx.cdb 4.02.83 object USERREGS :: MEM { param iComment :: "This object defines space for the DSP's memory mapped registers and can't be
www.eeworm.com/read/287148/8718714

cdb volume.cdb

//! Generic C54xx Base -- only on-chip memory //# c54xx.cdb 4.02.83 object USERREGS :: MEM { param iComment :: "This object defines space for the DSP's memory mapped registers and can't be delet
www.eeworm.com/read/286667/8751503

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/385817/8787777

py svm.py

import svmc from svmc import C_SVC, NU_SVC, ONE_CLASS, EPSILON_SVR, NU_SVR from svmc import LINEAR, POLY, RBF, SIGMOID, PRECOMPUTED from math import exp, fabs def _int_array(seq): size = len(seq) a
www.eeworm.com/read/285975/8798389

028_best ch15.028_best

############################################################################## ## Code fragment (Recommended) from Chapter 15 of "Perl Best Practices" ## ## Copyright (c) O'Reilly & Associates