代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/436514/7768971
txt readme.txt
All of the executables in this directory are self-contained:
They do not read any input.
Note: the 'plain-ptr' program is likely to crash: It attempts
to assign to a dangling pointer.
www.eeworm.com/read/436409/7770331
cpp cyanview.cpp
/* Copyright (c) 2007, Nokia. All rights reserved */
#include
#include
#include
#include
#include
#include
#inc
www.eeworm.com/read/436409/7770332
cpp yellowview.cpp
/* Copyright (c) 2007, Nokia. All rights reserved */
#include
#include
#include
#include
#include
#include
#inc
www.eeworm.com/read/436409/7770333
cpp redview.cpp
/* Copyright (c) 2007, Nokia. All rights reserved */
#include
#include
#include
#include
#include
#include
#inc
www.eeworm.com/read/435264/7794838
py class_init.py
#!/usr/bin/env python
# Filename: class_init.py
class Person:
def __init__(self,name):
self.name=name
def sayHi(self):
print 'Hello, my name is',self.name
p=Person('Swaroop')
p.sayHi
www.eeworm.com/read/323199/7807313
cpp helpview.cpp
/* Copyright (c) 2007, Nokia. All rights reserved */
#include
#include
#include "ASSISTANTAppUi.h"
#include "HelpView.h"
#include "HelpContainer.h"
#include "ASSISTAN
www.eeworm.com/read/199752/7824860
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/299369/7864680
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 // 定义