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

搜索资源列表

  1. 西门子指针寻址讲解及程序

    2下载:
  2. 详细讲解了西门子PLC寻址特别是间接寻址,对几种寻址方式进行分析,另附指针寻址的程序一个以供大家分享。
  3. 所属分类:STL

    • 发布日期:2009-05-14
    • 文件大小:1495989
    • 提供者:longhesong
  1. MSP430 加 TFT 做的显示指针型时钟

    0下载:
  2. MSP430 加 TFT 做的显示指针型时钟,内附源程序.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2011-06-28
    • 文件大小:4100
    • 提供者:xyz543
  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. 彻底搞定C指针

    0下载:
  2. 学习C语言个人感觉很重要的一本书,由浅入深理解C指针的概念(Learning C language, personal feeling is very important to a Book)
  3. 所属分类:书籍源码

    • 发布日期:2017-12-17
    • 文件大小:268288
    • 提供者:听风拾水
  1. 多级指针

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

    • 发布日期:2017-12-27
    • 文件大小:3072
    • 提供者:Liuey
  1. 用指针访问数组

    0下载:
  2. C++新手初体验,用指针访问数组小试牛刀(Use a pointer to access the array)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:748544
    • 提供者:K1ngRay
  1. 指针

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

    • 发布日期:2017-12-31
    • 文件大小: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. 【21】用指针访问像素

    0下载:
  2. 用指针访问像素,opencv 可在VC 2013上编译成功(Using pointers to access pixels, opencv can be compiled successfully on VC 2013)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-05
    • 文件大小:92160
    • 提供者:KKasi00
  1. 二级指针

    0下载:
  2. 在二级指针的基础上,对于数据的输入输出做出了剖析,便于开发者理解(On the basis of the two level pointer, an analysis of the input and output of the data is made to facilitate the understanding of the developer.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:xiaomumu
  1. 多级指针

    0下载:
  2. 多级指针的内存模型,便于开发者针对相应情况进行处理(A multilevel pointer to the memory model that allows developers to deal with the corresponding situation)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:xiaomumu
  1. 03 指针定义以及概念

    0下载:
  2. 指针的定义以及概念的C++程序。。。。。。。(The definition of the pointer and the C++ program of the concept)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:2048
    • 提供者:曹正纲
  1. C和指针

    0下载:
  2. c语言经典著作,学习指针的好帮手。从此不再怕指针。(A classic C language, a good helper for learning pointers.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-21
    • 文件大小:28211200
    • 提供者:zhangzl
  1. 指向函数的指针

    0下载:
  2. 用指向函数的指针编写的定积分,并且可以检测是否在误差以内(Pointer to a function)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:shumxxc
  1. 指针.xcodeproj

    0下载:
  2. 给出了指针使用的实例,有助于读者理解和进一步学习指针的概念(this project offers an actual example in using points in C lauguage, and it's helpful to readers to learn the notion of points further in C lauguage)
  3. 所属分类:其他

  1. 征服C指针.tar

    0下载:
  2. 《图灵程序设计丛书:征服C指针》被称为日本最有营养的C参考书。作者是日本著名的“毒舌程序员”,其言辞犀利,观点鲜明,往往能让读者迅速领悟要领。书中结合了作者多年的编程经验和感悟,从C语言指针的概念讲起,通过实验一步一步地为我们解释了指针和数组、内存、数据结构的关系,展现了指针的常见用法,揭示了各种使用技巧。另外,还通过独特的方式教会我们怎样解读C语言那些让人“纠结”的声明语法,如何绕过C指针的陷阱。(The Turing Programming Series: the C pointer is
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:8090624
    • 提供者:iclang
  1. c和指针代码及答案[完整版]

    0下载:
  2. C语言和C指针的源代码,有兴趣的请欢迎下载(The source code of the C language and the C pointer)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:61440
    • 提供者:Nico216
  1. C语言指针用法详解

    0下载:
  2. 要了解指针,多多少少会出现一些比较复杂的类型,所以我先介绍一下如何完全理解一个 复杂类型,要理解复杂类型其实很简单,一个类型里会出现很多运算符,他们也像普通的表 达式一样,有优先级,其优先级和运算优先级一样,所以我总结了一下其原则: 从变量名处起,根据运算符优先级结合,一步一步分析.(To understand pointers, there will be some more complex types, so let me first explain how to fully underst
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2018-04-29
    • 文件大小:199680
    • 提供者:davidobt
  1. 彻底搞定C指针

    0下载:
  2. 通过对本文件的学习,能够对一些指针有所了解认知(Understanding of pointer knowledge)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:270336
    • 提供者:东院大王
  1. C#调用C++DLL(函数参数包含指针)

    0下载:
  2. C#调用C++DLL(函数参数包含指针)(C Shar call c plus plus's dll file demo.)
  3. 所属分类:其他

    • 发布日期:2019-09-23
    • 文件大小:5106688
    • 提供者:gengjinfeng
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com