-
空气性质表
本程序基于苏联1973版《锅炉机组热力计算标准方法》一书中P203页的空气性质项目编写,包含空气的焓值,导热率,运动粘度,导热系数,普朗特数的计算。回车键即为计算,按键即为esc退出。使用select case 语句进行判断,结构简洁,界面友好。
- 2022-01-21 23:26:43下载
- 积分:1
-
一个简单的端口访问实例――扬声器发生程序。由于Win2000及以上操作系统提高了对主板访问的安全性,所以此程序只能在Win98下编译运行。...
一个简单的端口访问实例――扬声器发生程序。由于Win2000及以上操作系统提高了对主板访问的安全性,所以此程序只能在Win98下编译运行。-a simple example of the port visit-- loudspeakers occurred procedures. Since Windows 2000 operating system and above board increased the security of the visit, this procedure can only build run under Win98.
- 2022-08-23 09:14:16下载
- 积分: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
-
C++ socket using windows api and
winsock
C++ 写成的用视窗winsock2 api做成的
样品程序-C++ socket using windows api and
winsock
- 2022-05-31 22:57:33下载
- 积分:1
-
不错的跟踪的程序,c语言写的,适合对gezong感兴趣的的初学者和编程人员。...
不错的跟踪的程序,c语言写的,适合对gezong感兴趣的的初学者和编程人员。-Good procedures for tracking, c language, and suitable for gezong interest of beginners and programmers.
- 2022-05-30 19:58:14下载
- 积分:1
-
霍夫变换.手动画一条直线,选择变换,可以变直.
霍夫变换.手动画一条直线,选择变换,可以变直.-Hough transform. Hand animation in a straight line, choose transform, can be turned straight.
- 2023-03-13 14:55:04下载
- 积分:1
-
请求页式存储管理方案// 页面淘汰算法采用 FIFO页面淘汰算法,// 并且在淘汰一页时,只将该页在页表中抹去。// 而不再判断它是否被改写过,也不将它写回到辅...
请求页式存储管理方案// 页面淘汰算法采用 FIFO页面淘汰算法,// 并且在淘汰一页时,只将该页在页表中抹去。// 而不再判断它是否被改写过,也不将它写回到辅-request page-storage management programs// pages out FIFO algorithm out pages algorithm// in an out, only to the page in the page table to erase.// Rather than to judge whether it be redrafted, it was not to return to the Commission
- 2022-02-02 04:16:42下载
- 积分:1
-
VB+ SQL development with the library management system, is my summer internship...
用VB+SQL开发的图书管理系统,是我暑假实习的作品-VB+ SQL development with the library management system, is my summer internship work
- 2023-03-03 18:20:04下载
- 积分:1
-
最新的算法的说明
最新的算法的说明- Newest algorithm explanation
- 2022-02-07 07:17:05下载
- 积分:1
-
CB_creatshortcut.cpp CB in creating efficient windows desktop ways
CB_creatshortcut.cpp CB在windows桌面创建快捷方式-CB_creatshortcut.cpp CB in creating efficient windows desktop ways
- 2022-12-30 20:10:03下载
- 积分:1