搜索资源列表
xuejiguanli
- 自编的简单学籍管理系统 【问题描述】 该系统要求对一个文件中所存储的学生数据进行各种常规操作,如:排序、查找、计算、显示等功能。通过此课题,熟练掌握文件、数组、指针的各种操作,以及一些算法思想的应用,实现一个简单的学生管理系统。 【功能要求】 (1)学生信息包括: 学号,姓名,性别,出生(年,月,日),三门课成绩和总分( 数学, 英语, C语言, 总分)。 (2)需要实现的功能 1)建立学生信息 3)按总分递减选择排序,并显示按总分排序后学生信息 4)按学号
CPointer
- 衡量C程序员最重要的指标,指针的使用,这个指针经验总结,C/C++开发人员必看,关于指针方面的任何疑问都可以在这找到答案,只要你完全深信和理解本文档,完全掌握指针没有任何问题,那是你可以大声的说我是真正的C程序员了-C programmers to measure the most important indicator of the use of pointers, the pointer lessons learned, C/C++ developers must-see, on the p
lianbiao
- 括号匹配的检验”这一项目中,运用到了很多C语言的基本知 识。如:数组、指针、链表、结构体和一系列的语法知识。通过一个 项目使这些零散的知识点得以串联起来,使我们在完成项目的同时, 可以学习到新知识,巩固旧知识,从而使我们对已学内容有了更系统 的认识。关于学习C语言的方法,这次实训也给了我们很大的启示。 纸上得来终觉浅,动手实践的过程中,想得深,学得轻松,当然,收 获也多。 -Bracket match test " in this project, appli
C++Programming-HOW-TO.pdf
- This document provides a comprehensive list of C++ URL pointers, links to C++ online textbooks, and programming tips on C++. This document also provides a C++ library which imitates Java− language, and which has various methods to avoid memory p
analyze-the-c-language-statement
- 分析C语言的声明,可以将复杂的C语言声明(包含指针、函数等)用英文描述出来,是《C专家编程》书上的一个源码-Analysis of the C language statement can be a complex C language statements (including pointers, functions, etc.) describe in English, is " C programming expert," a source book
Pointers-In-C
- c basics and other important concepts
dbg_new
- C++内存泄漏检测原理+实例源码下载,是一个跨平台的C++ 内存泄漏检测器的源程序,一个主要缺陷是不支持多线程。分配内存时不进行文件名复制,而只是保存其指针;效率较高(编译debug_new.cpp -Memory leak detection principle in C++ the+ instance of the source code download is a cross-platform source C++ memory leak detector, a main weakn
SafePointer
- 安全访问指针 访问指针可以是有问题的C ++,它需要有很多好的做法,以确保其正确的使用方法。本文讨论了如何安全地访问指针使用的普遍做法之一。-Accessing a pointer can be problematic in C++ and it requires a lot of good practices to ensure it correct usage. The article discusses how to safely access the pointers using o
Test11
- 属于C++里继承与派生类的小程序,主要是多层派生里的指针继承问题,仅供参考-Belonging C++ inheritance and derived classes in a small program, mainly derived pointers in multilayer succession for reference purposes only
pointers
- pointers program in c-pointers program in c++
sort_sort
- 熟悉函数重载和函数模板 灵活运用数组处理数据信息 了解C++类模板vector 深入了解c++指针与引用的区别 深入剖析C++中的内存分配方式 了解C++中的构造函数、析构函数 初步了解static关键字 -请键入文字或网站地址,或者上传文档。 取消 Shúxī hánshù zhòng zài hé hánshù múbǎn línghuó yùnyòng shùzǔ chǔlǐ shùjù xìnxī liǎojiě C++lèi múbǎn ve
Dynamic-Memory-Management
- Dynamic Memory Management.If the allocated memory is not freed when it s no longer necessary it will result in a memory leak. It is not specified what will happen to the leaked memory, but contemporary operating systems collect it when the program te
Orderdish
- 餐馆点菜机主要是面向中小规模的饭店的应用系统。本项目主要是用C语言完成一个餐馆点菜系统的设计。利用文件API(open、read、write)等函数操作文件。项目中的员工、菜单信息、台桌信息以及点菜的订单信息都是通过通用链表进行暂时的存储,方便操作,实现了系统管理员的数据管理,服务员的基本功能。使用指针在不同函数之间传递参数。-a carte restaurant is mainly for small and medium-sized hotel applications. T
wdb
- wdbUdpLib.c - WDB communication interface UDP datagrams The WDB agent communicates with the host using sendto/rcv function pointers contained in a WDB_COMM_IF structure. This library implements these methods using a lightweight UDP/IP stack a