代码搜索:requiring
找到约 179 项符合「requiring」的源代码
代码结果 179
www.eeworm.com/read/275831/10794439
rb 02 - requiring a specific version of a gem.rb
require 'rubygems'
require 'cmdparse' # => true
#---
require_gem 'nosuchgem'
# Gem::LoadError: Could not find RubyGem nosuchgem (> 0.0.0)
#---
require_gem 'cmdp
www.eeworm.com/read/252270/12290319
txt 回复找不到libncurses.so.4.txt
作者:L772
email: L772@263.net
日期:8/30/2001 4:45:53 PM
Red Hat 7 does not include this level of the library in their standard ncurses-5.1-2 package, requiring that you install the ncurses4-5.0-2 libra
www.eeworm.com/read/150231/12303820
txt read.txt
This m file models a DPSK UWB system using a delay in one leg of the mixer, correlation receiver low pass filter combination requiring no template for synching. Various waveforms are displayed through
www.eeworm.com/read/458138/7303786
pdf new algorithm requiring no preprocessing for wideband doa estimation.pdf
www.eeworm.com/read/253533/12216633
txt 2.9.txt
Listing 2.9 Abstract Classes Requiring Implementation public abstract class
MediaDevice
{
bool on = false;
virtual public void TurnOn()
{
on = true;
}
virtual public void TurnOff()
{
on = fa
www.eeworm.com/read/174006/9612605
txt 2.9.txt
Listing 2.9 Abstract Classes Requiring Implementation public abstract class
MediaDevice
{
bool on = false;
virtual public void TurnOn()
{
on = true;
}
virtual public void TurnOff()
{
on = fa
www.eeworm.com/read/109233/6175963
rb md5.rb
# just for compatibility; requiring "md5" is obsoleted
#
# $RoughId: md5.rb,v 1.4 2001/07/13 15:38:27 knu Exp $
# $Id: md5.rb,v 1.1.2.1 2001/08/16 07:35:42 knu Exp $
require 'digest/md5'
MD5 = Diges
www.eeworm.com/read/109233/6175964
rb sha1.rb
# just for compatibility; requiring "sha1" is obsoleted
#
# $RoughId: sha1.rb,v 1.4 2001/07/13 15:38:27 knu Exp $
# $Id: sha1.rb,v 1.1.2.1 2001/08/16 07:35:42 knu Exp $
require 'digest/sha1'
SHA1 =
www.eeworm.com/read/137691/5821391
nc xnpconfig.nc
// $Id: XnpConfig.nc,v 1.3 2003/10/07 21:46:27 idgay Exp $
// XnpConfig interface: allow querying of the current Xnp state without
// requiring a client module to respond to NPX_DOWNLOAD_REQ.
inter
www.eeworm.com/read/155397/5622696
nc xnpconfig.nc
// $Id: XnpConfig.nc,v 1.1.2.2 2003/08/18 22:09:49 cssharp Exp $
// XnpConfig interface: allow querying of the current Xnp state without
// requiring a client module to respond to NPX_DOWNLOAD_REQ.