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

搜索资源列表

  1. FORTRAN_Sources

    0下载:
  2. FORTRAN是一门在数值计算领域有着重要用途的高级计算机语言。本书深入浅出、循序渐进地向读者讲述如何使用FORTRAN进行程序开发。本书内容包括FORTRAN起源及发展、FORTRAN语法基础、简单输入与输出、常量和变量、种别和属性、常用内部过程、运算符及表达式、程序流程控制、FORTRAN中的数组、FORTRAN程序单元、高级输出与输入、文件操作、FORTRAN指针等内容。基本上涵盖了FORTRAN语言的方方面面。为便于读者进一步加深对FORTRAN语言的理解和应用,本书最后几章专门列举了
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2234736
    • 提供者:杨威
  1. FORTRAN_PPT

    0下载:
  2. FORTRAN是一门在数值计算领域有着重要用途的高级计算机语言。本书深入浅出、循序渐进地向读者讲述如何使用FORTRAN进行程序开发。本书内容包括FORTRAN起源及发展、FORTRAN语法基础、简单输入与输出、常量和变量、种别和属性、常用内部过程、运算符及表达式、程序流程控制、FORTRAN中的数组、FORTRAN程序单元、高级输出与输入、文件操作、FORTRAN指针等内容。基本上涵盖了FORTRAN语言的方方面面。为便于读者进一步加深对FORTRAN语言的理解和应用,本书最后几章专门列举了
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:132664
    • 提供者:杨威
  1. MasmPointer

    0下载:
  2. 一篇探讨汇编语言实现指针的方法,此外本文还实现了一个原型系统,并使用该系统对链表、二叉树等非 平凡的指针程序的进行了自动的安全验证。-An assembly language to explore ways to achieve the target, in addition to this paper implements a prototype system and the use of the system of linked list, binary tree, such as no
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:215598
    • 提供者:dyf
  1. COMMONLIST

    0下载:
  2. 实现链表的通用!通过二级指针对表头,节点的开辟做操作,安全好用-To achieve a common list
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2348
    • 提供者:温勇
  1. CSharpResearch

    0下载:
  2. 对于C#中的一些模糊概念,如指针,数组,静态变量等的静态作用域等每个都设计用了实例来提供研究途径-C# for some vague concept, such as pointer, array, static variables, static scope, each of the examples are designed to study ways to provide
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:150871
    • 提供者:ssj
  1. 1

    0下载:
  2. 编写一个程序,输出基本数据类型char, short, int, long, float, double和指针类型void *, char *, short *, int *, long *, float *, double *的数据类型的长度。-The preparation of a program, the output of basic data types char, short, int, long, float, double and pointer type void*, cha
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:891035
    • 提供者:bettwe
  1. cfctptr.0.8.1.tgz

    0下载:
  2. 该项目打算提供的C -功能辅助类这将使调用函数指针在C #或VB.NET几乎一样简单,因为它是在托管C -This project intend to provide C-Function helper class which would make call to function pointer in C# or VB.NET nearly as easy as it is in managed C++.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:5654
    • 提供者:张侯
  1. student

    0下载:
  2. 学生管理系统 它是用C语言编写的,并且使用了链表和指针还有!-student system the function is to administrate the student s information and input the student s information.the most important is the system is used c and like! it can auto the information!
  3. 所属分类:Education soft system

    • 发布日期:2017-04-07
    • 文件大小:18452
    • 提供者:李春雷
  1. ZLIP0.2

    0下载:
  2. 51 单片机TCP_IP 协议栈ZLIP源码 单片机上网技术,是当前的一个热门技术。单片机上网技术中的一个重要部分是在单片 上实现TCP/IP 协议栈。现在可获得的TCP/IP 源代码一般并不为51 单片机设计,而51 单片 机和KeilC51 编译器有其自身的特点:存储类型、函数指针、重入函数等,ZLIP 就是针对 这些特点设计的TCP/IP 协议栈。-51 single-chip TCP_IP protocol stack source ZLIP single-chip In
  3. 所属分类:SCM

    • 发布日期:2017-03-25
    • 文件大小:302004
    • 提供者:lin
  1. Clock

    0下载:
  2. 带指针的电子时钟,并且有皮肤更换功能,并且到整点或半点时可用有报时功能。-Clock with pointers and multiskin function
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1580929
    • 提供者:LinFan
  1. test_structevent

    0下载:
  2. 了解Idl通过指针和结构体传递事件的机制 -failed to translate
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1028
    • 提供者:jiaoxijuan
  1. Code

    0下载:
  2. C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC AppWizard生成的工程奠定了良好基础。-descr ip
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:18703
    • 提供者:frank
  1. DATASTRUCTER

    0下载:
  2. 本数据结构学习包,是用VC编写的,对于学习C++程序设计很有帮助。可以对链表,图、树、指针的学习有更深入的了解-The student achievement management system that is prepared with VC for learning C++ programming helpful. Can list, map, tree, indicators of learning have a better understanding of
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6397
    • 提供者:孙柳林
  1. c

    0下载:
  2. 5个很经典的C程序,包括排序、计数和输入序号等等,而且这些程序利用指针操作,是编成中不可缺少的部分-5 is a classic C procedures, including sorting, counting and input the serial number, etc., and these procedures make use of pointer operations, is into an indispensable part of
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1492
    • 提供者:马波
  1. tushuguanguanli

    0下载:
  2. 多使用链表与指针,软件课程设计使用,主要功能是进行图书的有关管理,如图书信息的创建、插入、删除,借阅信息管理等,去BUG修改版-Multi-use list with the pointer, software, curriculum design, the main function is to carry out the management books, such as the creation of book information, insert, delete, lending, s
  3. 所属分类:Education soft system

    • 发布日期:2017-04-04
    • 文件大小:3193
    • 提供者:l
  1. delegatesdemo

    0下载:
  2. 给出了一种方法可以实现更加快速的delegate,并且对于学习函数指针也很有帮助.-This paper presents a method to achieve a more rapid delegate, and the function pointer is also helpful to learn.
  3. 所属分类:Windows Kernel

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

    0下载:
  2. 电子指南针设计与实现 摘 要 早期的指南针采用了磁化指针和方位盘的组合方式,整个指南针从精度、指示灵敏度、使用寿命上都有一定不足。本系统采用专用的磁场传感器结合高速微控制器(MCU)的电子指南针能有效解决这些问题。 系统采用了磁阻(GMR)传感器采集某一方向磁场强度后通过MCU控制器对其进行处理并显示上传,通过对电子指南针硬件电路和软件程序的分析,阐述了电子指南针基本的工作原理及实现。能够在LCD上根据当前位置显示方位。 关键词:电子指南针;GMR;MCU;LCD -A
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:434242
    • 提供者:zhurui
  1. xhlb

    0下载:
  2. 循环链表,主要是一些关于链表和指针的操作,里面的程序的思路很清楚-Circulation list, mainly on the operation list and the pointer, which the procedure is very clear ideas
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:526
    • 提供者:
  1. debug_malloc

    0下载:
  2. 对内存的分配、释放和使用进行检查,以发现不合法指针,减少程序BUG,这部分程序已经在linux操作系统下验证通过。-Memory allocation, release and use of inspections to detect illegal pointer, reducing the procedure BUG, this part of the linux operating system procedures have been adopted under the verifica
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:31804
    • 提供者:张权
  1. Cursors

    0下载:
  2. 在matlab画图时 能增加两条数据指针 方便读取数据-put data cursors on your plots
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:7751
    • 提供者:杀风景
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com