网站首页  词典首页

请输入您要查询的英文单词:

 

单词 .py
释义

py

美 ['pa?]
英 ['pa?]
  • n.农药年度
  • 网络吡啶(Pyridine);巴拉圭(Paraguay);朋友
n.
1.
农药年度

例句

释义:
1.
The setup. py script can vary quite a bit in content as you browse around popular Python repositories.
当您浏览流行的Python库时,setup.py脚本的内容可能存在相当大的差异。
www.ibm.com
2.
py; note that the only thing this does is to tell Zope what the name is of the class we're installing.
请注意它只做了一件事,即告诉Zope我们正在安装的类的名称。
www.ibm.com
3.
One obvious improvement to the query in fraggle. py would be to group by source, rather than pursuing just a time-ordered display.
对fraggle.py中查询的一个明显改进是根据源进行分组,而不是单单根据时间顺序进行显示。
www.ibm.com
4.
Later, he might write a script with a name like test_all. py or tests. py that imported and ran all of his tests together.
然后,编写一个名为test_all.py或tests.py的脚本,这个脚本导入并运行他的所有测试。
www.ibm.com
5.
An even simpler way that you can do this is to have an additional config. py file with nothing but these three constants in it.
要实现这个目的,一种更简单的方法是额外使用一个config.py文件,其中只包含这三个常量。
www.ibm.com
6.
Of these three frameworks, py. test looks like the clear leader in this area.
在这三种框架中,py.test看起来在并行测试方面明显领先了。
www.ibm.com
7.
file should be in the same directory as the rest of your source (. py) files.
特别是,Exif.py文件应该与您的其他源文件(.py)位于相同的目录中。
www.ibm.com
8.
For an exercise in class definition, you'll use the caching factorial calculator of factorial. py, shown in Listing 4.
我们用高速缓存阶乘计算器factorial.py作为类定义的练习,如清单4所示。
www.ibm.com
9.
SOAP. py as a project was being sponsored by a company called actzero, and actzero is no longer in business.
py这个项目是由actzero公司赞助的,而actzero却不再从事这一行业了。
www.ibm.com
10.
It is possible to have a file called spam. pyc (or spam. pyo when -O is used) without a file spam. py for the same module.
你还可以在提供一个模块的时候只提供类似spam.pyc(或者通过-O生成的spam.pyo)文件,而没有spam.py。
wiki.ubuntu.org.cn
1.
Once you've downloaded it, unarchive it and execute python setup. py install, and you'll be ready to use it.
您一旦已经下载了最新版本的ZSI,请对其进行解压缩并执行pythonsetup.pyinstall,然后您就可以使用它了。
www.ibm.com
2.
The next step is to run the actual code_recognizer. py program.
下一步是运行实际的code_recognizer.py程序。
www.ibm.com
3.
The only thing you really need is the file setup. py, which contains instructions for the install.
你真正需要的仅仅是文件setup.py,其中包含安装指令。
www.ibm.com
4.
The pipe symbol indicates that the message's contents should be sent as input for the indicated program: a Python script named aci. py.
竖杠符号指定邮件内容应作为输入发送到某个指定的程序:一个名为aci.py的Python脚本。
www.ibm.com
5.
This code goes into a file called PhoneNumber. py, as shown in Listing 3.
该代码将进入名为PhoneNumber.py的文件中,如清单3所示。
www.ibm.com
6.
SQLObject has a setup. py file and installs in the same way as any other Python package.
SQLObject具有一个setup.py文件,安装方式与其他任何Python包一样。
www.ibm.com
7.
The only difference between this example and the code in the test. py file is the inclusion of the first line.
本例与test.py文件中的代码之间惟一的差异就是包含了第一行。
www.ibm.com
8.
Save Listing 7 as add_software2. py and try it out as shown in Listing 7b.
将清单7保存为add&#160software2.py,并按如下所示对它进行试验
www.ibm.com
9.
Also, wxPython contains the Py package of developer tools, which makes adding interactive debugging to your wxPython program trivial.
而且,wxPython包含开发工具的Py程序包,它使得向wxPython程序添加交互式调试变得很简单。
www.ibm.com
10.
At least for now, I can create XML-node index databases using the simpler xml_indexer. py script.
至少目前我可以使用简单一些的xml_indexer.py脚本来创建XML节点索引数据库。
www.ibm.com
1.
Change into this directory and run setup. py to install boto into your local Python environment, as shown in Listing 1.
进入此目录并运行setup.py把boto安装到本地Python环境中,见清单1。
www.ibm.com
2.
To see the database schema for the model, run manage. py's sql command.
要设置这个模型的模式,请返回manage.py的sql命令。
www.ibm.com
3.
To start the server, simply execute the script server. py in one window and the test client, called time-client. py, in a second.
要启动服务器,只需在一个窗口中执行server.py脚本即可,然后立即执行名为time-client.py的测试客户机。
www.ibm.com
4.
First, the extension itself: let's put it into a file named, say, foo. py.
首先,来看扩展本身:我们把它放到一个例如叫foo.pyd的文件中。
www.ibm.com
5.
Low Capital Intensity ? Highest Yield of Propylene g py ? Attractive Rate of Return ? Proven Investment ?
较低的投资强度?丙烯产率高?优越的回报率?投资回报已被验证
wenku.baidu.com
6.
Take a look at the output of python xml_indexer. py --help before using it.
在使用它之前请先看一下pythonxml_indexer.py--help的输出。
www.ibm.com
7.
In net. py (see Resources), reconstruction is, by default, asynchronous, but note the option for synchronous reconstruction.
在net.py(参见参考资料)中,重构默认情况下异步进行的,不过要注意同步重构的选项。
www.ibm.com
8.
To close, let me present one more generator example that comes from the test_generators. py module distributed with Python 2. 2.
作为结束,让我再介绍一个生成器示例,它来自随Python2.2一同分发的test_generators.py模块。
www.ibm.com
9.
Next, you create a manifest file called MANIFEST. It contains a single line, the source files that make up the activity (TestActivity. py).
接下来,创建清单文件,称为MANIFEST,它只包含一行,即构成此活动的那个源文件(TestActivity.py)。
www.ibm.com
10.
bletherSampleInstall. py installs the sample application and creates the datasources required for a manual installation.
py安装样例应用程序,并创建手动安装所需的数据源。
www.ibm.com
1.
Net. py displays the energy level of any given pattern or node array.
py显示了任意给定图案或节点数组的能量级别。
www.ibm.com
2.
On the basis of this research, seed dormancy type of Sorbus amabilis Cheng ex Yu was physical (PY).
本研究认为,黄山花楸种子的休眠类型为物理休眠(PY)。
paper.pet2008.cn
3.
For many Python packages, all you need to do to install them is pass their name as a parameter to ez_setup. py or easy_install.
对于很多Python包来说,要安装这些包,需要做的就是将这些包的名字作为一个参数传递给ez_setup.py或easy_install。
www.ibm.com
4.
The output of the aggregator is actually an RSS file itself, created via RSS. py (written by Mark Nottingham).
聚集器的输出实际上是它通过RSS.py(由MarkNottingham编写)创建的一个RSS文件。
www.ibm.com
5.
This causes py. test to make three changes to its behavior.
这会让py.test对其行为做三个更改。
www.ibm.com
6.
However, xml2struct. py and XMill have the nice advantage of being simple command-line tools that you can transparently apply to XML files.
py和XMill作为简单的命令行工具的优点在于:您可以透明地应用于XML文件。
www.ibm.com
7.
Windows users, make sure your command prompt is opened with administrator privileges and issue the following command: setup. py install.
对于Windows用户,确保已经使用管理员特权打开命令提示符,并发出以下命令:setup.pyinstall。
www.ibm.com
8.
TurboGears quickstart provides a project with a controllers. py module that is the location of the Root controller class.
TurboGearsquickstart提供了一个具有controllers.py模块的项目,该模块是Root控制器类所在的位置。
www.ibm.com
9.
To make Django aware of a new application, you'll need to add an entry to the INSTALLED_APPS field in the settings. py file.
为了使Django认识到新应用程序的存在,还需要向settings.py文件中的INSTALLED_APPS添加一个条目。
www.ibm.com
10.
That module does not include connection pooling, but should work perfectly well with antipool. py.
该模块不包含连接池化,但可与antipool.py完美协作。
www.ibm.com
1.
The utility ez_setup. py is a simple script that bootstraps the rest of setuptools.
工具ez_setup.py是一个简单的脚本,它可以引导setuptools中其余部分。
www.ibm.com
2.
It is worth noting that code_recognizer. py sends its (large) test result file to STDOUT , but puts some friendly messages on STDERR .
值得注意的是,code_recognizer.py将它的(大的)测试结果文件发送到STDOUT,而将一些友好的消息放在STDERR里。
www.ibm.com
3.
After installing Django, you should have the admin tool, django-admin. py, available on your path.
在安装Django之后,您现在应该已经有了可用的管理工具django-admin.py。
www.ibm.com
4.
Finally, the red bar in the middle represents the compression performance of xml2struct. py, combined with zlib library compression.
最后,中间的红色条表示结合了zlib库压缩的xml2struct.py的压缩性能。
www.ibm.com
5.
This command loads the module named manager. py, which has a number of Manager accessor methods and some code to start the Manager.
该命令加载了名为manager.py的模块,这个模块有很多Manager访问方法和一些代码来启动Manager。
www.ibm.com
6.
The listing wnserver. py contains three classes, each of which handles a different part of the URL space for the site.
清单wnserver.py包括三个类,分别处理站点URL空间中的不同部分。
www.ibm.com
7.
The main script can then just import the config. py and use those variables directly.
然后,主脚本只需导入这个config.py并直接使用那些变量即可。
www.ibm.com
8.
The TurboGears quickstart creates and pre-populates a model. py file with boilerplate code.
TurboGears快速启动使用样例代码创建并提前生成了一个model.py文件。
www.ibm.com
9.
The Python installer automatically associates . py files with python. exe so that a double-click on a Python file will run it as a script.
Python安装程序自动关联后缀是.py的文件到python.exe上,所以只要双击一个Python文件就能运行这个脚本。
www.mayajc.com
10.
To run this test class by itself, run the FeedparserTest. py module in the same manner as before.
要独立运行该测试类,可以按前面所说的相同方式运行FeedparserTest.py模块。
www.ibm.com
1.
createFirstClusterMember. py: Creates the first cluster member using a user specified template name.
py:使用用户指定的模板名创建第一个集群成员。
www.ibm.com
2.
py in feeding new records to clients without the need for repeated requests from those clients.
无须客户机重复请求即可向客户机提供新记录。
www.ibm.com
3.
Note that this is even easier than with SOAP. py.
请注意,它比用SOAP.py实现还要容易。
www.ibm.com
4.
Sadly, no deb files currently exist, but there are instructions for installing the script on the wiki above (using a setup. py file).
不幸的是,现在还没有它的deb包,但是在以上Wiki里有为安装脚本准备的指导(使用setup.py文件)。
www.bing.com
5.
Placing all the database code in a file named dbroutines. py makes it easier to manage and to find things later.
把所有数据库代码放在一个名为dbroutines.py的文件中,这样就更容易管理和查找它们。
www.ibm.com
6.
Moving on to py. test, it by default provides no support for setup and teardown.
test在默认情况下不提供对setup和teardown的支持。
www.ibm.com
7.
The PY? format should only be used if model load time forms a significant part of the cube build times.
PY格式应该只有在模型加载时间占用了大部分分析构建时间的时候才使用。
www.ibm.com
8.
The py. test tools is more rigid, and always looks for Python modules whose names either start with `test_ or end with _test.
test更死板,总是寻找名称以`test_开头或以_test结尾的Python模块。
www.ibm.com
9.
If you're looking for import foo, it will eventually find either a file foo. py or foo. so (or foo. dll on Windows).
如果你在为importfoo找文件,那么它会最后找出一个叫foo.py或者foo.so(Windows上叫foo.dll)的文件。
www.bing.com
10.
Both py. test and nose provide special routines that make writing tests easier.
test和nose框架都提供特殊的例程,这些例程可以简化测试的编写。
www.ibm.com
1.
As part of the setup, you need a standard file called setup. py.
作为设置的一部分,需要一个标准文件,称为setup.py。
www.ibm.com
2.
The program register. py can be used by both managers and cashiers to store values.
经理和收银员都可以使用register.py程序来存储值。
www.ibm.com
3.
These lines will run any tests found anywhere under the 'src' directory, looking for any files that end in 'Test. py'.
这部分代码将在“src”目录下查找所有以“Test.py”结尾的所有文件,并运行所有测试。
www.ibm.com
4.
Results of the dbstats. py program are shown separately in the " Test results" section.
py程序的结果单独显示在“测试结果”小节中。
www.ibm.com
5.
dbstats. py program uses open source library JFreeChart to draw charts from statistics results.
py程序使用开源库JFreeChart为统计结果绘制图表。
www.ibm.com
6.
You can install any Python package quite "easily" by running the ez_setup. py script.
通过运行ez_setup.py脚本,您可以很容易地安装任何Python包。
www.ibm.com
7.
The install. py script copies our WASCE image from the download location to the desired installDir.
py脚本将我们的WASCE镜像从下载位置复制到要求的installDir。
www.ibm.com
8.
You can also save this code fragment as a Jython script file with the extension . py.
也可以将此代码片段另存为具有.py扩展名的Jython脚本文件。
www.ibm.com
9.
It turns out the design of lispy. py fails the idempotence goal.
结果证明lispy.py的设计不能满足等幂的目标。
www.ibm.com
10.
The first line, import test, opens the file test. py and processes each statement in that file.
第一行importtest打开文件test.py并处理文件中的各条语句。
www.ibm.com
1.
This produces the same output given in the basic_app. py sample, but with declarations using the prior t_TOKEN style.
这产生了与basic_app.py样本所给输出一样的输出,但是具有使用前面t_TOKEN样式的声明。
www.ibm.com
2.
Invoke the demonstration with python fraggle. py.
使用pythonfraggle.py可以调用该演示。
www.ibm.com
3.
For more information on creating a setup. py file, check out the Python documentation.
了解有关创建一个setup.py文件的更多信息,请参考Python文档。
www.ibm.com
4.
The function principle between TPPi, Py, LiCl and monomers, and the effect of microwave on polymerization were also discussed weightily.
论文也着重探讨了TPPi、Py、LiCl与单体间的作用原理以及微波在PMIA生成过程中的作用机理。
www.13191.com
5.
In Jython (as in Python) source files use the extension "py" .
在Jython中(就像在Python中),源文件使用扩展名“py”。
www.ibm.com
6.
Before you look at the aci. py program, look at the input that it must process.
查看aci.py程序之前,先看一下它必须处理的输入。
www.ibm.com
7.
At the command prompt enter "NORway. py" to display help.
在命令提示符,进入“NORway.py”显示的帮助。
bbs.a9vg.com
8.
The nose project was released in 2005, the year after py. test received its modern guise.
nose项目是于2005年发布的,也就是py.test改名后的一年。
www.ibm.com
9.
The destdir attribute tells the py-doc task where to output the generated HTML documentation.
destdir属性告诉py-doc任务将生成的HTML文档输出到何处。
www.ibm.com
10.
Start by copying a template for setup. py that I use for projects (see Listing 2).
从复制我对项目使用的setup.py模板开始(参见清单2)。
www.ibm.com
1.
There are a few prerequisites, however, such as setting up your . pypirc configuration file and actually writing the contents of setup. py.
但是有一些先决条件,比如要设置您的.pypirc配置文件并实际写入setup.py的内容。
www.ibm.com
2.
The wasce. scripts part also contains an install. py script.
scripts部件还包含一段install.py脚本。
www.ibm.com
3.
Morphology of CCHF virus was identified by transmission electron m icrosco-py.
利用透射电镜超薄切片技术对病毒进行形态学鉴定。
www.chemyq.com
4.
That is, given the opponent's price Py , Xavier sets his price Px to maximize his own profit.
也即,给定对手价格Py,泽维尔设定一个自己的价格Px以最大化其利润。
wenku.baidu.com
5.
Open an editor, and paste the code into it and save the file as tmp. py somewhere on your system.
打开一个编辑器,并将代码粘贴到其中,然后在系统中将该文件保存为tmp.py。
www.ibm.com
6.
The target will run all test cases that end with 'Test. py', in this case just FeedparserTest. py.
该目标将运行所有以“Test.py”结尾的测试用例,本例中仅有FeadparserTest.py。
www.ibm.com
7.
Happy birthday, happy birthday - Hap-py!
生日快乐,生日快乐-生…日
blog.sina.com.cn
8.
Messages can be replayed using the ISC or the wsadmin script replayFailedMessages. py.
消息可以使用ISC或wsadmin脚本replayFailedMessages.py进行重放。
www.ibm.com
9.
Listing 2. amazon_soap_test. py - Simple Python code to test the Amazon Web service API.
清单2.amazon_soap_test.py——用于测试AmazonWeb服务API的简单Python代码。
www.ibm.com
10.
Listing 3 shows two methods from the FOAF class in bloginfo. py (see Resources for links to this code).
清单3列出了bloginfo.py(在参考资料中可以链接到它的代码)中FOAF类的两个方法。
www.ibm.com
1.
Listing 3 shows two methods from the FOAF class in bloginfo. py (see Resources for links to this code).
清单3列出了bloginfo.py(在参考资料中可以链接到它的代码)中FOAF类的两个方法。
www.ibm.com
2.
The priority specification in abc2. py resolves the parse in either case.
py中的优先级规范会完成任意一种情况下的解析。
www.ibm.com
3.
Although py. test and nose have a quite similar feature set here, I actually prefer the approach of nose.
尽管py.test和nose在这方面的特性集非常相似,但是我更喜欢nose的方式。
www.ibm.com
4.
Listing 4 shows the main. py file included in the script library.
清单4展示了脚本库文件中包含的main.py文件。
www.ibm.com
5.
The current settings can be viewed and modified by using the connectionsConfig. py script file with wasadmin.
可以使用connectionsConfig.py脚本文件和wasadmin查看和修改当前的设置。
www.ibm.com
6.
The "Hello World" statement is a complete program when placed in a source file such as hello. py.
“HelloWorld”语句放在hello.py之类的源文件中时,就是一个完整的程序。
www.ibm.com
7.
Make sure you are in the project folder (use cd testproject at the prompt) and issue the following command: python manage. py runserver.
确保您现在在项目文件夹中(在提示符上使用cdtestproject),并发出命令:pythonmanage.pyrunserver。
www.ibm.com
8.
Chapter 10 covers the basics of files and strings; chapter 11 goes overs testing with unit tests and py. test.
第十章涵盖了文件和字符串的基础知识;第十一章以单元测试和py测试切入了测试主题的讨论。
www.bing.com
9.
Download exif-py and place the exif. py file in your src directory.
下载exif-py并将exif.py文件放置到您的src目录中。
www.ibm.com
10.
SOAP. py development is frozen.
py开发被冻结了。
www.ibm.com
1.
Clicking on any of p2 through p5 in net. py displays the other patterns.
点击net.py中p2到p5的任意一个,可以显示其他的图案。
www.ibm.com
2.
Messages in the BPEHoldQueue can be replayed using the ISC or the wsadmin script replayFailedMessages. py.
BPEHoldQueue中的消息可以使用ISC或wsadmin脚本replayFailedMessages.py进行重放。
www.ibm.com
3.
This class lives in a separate req. py module, independent of GTK .
这个类在一个单独的req.py模块中,该模块独立于GTK 。
www.ibm.com
4.
You can modify getalltests. py to better match your project's needs.
可以修改getalltests.py以更好地适合自己的项目的需要。
www.ibm.com
5.
The magic of distutils is that creating a module distribution uses the very same setup. py file as installing it does.
distutils的魔力在于创建模块分发包时利用安装时使用的完全相同的setup.py文件。
www.ibm.com
6.
Listing 2 shows a small portion of sonnet. py.
清单2给出了sonnet.py的一小部分。
www.ibm.com
7.
The end result is that to install and bootstrap our example application, all you need to do is run setup. py.
最终的结论是,要安装和启动示例应用程序,您只需运行setup.py就可以了。
www.ibm.com
8.
Figure 2 shows the output from running the Filecount. py script.
图2展示了Filecount.py脚本的运行结果。
www.ibm.com
9.
Listing 5. Output of amazon_soap_test. py.
清单5.amazon_soap_test.py的输出结果。
www.ibm.com
10.
You must import the manager. py module each time you start Jython in order to use the functions contained in the module.
每次启动Jhyton时,为了使用该模块中的函数,您必须导入manager.py。
www.ibm.com
1.
These are set to True by default when you create your Django application using django-admin. py startproject.
在您使用django-admin.pystartproject创建Django应用程序时,它们的默认设置为True。
www.ibm.com
2.
Listing 3 shows the aci.
清单3给出了aci.py脚本。
www.ibm.com
3.
With your favorite text editor, open the file url. py in the root of your project and change the code to match Listing 5.
用自己喜欢的文本编辑器,打开项目根内的文件url.py并参照清单5更改代码。
www.ibm.com
4.
The first is your activity source file, which is a Python script. This is shown in Listing 4 and is named TestActivity. py.
第一个是活动的源文件,它是一个Python脚本,称为TestActivity.py,如清单4所示。
www.ibm.com
5.
In Figure 6, I set a breakpoint at line 1830 of feedparser. py.
在图6中,我在feedparser.py的1830行处设置了断点。
www.ibm.com
6.
For example, first, it will decode the password, set variables, and then call the jaas. py with jaas. xml as input.
例如,首先,它会给密码解码,设置变量,然后使用jaas.xml作为输入来访问jaas.py。
www.ibm.com
7.
The dbscript. py in Listing 17 can build either a MySQLdb contacts table or a sqlite3 contacts table.
清单17中的dbscript.py可以构建MySQLdb联系人表或sqlite3联系人表。
www.ibm.com
8.
The first argv element (0) is the program name (that is, echo. py).
第一个argv元素(0)是程序名(即echo.py)。
www.ibm.com
9.
With your preferred text editor, open the settings. py file and change it to match the settings provided in Listing 4.
利用自己喜欢的文本编辑器,打开settings.py文件并改变它来匹配清单4内所示的设置。
www.ibm.com
10.
SOAP. py: Version 0. 9. 7 or more recent.
py:版本0.9.7或更新的版本。
www.ibm.com
1.
For now, let's take a look at a simple class instance. To begin, we created a Python module named persist. py
现在,我们看一个简单的类实例。
www.ibm.com
2.
To see the results of this script in action, you must have two terminal windows open. In the first window, run the pylesystem. py
要查看此脚本的实际运行结果,您需要打开两个终端窗口。
www.ibm.com
3.
is really just a plain Python script, so it can do anything when it runs. But in almost all cases, setup. py
您可以通过名字来猜测,setup.py其实只是普通的Python脚本,所以当它运行时可以做任何事。
www.ibm.com
4.
This file configures the environment variables used in the scripts. Modify the common. py
该文件配置脚本中使用的环境变量。
www.ibm.com
5.
Log in as bob, explicitly ask SELinux for a domain transition, then run register. py
以bob的身份登录,显式要求SELinux进行域转换,然后运行register.py
www.ibm.com
6.
Create a new subdirectory in the email directory called client, and create a Python script there called client. py. You can use this code
在email目录中创建新的子目录client,并在其中创建Python脚本client.py。
www.ibm.com
7.
Looping through ancestors, subcategories, and products using py: for
使用py:for遍历祖先、子分类和产品
www.ibm.com
8.
As a first try, let's create a setup. py script borrowing from the setuptools manual, and try creating an egg using it
在第一次尝试时,让我们来创建一个setup.py脚本,它是从setuptools手册中借用的,并试图使用它来创建一个egg
www.ibm.com
9.
To test it, just start the server using "$ python calendar-zsi. py" in one console, then in another
要测试它,只需在一个控制台中使用“$pythoncalendar-zsi.py”启动服务器,接着,在另一个控制台中就会出现
www.ibm.com
10.
To add or update the system default data, you should run the script populate. py
为了添加或更新系统缺省数据,您应该运行4SS自带的脚本populate.py。
www.ibm.com
1.
The py. test tool not only supports a multiprocessing option (-n) for running on several CPU cores like zope. testing
test工具支持一个多处理选项(-n),可以像zope.testing一样在多个CPU核上运行测试。
www.ibm.com
2.
The first step in the process is simply downloading the small script ez_setup. py
这个过程中的第一个步骤是下载一个小脚本ez_setup.py
www.ibm.com
3.
Bicuspid stenosis mitral stenosis py
二尖瓣狭窄有两个词
hmj8848.blog.hexun.com
4.
You can test your Factorial class using the following code, which you'll also find in the file factorial. py (see Resources)
可以用下面的代码测试这个Factorial类,可以在文件factorial.py中找到这些代码(请参阅参考资料)
www.ibm.com
5.
The Application of PY-GAS Sampler on the Flue Gas Analysis in FCCU
PY-GAS取样器在重油催化再生烟气分析取样中的应用
www.ilib.cn
6.
Three major changes to this urls. py file are
这个urls.py文件中的3个主要变化如下
www.ibm.com
7.
Part of bloginfo. Py to point to your RDF file, and then running
部分,使它指向您的RDF文件,然后执行
www-128.ibm.com
8.
The ANSI C binary of hashcash. c runs about 10 times as quickly as my hashcash. py
c的ANSIC二进制文件运行的速度是这个hashcash.py脚本的10倍。
www.ibm.com
9.
Flags of Our Fathers pY
父辈的旗帜
bbs.5find.com
10.
Listing 3: Setting up a neural network with bpnn. py
清单3:用bpnn.py建立一个神经网络
www.ibm.com
1.
Listing 1: Module mymod. py with typical documentation
清单1:附带典型文档的模块mymod.py
www.ibm.com
2.
A similar error occurs when we rename the persist. py module
在重命名persist.py模块之后,也会发生类似的错误
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/1/29 10:41:20