-
windows ce 下的线程使用 demo
windows ce 下的线程使用 demo-thread under windows ce using demo
- 2022-06-12 07:07:24下载
- 积分:1
-
this book is also about how the Linux kernel works and how to adapt its workings...
this book is also about how the Linux kernel works and how to adapt its workings to your needs or interests.
英文版 pdf-this book is also about how the Linux kernel works and how to adapt its workings to your needs or interests. English pdf
- 2022-04-14 23:57:51下载
- 积分:1
-
取自别处,共同学习,看完删除,尊重原作者的版权,使用时请注明出处。...
取自别处,共同学习,看完删除,尊重原作者的版权,使用时请注明出处。-from elsewhere, studying together, reading deleted, respect the original author"s copyright, when used with the territory.
- 2022-03-02 03:46:04下载
- 积分:1
-
Fortran科学计算程序,计算多原子间力的大小,能级分布
Fortran科学计算程序,计算多原子间力的大小,能级分布-Fortran procedures for scientific computing, computing power and more inter-atomic size, level distribution
- 2022-03-12 19:47:44下载
- 积分:1
-
This is on the use of 51 single
这是关于用51单片机进行软件定时中断的程序,主芯片是51-This is on the use of 51 single-chip microcomputer software program interrupted from time to time, the main chip is 51
- 2023-01-03 06:45:03下载
- 积分:1
-
Foreigners iso format, delphi full source code editor
老外的iso格式编辑的delphi完整源代码-Foreigners iso format, delphi full source code editor
- 2023-08-05 03:40:03下载
- 积分:1
-
虚拟磁盘
虚拟磁盘-virtual disk for you visual stutio 6-Virtual disk-virtual disk for you visual stutio 6
- 2022-08-24 20:21:50下载
- 积分:1
-
base64的编码解码源代码。有用的下啊
base64的编码解码源代码。有用的下啊-base64 encoding decoding source code. Useful under the ah
- 2022-05-20 01:34:36下载
- 积分:1
-
完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理
SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠
操作。...
完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理
SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠
操作。-complete registry handling, document handling. Server using multithreading services will best address SOCKET request. Data reception, sending function can be said at this stage the best, using asynchronous overlapping operations.
- 2022-03-22 04:33:48下载
- 积分:1
-
结构体对齐的算法 < 常用算法与数据结构 >
由于需要做一个自动配置平台的东西,涉及到结构解析的问题。因为结构体在编译时会自动对齐边界,...
结构体对齐的算法 < 常用算法与数据结构 >
由于需要做一个自动配置平台的东西,涉及到结构解析的问题。因为结构体在编译时会自动对齐边界,如果没有一个准确的算法,是不可能得到每一个成员变量的正确偏移量的。为了解决这个问题我在网上查了一圈资料,看了MSDN上的相关介绍,但始终没有找到一个直接的算法,无奈之下只好自己亲自动手,一点一点摸索其中的实现规则。经过一天的实验之后,终于找到了这个算法。为了让以后有需要解决同样问题的朋友们能有个参考,特将此算法提供给vckbase。也谨此感谢vckbase上那些给我提供过帮助的朋友们。
源代码包括两部分,一部分是正式的调用函数,一部分是调用demo程序,全部包含在AlignOffSet.cpp文件中。该文件已经在VC++6.0上通过编译,并运行成功。
- 2022-11-25 01:35:04下载
- 积分:1