资源列表
[文件操作] FileMapping
说明:program FileMapping uses Forms, formMain in formMain.pas {frmMain} {$R *.res} begin Application.Initialize Application.CreateForm(TfrmMain, frmMain) Application.Run end.-program FileMapping uses Forms, formMain in formMain.pas {frmMain} {$R*.res} beg<黄春标> 在 2026-01-22 上传 | 大小:164kb | 下载:0
[进程与线程] VirtualMemory
说明:program VirtualMemory {$APPTYPE CONSOLE} uses SysUtils, Windows const PageSize = 4096 //定义页面大小 var VmAddress, CommitAddress: Pointer //存放虚拟内存基址 Text: Pchar begin //保留二页虚拟内存 VmAddress := VirtualAlloc(nil, PageSize * 2, MEM_RESERVE, PAGE_READWRITE) if<黄春标> 在 2026-01-22 上传 | 大小:23kb | 下载:0
[文件操作] 文件操作
说明:文件属性管理 直接运行FileAttr.exe。 文件的复制 运行FileCopy.exe后,选择源文件和目的文件。 汉字字模提取程序 运行GetFont.exe时,一定要将字库文件Hzk16拷贝到当前目录中。写字板 直接运行Word.exe。-file attributes directly run FileAttr.exe management. Paper copies of running FileCopy.exe, select the source and purpose of do<冉杰> 在 2026-01-22 上传 | 大小:570kb | 下载:0
[Windows编程] c++buildercom编程
说明:一个基于COM对象的服务器和客户机程序运行ComClient.exe前,一定要注ComSever.dll,否则会出错。利用OLE自动化编程的实用程序 运行SendTextToWord.exe前,你的计算机中一定要安装Word97字处理软件,否则会出错。编制一个图像浏览器的ActiveX控件将生成的文ImageViewProj1.cab、ImageViewProj1.inf和ImageViewProj1.htm拷贝到C:\Inetpub\wwwroot目录下,若要在网上浏览,必须启动个人Web管理<冉杰> 在 2026-01-22 上传 | 大小:1.16mb | 下载:0
[Windows编程] 6.3一个基于线程的异步串行通信程序
说明:一个基于线程的异步串行通信程序运行commApi文件夹中的CommApi.exe。程序调试涉及到计算机硬件-a thread based on asynchronous serial communication program running commApi folder of CommApi.exe. Commissioning procedures relating to computer hardware<冉杰> 在 2026-01-22 上传 | 大小:504kb | 下载:0