代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/356118/10236540
pas main.pas
unit main;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ImgList, Buttons, Menus, StdCtrls, ActnList, Grids, DBGrids,
jpeg, ExtCtrls
www.eeworm.com/read/355605/10254648
cpp bookmesview.cpp
/*
* ============================================================================
* Name : CBookMesView from CAknView
* Part of : BookMes
* Copyright (c) 2003 Nokia. All rights reserved.
www.eeworm.com/read/355605/10254706
cpp selectcardview.cpp
#include
#include
#include
#include "FrMes.hrh"
#include "SelectCardView.h"
#include "SelectCardContainer.h"
#include "CreateMesView.h"
#include "F
www.eeworm.com/read/281195/10257627
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
from math import exp, fabs
def _int_array(seq):
size = len(seq)
array = svmc.n
www.eeworm.com/read/162790/10270762
c keyboard.c
#define outb(value,port) \
__asm__ ("outb %%al,%%dx"::"a" (value),"d" (port))
#define inb(port) ({ \
unsigned char _v; \
__asm__ volatile ("inb %%dx,%%al":"=a" (_v):"d" (port)); \
_v; \
})
#define
www.eeworm.com/read/426214/10274491
cdb semtest.cdb
//! Generic C54xx Base -- only on-chip memory
//# c54xx.cdb 4.60.22
object USERREGS :: MEM {
param iComment :: "This object defines space for the DSP's memory mapped registers and can't be delet
www.eeworm.com/read/280954/10276486
py database.py
#
# Copyright (c) 2006, 2007 Canonical
#
# Written by Gustavo Niemeyer
#
# This file is part of Storm Object Relational Mapper.
#
# Storm is free software; you can redistribute
www.eeworm.com/read/280954/10276492
py variables.py
#
# Copyright (c) 2006, 2007 Canonical
#
# Written by Gustavo Niemeyer
#
# This file is part of Storm Object Relational Mapper.
#
# Storm is free software; you can redistribute
www.eeworm.com/read/280954/10276513
py postgres.py
#
# Copyright (c) 2006, 2007 Canonical
#
# Written by Gustavo Niemeyer
#
# This file is part of Storm Object Relational Mapper.
#
# Storm is free software; you can redistribute
www.eeworm.com/read/280954/10276534
py base.py
# -*- encoding: utf-8 -*-
#
# Copyright (c) 2006, 2007 Canonical
#
# Written by Gustavo Niemeyer
#
# This file is part of Storm Object Relational Mapper.
#
# Storm is free softw