代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/457308/7328061
pyw textstat.pyw
#!/usr/bin/python
# -*- coding: iso-8859-1 -*-
import os, cPickle, StringIO, sys, webbrowser
from Tkinter import *
import tkMessageBox, tkFileDialog
import StatusBar, ToolBar, ProgressBar
import TabP
www.eeworm.com/read/456869/7337949
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/455079/7378278
c wm_sock.c
#include "sock.h"
#include
#pragma comment(lib,"Ws2.lib")
struct wmsock
{
struct ISock vt;
SOCKET m_socket;
WSAEVENT m_hEventRead;
WSAEVENT m_hEventWrite;
WSAEVENT m_hEven
www.eeworm.com/read/454470/7389310
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/454451/7390319
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/454275/7395325
s keyboard.s
/*
* linux/kernel/keyboard.S
*
* (C) 1991 Linus Torvalds
*/
/*
* Thanks to Alfred Leung for US keyboard patches
* Wolfgang Thiel for German keyboard patches
* Marc Corsini for the French
www.eeworm.com/read/454223/7395940
cpp 1016numbersthatcount.cpp
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
using namespace
www.eeworm.com/read/452536/7437790
pas bm_hintu.pas
unit BM_HINTU;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ExtCtrls, Menus;
type
TBM_HINTF = class(TForm)
www.eeworm.com/read/452050/7451128
java 3065304_wa.java
import java.util.*;
public class Main
{
public static String change(String num)
{
String ret;
ret = "";
for(int i = 0; i < 10; i++)
{
int cnt = 0;
for(int j = 0; j < nu
www.eeworm.com/read/452050/7451129
java 3065266_ce.java
import java.util.*;
public class Main
{
public static String change(String num)
{
String ret;
ret = "";
for(int i = 0; i < 10; i++)
{
int cnt = 0;
for(int j = 0; j < nu