CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - C语言,指针

搜索资源列表

  1. C语言难点分析整理

    0下载:
  2. 这篇文章主要是介绍一些在复习C语言的过程中笔者个人认为比较重点的地方,较好的掌握这些重点会使对C的运用更加得心应手。此外会包括一些细节、易错的地方。涉及的主要内容包括:变量的作用域和存储类别、函数、数组、字符串、指针、文件、链表等。一些最基本的概念在此就不多作解释了,仅希望能有只言片语给同是C语言初学者的学习和上机过程提供一点点的帮助。 -this article is to introduce some major review of the C language in the process
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:6910
    • 提供者:赵东生
  1. 学籍管理系统C语言版

    0下载:
  2. 学籍管理系统!利用C语言实现! 在构思基本模块时,订立了“读取文件到内存形成链表,对链表的操作,将内存的链表内容保存到文件”三大基本块。 读取文件:在main函数里完成。原理是,先检查文件指针是否在末尾,若否,则在内存开辟一个单位长度,在文件中读取单位长度数据入该空间中,并彼此构成链表。采取带参数的主函数,以保证保存文件的多样性。 对链表的操作:可分为插入(建立),删除,查找,修改,排序。五大基本功能。分别用五个函数完成。这里不一一描述。其中,删除,查找,修改都是要用到查找一个数据的操作。所以,
  3. 所属分类:行业应用软件

    • 发布日期:2008-10-13
    • 文件大小:73802
    • 提供者:叶兆源
  1. TEST

    0下载:
  2. 关于C语言函数指针的使用,对于c语言初学者非常有帮助-Function pointer on the C language use, language for beginners c very helpful
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:7445
    • 提供者:dfpdn
  1. zhizhen

    0下载:
  2. 指针是c,c++语言的灵魂,谁能够精通它,谁就把握了C,C++语言的精髓。这是一个专门介绍指针的ppt,挺详细的。-Indicators are c, c++ language of the soul, who can master it, will grasp the C, C++ language of the essence. Introduction This is a special pointer ppt, very detailed.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:88748
    • 提供者:pengyang
  1. c

    0下载:
  2. c语言中指针和结构进行编程,并涉及到一定的文件知识。对于复习c语言知识很有帮助!-c language pointers and structure of the programming, and involves knowledge of a certain file. For refresher c language knowledge very helpful!
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:7229
    • 提供者:林丹
  1. c_the_pointer

    0下载:
  2. c和指针一书的清晰版。不要告诉我你的比我的清晰。c和指针,c语言进阶的经典之作。-c, a clear pointer to a version of the book. Do not tell me your clear than I am. c and pointer, c language advanced classic.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-18
    • 文件大小:27850370
    • 提供者:xiaohan
  1. xm10

    0下载:
  2. 学生成绩管理,采用C语言函数指针编写,调试通过。-Student performance management, use of C language function pointer write, debug through.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:679
    • 提供者:KYZ
  1. Lesson12

    0下载:
  2. 孙鑫第12课: const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:53420
    • 提供者:徐杰
  1. cmission

    0下载:
  2. c语言 源代码 压缩文件理念丰富,函授、指针说明,详细-c lanager shouce
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:649074
    • 提供者:王华
  1. information.c

    0下载:
  2. c语言实现的学生管理系统,可以让你从底层了解更多关于c语言和指针的特性-c language of the student management system that lets you from the bottom to learn more about the c language and pointer features
  3. 所属分类:Education soft system

    • 发布日期:2017-04-13
    • 文件大小:2574
    • 提供者:蔡铭
  1. C.pointer

    0下载:
  2. C语言里最难理解的是指针,这本书将为你详细解读指针的应用。-C-pointer in the most difficult to understand is, this book will give you a detailed explanation of the application of the pointer.
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-18
    • 文件大小:27777861
    • 提供者:李锐
  1. The-C-programming-Language-

    2下载:
  2. 《C程序设计语言》是由C语言的设计者Dennis M. Ritchie和著名计算机科学家Brian W. Kernighan编写的一部介绍标准C语言及其程序设计方法的权威性经典著作。全面、系统地讲述了C语言的各个特性及程序设计的基本方法,包括基本概念、类型和表达式、控制流、函数与程序结构、指针与数组、结构、输入与输出、UNIX系统接口、标准库等内容。 -"C Programming Language"by the C language, and the famous designer Denn
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:6396548
    • 提供者:cl
  1. C之灵魂_指针

    0下载:
  2. 指针对C语言的重要性不言而喻,它是C的灵魂,我将指针和数组比作习武之人的任督二脉,如果学习C语言之人一旦将其二脉打通,那么对C语言的理解和使用就犹如内功层次的提升,跟表面的花架子将不再同一档次。(The pointer on the importance of the C language it is self-evident, it is the soul of C, I will be two big puleses compared to the pointer and array mar
  3. 所属分类:DSP编程

    • 发布日期:2017-12-18
    • 文件大小:83968
    • 提供者:222222
  1. C经典程序

    0下载:
  2. 最基础的C语言程序,覆盖输入输出操作,数组,函数,指针,文件等,很典型。(The most basic C language program, covering the input and output operations, arrays, functions, pointers, documents, etc., is very typical.)
  3. 所属分类:书籍源码

    • 发布日期:2017-12-22
    • 文件大小:167936
    • 提供者:Cason
  1. 多级指针

    0下载:
  2. 指针是C语言的精髓,本文档是多级指针的编程操作演示和注意点,属于学习/进阶理解的资料(multi-level pointer in C)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:3072
    • 提供者:Liuey
  1. C语言指针探讨

    0下载:
  2. 该资料主要提供与C语言编程相关的全面资源和探入讨论,通过对指针的基础知识和高级知识特性的探讨,帮助学习指针并融入到自己的程序中去,再此分享。(The data mainly provide comprehensive resources associated with the C language programming and explore into the discussion, through to the pointer to explore the characteristic of
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:27778048
    • 提供者:涛521梅
  1. 指针

    0下载:
  2. 简介指针的PPT,清楚明晰的介绍了C语言中的指针,适合初学者(Introduction of pointer)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:304128
    • 提供者:Jessica2017
  1. 一份不错的C语言指针教程

    0下载:
  2. Linux下的一份不错的C语言指针教程,完整版,可下载(Linux language pointer tutorial under C, full version, can be downloaded)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:116736
    • 提供者:弱水三谦
  1. c语言入门代码

    0下载:
  2. c语言入门的相关代码 包含了循环,数组,指针,文件,结构等基本知识(Relevant code for the introduction of C language It contains basic knowledge of loops, arrays, pointers, files, structures, and so on)
  3. 所属分类:数据结构

  1. C和指针

    0下载:
  2. c语言学习资料,这对学习c语言的指针有极大的帮助,能够让我们更加了解指针。(C language learning)
  3. 所属分类:书籍源码

    • 发布日期:2018-05-03
    • 文件大小:27824128
    • 提供者:Sherry丶津
« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com