CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - 文本文件的读取

搜索资源列表

  1. richtestbox

    0下载:
  2. richtestbox去掉图片链接点击后,图片周围的虚线?...在本文介绍的程序中,是把读取的文本文件,用一个richTextBox组件显示出来。要读取文本文件,必须使用到\"...掌握了上面这些关键步骤,就可以方便的得到用C#来处理文本文件的一个完-richtestbox Click on the link removed pictures, pictures around the dotted line ... This paper describes the procedure is to
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:44798
    • 提供者:tc
  1. ReadTxtFile

    0下载:
  2. 运用C#读取文本文件,并可选择具体范围进行平均值的计算-use C# read text files and can choose the specific scope of the calculation of average
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:9340
    • 提供者:陈习森
  1. FileOperateForCsharp

    0下载:
  2. FileOperate For C# 在日常的工作中经常要从外部读入文件,这些代码能帮我们快速的完成此类工作。 1、C#读取分隔符文件 2、C#实现GB2312和UTF8字符编码方式的转换 3、c#写文本文件类以及方法 4、C#中常用的文件操作方法 5、文本文件读操作 6、字符串操作类 7、运用C#读取文本文件,并可选择具体范围进行平均值的计算-err
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:18017
    • 提供者:xuxin
  1. readtext

    0下载:
  2. 用于对文本文件的写入与读取,便于对文本数据的操作-Used to write and read text files to facilitate the operation of the text data
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:31222
    • 提供者:韩磊
  1. E02-FileStreamRead

    0下载:
  2. 利用FileStream的Read方法从一个文本文件中读取内容并显示到屏幕上-Use FileStream' s Read method to read from a text file contents to the screen
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:25812
    • 提供者:项英
  1. Myapp

    0下载:
  2. 实现读取一个大文件夹下的所有文件,包括子文件夹中的文件,并且读入所有txt格式信息分离出单个字符串并且记数,最后输出到当前目录下的一个文本文件-To achieve a large folder to read all the files, including files in subfolders, and all the txt format information read in a single string separated and counted, the final output
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:32067
    • 提供者:鲍周晓
  1. Index

    0下载:
  2. 读取文本文件,正则匹配筛选文本中的电子邮件地址,输出到对应新文件-Read a text file, match the filter text in a regular e-mail address, a new file output to the corresponding
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:1089
    • 提供者:Leo
  1. ReadDatafromTextFile

    0下载:
  2. 这一是个用C#编写的程序,同时生成了一个dll文件,运用这个文件可以很简单地实现读取txt文本数据的方法,当然您也可以直接使用其中的代码而不使用dll文件来读取文件。-This is a program written with C#, also generated a dll file, the use of this file can be very simple to read txt text data to realize the method, of course, you can
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:13337
    • 提供者:周国军
  1. ReadWriteData

    0下载:
  2. 主要实现了读取文本文件、然后写入数据库的功能,包括托盘程序,大量数据写入的优化处理,用时先在sqlserver2005数据库里建立两个表。这个代码是我项目中的一部分,希望能对你们有帮助-Main achievement of the reading text files, and then written to the database, including pallet program, the optimization of processing large amounts of data
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:108981
    • 提供者:zsj
  1. PDFReader_Now

    0下载:
  2. 文本PDF文件读取, Demo中用了两种公共PDF控件: iTextSharp和PDFbox生成一个vb控件, 可以对比读取不同文件的效果-Text PDF files to read, Demo using the two kinds of public PDF Controls: iTextSharp and PDFbox, you can compare the effect of different files to read
  3. 所属分类:CSharp

    • 发布日期:2017-06-13
    • 文件大小:21713000
    • 提供者:zsw119
  1. FileStreamWrite

    0下载:
  2. C#中的StreamWrite用法实例演示,使用StreamWrite读取和写入文件内容,操作对象为TXT文本,但操作其它文件的方法和思路与此相同,对StreamWrite用法不熟悉的C#初学者,您可不要错过这个具有针对性的实例。-In C# StreamWrite usage examples demonstrate, using StreamWrite read and write the contents of the file, operation objects as TXT, but
  3. 所属分类:CSharp

    • 发布日期:2017-11-07
    • 文件大小:9980
    • 提供者:hpudn76
  1. CompareFiles

    0下载:
  2.  C#文件比较,比较两个文件大小和内容是否一样,需要先引入using System.Drawing,将使用者所选取的文本文件的完整路径显示于TextBox1和 TextBox2文本框中,判断相同的文件是否被引用两次,检查文件大校如果两个文件的大小并不相同,则视为不相同,逐一比较两个文件的每一个字节,直到发现不相符或已到达文件尾端为止,从每一个文件读取一个字节,然后关闭文件,最后返回比较的结果。在这个时候,只有当两个文件的内容完全相同时,"file1byte" 才会等于 "file2byte"。-
  3. 所属分类:CSharp

    • 发布日期:2017-12-08
    • 文件大小:14539
    • 提供者:hpudn78
  1. TongJiZiMu

    0下载:
  2. 简单的c#程序,实现对文本文件的读取以及对文件中字母出现的概率统计-Simple c# program to read a text file, as well as statistics on the probability of the letters in the file
  3. 所属分类:CSharp

    • 发布日期:2017-11-28
    • 文件大小:40061
    • 提供者:feng
  1. FileDoc

    0下载:
  2. 主要是在对话框中进行读取数据和进行文件的保存功能。在编辑框中将文本文件以int整形的形式进行读取 -I don,t know English
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:765
    • 提供者:july
  1. C_bmp_read-and-save

    0下载:
  2. 用C语言实现位图的读取、存储、显示,存成文本文件等-c_bmp save and read
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:390533
    • 提供者:刘姗
  1. CreatAcessDatabase

    0下载:
  2. 读取文本文件导入至Access mdb数据库。需要进项目更改导入文本的路径。-Read a text file into Access mdb database. Need to import text into the project to change the path.
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:96736
    • 提供者:
  1. cityquery

    0下载:
  2. C#通过读取TXT文件的内容,实现全国各省市城市信息的查询,打开程序后,载入含有全国城市信息的TXT文本,Bin目录下有。另外对C#界面编写不熟悉的,实际上可通过本实例学习一下窗体制作,如何在窗口中使用ICO图标等小技巧-C# by reading the contents TXT files, city information for query provinces and cities nationwide, and open the program, load TXT text messa
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:653785
    • 提供者:ypudn87
  1. fsotxt

    0下载:
  2. C#简单读写文件,具体来说是使用StringCollection 类对TXT文本文件的操作,可向TXT中写入文字内容,读取出内容,程序做成了可视化界面,类似一个文本编辑器一样,比Windows的记事本功能还要少一些,主要是演示如何用C#读写文本格式的文件。-C# simple read and write files, specifically the use of class actions on StringCollection TXT text files can be written t
  3. 所属分类:CSharp

    • 发布日期:2017-04-23
    • 文件大小:9301
    • 提供者:
  1. ReadFileToMatrixData

    0下载:
  2. 读取文本文件中的数据,存储到二维数组中,数据可不确定行数和列数-Data read text files stored in the two-dimensional array, the data can be uncertain number of rows and columns
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:904
    • 提供者:王贵
  1. TextFile

    0下载:
  2. 将程序信息保存到文本文件中以及从文本文件中读取保存的信息。将程序数据通过序列化保存到文件中以及通过反序列化读取保存的数据。(Save program information to a text file and read the saved information from a text file. Save program data by serialization to the file and read saved data by serialization.)
  3. 所属分类:C#编程

    • 发布日期:2017-12-18
    • 文件大小:50176
    • 提供者:NanKingQG
« 12 »
搜珍网 www.dssz.com