-
早期的windows就是采用的INI格式文本文件。现在很多应用程序包括大型的软件也还在采用格式化文本文件保存配置参数,比如Bentely MicroStatio...
早期的windows就是采用的INI格式文本文件。现在很多应用程序包括大型的软件也还在采用格式化文本文件保存配置参数,比如Bentely MicroStation GIS平台GEOGRAPHICS8.0。
本文给出的就是利用VC来读取和分析配置文本文件,-early windows is the INI format text file. Now many applications including large software is also used to preserve document formatting text configuration parameters, such as MicroStation Bentely GEOGRAPHICS8.0 GIS platform. This paper is using VC to read and analyze configuration text file,
- 2022-06-26 07:27:32下载
- 积分:1
-
the application demonstrated how direct access to physical drive
这个应用程序演示了如何直接地访问物理驱动-读取/编写扇区/簇,可和MBR, FAT,根目录等一块运行。包括了一个函数,能用来搜索坏了的簇,例如磁盘检查工具。它的局限性是它只能和FAT驱动一块运行(FAT12, FAT16,和FAT32),且不支持大的驱动器。-the application demonstrated how direct access to physical drive-reading/preparation Sector/cluster, and the MBR, FAT, such as a root directory operations. Includes a function can be used to search out of the cluster, such as disk diagnostic tools. Its limitations is that it can only run a FAT drive (FAT12, FAT16 and FAT32), which did not support the drive.
- 2023-03-24 17:40:04下载
- 积分:1
-
Colleges and Universities Computer Science and Technology teaching operating sys...
高等学校计算机科学与技术专业教材
操 作 系 统
Operating System
孟庆昌 编著
电子工业出版社
Publishing House of Electronics Industry
北京・BEIJING
-Colleges and Universities Computer Science and Technology teaching operating system Operating System孟庆昌edited by Publishing House of Electronics Industry Publishing House of Electronics Industry Beijing BEIJING
- 2022-06-13 22:24:34下载
- 积分:1
-
学习的好资料很难得到的大家快来下啊 共同进步
学习的好资料很难得到的大家快来下啊 共同进步-Study hard to get good information on the U.S. under the ah Come common progress
- 2022-01-25 15:22:08下载
- 积分:1
-
VC 6.0下可通过
C++版的学籍管理系统
VC 6.0下可通过
C++版的学籍管理系统-VC 6.0 through C version of the Maintenance Management System
- 2022-01-26 00:58:33下载
- 积分:1
-
在VB中实现访问WINDOWS INI 文件的源代码
在VB中实现访问WINDOWS INI 文件的源代码-in VB achieve visit Windows INI file source code
- 2023-06-28 14:15:03下载
- 积分:1
-
一款系统优化的软件,可以帮助用户进行简单的系统优化工作,这是它的源码...
一款系统优化的软件,可以帮助用户进行简单的系统优化工作,这是它的源码-A system optimization software can help users to optimize the work of a simple system, which is its source
- 2022-03-11 10:57:36下载
- 积分:1
-
基于WinCE PB平台的开发指南。详细介绍了系统的启动、配置等信息。...
基于WinCE PB平台的开发指南。详细介绍了系统的启动、配置等信息。-Based on WinCE PB platform development guidelines. Details of the system startup, configuration and other information.
- 2022-02-15 22:03:11下载
- 积分:1
-
Function is indeed a great potential for mobile phones, as long as the developme...
手机功能确实潜力很大,只要开发,就会为我们服务,一款“word”编辑工具问世,可方便办公人员随时随地处理公文需要。-Function is indeed a great potential for mobile phones, as long as the development, will be for our services, a
- 2023-01-07 04:50:03下载
- 积分:1
-
屏幕取词VC6.0源码
DLLEXPORT BOOL WINAPI SetNHW32() { if(g_hHook == NULL) { g_hHook = SetWindowsHookEx(WH_GETMESSAGE, GetMsgProc, g_hinstDll, 0); if (g_hHook == NULL) { MessageBox(NULL, __TEXT("Error hooking: SetWindowsHookEx fail"), __TEXT("GetWord"), MB_OK); return FALSE; } } return TRUE;}
- 2022-05-28 06:17:38下载
- 积分:1