网站首页  词典首页

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

 

单词 text files
释义
text files是text file的复数

text file

美 
英 
  • n.文字档
  • 网络文本文件;文字文件;文件档案
复数:text files  
n.
1.
a file that contains only words and numbers and no codes to show how the document should look

例句

释义:
1.
This is often used to remove carriage returns from DOS text files to turn them into UNIX text files (see Listing 6).
这个选项通常用来从DOS文本文件中删除回车,以将其转换为UNIX文本文件(请参见清单6)。
www.ibm.com
2.
It is often used outside of any relational databases to query XML data, which may be stored in text files.
XQuery常用于在关系数据库外查询XML数据,这些数据可能存储在文本文件中。
www.ibm.com
3.
One of the programming problems most likely to call for an explicit state machine involves processing text files.
最可能调用显式状态机的一个编程问题涉及到处理文本文件。
www.ibm.com
4.
However the model technology definitions are all stored in nice plain text files that are easy to mod .
当然,这些技术和型号定义都存储在很明了的文本文件里,不满意可以随便改。
dict.kekenet.com
5.
Once done, you'll have two text files in HDFS ready to be processed.
完成之后,在HDFS中就有两个文本文件等待处理。
www.ibm.com
6.
The Text Files log provider creates logs that are easy to view and easily transportable .
该文本文件日志提供程序可以创建便于查看并可轻松传输的日志。
www.bing.com
7.
Many applications produce text files and consequently much useful data can be imported into an XML workflow with such a tool.
许多应用程序都产生文本文件,从而可以使用这种工具将大量有用的数据导入XML工作流。
www.ibm.com
8.
Just make sure XML-based Web services with large text files do not get bloated when used in massive quantities.
只要确保在大量使用时,处理大型文本文件的基于XML的Web服务不会变得过于庞大即可。
www.ibm.com
9.
A small business might be able run smoothly with applications that just store their business data in plain text files.
小型企业能够平稳运行将其业务数据仅存储在纯文本文件中的应用程序。
www.ibm.com
10.
Users can then open these files with a spreadsheet application, such as Microsoft Excel, or any other program that reads text files.
用户随后可使用电子表格应用程序(如MicrosoftExcel)或任何其他可读取文本文件的程序打开这些文件。
msdn2.microsoft.com
1.
Classes, you can record information about errors and application execution to logs, text files, or other devices for later analysis.
类,可以将有关错误和应用程序执行的信息记录到日志、文本文件或其他设备中,以便在随后进行分析。
msdn2.microsoft.com
2.
Listing 8 shows the long format directory listing for our two text files, as well as the output from wc.
清单8展示了我们的两个文本文件的长(long)格式的目录清单,以及wc的输出。
www.ibm.com
3.
XML and resource definitions (i. e. properties files) fall into this category, but e. g. plain text files do not.
XML和资源定义(比如properties文件)归为这一类,但类似纯文本文件则不属于这一类。
www.infoq.com
4.
In addition to a text editor, the next most useful utility is a pager, or an application that lets you browse text files page by page.
除了文本编辑器之外,最有价值的实用工具就是翻页工具(pager)、或者允许您逐页浏览文本文件的应用程序。
www.ibm.com
5.
Most system startup files are text files, as are shell scripts, configuration files and, of course, data files.
大多数系统启动文件都是文本文件,包括Shell脚本、配置文件,当然还包括数据文件。
www.ibm.com
6.
Unpack the sample zip file, consisting of two jar files and four text files, to a temporary directory and perform the following steps.
把示例zip文件(由两个jar文件和四个文本文件组成)解压到一个临时目录并执行以下步骤
www.ibm.com
7.
Text Edi tor which can be used to view and edit text files both locally on the phone and remotely on a FTP server.
文本编辑器,可用于查看和编辑文本文件,本地电话和远程的FTP服务器。
www.showxiu.com
8.
Text has some concrete advantages too: you can get stuff into a text file quickly, and you can search text files quickly.
文本文档也有它实实在在的优点:你可以很容易地将一些东西写入文本文档,而且也能很快速地搜索文本文档。
www.bing.com
9.
A multiple flat files connection enables a package to connect to a group of text files that have the same format .
多平面文件连接使得数据包可以连接到具有相同格式的一组文本文件。
www.bing.com
10.
It is now easier for users to read and write text files and obtain information about a drive.
用户现在可以更加容易地读写文本文件并获取有关驱动器的信息。
msdn2.microsoft.com
1.
Shell redirection can be handy in capturing standard program output, error messages from a program, or both to text files.
Shell重定向可以方便地将标准程序输出、程序错误消息或者这两者捕获到文本文件。
www.ibm.com
2.
Unlike HP-UX or AIX, with Solaris you are going to use text files to do most of your work.
与HP-UX和AIX不同,在Solaris上要使用文本文件完成大多数工作。
www.ibm.com
3.
Although our examples have used simple text files for illustration, you will seldom want to use xargs with input like this.
尽管我们的例子为了便于演示使用了简单的文本文件,您很少看到包含这样的输入的xargs。
www.ibm.com
4.
These messages can take the form of simple text, files, or variables and their values.
这些消息可以采用简单文本格式、文件格式或变量及其值的格式。
msdn2.microsoft.com
5.
The following example creates a linked server for directly accessing text files, without linking the files as tables in an Access. Mdb file.
以下示例创建直接访问文本文件的链接服务器,而没有将这些文件链接为Access.mdb文件中的表。
technet.microsoft.com
6.
Write a few sizable non-graphical programs in python - parse some text files, write a guessing game or a journal-entry program or something.
用python写几个有一定规模的非图形程序——解析某些文本文件,写一个猜数游戏或者一个流水分录程序,或者别的什么。
uil330.blog.163.com
7.
The majority of parts are simple text files that are serialized as XML with an associated XML schema.
大多数部件都是简单的文本文件,它们被序列化为具有相关XML架构的XML。
msdn.microsoft.com
8.
Next, extract the already defined screen object definitions into text files, as shown in Listing 3.
下一步,将已经定义的屏幕对象定义提取到文本文件中,如清单3所示。
www.ibm.com
9.
Text files can be edited in significant and complex ways without an editor by running one-liners from the UNIX command line.
通过从UNIX命令行运行单命令行程序,可以利用多种有意义和复合的方式(无需编辑器)对文本文件进行编辑。
www.ibm.com
10.
spend days orweeks convincing their ISPs that they had the right to post their videos, music, and text files.
要花几天到几周的时间去说服互联网服务提供商自己有权发表相应的视频、音乐和文本文件。
www.bing.com
1.
Literally: there's a reason why video and audio files are so much bigger than text files.
从字面上看:有一个原因,视频和音频文件非常要比文本文件大。
www.englishtang.com
2.
The MIB configuration text files are located on your hard disk and loaded into memory each time SNMP restarts.
MIB的配置文件被存储在硬盘中,并在SNMP启动的时候导入到内存中。
wiki.ubuntu.org.cn
3.
XAML files are XML text files that can be used to declaratively specify the UI of a Silverlight or WPF application.
XAML文件是XML文本文件,可以用来用声明的方式指定Silverlight或WPF应用的用户界面。
blog.sina.com.cn
4.
For text files, ClearCase stores the differences (or deltas) between versions of the file, in separate data containers.
对于文本文件来说,ClearCase在独立的数据存储库中的存储文件版本之间的不同(或增量)。
www.ibm.com
5.
This command copies all text files in the current working directory to your home directory on the machine named destination.
这个命令将当前工作目录中所有的文本文件复制到您在名为destination的计算机上的home目录中。
www.ibm.com
6.
Ideally, if using a computer is easier for you, make these lists directly into text files.
如果您能够熟练使用计算机,那么可以将这些清单直接输入文本文档。
www.bing.com
7.
Moreover, more than most types of text files (or streams), XML documents typically encode rich and complex data structures.
而且,XML文档除了编码大多数类型的文本文件(或流文件),通常还编码大量复杂的数据结构。
www.ibm.com
8.
The advantage of this method is that all of your plug-in locations are stored as text files in a folder.
这个方法的优势在于,所有的插件位置被作为一个文件夹中的文本文件来存储。
www-128.ibm.com
9.
First, we download current baseball statistics from a baseball Web site and store them in comma-delimited text files.
首先,从一个棒球网站下载当前的棒球数据并将这些数据存储于以逗号分隔的文本文件。
www.ibm.com
10.
These snippets are saved in individual text files that have names that correspond to the headings in this section.
这些片段保存在单个文本文件中,其文件名对应于本部分的标题。
technet.microsoft.com
1.
This program allows you to create a list of text files you call a project.
这个程序让您创建一个称之为项目的文本文件列表。
www-128.ibm.com
2.
You can export themes to the text files, also you can stick program window on the top to simplify text manipulations.
您也可以导出主题的文本文件,也可以坚持程序窗口上顶端,以简化的文本操作。
xtdownload.com
3.
Comma separated values (CSV) files are text files that contain the cell contents of a single sheet.
逗号分隔数据(CSV)的文档是文本文档,其中包含一个工作表的单元格的内容。
ooo.pingju.org
4.
This asks nose to read through all text files in your project with the given extension, running and verifying any doctests that it finds.
这要求nose读取项目中具有指定的扩展名的所有文本文件,运行并检查它找到的所有doctest。
www.ibm.com
5.
Since thread dumps are (relatively) short text files, they can be examined with a simple text editor.
线程转储是相对较短的文本文件,可以用简单的文本编辑器进行检查。
www.ibm.com
6.
Only HTML files and text files that are local to the project can be opened in the Help browser.
只有属于此项目的本地HTML文件和文本文件才可以在帮助浏览器中打开。
msdn2.microsoft.com
7.
Text editor is a program that enables a user to modify and copy programs and text files in a versatile manner .
文本编辑程序是指能让用户以多种方式修改和拷贝程序和文本文件的一种程序。
dict.ebigear.com
8.
Most configuration, for instance, is done using plain text files that you can view from your file manager.
例如,大多数配置通过能从文件管理器浏览的纯文本文件完成。
www.bing.com
9.
Text files can be merged and compared, side by side and line by line, as long as both files have the same encoding.
只要两个文本文件的编码相同,它们就可以进行合并和比较(通过并排方式和逐行方式)。
msdn2.microsoft.com
10.
The most common issues encountered when working with text files include security exceptions, file encodings, or invalid paths.
在处理文本文件时所遇到的最常见问题包括安全异常、文件编码和无效路径。
msdn2.microsoft.com
1.
The full database comprising ASCII (text) files can be downloaded from the EBI FTP server.
所有包括ASCII(文本)文件的数据库可以从EBI的FTP服务器上下载。
www.patentportal.cn
2.
The distribution will contain a number of text files and three directories: demos, tests, and library.
该发行版将包含若干个文本文件和三个目录:demos、tests和library。
www.ibm.com
3.
For instance, you can create text files on your desktop and paste in the information you want to store.
例如,可以在桌面创建文本文件,然后在其中粘贴要存储的信息。
www.ibm.com
4.
As a software configuration management auxiliary system to store data carrier, server-side data file is used in the text files.
作为软件配置管理辅助系统存储数据的载体,服务器端数据文件采用的是文本文件的方式。
www.fabiao.net
5.
Because these XML files are ASCII text files, it is simple to make configuration changes to your Web applications.
由于这些XML文件是ASCII文本文件,因此对Web应用程序进行配置更改比较简单。
msdn2.microsoft.com
6.
You've seen many, many examples of how extensively text files are used in a UNIX system.
您已经看到了许多示例,说明文本文件在UNIX系统中有着广泛的用途。
www.ibm.com
7.
You also may forget to delete these files and inadvertently create a cluttered environment of randomly named text files.
但是,您可能会忘记删除这些文件,无意中多出一些随意命名的文本文件,把桌面搞得很乱。
www.ibm.com
8.
The CD-ROMs also offer a rich database of pictures, text files and sound clips allowing teachers to personalize their lessons.
这个光盘还提供了一个丰富的图片、文本文件、音频剪辑库,让老师可以据此对他们的课做出个性化设置。
www.bing.com
9.
Because the scripts are relatively small text files with no licensing implications, this is nothing to worry about.
由于这类脚本通常都是相对较小的文本文件,而且没有许可方面的隐患,因此无需过分担心。
www.ibm.com
10.
Web sites send small text files to your computer to keep track of your informaton.
网站发送的小文本文件到您的计算机跟踪您的informaton。
xtdownload.com
1.
Because you checked the Save Results option, FileExplorer generates a log file named log. Txt in the same directory as the text files.
由于您选中了“SaveResults”选项,因此FileExplorer将在那些文本文件所在的目录中生成一个名为log.txt的日志文件。
msdn2.microsoft.com
2.
This adapter is useful when you use text files to store your enterprise information, but the files are scattered across locations.
当您使用文本文件存储企业信息,而文件又分散在不同位置时,此适配器非常有用。
www.ibm.com
3.
The text files reside in a subdirectory below the Web application's root directory.
文本的文件驻留在Web应用程序的根目录下的子目录中。
www.qqi7.com
4.
The content may involve websites, simulations, text files, images, audio or videos in digital format.
内容可能包含网站、模拟、文本文件、图像、数字式音频或视频。
www.bing.com
5.
Lists common problems encountered when reading and writing to text files, and suggests remedies for each.
列出读取文件和写入文件时遇到的常见问题并提出每个问题的解决方法。
msdn2.microsoft.com
6.
If you use word processing software, remember to save those files as ASCII text files.
如果你用的是字处理软件,记得把截下来的部分存成文本文件。
bbs.ustc.edu.cn
7.
Text files, fax, newspapers can be all considered as binary images.
日常中的文本文件,传真报等都是二值图像。
www.fabiao.net
8.
When importing data, you can't append data to existing tables (except when importing spreadsheet or text files).
导入数据时,不能将数据追加到现有的表中(除非导入电子表格或文本文件)。
office.microsoft.com
9.
With the JET toolkit, you can generate text files from a model by using templates that contain text and JET commands (tags).
有了JET工具箱,您就可以使用包含文本和JET命令(标签)的模板来从一个模型生成文本文件。
www.ibm.com
10.
Possibility to include in templates the data from local and remote HTML or text files, and also CGI scripts output.
可能包括在模板数据从本地和远程HTML或文本文件,并还的CGI脚本输出。
fanyi.kancaimi.cn
1.
In this chapter we create simple scripting commands and save them in standard text files.
在这一章我们将要创建简单的脚本命令并把它们存储在标准的文本文件里。
edu.gamfe.com
2.
Import text files from other programs or databases, and have the ability to remove duplicates or selected entries before import occurs.
导入文本文件从其他程序或数据库,并有能力,以消除重复或选定的参赛作品之前,进口出现。
xtdownload.com
3.
The software also has the ability to import records from tab delimited text files and features various validation routines.
该软件也具有从制表符分割的文本文件中导入记录的能力,并以各种验证惯例为特征。
chinapubmed.net
4.
The LingoWare Editor actually scans and finds and imports the text files of a program.
LingoWare编辑实际上浏览、查找并输入程序的文本文档。
www.lingoware.com
5.
Syntax, the full-text files are restored as part of the database file restore.
语法,将全文文件作为数据库文件还原的一部分进行还原。
msdn2.microsoft.com
6.
Text files can be edited locally or directly on a remote server using the build-in FTP client.
文本文件可以直接编辑本地或远程服务器上使用内置FTP客户端。
xtdownload.com
7.
This topic discusses common problems encountered when working with text files and suggests an approach to each.
本主题讨论在处理文本文件时遇到的常见问题,并为每个问题建议了一个解决方法。
msdn2.microsoft.com
8.
First, take the rather simple case of text files.
首先看一种非常简单的情况,文本文件。
www-128.ibm.com
9.
The well-known NOTEPAD. EXE program is an editor for plain ASCII text files.
广为人知的NOTEPAD.EXE程序就是专门针对ASCII文本文件的编辑器。
www.bing.com
10.
Be prepared to edit a lot of text files by hand.
准备手工编辑大量的文本文件。
www.ibm.com
1.
The message tracking log files are text files that contain data in the comma separated value (CSV) format.
邮件跟踪日志文件是文本文件,其中包含逗号分隔值(CSV)格式的数据。
technet.microsoft.com
2.
Throughout a Linux system, many files are stored in text format and there are many Linux tools that work with text files.
纵观整个Linux操作系统,有很多的文件是以文本格式存储的,有很多的Linux工具是针对文本文件的。
www.bing.com
3.
Response (. Rsp) files are text files that contain MSBuild. Exe command line switches.
响应(.rsp)文件是包含MSBuild.exe命令行开关的文本文件。
msdn2.microsoft.com
4.
This software can compiled array acoustic logging documents to normal text files.
该软件可以将阵列声波测井文件解编成普通文本文件。
lib.swpu.edu.cn
5.
You'll need to edit two text files to configure the system to use the ide-scsi driver.
您需要编辑两个文本文件来配置系统,让它使用ide-scsi驱动程序。
www.ibm.com
6.
See Download to obtain the full source code and text files for any artifacts referenced here.
参见下载,获取此处提及的工件的完整源代码和文本文件。
www.ibm.com
7.
Connectivity to Microsoft Windows SharePoint Services and Text files is also supported.
也支援连线至MicrosoftWindowsSharePointServices和文字档案。
www.microsoft.com
8.
However, the files are also DOS-format text files, complete with carriage returns.
并且,这些文件还都是DOS格式的文件,包括回车。
www-128.ibm.com
9.
I love text files and my favorite text editors, so I just keep these in three . txt files.
我喜欢文本文件(.txt文件)和一款我最爱的文本编辑器,所以我只把它们放在三个.txt文件里。
yali19870711.blog.163.com
10.
Some applications take source XML documents, and produce result documents in an entirely different form, such as HTML or CSV text files.
有些应用程序采用源XML文档并生成格式完全不同的结果文档,如HTML或CSV文本文件。
technet.microsoft.com
1.
You can also expand the dictionary base by adding your own dictionaries, either word-by-word or by importing them from text files.
用户也可以通过扩展词典库来添加自己的词,可逐字输入或从文本文件里导入进来。
original.8844.com
2.
These include text files, spreadsheet data, and the results of full-text content searches.
这些文件和文件格式包括文本文件、电子表格数据和全文内容搜索的结果。
msdn2.microsoft.com
3.
The template text files are rendered according to the user input and added to the project created by the wizard.
模板文本文件根据用户输入呈现并添加到由向导创建的项目中。
technet.microsoft.com
4.
Listing 7 illustrates splitting our two text files with different prefixes for the output files.
清单7演示了对两个文本文件执行分解的过程,对输出文件使用了不同的前缀。
www.ibm.com
5.
Listing 17 shows the result of pasting our two text files.
清单17展示了粘帖两个文本文件的结果。
www.ibm.com
6.
When you display these two text files using cat, you notice alignment differences.
当您使用cat显示这两个文本文件时,将注意到一些排列差异。
www.ibm.com
7.
Linux logging is done to text files, so no proprietary tools are required to view the files.
Linux日志记录到文本文件,所以不需要专门的工具来查看这些文件。
www.ibm.com
8.
A lot of the free e-books available are simple text files - without covers or added information.
许多免费的电子书都只是简单的文本文件——没有封面,没有附加信息。
wiki.fcctt.org
9.
Code Weaver is a fun and educational program that outputs text files as Morse code.
32下载代码织女是一个有趣和教育方案,输出,莫尔斯电码的文本文件。
kondishenprom.info
10.
Three File connection managers connect to the XML, XSLT, and text files.
三个文件连接管理器与XML、XSLT和文本文件连接。
msdn2.microsoft.com
1.
Msextmzcfg. Exe lets you save the list of "conflicted" and "nonexistent" users in separate text files.
Msextmzcfg.exe允许您将“冲突”用户和“不存在”用户的列表保存在单独的文本文件中。
support.microsoft.com
2.
Use of binary large object stream operations, for any file with a versatile, read and write text files can also do so.
对二进制大对象使用的流操作,对于任何文件都具有通用性,读写文本文件也可以这么做。
www.pudn.com
3.
The files that are read must be text files.
所读取的文件必须是文本文件。
msdn2.microsoft.com
4.
By default, your wizard creates two text files: ReadMe. Txt and Sample. Txt.
默认情况下,向导创建两个文本文件:ReadMe.txt和Sample.
msdn2.microsoft.com
5.
Your data folder contains the text files your schema file describes.
数据文件夹中包含架构文件描述的文本文件。
msdn2.microsoft.com
6.
Predefined ground-, wire- and coax-data added in text-files so user can extend it.
预定义的地面,有线和同轴电缆,数据将在文本文件,这样用户可以扩展它。
www.hellocq.net
7.
In any application that generates text files, precompiled text templates are an easy and reliable method of defining the text.
在生成文本文件的任何应用程序中,预编译的文本模板是定义文本的一种简单而可靠的方法。
technet.microsoft.com
8.
You can save Excel files as XML files, text files, Web pages (HTML files), and others.
您可以将Excel文件另存为XML文件、文本文件、网页(HTML文件)以及其他格式。
office.microsoft.com
9.
External data ranges from text files are named with the text file name.
来自文本文件的外部数据区域用文本文件的名称来命名。
office.microsoft.com
10.
Cookies are small text files sent to client browsers from a website.
Cookies是网站发送给客户的小型文本文件。
www.mizuho-sc.com
1.
Other text files may have field widths that are fixed.
其他文本文件可能包含固定宽度的字段。
msdn2.microsoft.com
2.
Integrating an existing script into your Java application, such as a script that processes or transforms text files.
将已有脚本集成到Java应用程序中,比如说处理或转换文件文章的脚本。
www.ibm.com
3.
The Web application reads comma-delimited text files.
Web应用程序读取逗号分隔的文本文件。
www.qqi7.com
4.
Facility in handling text files and importing them into spreadsheets is also a plus.
设施在处理文本文件和进口他们到试算表,也是一个加号。
xtdownload.com
5.
Both DokuWiki and PmWiki store information in text files.
DokuWiki和PmWiki都将信息存储在文本文件中。
www.ibm.com
6.
Creates and edits text files using basic text formatting.
使用基本文本格式创建和编辑文本文件。
dictsearch.appspot.com
7.
The routing table log files are text files that contain data in the XML format.
路由表日志文件是包含XML格式数据的文本文件。
technet.microsoft.com
8.
Visual SourceSafe does not support Unicode or UTF-8 text files.
VisualSourceSafe不支持Unicode或UTF-8文本文件。
msdn2.microsoft.com
9.
In addition, RESTORE can restore full-text files only as well as with database data.
此外,RESTORE也可将全文文件仅与数据库数据一起还原。
msdn2.microsoft.com
10.
She refused to save my Web pages as text files.
她拒绝把我的网页存为纯文本文件。
www.bing.com
1.
We've already used text files to create lists of names and basic word lists.
我们已经使用了文本文件创建名称列表及基本单词列表。
www.ibm.com
2.
Allows a control to create e-mail messages from text files or strings.
允许控件用文本文件或字符串创建电子邮件。
msdn2.microsoft.com
3.
Delimited text files (. Txt), in which the TAB character (ASCII character code 009) usually separates each field of text.
带分隔符的文本文件(.txt),其中通常用TAB字符(ASCII字符代码为009)来分隔每个文本域。
office.microsoft.com
4.
The FileExplorer application examines only text files.
文件资源管理器应用程序只检查文本文件。
msdn2.microsoft.com
5.
An HTML file is added many a mark sex string-(tag HTML tags) plain text files.
一个HTML文件就是添加了许多个标识性字符串-HTML标记(tag)的普通文本文件。
www.ymkchina.com
6.
This plug-in gives AutoCAD the ability to export points to text files.
这个插件都使AutoCAD的能力,出口点,以文本文件。
xtdownload.com
7.
The Domino Web Access source code is maintained in text files.
DominoWebAccess源代码是在文本文件中维护的。
www-128.ibm.com
8.
Plain text files are ideal for storing markup, but that doesn't hold true for editing that markup.
纯文本是存储标记的理想选择,但是不适合编辑标记。
blog.163.com
9.
Shows how to transform very large text files into XML while maintaining a small memory footprint.
显示如何将非常大的文字档转换为XML,同时维护小的记忆体使用量。
technet.microsoft.com
10.
The procedures for binding to simple delimited text files, such as comma separated value (csv) files, are similar to binding to databases.
绑定到简单的符号分隔的文本文件(例如逗号分隔值(csv)文件)的过程与绑定到数据库的过程相似。
msdn2.microsoft.com
1.
Note that empty strings are permitted in text files.
请注意,文本文件中允许使用空字符串。
msdn2.microsoft.com
2.
View text files in read-only mode, navigate easily.
查看文本文件的只读模式,轻松浏览。
www.nokiacn.net
3.
The following table describes the entry types for text files.
下表说明了文本文件的项类型。
msdn2.microsoft.com
4.
RevMan can read text files created from most major reference management software using the RIS format.
RevMan可以识别大多数主流文献管理软件(referencemanagementsoftware)创建的RIS格式文件。
www.bing.com
5.
Text files may have fields of various width, delimited by a character such as a comma or a tab space.
文本文件包含的字段可能有多种宽度,也可能使用字符(如逗号或制表符)分隔。
msdn2.microsoft.com
6.
Shows how to split text files on arbitrary boundaries and how to perform queries against each part.
演示如何按任意边界拆分文本文件,以及如何对每个部分执行查询。
technet.microsoft.com
7.
For Text files, use a File connection manager.
对于文本文件,请使用文件连接管理器。
msdn2.microsoft.com
8.
There are public domain utilities for converting audio (and even text files) into various PCM formats.
有些公共主域实用程序可以将音频(甚至文本文件)转换为各种PCM格式。
www.ibm.com
9.
A file export includes these text files, because they are contained within the Rational Performance Tester project.
一个文件输出包括这些文本文件,因为它们被包含在RationalPerformanceTester项目中。
www.ibm.com
10.
Super Email Sender accepts a list of recipients from text files generated by any email harvester, such as Super Email Spider.
电子邮件发件人的收件人超接受由任何电子邮件收割机,如电子邮件超级蜘蛛,生成的文本文件列表。
www.jisuxz.com
1.
Property to watch only for changes to text files.
属性仅监视对文本文件的更改。
msdn2.microsoft.com
2.
The lstFilePick ComboBox displays the text files.
lstFilePickComboBox将显示这两个文本文件。
msdn2.microsoft.com
3.
OUTPUT FILES The output files are text files.
输出文件是文本文件。
www.okandok.cn
4.
You need simple text files for use in other systems.
您需要简单的文本文件以便在其他系统中使用。
office.microsoft.com
5.
The notes are stored as text files with wiki markup.
笔记被储存为带有维基标记的文本文件。
www.bing.com
6.
The folder in this download, DSACLS Snippets, contains DSACLS command syntax text files.
此下载程序中的文件夹(DSACLSSnippets)包含DSACLS命令语法文本文件。
www.microsoft.com
7.
You can copy and paste the content from the DSACLS command syntax text files into the DSACLS. Exe tool.
可以将DSACLS命令语法文本文件中的内容复制并粘贴到DSACLS.exe工具中。
www.microsoft.com
8.
Each content conversion error generates a different GUID that is used in the file names of the corresponding message and text files.
每个内容转换错误都会生成不同的GUID,用在对应的邮件和文本文件的文件名中。
technet.microsoft.com
9.
What to do with executable text files when they are activated (single or double clicked).
激活(单击或双击)可执行的文本文件时要执行什么操作。
translations.launchpad.net
10.
CodeSmith templates are simply text files which you can create in any text editor.
CodeSmith模板只是一些可以在任意文本编辑器中创建的文本文件。
archive.cnblogs.com
1.
Again, the output will be one or more plain text files which will display the text from from the ELD.
同样,输出将是一个或多个纯文本文件将显示来自ELD发光,从文本。
www.bing.com
2.
Use this program to change the contents of text files to upper, lower, proper (title), sentence case.
使用该程序改变的内容,文字文件上,下,适当(职称),句案件。
xtdownload.com
3.
In addition to string entries, text files can contain comments.
除了字符串项之外,文本文件还可以包含注释。
msdn2.microsoft.com
4.
We can add elements to our scenarios by adding new text files, or we may wish to add multiple complications.
我们可以通过添加新文本文件向场景中添加元素,也可能希望添加多重复杂度。
www.ibm.com
5.
The more we add to our base text files, the more varied our scenarios will be over time.
添加到基本文本文件中的内容越多,场景随时间的变化就越多。
www.ibm.com
6.
These wizards are used to add new items, such as Web forms, text files, HTML pages, XML pages, and so forth, to a project.
此类向导用于向现有项目中添加新项,例如Web窗体、文本文件、HTML页面和XML页面等。
msdn2.microsoft.com
7.
To configure your system, you need to edit text files.
为了配置你的系统,你需要编辑文本文件。
www.bing.com
8.
Taking this basic concept, we can create text files to hold our first and last names.
基于此基本概念,我们可以创建保存名字和姓氏的文本文件。
www.ibm.com
9.
With AIX, you won't see all these text files to glean information from.
对于AIX,您不会看到所有这些将从中搜集信息的文本文件。
www.ibm.com
10.
Is intended for use with text files.
也用于处理文本文件。
msdn2.microsoft.com
1.
The input files are text files.
输入文件都是文本文件。
www.okandok.cn
2.
These are nothing more that text files that have the. Bat file name extension.
这些脚本只是文件扩展名为.bat的文本文件。
technet.microsoft.com
3.
Here is a list of all text files and DOC databases the conduit found.
此处列出管道发现的所有文字档案和DOC资料库。
translations.launchpad.net
4.
But what if all you have to parse is a comma-separated value file, or a series of space-delimited text files?
但如果要解析的是逗号分隔值文件,或空格分隔文本文件,又怎么办呢?
www.ibm.com
5.
For example, consider a business that stores data in relational databases, text files, XML files, spreadsheets, and reports.
例如,假设某项业务将数据存储在关系数据库、文本文件、XML文件、电子表格和报表中。
technet.microsoft.com
6.
For example, if vi is the most-used command in a session, then you can save time if only text files come up during Tab completion.
例如,如果vi是一个会话中最常用的命令,那么把Tab补齐提供的命令字符串限制在文本文件范围内可以节省时间。
www.ibm.com
7.
You can add other items, such as HTML files, header files, resources, or text files.
可添加其他项,如HTML文件、头文件、资源或文本文件。
msdn2.microsoft.com
8.
PCs became a receptacle for huge amounts of "unstructured information" , such as text files and presentations.
个人电脑为总量庞大的诸如卷宗和报告的“非系统化信息”提供存储空间。
www.ecocn.org
9.
Because they are text files, properties files are much smaller than glossary databases.
由于是文本文件,因此属性文件比词汇表数据库小得多。
www.ibm.com
10.
Listing 14 illustrates using the sortcommand to sort our two text files after translating blanks to tabs in text1.
清单14演示了在将text1中的空格转换为制表符后,使用sort命令对我们的两个文本文件执行排序。
www.ibm.com
1.
Support a full range of the contents of memory, such as graphic images, text files, copy files, rich text files and so on.
支持记忆全系列内容,如图形图像、文本文件、复制的文件、富文本文件等等。
enpudn.com
2.
The TextFieldParser object provides a way to easily and efficiently parse structured text files, such as logs.
TextFieldParser对象提供了一种可以轻松而高效地分析结构化文本文件(如日志)的方法。
msdn2.microsoft.com
3.
Listing 1 shows you how to index the text files you prepared in the first step.
清单1是为我们所准备的文档创建索引的代码。
www.ibm.com
4.
For example, in the previous section I created a script that will back up text files that start with #backup.
例如,在前面一节中,我创建了一段脚本来备份以#backup开头的文本文件。
www.bing.com
5.
The API gateway provides an open interface to GroupWise 4. 1 And to GroupWise 5. 0 Systems by using structured ASCII text files.
通过使用结构ASCII文本文件API网关提供开放接口和GroupWise4.1到GroupWise5.0系统。
support.microsoft.com
6.
For example, any incoming request for HTML pages, text files, JPEG and GIF images is processed by IIS itself.
例如一个html页面请求、文本文件、JPEG和GIF图片由IIS处理。
www.cnblogs.com
7.
Property files are much smaller because they are text files.
而属性文件则小得多,因为它们是文本文件。
www.ibm.com
8.
These are text files that can have multiple lines, where each line is either a comment, a blank line, or a = entry.
这些属性文件是可以包含多行的文本文件,每一行可以是注释、空白行或者=记录。
www.ibm.com
9.
Demonstrates how to write to text files.
演示如何写入文本文件。
msdn2.microsoft.com
10.
You can also change the separator character that is used in both delimited and. Csv text files.
您还可以更改在带分隔符的文本文件和.csv文本文件中使用的分隔符。
office.microsoft.com
1.
Cucumber on the other hand lets users write tests in plain text files in almost free form English.
另一方面,Cucumber让用户用纯文本文件且不受英语的限制来编写测试。
www.infoq.com
2.
The text files come in every day, every hour so by the end of the day you've imported 8 files per supplier 1 for each hour.
文本文件都在每一天,每一小时,所以在您所进口的每个供应商1小时8每一天结束的文件。
www.bing.com
3.
In SQL Server 2005, any full-text files that are part of the database that is being attached will be attached with the database.
在SQLServer2005中,要附加的数据库中包含的所有全文文件也将随之一起附加。
msdn2.microsoft.com
4.
Enter manually or import from Microsoft Exchange Server, Excel 2007, or text files.
手动输入或者从MicrosoftExchangeServer、Excel2007或文本文件导入。
office.microsoft.com
5.
If yes, why? . Why we can not use a text files with some conventions or markups .
如果是的话,为什么?为什么我们不能用有着一些约定或标识的文本文件呢?
dictsearch.appspot.com
6.
For example, Integration Services includes log providers for SQL Server and text files.
例如,IntegrationServices中包含了用于SQLServer和文本文件的日志提供程序。
msdn2.microsoft.com
7.
The data source is the full path name of the directory that contains the text files.
数据源是包含文本文件的目录的完整路径名称。
msdn2.microsoft.com
8.
The data source is the full path of the directory that contains the text files.
数据源是包含文本文件的目录的完整路径。
msdn2.microsoft.com
9.
Metafiles provides information about files. ASX files are plain text files used to describe multimedia content
元文件提供了关于文件的信息。ASX文件是一个用于描述多媒体内容的简单文本文件。
blog.blueidea.com
10.
Returns an error because Visual Studio Macros does not support text files
由于VisualStudio宏不支持文本文件,因此将返回错误
msdn2.microsoft.com
1.
Attributes should be ASCII text files, preferably with only one value
属性应为ASCII码文本文件,以一个文件只存储一个属性值为宜。
wenku.baidu.com
2.
To execute database script files, which are text files containing a mix of Transact-SQL statements,
来执行数据库脚本文件。数据库脚本文件是一些文本文件,由Transact-SQL语句、
msdn2.microsoft.com
3.
Sending text files and output streams through text utility filters to modify the output
通过文本实用过滤器发送文本文件和输出流,以修改输出
www.ibm.com
4.
This computer can store text files, only to block texts (text) characters on the identification;
可以发送计算机中存储的文本文件,只对以文本文挡(text)上文字进行识别;
www.hackchina.com
5.
Encryption and Decryption for Text Files Using Chaotic Systems
用混沌系统实现文本文件的加解密
www.ilib.cn
6.
Can't check the availability of documents, text files, and collections
不能检查文档、文本文件和集合的可用性
www.ibm.com
7.
These . rdp files are just simple text files that you can create or edit with notepad. Here is a look at one
这些“.rdp”文件只是一种简单的文本文件,你用“记事本”程序就可以创建或是对其进行编辑。
www.bing.com
8.
Calculate rows number of text files,
计算文本文件行数
sogoodm.com
9.
Allows you to parse large delimited or fixed-width text files; methods such as
可以分析大型分隔的或固定宽度的文本文件,而像
msdn2.microsoft.com
10.
ls (list files and directories) * less (view text files)
ls(显示所有文件和目录)*less(显示文本文件的内容)
www.bing.com
1.
A Method of Digital Signal Feature Extractions for Data Text Files
数据文本文件数字信号特征的提取
www.ilib.cn
2.
Using VB to Realize Encryption and Decryption of Text Files
用VB实现文本文件加密解密的方法
service.ilib.cn
3.
Items in this view can be text files exposed as
此视图中的项是作为
msdn2.microsoft.com
4.
User authentication using text files
使用文本文件来执行使用者认证
kajaa.bbs.us
5.
Convert bidirectional text files to ANSI
将双向文本文件转换为ANSI
office.microsoft.com
6.
Convert bidirectional text files to and from ANSI
在双向文本文件和ANSI之间进行转换
office.microsoft.com
7.
Parsing Text Files with the TextFieldParser Object
使用TextFieldParser对象分析文本文件
msdn2.microsoft.com
8.
Import data: Import text files into Excel
导入数据:将文本文件导入Excel
office.microsoft.com
9.
Converting strings in Text files
文本文件中转换字符串
iyuanma.com
10.
Reading and writing text files
读写文本文件
iyuanma.com
1.
Using the editor sed to script complex changes to text files
使用编辑器sed编写脚本,对文本文件做出复杂的修改
www.ibm.com
2.
For example, a schema file describing two text files might look like this
例如,一个描述两个文本文件的架构文件可能如下所示
msdn2.microsoft.com
3.
Exchange data with text files
与文本文件交换数据
www.21pm.com
4.
Process Launch via Text Files
以文字文件激活流程
blog.sina.com.cn
5.
Convert tabs to spaces in text files
在文本文件里转换tabs键为空格键
iyuanma.com
6.
How to: Open Text Files as Workbooks
如何:以工作簿形式打开文本文件
msdn2.microsoft.com
7.
Delta Storage for Non-Text Files
非文本文件的增量存储
www.ilib.cn
8.
How to: Read From Comma-Delimited Text Files
如何:读取逗号分隔的文本文件
msdn2.microsoft.com
9.
Unit for Large Text Files
大的文本文件单元
iyuanma.com
10.
How to: Read From Fixed-width Text Files
如何:读取固定宽度的文本文件
msdn2.microsoft.com
1.
In order to allow users to parse text files in multiple formats, the,
为了使用户能够分析具有多种格式的文本文件,
msdn2.microsoft.com
2.
How to: Append to Text Files in Visual Basic
如何:在VisualBasic中向文本文件追加内容
msdn2.microsoft.com
3.
How to: Read From Text Files in Visual Basic
如何:在VisualBasic中读取文本文件
msdn2.microsoft.com
4.
How to: Read From Text Files with Multiple Formats in Visual Basic
如何:在VisualBasic中读取具有多种格式的文本文件
msdn2.microsoft.com
5.
Java, you can synchronize with any data source, including application servers, web servers, text files, and
器API,您可与任何数据源同步,其中包括应用程序服务器、Web服务器、文本文件及其它数据库
www.ianywhere.com
6.
How to: Read From Fixed-width Text Files in Visual Basic
如何:在VisualBasic中读取固定宽度的文本文件
msdn2.microsoft.com
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/9 16:19:25