搜索资源列表
Cpracticereport.rar
- C++实习报告:包括源代码、需求分析、解题说明、调试报告等,主要内容是:循环和分支,数组和函数,指针、引用和异常处理,结构体和类,派生、继承和多态,文件和模板及综合等7大类型。 ,C++ internship report: including source code, needs analysis, problem-solving that debug report, the main contents are: circulation and branch, array and funct
Fourier()
- * 函数名称: * Fourier() * 参数: * LPSTR lpDIBBits - 指向源DIB图像指针 * LONG lWidth - 源图像宽度(象素数) * LONG lHeight - 源图像高度(象素数) * 返回值: * BOOL - 成功返回TRUE,否则返回FALSE。 * 说明: * 该函数用来对图像进行付立叶变换。-* Function name:* Fourier ()* parameters:* LPSTR l
c
- 本文对指针做了比较全面的介绍。指明了c语言中指针定义时的注意事项;给出了指针的数据类型以及指针在不同运算过程中的实际含义;用实例详细说明了指针对动态数组的实现;并介绍了指针在函数调用时的作用。-This paper has done a more comprehensive indicator of the introduction. Specified in the definition of c language pointer Notes given the data pointer a
c
- 1微型打印机的C语言源程序 2连接两个链表 3输入n为偶数时,调用函数求1/2+1/4+...+1/n,当输入n为奇数时,调用函数 1/1+1/3+...+1/n(利用指针函数) 4时间函数举例4,一个猜数游戏,判断一个人反应快慢。 5家庭财务管理小程序 -1 micro-printer 2 of the C language source list 3 to connect the two input n is an even number, the cal
C_this
- 很不错的一篇有关c++指针调用类成员函数的文章-Very good article about c++ class member function pointer to call the article
c
- 定义一个车(vehicle)基类,有Run、Stop等成员函数,由此派生出自行车(bicycle)类、汽车(motorcar)类,从bicycle和motorcar派生出摩托车(motorcycle)类,它们都有Run、Stop等成员函数。在main()函数中定义vehicle、bicycle、motorcar、motorcycle的对象,调用其Run()、Stop()函数,观察其执行情况。再分别用vehicle类型的指针来调用这几个对象的成员函数,看看能否成功;把Run、Stop定义为虚函数,
programming
- 自己整理的 C语言嵌入式系统编程修炼系列-罗严塔尔 -主函数main中变量的含义 -性能优化 -软件架构 -屏幕操作 -内存操作 -键盘操作 -复杂指针解析-Organize their own C-language programming embedded systems practitioners Series- Luoyantaer- the main main function of the meaning of the variables- perfor
C-about-pointer
- 关于C语言函数指针和指针函数的资料。讲解的比较好-Information on the C language function pointer and pointer function. Explain the relatively good
The-Function-Pointer-Tutorials
- A Tutorial on Function pointers and how to use them
C_Pointer
- C 函数指针的详细说明及其使用方法。可以简化代码,方便使用。-C function pointer to a detailed descr iption of their usage. You can simplify the code, easy to use.
Xilinx
- XILINX大讲堂、十招加速Vivado IPI设计、Vivado HLS 中指针作为top 函数参数的处理、Vivado HLS 中的浮点设计编码风格与技巧、编写高效Vivado HLS 工程testbench 的三个要素-XILINX auditorium, ten strokes accelerate Vivado IPI design, Vivado HLS deal with top pointer as function parameters, Vivado HLS floating
Function-pointera-pointer-Function
- 详解函数指针和指针函数的区别和使用,对深刻理解二者非常有用.-Explain the differences and the use of function pointers and pointer function is very useful for a deep understanding of both .
fgets-and-gets-in-C
- 比较了C中的gets和fgets函数的用法不同,个人看着C和指针来的,可能理解会有偏颇,有不同观点的tx欢迎指正。-Compares in C gets and usage of the fgets function is different, people look at C and pointer, could have understanding bias, there are different views of tx welcome to point out mistakes.
Mybole
- 对话框用户界面程序的编写,如何向对话框控件关联数据成员及其实现机理,如何利用对话框类的成员函数向控件发送消息和获取对话框控件的类指针,如何直接利用对话框控件类操纵对话框控件(发送消息和直接调用成员函数)。如何在程序运行时产生和销毁控件。对话框控件的几种操作方式的优劣比较分析。如何实现对话框的部分收缩和展开。如何让对话框上的文本框在程序启动后立即获得焦点,如何利用SetWindowLong改变窗口的回调函数,通过改变文本框的默认回车处理方式进行演示。实现多个输入文本框间通过回车逐一向下传递焦点的另
functionAndPointer
- 用学生信息管理,来验证函数和指针关系的例题。-this is a example of Pointer and Function.
programs
- this folder includes programs such as, compare strings, pointers as functions, increment pointer, define function, friend class for each other
deep-insight-in-void-type
- 深入理解C/C++语言void和void指针类型。详细描述其功能及使用方法。-Depth understanding of C/C++ language void and void pointer type. Its function and use described in detail.
QU
- 易语言的源码,作用是取当前指针的图标。感觉挺棒的。现推荐给大家!希望大家能喜欢-This source code is easy language function pointer, is take the current mouse shape! Personal feeling pretty awesome. Also hope to encourage the source language is easy, the role is the shape of the current mou
CPP-classic-code
- 本文档为C++语言中经典代码集合,内含有函数、指针、面向对象的一些程序设计和代码详解,适合中高端开发人员和学生参考交流。-As the classic collection code in c++ language, this document contains the function, pointer, some of the object-oriented program design and code explanation, suitable for high-end develope
明解C语言_13242450
- 《明解C语言》图文并茂,示例丰富,设有190段代码和164幅图表,对C语言的基础知识进行了彻底剖析,内容涉及数组、函数、指针、文件操作等。("Ming Jie C language" illustrated, rich examples, with 190 sections of code and 164 charts, the basic knowledge of C language thoroughly analyzed, covering the contents o