-
AS3源码小游戏(猜数字)
AS3源码小游戏(猜数字)
- 2022-06-16 06:31:17下载
- 积分:1
-
GDI+实现半透明渐变窗口
GDI+实现半透明渐变窗口
TPopupMenu *pmMain;
TMenuItem *miShowAbout;
TMenuItem *miNone1;
TMenuItem *miCloseApp;
TMenuItem *miGoToCcrun;
TMenuItem *miStayOnTop;
TMenuItem *miNone2;
- 2023-05-03 15:45:04下载
- 积分:1
-
商品销售管理系统(系统初始用户名:admin。密码:admin)
商品销售管理系统(系统初始用户名:admin。密码:admin)-sales management system (Initial Username : admin. Password : admin)
- 2023-07-16 11:30:06下载
- 积分:1
-
Zhou Aimin idea of software engineering work
周爱民的软件工程思想著作--大道至简,看了收获不少。-Zhou Aimin idea of software engineering work- Road to Jane, saw a lot of harvest.
- 2022-01-31 07:58:54下载
- 积分:1
-
对AO二次开发的基本函数集进行了详细介绍
对AO二次开发的基本函数集进行了详细介绍-AO secondary development of the basic set of functions are described in detail
- 2022-06-18 07:48:09下载
- 积分:1
-
这是我帮别人做的一个毕业设计,它的名字是房间管理系统
这是我帮别人做的一个毕业设计,它的名字是房间管理系统-anybody to do a graduation project, its name is room management system
- 2022-02-10 00:03:56下载
- 积分:1
-
在一个基于RTOS优先级,优先级反转
In a preemptive priority based RTOS, priority inversion
problem is among the major sources of deadline
violations. Priority inheritance protocol is one of the
approaches to reduce priority inversion. Unfortunately,
RTOS like uC/OS can’t support priority inheritance
protocol since it does not allow kernel to have multiple
tasks at the same priority. Although it has different ways
to avoid priority inversion such as priority ceiling
protocol, developers still have some difficulties in
programming real time applications with it. In this paper,
we redesign the uC/OS kernel to provide the ability to
support round robin scheduling and implement priority
inheritance semaphore on the modified kernel. As result,
we port new kernel with priority inheritance semaphore to
evaluation board, and evaluate the execution time of each
of the kernel service as well as verify the operations of
our implementation.-In a preemptive priority based RTOS, priority inversionproble
- 2022-03-24 17:49:36下载
- 积分:1
-
8051 based microcontroller project
8051 based microcontroller project
- 2022-08-20 20:29:32下载
- 积分:1
-
Java初学者应该认识到的30个问题,我看了后感触颇深,放上来供大家一起参考,学习。...
Java初学者应该认识到的30个问题,我看了后感触颇深,放上来供大家一起参考,学习。-Java for beginners should be aware of the 30 questions, I have deep feelings after reading, Fang Shanglai reference for everyone to learn.
- 2022-08-21 16:09:44下载
- 积分:1
-
循环冗余码CRC 检验技术广泛应用于测控及通信领域。CRC 计算可以靠专用的硬件来实现,
但是对于低成本的微控制器系统, 在没有硬件支持下实现 CRC 检验...
循环冗余码CRC 检验技术广泛应用于测控及通信领域。CRC 计算可以靠专用的硬件来实现,
但是对于低成本的微控制器系统, 在没有硬件支持下实现 CRC 检验,关键的问题就是如何通过软件
来完成CRC 计算,也就是 CRC 算法的问题。
这里将提供三种算法,它们稍有不同,一种适用于程序空间十分苛刻但 CRC 计算速度要求不高
的微控制器系统,另一种适用于程序空间较大且 CRC 计算速度要求较高的计算机或微控制器系统,
最后一种是适用于程序空间不太大,且CRC计算速度又不可以太慢的微控制器系统。-CRC Cyclic Redundancy Code inspection techniques are widely used in the field of measurement and control and communications
- 2022-06-19 03:39:52下载
- 积分:1