搜索资源列表
pushBox
- 推箱子C语言版,可以自定义地图,支持悔步和重复。可在VC6.0或TC中编译。很好的学生作业。文件打开关闭的基本操作。TXT文件的读取,键盘响应。坐标规划,C画图。
text2data
- 程序] 文本文件和二进制文件读写 --C语言 /* 程序说明: 实现对账户信息的添删查改操作 从一个文本文件 data.txt 读取数据,然后写入一个二进制文件 credit.bf 文件中 */
read_excel
- c语言实现excel读取,按规定写入dat和txt文件-c language excel read write dat and txt file required
TXTClass
- 提供了一个用C#语言实现的txt文件操作类,实现了写入txt、读取txt、读取指定行、删除指定行、查询txt指定内容,按照给定条件查询、删除txt文件内容等功能。调用方便,操作简单,附有使用说明。-Provides a C# language using the txt file manipulation class realized write txt, read txt, reads the specified line, delete the specified row, query tx
txt
- 利用vs 中的 c++语言对txt文件经行读取,并且对txt文件并输出-C++ to read txt file and the output
(stu)File1
- 打开一个文件,逐行读取生成一个英文字符的索引,产生一个文件保存输入文件中的字符出现的次数、个数和种类。 1、一次读取文件的一行;读取文件使用iostream; 2、除去行中所有的标点符号,利用附录A的程序代码; 3、对于每一行: a)在你构建的索引结构中查找单词; b)如果没有找到(出现新词)就将它插入索引; c)如果找到就更新该词的出现次数(次数加1)。 4、所有行都读入完成后,对索引结构按照字典顺序进行排序。每一行都应包括该单词本身、出现次数,如果有能力,程序还应
ReadText_C
- 用C语言实现的txt文件的读取,比如读取到文本尾如何换行,如果到指定的位置读取等。-Read txt file using C language, for example, reads to how to wrap text tail to a specified location read.
Open_WAV
- 使用C++语言编程读取WAV格式音频文件数据,显示该WAV文件信息,并将该数据存放在一个txt文档中-Read the data of the WAV audio file , display the information of it , and save the audio data in a txt file .
Aircraft_booking-_system
- 这是我用C语言写的一个飞机订票系统,里面基本的系统功能,用的数据结构是单链表,数据是文件流,读取TXT文件数据,所以,这个实例包含很多非常有用的东西,是对新手非常好的实例-This is an airline reservation system, written in C language inside the basic system functions, data structure is a single linked list data file stream, read TXT fi
AVR_CH376_host(CVAVR)
- 使用AVR单片机Atmega16作为mcu,CH376S作为USB控制芯片,使用C语言在CVAVR环境下编程。实现了AVR单片机U盘通讯。功能:检测U盘插入、初始化磁盘、读取U盘厂商信息、在根目录下新建文件NEWFILE1.TXT、写入“欢迎王之清进入U盘世界!”、关闭文件。-AVR microcontroller ATmega16 as the MCU, CH376 USB controller chip, using the the programming of the C language
read-and-write
- 用c++语言编程,读取txt文件,并写成.e文件,-Using c++ language programming, reading txt file, and written as. E documents,
writewav
- 这是我参考网上很多网友的播客写的一篇关于读取wav语音文件,并把读取的数据存储到txt文件里面的c语言代码-This is what I refer to many online users to write an article about podcasting read wav sound files, and to store the data to be read txt file inside the c language code
217viterbi-decoding(C-language)
- C语言实现217卷积码的viterbi译码(软、硬判决的代码都有,运行时先在VC中分别运行软、硬判决的C程序,产生误比特率的数据并存储在.txt文件中,之后在matlab中读取数据,画出误比特率曲线,matlab程序也已给出)-C language achieve 217 viterbi decoding (including hard and soft decision,and the codes should be run in VC to generate and store the BE
ReadText_C
- 用C语言实现的txt文件的读取,比如读取到文本尾如何换行,如果到指定的位置读取等。-Read txt file using C language, for example, reads to how to wrap text tail to a specified location read.
C-txt-
- C语言读取txt文件和写入txt文件基本代码,杜宇初学者,有较大的帮助,在其基础上可延伸-READ AND WRITE
file_copy
- 用c语言来读取一个txt文件, 然后写入另一个文件中去(use c to read a txt file to a buffer, then write the buffer to a new file)
新建 Microsoft Office Word 文档
- 编写程序从文件(gangb51x.txt)中读取测井数据,编写函数实现以下两种方法进行数据处理,并将处理后数据写入一个新文件中,输出文件中要包括第一列深度采样值。 1、 选取前三条曲线中的一条进行中值滤波处理,函数中要求能进行不同点数的设置。 2、 计算出砂指数BULK。编写函数实现下面的计算。(seISMIC INTERPRETATION)
eyeLike-master
- 人眼中心定位是一个用于眼部追踪的算法,C++语言实现,依赖OpenCV库。 关于代码的编译,提供了CMakeLists.txt文件,同时支持Windows,Linux和Mac OS X。 该项目从网络摄像头读取视频,进行人脸检测,再根据检测到的人脸图像截取左眼和右眼的ROI区域,最后根据截取到的ROI进行眼球中心检测与跟踪。所以算法的主要包含三个部分:人脸检测,ROI截取,眼球中心定位。(The estimation of the eye centres is used in sever