-
综合收集的代码单元。包括套接字库…
Comprehensive collection of Delphi code units. Includes libraries for Socket components .
- 2023-03-27 09:25:04下载
- 积分:1
-
另一拼图游戏的源代码
另一拼图游戏的源代码-another source puzzles
- 2022-07-24 17:23:08下载
- 积分:1
-
This is shopping system, the merchandise stores at selected Add to shopping cart...
这是商店购物系统,在商店里的商品选中的放入购物车,再去售票口。-This is shopping system, the merchandise stores at selected Add to shopping cart, then the ticket booth.
- 2023-03-14 08:50:03下载
- 积分:1
-
Forrest Shull
Guide to advanced empirical software engineering
2008
Forrest Shull
Guide to advanced empirical software engineering
2008
- 2022-03-31 03:30:04下载
- 积分:1
-
i tried to do this algorithm and finally i ve succe
i tried to do this algorithm and finally i ve succe-i tried to do this algorithm and finally i ve success
- 2022-01-25 16:40:15下载
- 积分:1
-
Hebei Tai substantially a second semester, the curriculum design source, led dis...
河北工业大大一至大二学期,课程设计源码,led显示器,希望对大家有所帮助,特别是河北工业大学的同学。-Hebei Tai substantially a second semester, the curriculum design source, led display, I hope to help all of you, especially students of Hebei Industrial University.
- 2022-02-13 12:44:19下载
- 积分:1
-
实现简单的复数加减乘除四则运算,输入格式是分别输入服输的实部和虚部,可能还有点小毛病,但能实现基本功能...
实现简单的复数加减乘除四则运算,输入格式是分别输入服输的实部和虚部,可能还有点小毛病,但能实现基本功能-Plural simple arithmetic calculation, enter the format is throwing in the towel enter the real and imaginary parts, there may be little problems, but to achieve the basic functions of
- 2022-04-22 10:01:28下载
- 积分:1
-
删除同一目录下的所有文件,目录,子目录及下
的所有文件
删除同一目录下的所有文件,目录,子目录及下
的所有文件-same directory delete all the files, directories, subdirectories and all documents under the
- 2023-01-25 14:05:04下载
- 积分:1
-
Interesting book about how Windows gets time
Interesting book about how Windows gets time
- 2022-06-02 22:07:34下载
- 积分:1
-
获取系统硬件信息,内存使用状况,process进程列表
void ExeCPUID(DWORD veax) //初始化CPU信息
{
__asm
{
mov eax,veax
cpuid
mov deax,eax
mov debx,ebx
mov decx,ecx
mov dedx,edx
}
}
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-23 22:54:57下载
- 积分:1