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

搜索资源列表

  1. pointer

    0下载:
  2. Pointer是初學C語言者,最大的障礙,透過本教學文檔,可以釐清pointer的觀念。-Pointer C language learning is that the biggest obstacles through the teaching files, can clarify the concept pointer.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3599952
    • 提供者:吳中億
  1. delphi-pointer

    0下载:
  2. DELPHI指针大全,总结得非常好的DELPHI指针操作方法,对OBJECT PASCAL有非常强的指导作用,难得的编程基础资料,对网络编程、远控编程,系统编程有益-DELPHI pointer Daquan, summed it up very good pointer operations DELPHI method, OBJECT PASCAL has a very strong role in guiding, basic information valuable programming
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-23
    • 文件大小:45874
    • 提供者:OceanLM
  1. Electronic pointer

    0下载:
  2. 是一种电子教鞭工具,是关于屏幕截屏和绘图的。
  3. 所属分类:midi

  1. C-pointer-right-left-law

    0下载:
  2. 详细介绍c指针的右左法则,对于辨别复杂形势的指针声明不再是难题,同时有示例便于理解。-Details of the c pointer right-left rule, declare a pointer to identify the complexity of the situation is no longer a problem, while the example easier to understand.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:5250
    • 提供者:shzhq
  1. pointer-bubble-sort

    0下载:
  2. 冒泡排序,运用指针方法实现了冒泡排序Bubble sort using the method of realization of the pointer bubble sort -Bubble sort using the method of realization of the pointer bubble sort
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1056
    • 提供者:朱康宁
  1. C_C++pointer

    0下载:
  2. 指针是C和C++语言编程中最重要的概念之一,也是最容易产生困惑并导致程序出错的问题之一。利用指针编程可以表示各种数据结构, 通过指针可使用主调函数和被调函数之间共享变量或数据结构,便于实现双向数据通讯;并能像汇编语言一样处理内存地址,从而编出精练而高效的程序。指针极大地丰富了C和C++语言的功能。-Pointer is a C and C++ Language programming in the concept of one of the most important and most eas
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:201756
    • 提供者:tubo
  1. huojian

    0下载:
  2. C语言编写的火箭模型代码,主要实现模型的展示,指针的操作以及图形学的编程-C languages Rocket model code, the main implementation model display, pointer operations and graphics programming
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:1012
    • 提供者:王海
  1. pointer

    0下载:
  2. Basic pointer examples in C/C++. Show you how to understand * and & symbol in C/C++. Written and executable in Visual C++ environment.-Basic pointer examples in C/C++. Show you how to understand* and & symbol in C/C++. Written and executable in Visua
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1551855
    • 提供者:Rizuan
  1. paixu

    0下载:
  2. 用指向指针的 方法对n个整数排序并输出。要求将排序单独写成一个函数,n和各整数在主函数中输入,最后在主函数中输出。-Pointer with the pointer point to the method of sorting n integers and output. Requirements will be sorted into a separate function, n and the integer function in the main input, the final out
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:568
    • 提供者:詹书保
  1. fastest_smart_pointer

    0下载:
  2. 撰写您自己的智能指针将专门解决性能问题。当调试结束后,您采取了由此产生的类(命名为: AUTO_REF )试车,到能与其他类似的课程。-write your own smart pointer which will specifically address the performance issue. When debugging was over, you took the resulting class (named: AUTO_REF) to the test track, to go h
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:5405
    • 提供者:陈思拓
  1. smart_pointer_src

    0下载:
  2. The Safest Smart Pointer of the East
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4225
    • 提供者:newsbc
  1. pointer

    0下载:
  2. 很好的学习资料,对嵌入式的一些基本上设计很有帮助!-Good learning materials, basically the design of a number of embedded helpful!
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-08
    • 文件大小:34092
    • 提供者:dong
  1. pointers-01.00.05

    0下载:
  2. MATLAB的库提供了一个指针的指针和MATLAB的数据结构实现-MATLAB Pointer Library provides an implemetation of pointers and data structures in MATLAB
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:21536
    • 提供者:我的名
  1. Pointer

    0下载:
  2. linux下C语言指针应用范例,附带注释信息-( C language )The use of pointer in Linux system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:3051
    • 提供者:xiong
  1. pointer

    0下载:
  2. 验证指针本质是一个占四个字节的东西,这个东西代表的是变量的地址,并可以通过四个字符保存下来(除函数指针): 将整型,字符型,结构体型数据的地址保存到一个字符数组中,每个地址都只占4个字节。然后从数组中每次取四个,转换成指针,再通过该指针找到原先存的数据。-Verify pointer essence is a total of four bytes of the things this thing represents the address of a variable, and can b
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:167001
    • 提供者:夏伟
  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. C-P-P-pointer-Experience

    0下载:
  2. CC++指针经验总结,希望帮助大家更好的学习指针。-CC++ pointer Experience lessons learned, I hope to help you better learn pointers.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-27
    • 文件大小:201483
    • 提供者:shashou
  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. pointer

    0下载:
  2. 不含变量名直接用new新建空间并指向,操作指针来操作字符串,ASCII的操作(Without the variable name directly with new new space and point to the operation of the pointer to manipulate the string, ASCII operation)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-02
    • 文件大小:3398656
    • 提供者:AndreLee
  1. Function pointer

    0下载:
  2. 函数指针一目了然的用法,如果打不开,请提取代码自行编译(Learn to use function pointer!)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-03
    • 文件大小:3386368
    • 提供者:AndreLee
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com