代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/192685/8298476
html 19416.html
Re: 又错了, 真不好意思, 应该是Zip 完 file 之后, 再用 Winzip 的 Self-Extractor 才对, Sorry again, (无内文)
Re: 又
www.eeworm.com/read/293018/8318264
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/292747/8335870
bluepin
#!/usr/bin/python
#
# Bluetooth PIN helper
# Written by Maxim Krasnyansky
#
import sys, os, string, popen2, pygtk
pygtk.require('2.0')
# X Display initialization.
# Find running
www.eeworm.com/read/392282/8353384
pas mrfsyj.pas
unit MRFSYJ;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, IdMessage, IdBaseComponent, IdComponent,
IdTCPConnect
www.eeworm.com/read/174339/9594988
pas unit_editbase.pas
unit Unit_editbase;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
TFlatButtonUnit, ExtCtrls, Db, DBTables, ComCtrls, StdCtrls;
type
Tfrm_ed
www.eeworm.com/read/174339/9594992
pas main.pas
unit main;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Menus, ComCtrls, ToolWin, ExtCtrls, StdCtrls, Buttons, shellapi,
OleCtrls, ImgList,
www.eeworm.com/read/174274/9598718
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/174150/9606218
xs callback.xs
/*
# Win32::API::Callback - Perl Win32 API Import Facility
#
# Version: 0.40
# Date: 07 Mar 2003
# Author: Aldo Calpini
# $Id: Callback.xs,v 1.0 2002/03/19 10