搜索资源列表
matrix.rar
- 2、 矩阵(二) 编写C++程序完成以下功能: (1) 假定矩阵大小为4×5(整型); (2) 矩阵空间采用new动态申请,保存在指针中; (3) 定义矩阵初始化函数,可以从cin中输入矩阵元素; (4) 定义矩阵输出函数,将矩阵格式化输出到cout; (5) 定义矩阵相加的函数,实现两个矩阵相加的功能,结果保存在另一个矩阵中; (6) 定义矩阵相减的函数,实现两个矩阵相减的功能,结果保存在另一个矩阵中; (7) 动态申请三个矩阵:A1、A2、A3; (8) 初始化A1、A2;
TEST
- 关于C语言函数指针的使用,对于c语言初学者非常有帮助-Function pointer on the C language use, language for beginners c very helpful
File
- const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-con
Lesson19Code
- 动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-Dynamic Link Library preparation procedures. Static library and dynamic dif
ssx
- 对vector类进行多键值排序的方法.通过重载对指针的比较函数,实现了可以按照不同键值排序.-Category of vector multi-key sorting method. Through the overloading of function pointer comparison, realize that can be sorted according to different keys.
ptr_fun
- 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.
functionpointer
- 很好的函数指针例子 推荐大家看看 很好的函数指针例子 推荐大家-function pointer function pointer function pointer function pointer
function_pointer_tutorial
- function pointer tuturial
xm10
- 学生成绩管理,采用C语言函数指针编写,调试通过。-Student performance management, use of C language function pointer write, debug through.
VectorSorting
- 向量排序 将向量中的整数数据按照各位平方和的顺序排序。(用到了函数指针)-Vector of integers to sort the vector sum of squares of the data in accordance with the order you sorted. (Use a function pointer)
myTestFunctor
- 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
operator
- 此段小程序是对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!
6-23
- 递归法,倒序,字符串,函数,指针调用,实参,形参-Recursive method, reverse, string, function pointer calls, arguments, parameters
qsort
- 程序中给出了,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
caculator
- 该程序使用函数指针来实现加减乘除的运算,能动态的添加各种运算操作。-The program uses the function pointer to the arithmetic of addition, subtraction, dynamic add various arithmetic operations.
point-function
- 可以帮助初学者深入理解指针函数,答疑解惑-Can help beginners in-depth understanding of the function pointer, answering questions
Calculate
- 研究生概率算法,使用函数指针。通过随机化计算某一公式的值-Graduate probabilistic algorithms, using a function pointer. A formula for calculating the value by randomization
test
- 简单描述了一个函数函数指针示例-A brief descr iption of the function function pointer examples. . . . . . . .
调用示例
- C#调用C++ dll, 包括结构体, 数组, 函数指针, 字符串等等(C# calls C++ DLL, including the structure, array, function pointer, string, and so on)
TCPIP源代码及说明文档
- 单片机上网技术,是当前的一个热门技术。单片机上网技术中的一个重要部分是在单片 上实现 TCP/IP 协议栈。现在可获得的 TCP/IP 源代码一般并不为 51 单片机设计,而 51 单片 机和 KeilC51 编译器有其自身的特点:存储类型、函数指针、重入函数等,ZLIP 就是针对 这些特点设计的 TCP/IP 协议栈。(The single chip computer network technology is a hot technology at present. An import