搜索资源列表
richtestbox
- richtestbox去掉图片链接点击后,图片周围的虚线?...在本文介绍的程序中,是把读取的文本文件,用一个richTextBox组件显示出来。要读取文本文件,必须使用到\"...掌握了上面这些关键步骤,就可以方便的得到用C#来处理文本文件的一个完-richtestbox Click on the link removed pictures, pictures around the dotted line ... This paper describes the procedure is to
文本文件管理系统
- c#写的一个简单文本文件管理系统,可以方便的管理文本文件,生成报告。-write a simple text document management system that can facilitate the management of text files, generate reports.
segment
- 基于文本文件的分词程序,可以将指定文件名的文本文档按照词典自动划分出单词.-text-based documents, the sub-term process, which would be designated the File Name text documents with automatic divided dictionary word.
pjj
- 一个使用c实现的文件控制系统可以实现文本文件的一般功能-use to achieve a document control system can achieve a text file of the general functions
ResourcePick
- 实现.NET中对嵌入资源(图片和文本文件)的提取与使用-achieve.NET embedded resources (photographs and text files) with the use of the extraction
duwenben
- 磁盘文件中有一文本文件,是一组(人数不限)学生百米赛跑成绩表,每行一人。格式如下例。 // 李四 12.8 // 王五 13.1 // 何和平 13.4 //程序可以追加新人的成绩,可以对成绩表排序并显示,磁盘上原有文件不变。 //排序要求成绩相同时,名次相同,获后一成绩者名次为前面的人数加1。 -,(), The following format cases. / / 12.8 115 4 / / 5 13.1 Wang / / DR peace 13.4 / / pr
ReadTxtFile
- 运用C#读取文本文件,并可选择具体范围进行平均值的计算-use C# read text files and can choose the specific scope of the calculation of average
TDECFG
- 功能强大的编辑系统,适合批处理文件,文本文件等-powerful editing system for batch files, text files, etc.
wqe
- 操作及怎样从文本文件和字符串中抽取信息(一)环境变量软链接和硬链接VisualC++中函数调用方式浅探用vc实现生产者消费者.....浅析VC与Matlab联合编程(二)一个简单的系列号(SN)填写器给托盘添加右击菜单-operation and how from text documents and information from a string (1) environment variable soft and hard links link Vis ualC Function Call
44B0_USBtest
- USB接口应用实验,从USB接口接收自PC机发送的文本文件-USB interface experiment, from USB receiver from PC to send a text file
TxtFileDivision
- 一个可以按大小或章节等关键字分割文件文件的文本文件分割器-a can size or by keyword chapters divided document text files for split
经典复制文本文件
- 经典复制文本文件
MyCommunication
- 该通讯录是自己练习时所编写,采用c#实现,以文本文件存取通讯录记录,并实现了记录的浏览,添加,修改,删除,音乐播放等功能-The Address Book is prepared by their own practice, the use of c# Achieve in order to access the Address Book text file records and achieved a record to view, add, modify, delete, music pla
FileOperateForCsharp
- FileOperate For C# 在日常的工作中经常要从外部读入文件,这些代码能帮我们快速的完成此类工作。 1、C#读取分隔符文件 2、C#实现GB2312和UTF8字符编码方式的转换 3、c#写文本文件类以及方法 4、C#中常用的文件操作方法 5、文本文件读操作 6、字符串操作类 7、运用C#读取文本文件,并可选择具体范围进行平均值的计算-err
FileManageSys
- 软件介绍: 1.多用户注册各自使用,互不干予。 2.在自己的空间中上传多文件及大文件进行在线查看管理,可建多级目录存放。 3.文件目录多级共享,可共享整个用户空间。 4.树状显示系统功能和目录结构,操作方便。 5.界面模板和样式自定义并可由用户在前台选择喜爱的空间风格。 6.共享权限可分别添加公司、部门、工作组权限,并可设置完全 、添加 、只读权限。 7.文件和目录可进行压缩解压ZIP操作,使得可以批量上传及批量下载文件。 8.文件转发功能,可将多个文件下载地址通过
676375678
- 在一个已知的文本文件(是文章)中查找字符串,统计该字符串在文章中出现次数,字符串由用户给定-very good !~~~
notpad
- 用c#开发的文本编辑器,可以打开txt等文本文件。-Developed with c# text editor, you can open the text file txt, etc..
TextClusteringKmeans
- 从文本文件读入文本,分词,去停顿词,然后利用kmeans进行文本聚类-Text Clustering with K means
TextFile
- 将程序信息保存到文本文件中以及从文本文件中读取保存的信息。将程序数据通过序列化保存到文件中以及通过反序列化读取保存的数据。(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.)
TxtToShpLine
- 最近由于项目需要,不能使用ArcEngine,要将文本文件转shapefile文件,但网上没有现成的。本菜鸟几经摸索得知可用GDAL/OGR库创建,才完成这一功能。若有问题请留言。PS:这是转线shp的,想转点和面的改一下就行了,网上都有。(Recently, due to project needs, ArcEngine can not be used to transfer text files to ShapeFile files, but there is no ready Intern