-
结构体对齐的算法 < 常用算法与数据结构 >
由于需要做一个自动配置平台的东西,涉及到结构解析的问题。因为结构体在编译时会自动对齐边界,...
结构体对齐的算法 < 常用算法与数据结构 >
由于需要做一个自动配置平台的东西,涉及到结构解析的问题。因为结构体在编译时会自动对齐边界,如果没有一个准确的算法,是不可能得到每一个成员变量的正确偏移量的。为了解决这个问题我在网上查了一圈资料,看了MSDN上的相关介绍,但始终没有找到一个直接的算法,无奈之下只好自己亲自动手,一点一点摸索其中的实现规则。经过一天的实验之后,终于找到了这个算法。为了让以后有需要解决同样问题的朋友们能有个参考,特将此算法提供给vckbase。也谨此感谢vckbase上那些给我提供过帮助的朋友们。
源代码包括两部分,一部分是正式的调用函数,一部分是调用demo程序,全部包含在AlignOffSet.cpp文件中。该文件已经在VC++6.0上通过编译,并运行成功。
- 2022-11-25 01:35:04下载
- 积分:1
-
虚拟串口可以三,并指定远程服务器的IP和端口,SER…
能够虚拟三个串口,并指定远程服务器IP和端口,串口号无限制-Virtual serial port can be three, and specify the remote server IP and port, serial No. unrestricted
- 2022-01-31 16:18:01下载
- 积分:1
-
这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。...
这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。 -This is an SDK program. This procedure tracking shows the coordinates of the mouse position, and if the mouse can be displayed in the window s title bar operating information, if the customer area of the window to double-click, double-click the location of points will be shown on location information.
- 2022-03-22 15:37:22下载
- 积分:1
-
实现自动售票管理,包括售票管理,售票查询等功能
实现自动售票管理,包括售票管理,售票查询等功能-a system made for sale tickets
- 2023-02-23 17:15:03下载
- 积分:1
-
系统访问
一个获取系统信息的源程序 全是vc编写的 各位喜欢vc 的可以来-access to a system-wide source of information is prepared by the vc vc you like to look at the can
- 2022-06-15 19:01:33下载
- 积分:1
-
通过读注册表得到本地或远程计算机上安装的应用程序列表.zip
通过读注册表得到本地或远程计算机上安装的应用程序列表.zip- Through reads the registration table to obtain the application
procedure which on this locality or the long-distance computer
installs to tabulate zip
- 2022-03-13 19:52:45下载
- 积分:1
-
鼠标的形状看腻了吗,用这个程序改变一下吧,学习学习人家是怎么做的。...
鼠标的形状看腻了吗,用这个程序改变一下吧,学习学习人家是怎么做的。-mouse in the shape of tired of looking at it, using this procedure to change it, learn from others is how to do.
- 2022-07-26 16:30:33下载
- 积分:1
-
获取cpu信息的源码,vc++实现的,
可以获取16位 和32位的cpu的信息,
而且源码文家独立给出...
获取cpu信息的源码,vc++实现的,
可以获取16位 和32位的cpu的信息,
而且源码文家独立给出-Cpu access to source information, vc++ Realize, you can access 16-bit and 32-bit cpu information, and independent source text is given
- 2022-03-26 19:18:55下载
- 积分:1
-
you know you are using an operating system information? Not View Control Panel,...
您知道您使用的操作系统的信息吗?不用查看控制面板,下面的程序就可以告诉您相关信息。通过这个例子,您可以知道如何使用系统函数来收集windows操作系统的版本信息。最重要的是,您将学会如何对函数的返回信息进行分析处理。-you know you are using an operating system information? Not View Control Panel, the following procedures can tell you relevant information. Through this example, you can know how to use the system function to collect windows operating system version. The most important thing is, you will learn how to function in return for information analysis.
- 2022-11-05 18:25:03下载
- 积分:1
-
TCP连接状态观察工具,文件很小,能让你实时了解本机的网络连接状况...
TCP连接状态观察工具,文件很小,能让你实时了解本机的网络连接状况-TCP connection state observation tool, file is very small, make you real-time understanding of the machine" s network connectivity status
- 2022-11-24 18:40:03下载
- 积分:1