搜索资源列表
C语言难点分析整理
- 这篇文章主要是介绍一些在复习C语言的过程中笔者个人认为比较重点的地方,较好的掌握这些重点会使对C的运用更加得心应手。此外会包括一些细节、易错的地方。涉及的主要内容包括:变量的作用域和存储类别、函数、数组、字符串、指针、文件、链表等。一些最基本的概念在此就不多作解释了,仅希望能有只言片语给同是C语言初学者的学习和上机过程提供一点点的帮助。 -this article is to introduce some major review of the C language in the process
vc_linkL
- 自己写的C++实现单链表操作的源代码,请大家多多指教。 -himself wrote the single-List C operation of source code, please exhibitions.
EssentialFineFile
- Lippman大作Essential C++关于文件名字查找以及列举某路径下的全部文件名的程序例程。程序较小,希望对大家可能有点用处。谢谢!!望大家斧正。-Essential C Lippman had big names on the paper and find a list of trails all documents names of the routines. Smaller procedures, we may have to use. Thank you! ! We desper
cifang
- 用C语言编写程序,以单链表为存储结构,对学生成绩进行处理,要求实现如下功能: (1)随意输入1班至少10人的学号、成绩,将数据按成绩由高到低的顺序保存在一个单链表中;随意输入2班至少10人的学号、成绩,将数据按成绩由高到低的顺序保存在另一个单链表中; (2)对至少4人的成绩进行修正,输入班级、学号和成绩修正,如+5,-3,-10,+2,但仍要保持数据按成绩由高到低有序; (3)分别按顺序输出两个班的成绩表。 (4)将两个班的单链表合并成一个单链表,数据仍按成绩由高到低有序;
yaoshuzhen
- 1 概述 1.1 编写目的 本文档的编写目的是:详细定义×××××软件的总体功能;给出系统的结构设计,作为过程设计和程序编写的依据。 1.2 参考资料 包括: a. 项目来源; b. 本文档中引用到的规范和资料等; c. 列出这些规范和资料的作者、编号、标题、发表日期、出版单位或资料来源。 1.3 术语和缩写词* 列出本文档中用到的专门术语的定义和缩写词,缩写词要给出中文译名和英文全称,常用的不需要定义。 2 需求概述 2.1 目标与需求 概述系统
tinyxml
- timyXML是一个简单的xml解析工具,当然,你的xml必需是标准的。 TinyXML is a simple, small, C++ XML parser that can be easily integrated into other programs.In brief, TinyXML parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modifie
C语言 程序设计
- 对于链表的基本操作 包括建立,插入,删除-List for the basic operation including the establishment, insert, delete
student
- 学生成绩管理系统C语言版,读写文件,链表操作,遍历-Student achievement management system for C language version, read and write documents, list operations, traverse
Sourcecode_v3.3
- FreeFileSync是开放源代码的一个文件夹比较和同步工具,界面简洁,只需简单的设置就可以实现文件夹的比较和同步操作! Iperf使用方法与参数说明 参数说明 -s 以server模式启动,eg:iperf -s -c host以client模式启动,host是server端地址,eg:iperf -c 222.35.11.23 通用参数 -f [k|m|K|M] 分别表示以Kbits, Mbits, KBytes, MBytes显示报告,默认以Mbit
FileServer
- 一个使用VC6开发,使用c语言编写的一个本地文件服务器。 代码比较优美。 其中涉及到数据的加解密以及链表的相关知识等-A use VC6 to develop, use c language, a local file server. Comparison of beautiful code. Which relates to data encryption and decryption as well as the list of relevant knowledge
os
- A、多用户管理,多级目录形式,用户可设置密码保护. B、回收站管理 C、树形和列表界面操作[包括图标、列表以及详细信息显示方式,方便的系统菜单,右键菜单,工具栏等] D、文件的拖放操作 E、Windows剪贴板操作[复制,剪切,粘贴工作可以通过剪贴板完成]-A, multi-user management, multi-level directory of the form, users can set up password-protected. B, Recycle
C-header_file_list
- C,C++头文件一览.doc,希望有用。-C, C++ header file list. Doc
chengjiguanli
- C语言编写的学生成绩管理系统,使用了文件操作,链表操作,结构体等技术-C language of student achievement management system, the use of file operations, list operations, structure and other technical
ListFile
- MFC 编程实现 列表显示文件名称的例子,是<<Visual C++程序模块集锦>> 这本书里面的例子,需要的可以下载参考下-MFC Programming list shows the file name of the example is the < <Visual C++程序模块集锦> > The book inside the case, you can download the information required under! !
filesystembegin
- 1. 设计和实现一个简单的文件系统,要求包括目录、普通文件和文件的存储 2. 文件系统的目录结构采用类似Linux的树状结构; 3. 要求模拟的操作包括: a) 目录的添加、删除、重命名; b) 目录的显示(列表) c) 文件的添加、删除、重命名 d) 文件和目录的拷贝 4. 用户进入时显示可用命令列表;用户输入help时显示所有命令的帮助文档; 输入某个命令+?时显示该条命令的使用说明 5. 用户输入exit时退出该系统 6. 实验实现基于windows平台
mail-list-management-system
- 主要利用c语言的文件操作能力设计开发一个小型的通讯录管理系统,至少具有如下功能: ①记录通讯录内的人员的学号、姓名、地址、电话号码。 ②显示所有人员的信息。 ③通过输入姓名查找人员信息。 ④通过输入姓名查找到要删除的人员信息,然后可以进行删除。 ⑤通过输入姓名查找到要修改的人员信息,然后可以进行修改。 ⑥添加人员信息。 -C++ curriculum design student mail list management system
linked-test
- c链表操作,对城市温度进行处理,对相应温度进行排序-The records are read into a singly linked list
linked-list
- 链表的C语言详细解释,详细说明链表的用法。并在VS2008里运行过。-The C language linked list detailed explanation of the detailed descr iption of the usage of the list. In VS2008 running.
visual-CPP-6.0-LIST-APPLICATION
- 该源文件主要是针对visual C++6.0控件箱中的list控件的一些特性练习,通过建立一个包含列表控件的对话框,连了解列表控件的使用-The source file for the control box in visual C++6.0 list some of the characteristics of the control practice, through the establishment of a dialog box that contains a list of cont
Mail-list
- VC++编写的通讯录,学习c++很好的联系程序-Mail list