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

搜索资源列表

  1. Keil

    0下载:
  2. 实现数字向字符串的转化(用指针实现的) 实现数字向字符串的转化(用指针实现的)-transform digits to char string transform digits to char string
  3. 所属分类:CSharp

    • 发布日期:2017-05-27
    • 文件大小:9846051
    • 提供者:ahua
  1. employee

    0下载:
  2. 雇员管理 掌握类的构造函数和析构函数的概念和使用方法 掌握对对象数组、对象的指针及其使用方法 进一步加深对类和对象的理解-Employees to manage a class constructor and destructor of the concepts and master the use of an array of objects, object and its use to further deepen the understanding of classes and objec
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:612
    • 提供者:阿忆
  1. XIANXING

    0下载:
  2. 线性表的建立与基本运算1.采用表尾挂入法建立一个以la为头的单链表2.采用表首插入法建立一个yilb为头指针的单链表3.就地逆转以lb为头指针的单链表。 还有矩阵的链式存贮及运算。以一个c函数创建任一稀疏矩阵的十字链表。以一个c函数从十字链表的头指针起按行序及三元组形式输出十字链表中各节点的值
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:1474
    • 提供者:uilnij
  1. 7_7

    0下载:
  2. 定义一个基类Person,数据成员包含字符指针类型变量Name用于保存姓名,函数成员包括默认构造函数、带参构造函数用于初始化数据成员和输出姓名的成员函数PrintName()。从Person类派生出Student类,增加长整型数据成员Number用于保存学号,函数成员包括带参构造函数用于初始化数据成员和输出学生信息的成员函数PrintInfo()。要求:在函数PrintInfo()中需要调用基类的成员函数PrintName()。-Define a base class Person, a mem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:16198
    • 提供者:weiht
  1. Cpointer

    0下载:
  2. 详细的介绍了C中指针原理和使用需注意的地方-C detail the principles and use of indicators must be noted that the local
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:268783
    • 提供者:forter
  1. Binary

    0下载:
  2. 一些简单的vc++编程,指针字符串数组二叉树-Binary
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:13157
    • 提供者:URSULA
  1. jiliangchengxu

    0下载:
  2. 可以移植其中的部分程序使用!简单方便!在用户控制使用过程中利用相关的指针进行模块移植!可以参考学习!-Some of which can be transferred to use! Simple and convenient! The user to control the use of the process indicators related to the use of modules transplant! Can refer to learn!
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-13
    • 文件大小:1714
    • 提供者:李白
  1. avltool

    0下载:
  2. 指针另类使用方法 指针另类使用方法-Alternative use of pointer pointer pointer to use alternative methods of alternative use
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-25
    • 文件大小:85310
    • 提供者:chenqi
  1. phonebook

    0下载:
  2. 学完C程序后做的课题设计,尽管程序简单,但基本涵盖了所有C语言的方方面面,尤其对指针方面的使用,对你学习C语言和提高c语言 技巧都有帮助,-End of C study subjects after the procedure design, although the procedure is simple, but the basic cover all aspects of all C language, particularly in regard to the use of indica
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:13585
    • 提供者:刘杰
  1. TestDlgShape

    0下载:
  2. 时钟程序,时钟表面为苹果形状,可以设置指针的显示颜色,和时间的显示类型,-Clock process, the shape of the clock face of Apple, you can set the display indicator color, and time display type,
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-21
    • 文件大小:6140860
    • 提供者:chen
  1. bitre

    0下载:
  2. 第一题:求二叉树的高度 第二题:输出二叉树中各节点的值及所对应的层次数 第三题:数组二叉树转化成链式二叉树 第四题:复制二叉树T1到T 第五题:交换左右孩子节点的指针的值 第六题:先序创建二叉数-this is a bitree , there are six functions
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:589095
    • 提供者:River
  1. ah

    0下载:
  2. 本程序中定义了函数ave,其形参为结构指针变量ps。boy被定义为外部结构数组,因此在整个源程序中有效。在main函数中定义说明了结构指针变量ps,并把boy的首地址赋予它,使ps指向boy数组。然后以ps作实参调用函数ave。在函数ave中完成计算平均成绩和统计不及格人数的工作并输出结果。-This procedure defines a function in the ave, the shape parameters for the structure pointer variable p
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:2764
    • 提供者:lili
  1. aj

    0下载:
  2. 本例中,定义了结构stu,定义了stu类型指针变量ps。然后分配一块stu大内存区,并把首地址赋予ps,使ps指向该区域。再以ps为指向结构的指针变量对各成员赋值,并用printf输出各成员值。最后用free函数释放ps指向的内存空间。整个程序包含了申请内存空间、使用内存空间、释放内存空间三个步骤,实现存储空间的动态分配。-This case, the definition of the structure of stu, the definition of a pointer variable
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:2473
    • 提供者:lili
  1. datastruct

    0下载:
  2. 通过本次实验学会了外部函数以及全局变量的设 置方法,复习巩固了C 语言和数据结构的相关知识, 掌握了结构化程序设计的基本思想, 熟悉了结构以 及指针的设计和应用, 了解了综合系统设计的基本 原理,对存储数据结构有了更形象的理解,学会了几 个新的调试程序的方法, 培养了解决实际问题的编 程能力,C 语言程序的综合应用能力得到提高-Through this experiment learned to function and global variables outside
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1633
    • 提供者:zhang
  1. pm2

    0下载:
  2. 程序二(文件管理) :打开一个文件,对其进行读写操作,并将文件指针移到指定的位置。-Procedure II (document management): open a file, its read and write operations and file pointer to the location specified.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:565
    • 提供者:lee
  1. Po_Clock

    0下载:
  2. MFC做的系统时钟,刻度指针等均符合要求,顺便添加了字符串显示,以及数字时钟的显示-MFC to do the system clock, dial indicators, etc. to meet the requirements, so as to add the string display and digital clock display
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:1962595
    • 提供者:娜娜
  1. Cpointe

    0下载:
  2. 指针问题剖析,关于是否可以使用指针,及其环境-program of pointer!
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1253522
    • 提供者:阿哲
  1. Mybole

    0下载:
  2. 对话框用户界面程序的编写,如何向对话框控件联接数据成员及其实现机理,如何向对话框控关联控件类,如何利用对话框类的成员函数向控件发送消息和获取对话框控件的类指针,如何直接利用对话框控件类操纵对话框控件(发送消息和直接调用成员函数)。如何在程序运行时产生和销毁控件。对话框控件的几种操作方式的优劣比较分析。如何实现对话框的部分收缩和展开。如何让对话框上的文本框在程序启动后立即获得焦点,如何利用SetWindowLong改变窗口的回调函数,通过改变文本框的默认回车处理方式进行演示。实现多个输入文本框间通
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:45152
    • 提供者:牛小松
  1. managesystem

    0下载:
  2. 实现人员资料的管理方法,其中有教师类,学生类,在职员工类,采用队列的方法实现本管理系统,可以作为大家深入研究指针的用法和typedef的深入用法的研究-To achieve information management staff, including teachers students category, type of employees, using the method of queue management systems, in-depth study can be used as
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-25
    • 文件大小:21812
    • 提供者:sam
  1. Kruskal

    0下载:
  2. 克鲁斯卡尔算法思想.cpp int seekedge(EDGE * (&a), int n) void bubble(EDGE * (&a), int size) void searchandjoin(EDGE * (&a1), int k) // a1是图边集头指针,a2是最小生成树边集的头指针,k为所要删的边 void storepicture(EDGE * (&a), int n, VERTEX *b, int m) -Thinking of Kruskal algor
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:24573
    • 提供者:李虚东
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com