代码搜索:performing
找到约 1,922 项符合「performing」的源代码
代码结果 1,922
www.eeworm.com/read/275831/10794363
rb 03 - performing dns queries.rb
require 'resolv'
Resolv::DNS.new.each_address("oreilly.com") { |addr| puts addr }
# 208.201.239.36
# 208.201.239.37
#---
dns = Resolv::DNS.new
domain = "oreilly.com"
dns.each_resource(domain, Resolv::
www.eeworm.com/read/345753/11793174
html manual_performing_a_da_conversion.html
Performing a DA Conversion - Universal Driver Documentation
www.eeworm.com/read/345753/11793204
html manual_performing_an_ad_conversion.html
Performing an AD Conversion - Universal Driver Documentation
www.eeworm.com/read/345753/11793264
html manual_performing_a_da_autocalibration.html
Performing a DA Autocalibration - Universal Driver Documenta
www.eeworm.com/read/345753/11793312
html manual_performing_an_ad_autocalibration.html
Performing an AD Autocalibration - Universal Driver Document
www.eeworm.com/read/345753/11793424
html manual_performing_an_ad_scan.html
Performing an AD Scan - Universal Driver Documentation
www.eeworm.com/read/345753/11793074
html manual_performing_digital_io_operations.html
Performing Digital IO Operations - Universal Driver Document
www.eeworm.com/read/345753/11793381
html manual_performing_a_da_conversion_scan.html
Performing a DA Conversion Scan - Universal Driver Documenta
www.eeworm.com/read/127767/14337165
txt e129. performing bitwise operations with biginteger.txt
A BigInteger object is immutable. For a mutable object that supports bitwise operations, see e363 Performing Bitwise Operations on a Bit Vector.
// Create via an array of bytes in twos-complemen
www.eeworm.com/read/127767/14337232