代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/275831/10794141
rb 04 - shuffling an array.rb
[1,2,3].sort_by { rand } # => [1, 3, 2]
#---
class Array
def shuffle!
each_index do |i|
j = rand(length-i) + i
self[j], self[i] = self[i], self[j]
end
end
def shuffle
www.eeworm.com/read/275708/10800241
js jtree.js
/*=============================================================================
程序名:JTree。
完成时间:2005/12/5
作者:xlinFairy
E-mail:1fairy1@163.com
请保留作者信息
===========================================
www.eeworm.com/read/419765/10839068
py chooser.py
#---------------------------------------------------------------------
# Chooser test
#
# This script demonstrates the usage of the class-based chooser.
#
# Author: Gergely Erdelyi
www.eeworm.com/read/419765/10839132
py init.py
#!/usr/bin/env python
#------------------------------------------------------------
# IDAPython - Python plugin for Interactive Disassembler Pro
#
# Copyright (c) 2004-2008 Gergely Erdelyi
www.eeworm.com/read/348907/10860460
py gnomeglade.py
### Copyright (C) 2002-2006 Stephen Kennedy
### This program is free software; you can redistribute it and/or modify
### it under the terms of the GNU General Public License as pub
www.eeworm.com/read/348907/10860615
py svn.py
### Copyright (C) 2002-2005 Stephen Kennedy
### Redistribution and use in source and binary forms, with or without
### modification, are permitted provided that the following condi
www.eeworm.com/read/348907/10860622
py _vc.py
### Copyright (C) 2002-2005 Stephen Kennedy
### Redistribution and use in source and binary forms, with or without
### modification, are permitted provided that the following condi
www.eeworm.com/read/348907/10860642
py prefs.py
### Copyright (C) 2002-2006 Stephen Kennedy
### This program is free software; you can redistribute it and/or modify
### it under the terms of the GNU General Public License as pub
www.eeworm.com/read/348821/10865631
h lasvm.h
/***********************************************************************
*
* LASVM -- online svm.
* Copyright (C) 2005 NEC Labs America
*
* This program is free software; you can redistribut
www.eeworm.com/read/274537/10866474
cdb test.cdb
//!
//# c5502.cdb 4.90.270
object DARAM :: MEM {
param iComment :: ""
param iIsUsed :: 1
param iId :: 0
param iDelUser :: "USER"
param iDelMsg :: "ok"
para