搜索资源列表
ReadFile
- C语言 文件操作 文本文件读取及显示及二进制文件读取及换行显示-C language file operations to read and display text files and binary files read and wrap
DOS_edlin
- DOS下行编辑器 功能: 编辑软件的状态 编辑软件分为两种状态: 状态一:命令状态(命令态) 输入、处理各种行编辑命令。所输入的内容要根据事先定义的编辑命令进行解释,完成规定的操作。 编辑命令状态提示符:* 状态二:行输入状态(编辑态) 输入文本行。所输入的内容要全部作为文本存入文件中。 输入态提示符:无 系统启动进入命令状态,显示提示符 *。-DOS downlink editor functions : editing software edi
write_Text
- 在控制台下使用C#流进行文本文件的写入!程序简单使用了文件流的操作写入文件-In the console using C# Stream write a text file! Simple procedure used in the operation of file stream to write file
Editor
- 该软件是文本编辑器,基本上实现了编辑一个txt文档所需的所有操作。-The software is a text editor, basically realized the need to edit a txt document all operations.
Dog
- /*11-6. 声明一个dog类,包含体重合年龄两个成员变量及相应的成员函数,声明一个实例dog1,体重为5,年龄为10, 使用I/O流把dog1的状态写入磁盘文件,再声明另一个实例dog2,通过读文件把dog1的状态赋给dog2。分别使用文本方 式和二进制方式操作文件,看看有何不同;再看看磁盘文件的ASCII码有何不同。*/-/* 11-6. Declare a dog class that contains two member variables age, weight and c
Console
- 一个读取文本文件的控制台程序,使用VCL文本操作函数-A console program to read a text file using the VCL text manipulation functions
cMichaelJanssonJokeConsole
- 在win32控制台程序下处理鼠标事件,模拟按钮和下拉框的程序,并实现一个简单的文本内容浏览工具。点击文件可查看相应的内容,并可以点击按钮进行切换文件等操作。-Handle mouse events in win32 console application program analog buttons and drop-down box, and implement a simple text content browsing tools. Click on the file to view th
CPP-Matrix
- 代码基于《用C++语言编写数学常用算法》/陈必红著。源码中定义了多种矩阵初始化函数,可以讲数组,文本文件等直接转换为矩阵。除了常用的矩阵运算分解等操作,增加了常用的矩阵点乘,叉乘,矩阵块移除等常用操作,在源文件中有详细注释。-Code based on the " write mathematical language commonly used algorithm C++" /Chen Hung forward. Defined in a variety of matrix s
student-manage-system
- c语言做的学生管理系统课程设计。主要是将文本按指定格式成链表,再进行增删查改等操作。-Course design of student management system in C language. The main text is a list in the specified format, then the crud operation.