CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 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. 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. 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. 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-pointer

    0下载:
  2. c语言中得难点指针令许多人头疼的问题,在此书中你会发现指针不再头疼-pointer in c language difficulties that many people have a headache, you will find in this book is no longer a headache pointer
  3. 所属分类:CSharp

    • 发布日期:2017-03-25
    • 文件大小:274132
    • 提供者:cb
  1. Theartofbeatifulstar

    0下载:
  2. C语言中的指针的艺术,以前有什么C和指针的书,现在这里有专门指针的艺术的书籍,很不错的-this book introduces thet how to use pointer in c language ,so the name of book is called the art of beatiful star,I hope you will like it.
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-22
    • 文件大小:42233213
    • 提供者:陈季子
  1. Pointer-of-C-language

    0下载:
  2. 对于很多人来说C语言里面的指针学习是一件痛苦的事情,本电子书以通俗易懂的语言彻底、明白地讲解C语言中指针的学习方法-To many learners Pointer in C language is a painful experience and this book is best to sovle this problem.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:272064
    • 提供者:铁中奇
  1. pointer_2d_array

    0下载:
  2. c语言,指针与二维数组,编程简单易懂,新手入门学习-C language, a pointer and two dimensional array, programming easy to understand
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:556308
    • 提供者:ch
  1. C-code

    0下载:
  2. 这个压缩包里含有C语言的指针以及结构体和共用体的一些代码,希望大家采纳-The pointer and some code structures and unions containing C language compression package, we hope to adopt
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:32355
    • 提供者:Jason
  1. c-inv-matrix

    0下载:
  2. 基于c语言,基于指针求取可逆矩阵的逆矩阵,已经在vs2013环境下成功实现-Based on c language, pointer-based strike a reversible inverse matrix, has been successfully achieved in vs2013 environment
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1860
    • 提供者:胡磊
  1. 指针问题

    0下载:
  2. 通过小测试用例来详解关于指针的相关问题,彻底弄懂c指针的本质(Through the small test cases to explain the relevant issues related to the pointer, thoroughly understand the nature of c pointer)
  3. 所属分类:Windows编程

  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
    • 提供者:弱水三谦
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com