易语言远程控制源码,源码不完整,只能在本地机器运行,
2022-09-21 22:01:17 1.19MB windows编程 rma
用于模拟雷达杂波的源码,以M文件形式给出
2022-09-20 11:01:28 2KB windows编程 雷达
The language YunCodeEditor fne support library is the support library for the code editor with the name of the easy language cloud, which provides the interface support for the easy language programming software.
2022-09-20 11:00:46 178KB code_name windows编程
搜集了很久的帮助文档和电子书,包含c++帮助文档,windows的全部api的介绍和索引,MFC的电子书和帮助文件,GDI和GDIPLUS的帮助文档,winsock的帮助文档,c#编程指南等等 2010/09/03 21:27 124,881 C-Cpp中文帮助文档.chm 2017/09/21 21:10 71,168 GDI(widowsAPI函数).doc 2017/03/25 20:25 1,919,849 GDI+ SDK 参考.chm 2010/06/17 17:15 1,573,112 MFC类库详解.chm 2017/03/18 16:54 4,066,988 MSDN+CS参考.chm 2017/04/03 00:43 42,778,898 Windows API 函数参考手册.pdf 2017/03/25 20:25 9,488,134 Windows Graphics Programming Win32 GDI and DirectDraw.chm 2017/04/03 00:44 43,500,609 WINDOWS+API程序设计参考大全.pdf 2017/03/18 16:47 696,925 WindowsAPI参考大全.chm 2017/11/23 23:14 winsock 2017/03/24 12:44 18,137,555 侯捷 深入浅出MFC chm版.chm
2022-08-20 20:10:18 113.74MB windows api gdi mfc
1
跟我学Windows编程
2022-07-07 18:05:38 548KB 文档资料
鼠标屏幕取词技术windows编程实现教程及详细源代码
2022-07-07 18:05:18 58KB 文档资料
第09单元 WINDOWS编程
2022-07-07 09:01:13 149KB 文档资料
该程序是一个使用C++开发的简单文本编辑器,开发平台为VS2017,使用Direct2D进行渲染,内附源代码及exe。
2022-07-03 10:18:45 21KB C++ Direct2D 文本编辑器 Windows编程
1
Windows API开发:Windows编程概述。Windows API简介;Windows应用程序开发入门;Windows API概要;Windows API核心DLL;Unicode和多字节;Windows程序设计规范的建议;集成开发环境Visual Studio
2022-06-27 10:00:49 66KB windows
1
windows系统下,读取与写入文件的三种基本存储方式,一种是普通无缓存存储方式,一种是高速缓存,另一种是异步传输。 文件高速缓存被设置在内存中,从而解决CPU与硬盘访问速度差异太大的问题。高速缓存即在读文件时预读,从而加速访问。异步传输改变内存访问的指令顺序,从而提高了代码执行效率。 本程序通过对三种文件读写操作的时间对比来对比三种方式在效率上的不同。
2022-06-01 20:55:35 1.15MB windows编程
1