CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - function pointer

搜索资源列表

  1. matrix.rar

    0下载:
  2. 2、 矩阵(二) 编写C++程序完成以下功能: (1) 假定矩阵大小为4×5(整型); (2) 矩阵空间采用new动态申请,保存在指针中; (3) 定义矩阵初始化函数,可以从cin中输入矩阵元素; (4) 定义矩阵输出函数,将矩阵格式化输出到cout; (5) 定义矩阵相加的函数,实现两个矩阵相加的功能,结果保存在另一个矩阵中; (6) 定义矩阵相减的函数,实现两个矩阵相减的功能,结果保存在另一个矩阵中; (7) 动态申请三个矩阵:A1、A2、A3; (8) 初始化A1、A2;
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:631
    • 提供者:bedding
  1. TEST

    0下载:
  2. 关于C语言函数指针的使用,对于c语言初学者非常有帮助-Function pointer on the C language use, language for beginners c very helpful
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:7445
    • 提供者:dfpdn
  1. File

    0下载:
  2. const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-con
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:37488
    • 提供者:yuehua8
  1. Lesson19Code

    0下载:
  2. 动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-Dynamic Link Library preparation procedures. Static library and dynamic dif
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:173889
    • 提供者:王大勇
  1. ssx

    0下载:
  2. 对vector类进行多键值排序的方法.通过重载对指针的比较函数,实现了可以按照不同键值排序.-Category of vector multi-key sorting method. Through the overloading of function pointer comparison, realize that can be sorted according to different keys.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:891
    • 提供者:jx.liang
  1. ptr_fun

    0下载:
  2. VC类中的不同函数指针用法举例。并给出一种通用函数指针用法。类函数指针和全局函数指针差异甚大。-VC category, for example the use of different function pointer. And gives a generic function pointer usage. Type of function pointer and global pointer function varies greatly.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:34039
    • 提供者:ironsteel
  1. functionpointer

    0下载:
  2. 很好的函数指针例子 推荐大家看看 很好的函数指针例子 推荐大家-function pointer function pointer function pointer function pointer
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:237499
    • 提供者:张扬
  1. function_pointer_tutorial

    0下载:
  2. function pointer tuturial
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:121294
    • 提供者:Amy Wu
  1. xm10

    0下载:
  2. 学生成绩管理,采用C语言函数指针编写,调试通过。-Student performance management, use of C language function pointer write, debug through.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:679
    • 提供者:KYZ
  1. VectorSorting

    0下载:
  2. 向量排序 将向量中的整数数据按照各位平方和的顺序排序。(用到了函数指针)-Vector of integers to sort the vector sum of squares of the data in accordance with the order you sorted. (Use a function pointer)
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:5335
    • 提供者:cocker
  1. myTestFunctor

    0下载:
  2. c++ 的 functor实现,支持c函数和成员函数,使用非常简单,源码带使用例子 包含头函数:#include "Functor.h" 初始化c函数指针 Functor< int, int, int, int, int, int > fun1( &FuncSum ) printf( "fun1: d\n", fun1.Exec( 1, 2, 3, 4, 5 ) ) Functor< int, int, int, int, int, int > f
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:9092
    • 提供者:zmy
  1. operator

    0下载:
  2. 此段小程序是对C++中operator->*二元运算符的使用进行很好的说明,包括指向对象的指针和指向成员函数的指针!-This section is a small program in C++ operator-> * binary operator a good descr iption of the use, including the pointer to an object and member function pointer pointing to!
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:530
    • 提供者:
  1. 6-23

    0下载:
  2. 递归法,倒序,字符串,函数,指针调用,实参,形参-Recursive method, reverse, string, function pointer calls, arguments, parameters
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:752202
    • 提供者:yeyiming
  1. qsort

    0下载:
  2. 程序中给出了,qsort的用法,并且注释详细,很容易学习,使用快速排序例程进行排序,参数:1 待排序数组首地址 2 数组中待排序元素数量 3 各元素的占用空间大小 4 指向函数的指针,用于确定排序的顺序。-The size of the space given, qsort usage of the program, and detailed notes, it is easy to learn, quick sort routine to sort parameters: one to be
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1229
    • 提供者:cheng
  1. caculator

    0下载:
  2. 该程序使用函数指针来实现加减乘除的运算,能动态的添加各种运算操作。-The program uses the function pointer to the arithmetic of addition, subtraction, dynamic add various arithmetic operations.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:558
    • 提供者:许森
  1. point-function

    0下载:
  2. 可以帮助初学者深入理解指针函数,答疑解惑-Can help beginners in-depth understanding of the function pointer, answering questions
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:10359
    • 提供者:shanxiaode
  1. Calculate

    0下载:
  2. 研究生概率算法,使用函数指针。通过随机化计算某一公式的值-Graduate probabilistic algorithms, using a function pointer. A formula for calculating the value by randomization
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:215800
    • 提供者:chinese
  1. test

    0下载:
  2. 简单描述了一个函数函数指针示例-A brief descr iption of the function function pointer examples. . . . . . . .
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-08
    • 文件大小:541
    • 提供者:lingsg
  1. 调用示例

    0下载:
  2. C#调用C++ dll, 包括结构体, 数组, 函数指针, 字符串等等(C# calls C++ DLL, including the structure, array, function pointer, string, and so on)
  3. 所属分类:其他

  1. TCPIP源代码及说明文档

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

    • 发布日期:2018-04-28
    • 文件大小:1046528
    • 提供者:飞鹰2号
« 12 3 4 »
搜珍网 www.dssz.com