-
How To Create A Working Thread
How To Create A Working Thread
- 2022-05-08 07:04:53下载
- 积分:1
-
C++ Pocket Reference
C++ Pocket Reference
- 2022-10-07 05:05:03下载
- 积分:1
-
design patterns VC example, can be used to study design patterns. I feel very us...
设计模式的VC例子,可以用于学习设计模式。我自己觉得很有用。这个是Command模式-design patterns VC example, can be used to study design patterns. I feel very useful. This is the Command Mode
- 2022-03-23 11:01:45下载
- 积分:1
-
电机控制--通过安川伺服控制电机
#include "DIALOG.h"
#include "ButtonUse.h"
#include "led.h"
#include "beep.h"
//////////////////////////////////////////////////////////////////////////////////
//±¾³ÌÐòÖ»¹©Ñ§Ï°Ê¹Óã¬Î´¾×÷ÕßÐí¿É£¬²»µÃÓÃÓÚÆäËüÈκÎÓÃ;
//ALIENTEK STM32F103Õ½½¢¿ª·¢°å
//STemWin BUTTONʹÓÃ
//ÕýµãÔ×Ó@ALIENTEK
//¼¼ÊõÂÛ̳:www.openedv.com
//´´½¨ÈÕÆÚ:2015/4/10
//°æ±¾£ºV1.0
//°æÈ¨ËùÓУ¬µÁ°æ±Ø¾¿¡£
//Copyright(C) ¹ãÖÝÊÐÐÇÒíµç×ӿƼ¼ÓÐÏÞ¹«Ë¾ 2014-2024
//All rights reserved
//////////////////////////////////////////////////////////////////////////////////
#define ID_FRAMEWIN_0 (GUI_ID_USER + 0x00)
#define ID_BUTTON_0 (GUI_ID_USER + 0x01)
#define ID_BUTTON_1 (GUI_ID_USER + 0x02)
#define ID_BUTTON_2 (GUI_ID_USER + 0x03)
#define ID_BUTTON_3 (GUI_ID_USER + 0x04)
//¶Ô»°¿ò×ÊÔ´±í
- 2022-03-24 05:49:03下载
- 积分:1
-
For windows, this is a valuable TCP client programe, we can use it to communicat...
WINDOWS编程,一个有实用价值的TCP客户端程序,用于聊天,极为实用-For windows, this is a valuable TCP client programe, we can use it to communicate each other.
- 2022-02-01 00:42:06下载
- 积分:1
-
java实现的门禁系统GUI界面
使用java swing实现了一个门禁系统的登录、用户信息的管理、查询以及对门禁卡的相关信息进行修改的GUI界面。本代码中加入了相关数据库的操作,方便管理员对出入门用户的管理,从而更好的保障门的安全性。
- 2022-01-24 17:08:25下载
- 积分:1
-
Based on the serial port on the temperature and humidity sensors, data acquisiti...
基于串口,对温湿感应器数据进行采集并显示.些代码是用vb写的.我也写了个vc的,但感觉这个对vb开发人员比较好用.-Based on the serial port on the temperature and humidity sensors, data acquisition and display. More code is written in vb. I also wrote a vc, but felt it more easy to use for vb developers.
- 2022-01-25 21:34:06下载
- 积分:1
-
一个枚举当前运行的进程的程序,欢迎大家下载使用,如有问题,请留言联系。...
一个枚举当前运行的进程的程序,欢迎大家下载使用,如有问题,请留言联系。-an enumeration current operating procedures of the process, all are welcome to download the use, if there are questions, please contact messages.
- 2022-04-26 14:05:53下载
- 积分:1
-
edmi reading format and sample
edmi reading format and sample
- 2022-06-18 04:08:47下载
- 积分:1
-
Windows 驱动程序工具包 (WDK) 8.1 微型端口
此示例的目的是为了说明的反序列化功能NDIS 微型端口驱动程序,而无需物理网络适配器。这示例基于 E100BEX 样本目前 DDK 中。它基本上是E100bex 驱动程序的简化的版本。驱动程序可以安装使用手动添加硬件向导的根枚举虚拟小型端口驱动程序或虚拟 (就像烤面包机总线) 总线上。因为驾驶员没有与任何硬件进行交互,这让它很容易理解的微型端口接口和各种 NDIS 功能没有杂乱的用法硬件特定的代码通常在一个全功能的驱动程序中找到。此示例提供了示例用于教育的最小驱动程序目的。该驱动程序或其样本测试程序既不被为了在生产环境中使用。
- 2023-03-04 09:00:04下载
- 积分:1