代码搜索:using 有哪些应用?
找到约 10,000 项符合「using 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/390106/8483698
htm gridbag_using.htm
Creating a GridBagLayout (Java Developers Almanac Example)
www.eeworm.com/read/388784/8577075
cpp add_using.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/430260/8758772
htm using.phtml.htm
Compiling and testing ETHTEST, the example code
www.eeworm.com/read/429798/8788008
txt using_gcov.txt
Update the Makefile.
CXXFLAGS=-Wall -pedantic -g -fprofile-arcs -ftest-coverage
make clean
make test
gcov --object-directory src/ src/checkmemoryleak.cpp
www.eeworm.com/read/187254/8838424
docx using system.docx
www.eeworm.com/read/428326/8875975
py using_tuple.py
# -*- coding=cp936 -*-
# 文件名:using_tuple.py
zoo = ('wolf', 'elephant', 'penguin')
print '动物园里的动物数量是', len(zoo)
new_zoo = ('monkey', 'dolphin', zoo)
print '新动物园的动物数量是', len(new_zoo)
print '新
www.eeworm.com/read/428326/8875978
py using_name.py
# -*- coding: cp936 -*-
#文件名:using_name.py
if __name__ == '__main__':
print '本程序是自身运行的'
else:
print '我是由其他程序import的'
www.eeworm.com/read/428326/8876058
py using_list.py
# -*- coding=gbk -*-
# 文件名:using_list.py
#这是我的购物单
shoplist = ['苹果', '芒果', '胡萝卜', '香蕉']
print '我有', len(shoplist), '样东西要买.'
print '这些东西分别是:', #注意本行最后的逗号
for item in shoplist:
print it
www.eeworm.com/read/428326/8876062
py using_dict.py
# -*- coding: cp936 -*-
# Filename: using_dict.py
# 'ab' is short for 'a'ddress'b'ook
ab = {'张三' : '广西大学西校园10栋',
'李四' : '广西大学西校园11栋',
'王五' : '广西大学西校园12栋',
'孙六' : '广西大学西校园13