代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/447020/7560302
m scalefactor.m
function theResult = scalefactor(self, theNewScalefactor)
% ncvar/scalefactor -- "scale-factor" attribute value.
% scalefactor(self) returns the "scale_factor" attribute
% value of self, an "n
www.eeworm.com/read/447020/7560363
m isepic.m
function theResult = isepic(self)
% netcdf/isepic -- Is this an epic file?
% isepic(self) returns TRUE (1) if self, a "netcdf"
% object, appears to represent a NOAA epic file.
% Copyright
www.eeworm.com/read/447020/7560365
m ncregister.m
function theResult = ncregister(self, theValue)
% netcdf/ncregister -- Register a netcdf object.
% theResult = ncregister(self) returns the current
% registry entry for self, a "netcdf" object
www.eeworm.com/read/446308/7581446
dst gre必背.dst
stigma[]n.污点
stymie[]v.妨碍
disgrace[]n.耻辱
reproach[]v.责骂
sunder[]v.拆散
sundry[]a.杂多的
surreptitious[]a.秘密的
sycophant[]n.奉承者
tacit[]a.无言的
tawdry[]a. 俗气的
clandestine[]a.秘密的
gaudy[]a. 俗丽的
tenaci
www.eeworm.com/read/446006/7586863
py listing24-2.py
from asyncore import dispatcher
import socket, asyncore
class ChatServer(dispatcher):
def handle_accept(self):
conn, addr = self.accept()
print 'Connection attempt from', addr[0]
www.eeworm.com/read/436720/7763840
c tcp.c
#include "DSP28_Device.h"
struct ipaddr server_ipaddr,nod_ipaddr,r_ipaddr;
struct mac MAC_server,MAC_broad,MAC_rec;
struct mac MAC_self,MAC_nod;
struct iphdr t_iphdr;
struct
www.eeworm.com/read/435213/7795413
patch ns-2.29.3-aodv-uu-0.9.2.patch
diff -uprN ns-2.29.orig/common/packet.h ns-2.29/common/packet.h
--- ns-2.29.orig/common/packet.h 2005-10-20 06:45:22.000000000 +0200
+++ ns-2.29/common/packet.h 2006-07-15 15:47:42.000000000 +0200
@@
www.eeworm.com/read/399913/7822882
patch ns-2.29.3-aodv-uu-0.9.2.patch
diff -uprN ns-2.29.orig/common/packet.h ns-2.29/common/packet.h
--- ns-2.29.orig/common/packet.h 2005-10-20 06:45:22.000000000 +0200
+++ ns-2.29/common/packet.h 2006-07-15 15:47:42.000000000 +0200
@@
www.eeworm.com/read/299228/7871932
pm ftptest.pm
#!/usr/bin/perl -w
package FTPTest;
use strict;
use FTPServer;
use WgetTest;
our @ISA = qw(WgetTest);
my $VERSION = 0.01;
{
my %_attr_data = ( # DEFAULT
);
sub _default_for