代码搜索:self

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

代码结果 10,000
www.eeworm.com/read/483659/6600341

l ch2-09.l

%{ int comments, code, whiteSpace; %} %s COMMENT %% ^[ \t]*"/*" { BEGIN COMMENT; /* enter comment eating state */ } ^[ \t]*"/*".*"*/"[ \t]*\n { comments++; /* self-contained comment */ }
www.eeworm.com/read/482656/6620774

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/482451/6624840

pro test_widget_tree.pro

;+ ;:Description: ; 树形结构列系统的文件目录 ; ; Author: DYQ 2009-4-16; ; ; E-Mail: sdlcdyq@sina.com ; QQ362463351 ;- ; PRO Test_widget_tree_event,event WIDGET_CONTROL, event.top,get_UValue = pSta
www.eeworm.com/read/481257/6646688

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/481259/6646740

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/480689/6659889

pas frm_yzu.pas

unit frm_yzU; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, Grids, DBGrids, StdCtrls, DBCtrls,DataMU,DB, ADODB,config; typ
www.eeworm.com/read/480689/6659896

pas frm_yzeditu.pas

unit frm_yzEditU; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls,DB, ADODB,config; type Tfrm_yzEdit = class(TForm) E
www.eeworm.com/read/480689/6659913

pas frm_mainu.pas

unit frm_mainU; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Menus, ExtCtrls, ToolWin, ComCtrls,DataMU, jpeg; type TFrm_main = c
www.eeworm.com/read/480845/6662477

py arc_arc_int.py

#!/usr/bin/env python import Tix,math,tkFont class Punkt: def __init__(self,x=0,y=0): self.x=x self.y=y def text(self): return "[%9.4f,%9.4f]"%(self.x,self.y) class Appn(Tix.Fram
www.eeworm.com/read/477743/6733654

changelog

2.0 --- * Completely rewritten in a more modern style. * Full self-checking test bench with official test vectors. * Easier to maintain, modify, optimize. * Easier to target to modern FPGAs.