搜索资源列表
WriteTreeList
- 树形控件的使用:实现从文本文件中读取数据加载到树的各自对应目录下(可作新手练习、参考)
FileRead
- 读取两个文本文件,并组合为新文本文件。内部调用了C的字符串函数。
readarticle
- 读取文本文件的,统计每个单词出现的次数 能够任意打开文件路径,能保存查询的结果。
TangShi
- 演示一个简单的用VB写的读取文本文件方法,MDI窗口。
CDataFile_demo
- 这个类可以很简单的读取和存储csv文件或者文本文件的数字数据。-this category can be very simple to read and storage csv files or text files figures.
birthday_v1.0
- 这个类可以很简单的读取和存储csv文件或者文本文件的数字数据。-this category can be very simple to read and storage csv files or text files figures.
读文本文件
- 本程序是一个用vc编写的实现对读入文本的读取的一个程序,但是还有一些缺陷不是很完善,希望与大家交流-this is a procedure with the realization vc prepared to read the text of a procedure to read, but also has some flaws is not perfect, and we hope that the exchanges
读取基于文本的数据文件
- 这是一个JAVA 工具类库,用户读取给予文本的数据文件,如 GSV ,tab分隔的或固定宽度格式的文件-This is a tool for Java class libraries, giving users read the text data files, such as Hopkins, tab-separated or fixed width files
TestWordPaste
- 这是一个演示读取word文件的内容,并且把文本显示到当前的对话框中的程序,可以学习wiindows的word编程,还可以举一反三,对于需要在自己的代码中操作word特别有参考价值。
EX9_8
- 设计了一个基于MFC的对话框应用程序,打开并读取一个文本文件,将其内容在一个编辑框中显示!-Designed a dialog-based MFC applications, open and read a text file, its contents will be displayed in an edit box!
yuesefu
- 设有n个人站成一圈,每个人持有一个密码(正整数)。现从第t个人开始,按顺时针方向“1,2,3,4,…”循环报数,数到m1(第t个人所持密码)的人出列,然后从出列者的下一个人重新开始报数,数到m2(刚出列者所持密码)的人又出列,如此重复进行,直到n个人都出列为止。 问题是:对于任意给定的n个人的原始排列顺序,求出n个人的出列顺序。 输入数据从文本文件“实习1数据.txt”中读取。该文件有两行:第1行只有一个整数,表示报数的起始位置;第2行是n个所持密码。 输出结果显示在屏幕上。
10.24
- 读取二进制文本文件解析后存入新建的sql数据表中。-After reading binary text file, parsing the data into the new sql table.
ReadTxt
- Visual c++6.0里面读取存取在TXT文本文件的程序,初学者欢迎下载。-Visual c++6.0 which read access to the procedure in the TXT text files, beginners are welcome to download.
1
- 对话框程序,从一文本文件中读取数据显示在列表框里,在列表框里能实现双击删除数据,右键弹出对话框增加数据。所有的操作都在dll中实现-Dialog box procedure to read from a text file data in the list box, double-click in the list box to delete data to achieve, right pop-up dialog box to add data. All the operations are
KML
- 一个KML应用程序,程序要能从CSV文件(逗号分隔符文本文件)中读取数据,生成kml格式文件。能用该文件向Google Earth用户界面中添加地图项。是我们的面向对象程序设计的课程设计。-A KML application, the program should be from the CSV file (comma delimited text file) to read data, generate kml format. The file can be used to add a Goo
Text-posthouse
- RichEdit实现的文本查看器 右键菜单 字体设置 可以拖动文件到窗口实现读取 支持自动换行 支持ctrl+F查找 自动隐藏窗口 共16个页面 详情请看托盘图标右键帮助-RichEdit text viewer to achieve right-click menu font settings window you can drag files to read the wrap is supported to achieve support for ctrl+ F to find a tota
VB-wenzidingwei
- RichTextBox: 应用RichTextBox控件的一些常用属性配合函数,实现对文本内容进行关键字定位查找功能。程序运行时,用户可在左边的文件系统控件中选择目录及文件,单击选中的文件,其文本内容就会被自动读取到RichTextBox控件中显示-The RichTextBox: application of the RichTextBox control some common attributes with the function keyword-targeted search the
Win1_Proj
- MFC 架构实现插入信息到文本文件中,并读取文本文件和实现文件的增删改查以及更新-MFC architecture for insert information into a text file, and read a text file and achieve CRUD files and updates
txt2xml
- MFC框架下编程。读取txt文件,将文本文件转换成xml文件输出。在功能中,涉及到北京时转换到秒的运算。 经测试,软件功能满足需求-This APP is developed under MFC framework.It can convert txt data to XML file. The APP works well after testing
MFC界面设计
- 设计简单的MFC界面,能打开文件,读取并显示在文本框内,还可以调用外部EXE程序计算数据结果,画图功能还没做,想请教大神