代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/284301/8948031
py a2dpd.py
#! /usr/bin/env python
"""
Simple multi-client A2DP server
* Copyright (C) 2006 Sergei Krivov
*
* This program is free software; you can redistribute it and/or modify
* it und
www.eeworm.com/read/282782/9060939
pas lxpopup.pas
unit lxpopup;
interface
uses
Windows, Classes, Graphics, StdCtrls, ExtCtrls, Controls, Forms,
ShellApi, Dialogs, SysUtils, Messages;
Const
WS_EX_NOACTIVATE = $8000000;
Type
TOr
www.eeworm.com/read/282782/9061001
pas msnpopup.pas
Unit MSNPopUp;
Interface
Uses
Windows, Classes, Graphics, StdCtrls, ExtCtrls, Controls, Forms,
ShellApi, Dialogs, SysUtils, Messages;
Const
WS_EX_NOACTIVATE = $8000000;
Type
TO
www.eeworm.com/read/282777/9062217
pas unitpltortf.pas
{ Support: xcwen@sina.com }
// xcwen 2005-7~~~2005-8 delphi7
// 2005-12
unit UnitPLToRtf;
interface
uses
Windows, Messages, SysUtils, Classes, Contr
www.eeworm.com/read/381890/9067207
py pydmtx.py
# pydmtx - Python wrapper for libdmtx
#
# Copyright (c) 2006 Dan Watson
# Copyright (c) 2007 Mike Laughton
# Copyright (c) 2008 Jonathan Lung
#
# This library is free software; you can redistribute it
www.eeworm.com/read/282675/9075108
py rawserver.py
# The contents of this file are subject to the BitTorrent Open Source License
# Version 1.0 (the License). You may not copy or use this file, in either
# source code or executable form, except in com
www.eeworm.com/read/282675/9075113
py selectpoll.py
# The contents of this file are subject to the BitTorrent Open Source License
# Version 1.0 (the License). You may not copy or use this file, in either
# source code or executable form, except in com
www.eeworm.com/read/282487/9089798
pas mudutil.pas
unit MudUtil;
interface
uses
Windows, Classes, SysUtils;
type
TQuickList = class(TStringList)
private
GQuickListCriticalSection: TRTLCriticalSection;
public
constructor Crea
www.eeworm.com/read/282441/9093311
py am_edit.py
import getopt, string, posixpath, sys, os, os.path, re
# Some global globals...
verbose = 0
thisProg = posixpath.basename(sys.argv[0])
if not thisProg: # happy only when running in xemacs ;/
www.eeworm.com/read/282281/9106446
cpp hellotestappview.cpp
/*
============================================================================
Name : hellotestAppView.cpp
Author :
Copyright : Your copyright notice
Description : Application view imp