-
温度采集以及LCD1602显示
基于STC89C52以及DS18B20温度传感器的温度检测代码,可通过串口与PC端串口助手通信,并使用LCD1602进行温度显示,精度在0.5℃左右,
- 2022-12-05 23:25:03下载
- 积分:1
-
the simulation process scheduling. Using Web
本程序模拟进程调度.采用时间片轮转算法.可以添加,删除,悬挂某个进程.有较详细的文档说明-the simulation process scheduling. Using Web-time algorithm. They can add, delete, flag a process. A more detailed document Note
- 2022-11-29 03:50:03下载
- 积分:1
-
程序目的:从已知二叉树的前序和中序序列构造该二叉树
程序目的:从已知二叉树的前序和中序序列构造该二叉树-procedures Objective : known binary tree from the first sequence and the sequence structure of the sequence of binary tree
- 2022-02-01 00:58:51下载
- 积分:1
-
基于mapX控件,用VB开发的GIS交通网络系统
基于mapX控件,用VB开发的GIS交通网络系统-MapX-based controls, using VB to develop the transport network of the GIS system
- 2022-04-29 10:02:23下载
- 积分:1
-
core Windows programming code with books, core Programming Windows book about a...
Windows核心编程随书代码,
Windows核心编程一书介绍有高级Dll技术,API Hook, 以及VC异常处理(__try-__finally)等等, 是学习Windows系统编程的很好的资料-core Windows programming code with books, core Programming Windows book about a senior Dll technology, API Hook, Exception Handling and VC (__try- __finally), etc., learning Windows Programming good information
- 2022-10-25 13:35:03下载
- 积分:1
-
360图形界面
该工程用到按钮的自绘控件,窗口的自绘控件,完全仿照360杀毒软件界面设计的,拥有动态点击效果,按钮的三态变化效果,自绘tab分页效果,是个界面效果很不错的参考软件。
- 2023-04-27 20:55:04下载
- 积分:1
-
Win32中的两种线程
Win32中的两种线程--GUI线程与工作线程-two of the Win32 threads-- GUI thread with thread
- 2022-01-28 08:01:35下载
- 积分:1
-
MFC简单计算器:可以输入任何有效数字进行加减乘除运算
MFC简单计算器:可以输入任何有效数字进行加减乘除运算-calculator:have function by+,-,*,/
- 2022-10-11 01:25:03下载
- 积分:1
-
Beijing is still school
北京尚学堂drp系统源码 逐个版本更新 一共 7个逐渐完善的-Beijing is still school-by-source version of DRP system to update a total of seven gradual improvement
- 2023-04-11 14:20:04下载
- 积分:1
-
屏幕取词VC6.0源码
DLLEXPORT BOOL WINAPI SetNHW32() { if(g_hHook == NULL) { g_hHook = SetWindowsHookEx(WH_GETMESSAGE, GetMsgProc, g_hinstDll, 0); if (g_hHook == NULL) { MessageBox(NULL, __TEXT("Error hooking: SetWindowsHookEx fail"), __TEXT("GetWord"), MB_OK); return FALSE; } } return TRUE;}
- 2022-05-28 06:17:38下载
- 积分:1