搜索资源列表
20120412_82647
- 不使用结构体和链表,纯使用字符串操作和文件格式化读写编写的XX管理系统,包括详细设计文档。-Do not use the structure and linked lists, pure string manipulation and file format reading and writing written XX management system, including detailed design document.
cmobliphone
- C语言实现设计一个简易的手机通讯录管理系统。该题目要求在熟练掌握C语言的基本知识:数据类型(整形、实型、字符型、指针、数组、结构等);运算类型(算术运算、逻辑运算、自增自减运算、赋值运算等);程序结构(顺序结构、判断选择结构、循环结构);大程序的功能分解方法(即函数的使用)等。进一步掌握各种函数的应用,包括时间函数、、绘图函数,以及文件的读写操作等。-Design a simple mobile phone address book management system. The subject
XMLDemo
- XML文件的一系列操作,如文件的读写,修改等等功能-A series of operations in the XML file, such as file read and write, modify, and more
perfectAddressBook
- 基于控制台的通信录程序设计,使用了单链表的数据结构和文件读写的操作-Based on the design of the console communication procedures
btreesearch
- 实现单向链表和文件操作,包括链表二叉查找、插入、删除,文件读写等,简单明了。-single list operation btree search and file operation
ReadFile_And_WriteFile-Demo(VS2013)
- 对上次本人用dev c写的读写文件的程序进行改写,这次是用VS2013写的,将读文件与写文件分别封装成两个独立的函数放到两个独立的文件.cpp(.h)中,便于以后根据自己的需要对函数功能进行相应的扩展。读文件操作制将某一文件的二进制流读出写到一个txt文件中,写文件指将事先写好的数组中的数据一二进制流的形式写成一个新的文件。 两个函数原型: void ReadFile(char* readfilename, char* writefilename) void WriteFile(c
ext2_gx
- 仿真EXT2文件系统,使用一个txt文件模拟磁盘,最终实现对磁盘文件的创建、打开、读、写、关闭操作。其中涉及到inode、位图、超级块等概念与操作-A simple file system simulate EXT2, using a TXT file simulated disk, realizede the operationg for the disk file, such as create, open, read, write and close.Which involved some