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

搜索资源列表

  1. 让你不再害怕C语言的指针

    0下载:
  2. 让你不再害怕C语言的指针
  3. 所属分类:系统编程

    • 发布日期:2008-09-12
    • 文件大小:201463
    • 提供者:1212zhangxin
  1. 7530_Pointer(《VB《葵花宝典》--指针技术》配套代码)

    0下载:
  2. VB《葵花宝典》--指针技术》配套代码-VB "Talents Scheme" -- target technologies "complementary code
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:102990
    • 提供者:DXK94158
  1. 8012_SafeArray(VB指针葵花宝典之SafeArray)

    0下载:
  2. VB指针葵花宝典之SafeArray-VB pointer Talents Scheme's SafeArray
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:12751
    • 提供者:DXK94158
  1. Visual C++课程设计案例精编--指针式时钟

    0下载:
  2. Visual C++课程设计案例精编--指针式时钟-Visual C cases intensive curriculum design series -- Pointer clock
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:24443
    • 提供者:高高
  1. 选择指针表

    0下载:
  2. 选择指针表。可以方便的获取指针的方法。谢谢!-choice target table. Easy access to the target method. Thank you!
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:53863
    • 提供者:wenson5107
  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-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. 二级指针

    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. 通过对本文件的学习,能够对一些指针有所了解认知(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