搜索资源列表
richtestbox
- richtestbox去掉图片链接点击后,图片周围的虚线?...在本文介绍的程序中,是把读取的文本文件,用一个richTextBox组件显示出来。要读取文本文件,必须使用到\"...掌握了上面这些关键步骤,就可以方便的得到用C#来处理文本文件的一个完-richtestbox Click on the link removed pictures, pictures around the dotted line ... This paper describes the procedure is to
c-shiyanbaogao
- 编写一程序,统计学生的成绩信息(保存在文件Score.dat中)。 要求: 1. 能按总分,数学成绩,英语成绩,计算机成绩分别排序 2. 能分别统计数学,英语,计算机中不及格人数 3. 能按学号查找学生,并显示该学生信息。 注 1. 从文件中读入数据以及功能菜单显示已在文件ReadData.c 和Menu.c中给出; 2. 代码的总体结构已在文件Score.c中给出,并定义了一些函数头,但有关函数体代码和一些主程序处理代码要求学生填写,也可以修改函数头;
C++readcom
- 一个串行通信的小例子,该程序可以将通信所得到的数据显示出来且可存储为TXT文件,并且可以读取TXT文件恢复波形。-a small example. The communication process can be obtained data can be displayed and stored for TXT documents, and can read TXT file recovery waveform.
C-FIR
- 此程序是用C语言编写的FIR数字滤波器,程序分块相当完整清晰:打开文件,读取数据文件,运算滤波,结果写入文件,关闭文件。已经通过验证-This program is written in C language FIR digital filters, the program block quite a complete and clear: open the file, read data files, computing filtering, the results of written do
read-tdms-file-by-CSharp
- 一个读取labview tdms文件的C#代码。-Labview tdms file a read C# code.
modular
- BPSK 的调制程序,从文件读入01序列,进行采样之后进行BPSK调制,然后输出。VC2005编写-BPSK modulation process, read from a file into the 01 sequences, after sampling BPSK modulation, then output. VC2005 prepared
Read.a.file.line.function
- 本程序用C语言实现了读一个.txt文档中一行数据的功能。希望对大家有用。有不对的地方请指正。-This procedure using C language to implement reading a. Txt document in the line of data. Want to be useful to everyone. Where there is something wrong please correct me.
c
- 自己写的C++文件流的读取,很实用 ,自己写了好久,研究了好久 终于弄明白了,真的很不容易,传上来,供大家学习-Write your own C++ file stream to read, very practical, himself wrote a long time to study for a long time has finally figured out, really is not easy, pass up, for them to learn thank you
VCREADTXT
- 该程序是读取TXT文件c++程序,比较简单,对于读取过程一目了然,希望对大家有所帮助-The program is to read TXT file c++ program is relatively simple, the reading process at a glance, we want to help
file-read-write_C-Language
- 对常用的文件读写做了小结,不清楚的朋友可以看看,还是不错的幺-Read and write files on the common with a summary, do not know friends can see, is good unitary
Index_Linked_list
- 标准C写的关于链表的操作的,读入一个文件,列出所有的单词,并且保存起来-Written in standard C operations on the list, and read a file that lists all of the words, and saved
Jump-too-much-of-a-line
- C++读取txt文件时,能够跳过文件的第一行而从第二行开始读取文件内容-C++ read TXT file, can jump over the first line of documents from the second line began to read the contents of the documents
write-and-read-a-file
- 读文件和写文件的一个小程序 这是我自己在学习c++过程中写的一个小程序-Read and write files in the file is a small program that I wrote in the learning process of a small program c++
File
- c#文件操作:将键盘输入的内容写到文件中;将文件中的内容以二进制方式和文本方式读取出来;-c# file operations: The contents of keyboard input written to a file contents of the file in binary mode and text mode read out
CJPLVG
- 这是一个objective C的 program主要用来读文件,-This is an objective C program is used to read a file,
C#
- 客户给了一证件模板格式,要求将系统中的数据按照格式导出到一个Word文件中,一条记录为一页,对换到下一页纠结了很久,终于捣鼓出来了。思路是拷贝模板文件,读取模板文件中的表格,选择表格进行复制,对第一页的表格进行赋值,赋值完后转到下一页进行黏贴,再对表格进行赋值。(The customer gives a certificate template format, request the data of the system in accordance with the format into a
CsvReader_src
- 一个读取.csv文件的c#实例程序,简单实用。(CSV file to read a c# program)
声音读取
- c#编程实现读取一段wav音频文件,仅仅是读取哦(C# programming to read a section of wav audio file)
supermarket_manage
- 本超市管理系统,可以实现商品读取,录入,统计功能,同时信息保存到文件(The supermarket management system, implementation of the merchandise can read, input, statistics, and save the information to a file)
C#文件编辑器源码
- 读取二进制文件源码 源码描述: 一、源码特点 采用winform进行开发,实现读取二进制文件功能 二、功能介绍 本源码是一个读取二进制文件源码,适合初学者,读取二进制文件,利用C#客户端,读取二进制文件流 三、菜单功能 1、首先创建一个.bin格式的文件 2、运行程序,点击选择,选择.bin文件 3、点击读取,在文件内容中就会显示。 四、注意事项 1、开发环境为Visual Studio 2010,使用.net 3.5开发。(Read the source cod