代码搜索:self

找到约 10,000 项符合「self」的源代码

代码结果 10,000
www.eeworm.com/read/179278/9361822

c gsegyendianess.c

/* * GSEGYLIB - Library for accessing files in SEG-Y format * * Copyright (C) 2005-2006 Vladimir Bashkardin * * This program is free software; you can redistribute it and/or * modify it u
www.eeworm.com/read/179278/9361824

h gsegyendianess.h

/* * GSEGYLIB - Library for accessing files in SEG-Y format * * Copyright (C) 2005-2006 Vladimir Bashkardin * * This program is free software; you can redistribute it and/or * modify it u
www.eeworm.com/read/179176/9366658

txt slightboy提供的窗口java代码,酷.txt

降落的窗口 function drop(n) { if(self.moveBy){ self.moveBy (0,-900); for(i = n; i
www.eeworm.com/read/374989/9376278

c threaddata.c

#include #include #include pthread_key_t key; void destructor (char * str) { printf ("thread %d ends, param = %s\n", pthread_self(), str); free (str); s
www.eeworm.com/read/374989/9376279

c createthread.c

#include #include #include #include int * thread(void * arg) { pthread_t newthid; newthid = pthread_self(); printf("this is a new thread, thr
www.eeworm.com/read/374030/9423204

pas u_dl.pas

unit U_dl; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, jpeg, ExtCtrls,u_public ; type TFrm_dl = class(TForm) Image1: TImag
www.eeworm.com/read/374030/9423252

pas u_dlkl.pas

unit U_dlkl; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls,u_public; type TFrm_dlkl = class(TForm) GroupBox1: TGrou
www.eeworm.com/read/373627/9446110

index

SOM Self-Organizing Maps: Online Algorithm batchSOM Self-Organizing Maps: Batch Algorithm condense Condense training set for k-NN classifier knn
www.eeworm.com/read/177586/9446333

py feedmanager.py

# The contents of this file are subject to the BitTorrent Open Source License # Version 1.1 (the License). You may not copy or use this file, in either # source code or executable form, except in com
www.eeworm.com/read/177586/9446350

py nattraversal.py

# someday: http://files.dns-sd.org/draft-nat-port-mapping.txt # today: http://www.upnp.org/ import os import sys import Queue import socket import random import logging import urlparse if os.name ==