代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/186023/8965872
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 !!!! */
he
www.eeworm.com/read/383091/8974542
pas singletonunit2.pas
unit SingletonUnit2;
interface
uses classes,SysUtils;
type
TSingletonList = class(TList);
TSingletonl = class
public
constructor Create;virtual;
destructor Destroy; ove
www.eeworm.com/read/427126/8974788
txt angel.txt
#==============================================================================
# ■ Game_Actor
#------------------------------------------------------------------------------
# 处理角色的类。本类在 Game_Act
www.eeworm.com/read/382749/9003441
py 080-jsongateway.py
import SocketServer, threading, json
conn = {}
conn_lock = threading.Lock()
class ThreadingServer(SocketServer.ThreadingMixIn,\
SocketServer.TCPServer):
allow_reuse_addres
www.eeworm.com/read/283403/9023829
txt 51. c28x fixed-point math library (sprc085).txt
Fixed-point math library (QMATH) contains highly optimized, fixed point math/trigonometric functions that are developed as an easy-to-use library, which has to be linked to the user's application. The
www.eeworm.com/read/185575/9028795
~pas databfunit.~pas
unit databfunit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ComCtrls, ExtCtrls, DB, ADODB;
type
Tdatabfform
www.eeworm.com/read/185575/9028841
pas databfunit.pas
unit databfunit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ComCtrls, ExtCtrls, DB, ADODB;
type
Tdatabfform
www.eeworm.com/read/283068/9044474
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/282777/9062268
pas unit_searchfilethread.pas
unit Unit_searchfileThread;
interface
uses classes,windows,messages,sysUtils;
const WM_searchfile=Wm_user+$100;
////////////////////////////////////////////////
//