代码搜索:self

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

代码结果 10,000
www.eeworm.com/read/138974/13198707

cpp datagram.cpp

// Datagram.cpp // // Copyright (c) 2003 Symbian Ltd. All rights reserved. // // CDatagram (implementation) #include "DatagramService.h" EXPORT_C CDatagram* CDatagram::NewL(TDesC8& aBuf
www.eeworm.com/read/138927/13201837

h library.h

#ifndef _LIBRARY_H_ #define _LIBRARY_H_ #include #include #include #ifdef HAVE_LIBRARY #include typedef struct _Library Library; struct _Lib
www.eeworm.com/read/138927/13201930

c mem.c

#include /*#define MEM_DEBUG*/ #ifdef MEM_DEBUG typedef struct _MemNode MemNode; typedef struct _MemChunk MemChunk; struct _MemNode { ADT data; MemNode *next, *prev; }; struct _MemCh
www.eeworm.com/read/138927/13202010

c fincsys_cpp.c

# 1 "fincsys.c" # 1 "" # 1 "" # 1 "fincsys.c" # 1 "../include/finc/fincsys.h" 1 # 1 "../include/tiny/global.h" 1 # 1 "D:/Bernard/DDE/mingw/include/stdio.h" 1
www.eeworm.com/read/325460/13205515

cpp smsexampleparser.cpp

/* * ============================================================================ * Name : CSMSExampleParser from SMSExampleParser.h * Part of : SMSExample * Created : 12.03.2005 by Forum
www.eeworm.com/read/325151/13223047

s keyboard.s

/* * keyboard.s */ .text .globl _keyboard_interrupt /* * these are for the keyboard read functions */ size = 1024 /* must be a power of two ! And MUST be the same as in tty_io.c !!!! */ h
www.eeworm.com/read/138465/13235090

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 from math import exp, fabs def _int_array(seq): size = len(seq) array = svmc.n
www.eeworm.com/read/138383/13238420

h tools.h

/* * ASTL - the Automaton Standard Template Library. * C++ generic components for Finite State Automata handling. * Copyright (C) 2000-2003 Vincent Le Maout (vincent.lemaout@chello.fr). * * This
www.eeworm.com/read/138165/13254556

pas unit1.pas

unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Grids, DBGrids, DB, DBTables; type TfrmMain = class(TForm)
www.eeworm.com/read/138165/13254570

~pas unit1.~pas

unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Grids, DBGrids, DB, DBTables; type TfrmMain = class(TForm)