搜索资源列表
A-simple-language-interpreter
- 一个简单的语言解释器, 它可以读入一个简单的文本标记文件,并提取和 转换相应的成员关系信息。文件内容如下所示。 一个简单的文本标记文件: <class> <student> <name>ABC</name> <id>123456</id> group1 </student> </class> 每组"标记"包含两部分:标记名称和标记值。例如,
course
- C语言学生选课系统程序,课设时所作,简单文件输入输出,没有数据库-C language students elective system procedures, made by the class-based, simple file input and output, there is no database
qq
- 应用IDE开发工具设计有菜单等标准GUI组件的界面,并能够结合文件输入/输出流的处理方法,开发出可以存取持久化数据的应用程序,提高对程序数据处理的认识。-Application development tools IDE design standard GUI components such as menu interface, and be able to combine file input/output flow approach can be developed to access pe
somecode
- 一些常用的代码,包括文件输入输出,还有排序和搜索的一些代码-Some commonly used code, including file input and output, as well as sort and search a number of code
StuManage
- 用VC++ 控制台 做的 学生成绩关系系统 用的是单链表 文件输入输出-C++~~
wagemanage
- 1.用类的形式改写程序,将程序中工资数据用链表的形式存放,定义一个链表类,封装主要的操作函数。 2.显示、修改、删除数据项时大小写通用。 3.工资数据按工资值的大小进行排序存放。 4.修改、删除数据前增加提示信息,用户确认后才能进一步操作,否则操作取消。 5.增加程序的文件输入输出功能,在执行程序中首先将工资数据从文件中读出再进行管理,在程序结束时能将工资数据保存在原文件中。 -1. With the class in the form of rewriting proced
list
- //只创造一个list类,所有信息属性 以字符串实现 //通讯录实现在文件的读取中,将所有录入信息作为字符串存储 //实用文件输入输出流进行录入 //所录入联系人信息保存在txt文件中,再通过 iomanip的使用调节输入输出界面的格式 -//Just to create a list class, string property to achieve all of the information// address book to achieve in the document
add
- 实现了对一个文档后面补加内容,通过文件输入输出流的操作实现哦-Realize the additional content of a document followed by the file input and output stream of operations to achieve oh
CPP
- 北邮小学期 C++ 文件输入输出 电话本 C++源代码 可执行程序-Primary school C++ documents of didactical building input/output phone c++ source code the executable
readself
- 熟悉一下c语言文件输入输出函数,自己读取自己。功能很简单-a .cpp file to get a glance of the I/O functions about files. the program is to read itself and to be printed into the stdin.
area
- 题目源自于一个C++课程的大作业,要求处理三角形、矩形和圆形的周长、面积计算问题,要求分别用面向过程和面向对象的方法解决问题。本程序典型得运用了面向过程和面向对象的方法,对面向过程和面向对象的区别做了鲜明的对比。本例可对各图形的输入输出流做了重载,可从控制台或文件输入输出。-Topic from a C + + course big job, required to deal with triangular, rectangular and circular perimeter, area ca
FileStreamsTest
- 使用文件输入输出流的应用程序:程序功能:读入一个文件的内容拷贝到另一个文件中去.-Use file input and output streams applications: Program features: read the contents of a file copied to another file.
C_xcorr
- 使用c语言实现信号自相关,有文件输入输出函数使用-Use c language auto-correlation signal has the file input and output functions use
2
- 实现NFA到DFA的转化,方便初学者使用体会(this is easy to understand)
InterpTools
- 实现1维2维等插值,实现外部文件的输入输出等操作(the interpretation of 1 dimension and 2dimensions)
文件读写操作
- C语言文件读写操作,便于输入输出不同的文件进行相应的处理(C language file read and write operation to facilitate the input and output of different files for corresponding processing)
matlab宝典源文件
- 由浅入深、循序渐进地介绍了MATLAB的知识体系及操作方法。全书共分为7个部分23章,另外在光盘上附赠2个章节。其中主要介绍了如何使用MATLAB进行数据分析、数据可视化的方法、MATLAB编程、图形用户界面、MATLAB仿真,以及文件输入/输出、编译器和应用程序接口等高级技术。最大的特色在于每一节的例子都是经过精挑细选,具有很强的针对性(The knowledge system and operation methods of MATLAB are introduced in a shallo
文件
- 产生15个20~9999之间的随机整数,然后利用BufferedWriter类将其写入文件file2.txt中;之后再提取该文件中的数据并将它们以升序排列。(Generate random integers between 15 20~9999 and write them into the file file2.txt using the BufferedWriter class; then extract the data in the file and arrange them in as
文件1
- 产生15个20~9999之间的随机整数,然后利用r类将其写入文件中;之后再提取该文件中的数据并将它们以升序(Generate random integers between 15 20~9999 and write them into the file file2.txt using the BufferedWriter class; then extract the data in the file and arrange them in ascending order.)
文件比对
- 汇编实现文件比对 输入为两个txt文件 如果不一样给出行号 一样的话输出特定语句(File comparison compilation to achieve file comparison input into two txt files, if different lines are given the same number, output specific statements.)
