-
屏幕-反式
喜此代码使保存屏幕和佩尔梅特你,使过渡 betxeen 屏幕 tyhis 代码是净矿我忘了来源出处
- 2022-06-14 06:26:16下载
- 积分:1
-
界面编程,主要编制windows xp界面内斯的界面
界面编程,主要编制windows xp界面内斯的界面-Interface programming, mainly the preparation of windows xp interface interface Martinez
- 2023-04-07 16:35:03下载
- 积分:1
-
C + + 如何编程课后习题答案
凭借超过25万出售量,哈维和保罗Deitel公司的“C ++如何编程”是世界上最畅销的介绍C ++编程的书。现在,这个经典已被彻底更新! “突破性如何编程系列”Deitels提供了无与伦比的广度和编程概念和中级话题作进一步深入研究。在这一系列的书配备了百.......
- 2022-03-11 03:22:15下载
- 积分:1
-
const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写...
const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-const char* and char* const distinction. C language of the document to read and write support, FILE pointer text file and binary file distinction. Used to read and write text files and read and write files in binary mode Notes. C++ Of documents to read and write support, ofstream and ifstream usage. Win32 SDK to read and write support for the document, CreateFile function, WriteFile function, ReadFile function to use MFC support reading and writing of the document, CFile Class CFileDialog and the use of paper filter settings. win.ini file and registry read and write methods and related knowledge points.
- 2023-08-30 15:05:04下载
- 积分:1
-
堆管理程序,写了好长时间的
堆管理程序,写了好长时间的-heap management procedures, write a good time
- 2023-07-16 17:55:03下载
- 积分:1
-
c#的登陆入口,是初学者的最基本的数据库的应用程序。
c#的登陆入口,是初学者的最基本的数据库的应用程序。-landing import is the most basic beginners database applications.
- 2022-02-10 02:34:07下载
- 积分:1
-
二级小波变换的图像压缩的matlab实现
matlab实现二级小波分解的图像压缩,用bior3.7小波基实现2层小波变换后,再利用matlab自带的函数wcodemat实现第一层和第二层图像压缩,并求取图像压缩前后的压缩比,均方差,峰值信噪比
- 2022-12-29 05:40:03下载
- 积分:1
-
一个换ie背景的例子
一个换ie背景的例子--An example of changing IE background
- 2022-06-13 05:18:13下载
- 积分:1
-
visual c++MFC编写的一百个例子程序。非常经典的代码例子。
visual c++MFC编写的一百个例子程序。非常经典的代码例子。-visual c++ MFC example program written in 100. A very classic example of the code.
- 2022-08-20 08:34:43下载
- 积分:1
-
应用MMX和SSE优化的内存复制
对于一般情况,VC自带的memcpy效率一般。但在处理大块内存和大内存运算上,效率就不高了。实际上CPU的扩展指令集MMX、SSE及后期64位和128位指令可以简单改善内存操作。不过也有一些限制,由于要考虑CPU指令序列前后,否则优化效果不明显。这是一个使用MMX/SSE的简单优化例子。
- 2022-06-30 20:03:01下载
- 积分:1