代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/252940/12253052
c bind.c
/*-------
* Module: bind.c
*
* Description: This module contains routines related to binding
* columns and parameters.
*
* Classes: BindInfoClass, ParameterInfoClass
*
* API functions
www.eeworm.com/read/252940/12253085
h qresult.h
/* File: qresult.h
*
* Description: See "qresult.c"
*
* Comments: See "notice.txt" for copyright and license information.
*
*/
#ifndef __QRESULT_H__
#define __QRESULT_H__
#include "psqlodb
www.eeworm.com/read/338615/12292018
cdb dsk6711.cdb
//! DSK6711 Base Seed
//# c6211.cdb 4.02.83
object SDRAM :: MEM {
param iComment :: "This object defines space for the DSP's off-chip memory"
param iIsUsed :: 1
param iId :: 0
param
www.eeworm.com/read/338608/12292180
cdb tsktest.cdb
//! DSK6711 Base Seed
//# c6211.cdb 4.02.83
object SDRAM :: MEM {
param iComment :: "This object defines space for the DSP's off-chip memory"
param iIsUsed :: 1
param iId :: 0
www.eeworm.com/read/338607/12292386
cdb memtest.cdb
//! DSK6711 Base Seed
//# c6211.cdb 4.02.83
object SDRAM :: MEM {
param iComment :: "This object defines space for the DSP's off-chip memory"
param iIsUsed :: 1
param iId :: 0
www.eeworm.com/read/337282/12379372
py entry_completion.py
#!/usr/bin/env python
'''Entry Completion
GtkEntryCompletion provides a mechanism for adding support for
completion in GtkEntry.
'''
# pygtk version: Maik Hertha
import gtk
www.eeworm.com/read/337282/12379383
py hypertext.py
#!/usr/bin/env python
'''Text Widget/Hypertext
Usually, tags modify the appearance of text in the view, e.g. making it
bold or colored or underlined. But tags are not restricted to appearance.
They c
www.eeworm.com/read/337282/12379388
py changedisplay.py
#!/usr/bin/env python
'''Change Display
Demonstrates migrating a window between different displays and
screens. A display is a mouse and keyboard with some number of
associated monitors. A screen is
www.eeworm.com/read/250397/12408663
txt readme.txt
The programs:
Query, main4 and main5:
take an argument that specifies the file to read. They also
read the standard input iterating with the user for words
to find in the file.
The f
www.eeworm.com/read/336723/12422069
pas fsearch.pas
unit Fsearch;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls, ExtCtrls;
type
Tsearch = class(TForm)
Button