-
SerialportSample
串口调试小程序,很不错的小例子,有详细代码描述,适合初学者(Serial debugging applets very good example)
- 2012-05-28 13:38:39下载
- 积分:1
-
SMS
使用短信猫可以实现短信的群发,跟接收,还现实了定时群发,并且可以对接收短信内容进行查询(Cats can be achieved using the message of the mass-message with the receiver, but also the reality of the mass from time to time, and can receive a query message content)
- 2008-05-03 22:11:14下载
- 积分:1
-
Firmware
Some code examples for NMEA gps and SIM800
- 2018-12-08 02:19:39下载
- 积分:1
-
ROBOT
说明: stm32f103控制机械臂,遥控器控制,6自由度机械臂(STM32 controls the manipulator and the remote control controls it)
- 2021-02-13 16:10:47下载
- 积分:1
-
smartHome
说明: 可实现智能家居基本控制,灯、热水器、语音识别(It can realize basic control of smart home, lamp, water heater and speech recognition.)
- 2020-06-20 02:40:02下载
- 积分:1
-
complex-operator-overloading
实现复数运算符的重载,对C++初学者来说有一定的参考价值。(Complex operator overloading, C++ beginners a certain reference value .
)
- 2013-05-17 13:14:32下载
- 积分:1
-
C--CPP-programmers-reference
This guide reviews the rules and syntax of the principle commands that comprise C and its object-oriented cousin, C++. The reference consists of 19 chapters that define operators and the standard input/output, string, character, and more.
- 2015-01-31 22:59:58下载
- 积分:1
-
TCP SERVER 串口通讯范例
TCP SERVER 串口通讯范例,通过认证的。可以直接使用 。
- 2022-01-22 14:24:04下载
- 积分:1
-
用c++实现的先来先服务算法、最短进程优先调度算法
先来先服务,短作业优先,最高响应比优先调度进程调度算法 将每个进程抽象成一个控制块PCB,PCB用一个结构体描述。 构建一个进程调度类。将进程调度的各种算法分装在一个类中。类中存在三个容器,一个保存正在或未进入就绪队列的进程,一个保存就绪的进程,另一个保存已完成的进程。还有一个PCB实例。主要保存正在运行的进程。类中其他方法都是围绕这三个容器可以这个运行中的PCB展开。 主要用到的技术是STL中的vector以维护和保存进程容器、就绪容器、完成容器。 当程序启动时,用户可以选择不同的调度算法。然后用户从控制台输入各个进程的信息,这些信息保存到进程容器中。进程信息输入完毕后,就开始了进程调度,每调度一次判断就绪队列是否为空,若为空则系统时间加一个时间片。判断进程容器中是否有新的进程可以加入就绪队列。
- 2022-03-07 21:03:07下载
- 积分:1
-
TeleBook--My--ADO
ado链接数据库实例教程,基于VS2015和MFC(ADO linked database instance)
- 2018-05-17 21:07:47下载
- 积分:1