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. FileExamp

    0下载:
  2. 用C#制作的一个简单程序,具体实现具体如下:将文本框中的数据保存为*.txt文件,并实现再次读取功能-C# produced by a simple process, concrete realization as follows : the text box will save the data as *. txt documentation, and again read function
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:9071
    • 提供者:Coral
  1. FileStreamExam

    0下载:
  2. 用C#制作的一个文件流处理程序,具体实现具体如下:将文本框中的数据保存为*.txt文件,并实现再次读取功能-C# produced a document-handling procedures, concrete realization as follows : the text box will save the data as *. txt documentation, and again read function
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:22742
    • 提供者:Coral
  1. VB 网络资源下载读取

    0下载:
  2. 用VB读取远程文本内容
  3. 所属分类:C#编程

  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-24
    • 文件大小:31222
    • 提供者:韩磊
  1. WindowsCaculation

    0下载:
  2. (1) 设计数字按钮的事件,由于数字按钮事件功能都是把对应数字显示在文本框中,所以全部数字按钮都可以共用一个事件处理方法; (2) 运算符按钮事件也基本相同,所以所有运算符按钮也可共享同一事件处理方法。方法中分别读取文本框上的数值以及所按的运算符,并能识别是否需要进行智能计算; (3) 键盘事件只需一个事件处理方法即可,根据按键的不同调用之前的鼠标事件或者自定义的方法,以便模拟之前定义的鼠标事件。-(1) design digital button events, button even
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:725780
    • 提供者:king
  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. ReadTextFromFile

    0下载:
  2. 从文件中读取文本 CSHARP编程 平台是VS2008-read some txt from a file
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:12922
    • 提供者:cz
  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. MaxAbsData

    0下载:
  2. 本程序的功能是读取几组数据,取其绝对值的最大值,再输出到文本,基于控制台-The functionality of the program is to read several sets of data, whichever is the absolute maximum, and then output to a text-based console
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:30993
    • 提供者:夏冬平
  1. CardSale

    0下载:
  2. 自动读取文本文件,打印数据,实现自动销售。自动减少库存-auto import txtfile and print data
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:381060
    • 提供者:danial
  1. words-statics

    0下载:
  2. 单词统计能够读取文本中的所有内容,把其中出现的每个单词的统计出来,最后输出满足要求的单词-Words statistics:be read all content, which appear in each word, finally outputs statistics satisfy the requirement of words
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:190662
    • 提供者:孟醒
  1. Le8

    0下载:
  2. 一个关于导出乐吧影视平台 中XML为 文本的一个C# 程序 可以为了学习C# 读取XML 有一定的帮助-A music bar on the export XML-TV platform in the text of a C# program can read to learn C# XML has some help
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:89623
    • 提供者:mail
  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-03
    • 文件大小:108981
    • 提供者:zsj
  1. cSharp

    0下载:
  2. 1. 显示课程(Course)数据库中的数据。建立一个Windows应用程序,读取SQL Server中XSGL数据库Course表中的记录,讲课程的号码、名称和教师的姓名显示在文本框中。 2. 建立一个Windows程序,对于SQL Server中的xsgl数据库,浏览学生成绩。可上下翻页,查看学生的学号和姓名,同时显示该学生的所有成绩。 -1 shows courses (Course) data in the database. Create a Windows applicati
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:210510
    • 提供者:张坚辉
  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-14
    • 文件大小:21713000
    • 提供者:zsw119
« 12 3 »
搜珍网 www.dssz.com