-
判断磁盘簇大小CodeGuru Determining Cluster Size
判断磁盘簇大小CodeGuru Determining Cluster Size-Determine the disk cluster size CodeGuru Determining Cluster Size
- 2022-03-24 00:58:55下载
- 积分:1
-
debugger for debugging process to streamline and simplify the process of handlin...
调试库 简化调试过程,简化错误处理过程。集合了一些通用函数便于编程。-debugger for debugging process to streamline and simplify the process of handling errors. Set some common functions to facilitate programming.
- 2022-11-21 05:55:03下载
- 积分:1
-
fingerprint identification procedures, C++ source code, without limitation platf...
指纹识别的程序,全部C++源代码,没有平台限制,适合于windows 9X以上平台-fingerprint identification procedures, C++ source code, without limitation platform, suitable for windows 9X platform above
- 2023-03-25 23:00:04下载
- 积分:1
-
一个可以自杀的程序,实现方法比较少见
一个可以自杀的程序,实现方法比较少见-a suicide procedures, methods to achieve relatively rare
- 2022-02-21 18:27:13下载
- 积分:1
-
an operating system subject to the curriculum design, done well, and the FCFS qu...
一个操作系统的课程设计题目,做得不怎么样,FCFS、最短寻道时间、电梯算法。-an operating system subject to the curriculum design, done well, and the FCFS queue, the shortest tracking time, the elevator algorithm.
- 2022-01-21 01:29:44下载
- 积分:1
-
改写的枚举窗口功能容易语言编写只是想多做些连接好自己登陆用...
改写的枚举窗口功能容易语言编写只是想多做些连接好自己登陆用-Window function to rewrite the enumeration easy language just want to do more to connect with their own landing
- 2022-05-15 04:24:52下载
- 积分:1
-
用C++实现数据读入XML文档和从XML文档中读出
用C++实现数据读入XML文档和从XML文档中读出-With C++ Realize data read XML documents and XML document from the read out
- 2022-07-03 21:07:57下载
- 积分:1
-
添加用到到系统中。这个代码很是简单
添加用到到系统中。这个代码很是简单-used to the system. This code is very simple.
- 2023-01-06 04:35:03下载
- 积分:1
-
partion logic disk management tool for source code. Recognition of all types Div...
partion logic 磁盘管理工具源代码 。识别各种类型分区,以及可以对这些分区进行操作。 -partion logic disk management tool for source code. Recognition of all types Division, and of these districts can operate.
- 2022-01-31 20:21:47下载
- 积分:1
-
结构体对齐的算法 < 常用算法与数据结构 >
由于需要做一个自动配置平台的东西,涉及到结构解析的问题。因为结构体在编译时会自动对齐边界,...
结构体对齐的算法 < 常用算法与数据结构 >
由于需要做一个自动配置平台的东西,涉及到结构解析的问题。因为结构体在编译时会自动对齐边界,如果没有一个准确的算法,是不可能得到每一个成员变量的正确偏移量的。为了解决这个问题我在网上查了一圈资料,看了MSDN上的相关介绍,但始终没有找到一个直接的算法,无奈之下只好自己亲自动手,一点一点摸索其中的实现规则。经过一天的实验之后,终于找到了这个算法。为了让以后有需要解决同样问题的朋友们能有个参考,特将此算法提供给vckbase。也谨此感谢vckbase上那些给我提供过帮助的朋友们。
源代码包括两部分,一部分是正式的调用函数,一部分是调用demo程序,全部包含在AlignOffSet.cpp文件中。该文件已经在VC++6.0上通过编译,并运行成功。
- 2022-11-25 01:35:04下载
- 积分:1