代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/211338/15182745
pas f_main.pas
unit f_main;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ToolWin, ComCtrls, ExtCtrls, Menus, ImgList;
type userinfo = record // 定义
www.eeworm.com/read/210425/15198832
pas cmppclient.pas
unit CMPPClient;
interface
uses
Windows, Messages, SysUtils, Classes, IdBaseComponent, IdComponent,
IdTCPConnection, IdTCPClient,SMSPUBLIC,SGIPTYPE,CMPPTYPE;
type
TCMPPClient = cla
www.eeworm.com/read/210000/15209992
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/209264/15224337
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/209081/15227522
s keyboard.s
/*
* linux/kernel/keyboard.S
*
* (C) 1991 Linus Torvalds
*/
/*
* Thanks to Alfred Leung for US keyboard patches
* Wolfgang Thiel for German keyboard patches
* Marc Corsini for the French keyboard
*/
www.eeworm.com/read/207831/15260711
pas savepas.pas
unit SavePas;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TSaveForm = class(TForm)
Button1: TButton;
B
www.eeworm.com/read/207820/15261441
s keyboard.s
/*
* linux/kernel/keyboard.S
*
* (C) 1991 Linus Torvalds
*/
/*
* Thanks to Alfred Leung for US keyboard patches
* Wolfgang Thiel for German keyboard patches
* Marc Corsini for the French
www.eeworm.com/read/207612/15266897
pas bm_hintu.pas
unit BM_HINTU;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ExtCtrls, Menus;
type
TBM_HINTF = class(TForm)
www.eeworm.com/read/207612/15266931
pas rs_synthunit.pas
unit RS_SynthUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ComCtrls, StdCtrls, Grids, DBGrids, OleCtnrs, DBCtrls, Mask,
Button
www.eeworm.com/read/207612/15266934
pas gz_inunit.pas
unit GZ_InUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls, Mask, DBCtrls, DB, ADODB, Buttons;
type
TGZ_InF