搜索资源列表
3.4 指针使用技巧
- 一个关于VC编码过程中指针使用的源代码,包含了各种技巧-a coding process for VC Pointer use the source code, including a variety of skills
显示系统时钟
- 电子指针时钟,适合汇编课程设计的同学,本人是学生,就修改它做课程设计的-clock electronic pointer, for the compilation of curriculum design students, I students, it has done on revising the curriculum design
file_index
- 程序提供了对文件指针的操作,利用指针可以快速的在文件中定位,进行插入替换等操作-procedures for the operation of the file pointer, the use of indicators to quickly position in the document, other drop-in replacement operation
P_system
- 以一个小型公司的人员信息系统为例,用基类的指针数组来处理不同的派生类对象,从而实现拉多态性调用。使用动态数组类模板Array来代替C++预定义的数组类型。-to a small company personnel information system. use the base class pointer array to handle different types of derived objects, thereby realizing Rafah called polymorphism.
newoula-C
- * 用改进的欧拉方法求解初值问题,其中一阶微分方程未y =f(x,y) * 初始条件为x=x[0]时,y=y[0]. * 输入: f--函数f(x,y)的指针 * x--自变量离散值数组(其中x[0]为初始条件) * y--对应于自变量离散值的函数值数组(其中y[0]为初始条件) * h--计算步长 * n--步数 * 输出: x为说求解的自变量离散值数组 * y为所求解对应于自变量离散值的函数值数组 -* Improved Euler me
111111
- Visual C++编程技巧之 1.如何获取应用程序的实例句柄? 2.如何通过代码获得应用程序主窗口的指针? 3.如何在程序中获得其他程序的 图标? 4.如何编程结束应用程序?如何编程控制windows的重新引导? 5.怎样加栽其他的应用程序? 6.确定应用程序的 路径 7.获得各种目录信息 8.如何自定义消息 -Visual C programming skills one. Application procedures for obtaining ha
fstorage
- TFileStorage component is intended for storing data (any, taken from a file specified by the developer) in a body of .exe file. Access to a file (being in a body of .exe project), realized through the \"Data: Pointer\". 存储数据到exe的元件TFileStorage-TFileS
MyOKFile
- 本程序演示const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点
Code
- const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-con
C_pointer_file
- C++指针资料收集,一共13个文档,有助于帮助对指针的理解和运用,蛮不错的,欢迎下载。-C++ pointer data collection, a total of 13 documents, will help to guide the understanding and use of, pretty good, welcome to download.
File
- C语言对文件读写的支持,FILE指针。对以前所有的指针知识有更多的了解。-C language of the document to read and write support, FILE pointer. Of previous knowledge of all the indicators there is more understanding.
File
- const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-con
kuhanshu
- 使用函数,指针实现对数组的动态查询,删除,插入,排序等功能-The use of function pointer to the array to achieve a dynamic query, delete, insert, sorting and other functions
QuickFindlargefilesinVBstrings
- VB快速查找大文件中的字符串: 基于内存影射文件和VB模拟指针技术,能大大加快大型文件中字符串的查找速度。-VB quickly find large files in the string: memory mapping files and VB based simulation pointer technology, can greatly speed up large file string search speed.
Base_oprator_of_linklist2
- 单链表的基本操作、插入、删除、逆转、按地址排序、归并等操作,均采用指向指针的指针来完成。-The basic operation of a single linked list, insert, delete, reverse, sort by address, merge, etc, are used to complete the pointer to a pointer.
File
- const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-con
clock
- 文件里是一个指针时钟的小程序,编码自动生成。直接保存成frm格式即可。-File is a pointer to the clock applet, code automatically generated. Frm format can be directly saved as.
enjianfuzhi
- 复制命令行文件,把前一个文件的内容复制到下一个文件中区,由指针操作-Copy command file, to copy the contents of a file prior to the next area in the file, the pointer operation
strcpy
- 设计一函数StringCopy实现字符串str1拷贝到str2中,(即实现strcpy功能)要求用指针实现,不能用计数器。-Design a function StringCopy realize str1 string copied to the str2, (i.e. realize strcpy function) require a pointer realize, cannot use the counter
Code1
- 动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-Dynamic link library and the writing of the program. Static libraries and d