搜索资源列表
在ucOS下面的webserver中的连续传图片的java代码
- 在ucOS下建立Webserver,内面有网页可以传送动态连续监视画面,本java代码编出来class文件后可以完成此功能-ucOS established in Webserver, inside a web page can be transmitted dynamic continuous surveillance picture, the java class codes out documents to be completed this function
ucGUI_ECG
- 仿真uc-GUI 实现心电图 动态显示 等功能 -Simulation uc-GUI functions to achieve dynamic display of ECG
qianrushi
- 在屏幕上以多任务写出自己姓名的拼音首字母。要求以本字母作为基本单元组成大字母的笔画,并同时动态画出(一个大字母一个任务)。-On the screen to multi-task to write their own name the first letter of the alphabet. Requirements to the letter as a basic unit of the formation of large number of strokes in letters and
clockkeyrs232
- 基于ARM和proteus 采用定时器实现秒级定时 2个按键进行时间调整,一个采用中断方式、一个采用GPIO方式实现 显示1采用6个数码管(可带外部驱动器),使用动态扫描方式 显示2采用PROTEUS提供的RS232串口终端,用软件驱动串口进行显示 -Seconds using the timer class from time to time to achieve two key time to adjust to a disruption of the way the u
UCOS2-251
- This the Kernal for the MicroC/OS-II by Jean J Labrosse for Dynamic C Version 2.51 for Rabbit Microprocessors. Compatible up to Dynamic C 9.25, higher versions you need to modify the code a little.-This is the Kernal for the MicroC/OS-II by Jean
EasyKernel(uCOS)_Myself_RaD
- 一个自己独立开发的模拟任务切换的简易内核,采用动态私有任务栈,时间片轮询模式用户还可自行添加新的线程;经过测试,没有问题。适用于Arm7内核的各款芯片-Simple kernel of an independently developed simulation task switching, dynamic private task stack, the time slice polling mode, users can also add their own new thread teste
UCOS_EXP11
- 设计一个多任务切换的项目,实现以下功能: 1.LED数码管倒计时从9至0。2.使用嵌入式系统绘图的API 函数,在屏幕上绘制动态动画。3.点阵由内向外扩散闪亮。 -Design of more than a task switching project, implement the following functions: 1. LED digital tube countdown from 0 to 9. 2. The use of embedded system drawing
emWin-Tutorial
- 本教程配套的硬件开发平台是安富莱电子自主设计的STM32-V5开发板。安富莱其他系列的STM32开发板也可以使用这个手册, 后面把相应的工程附上。不过需要大量动态内存的例子是无法运行的。 使用本教程前,请先按照第三章的教程进行触摸校准,将触摸参数保存到EEPROM里面,后面所有的例子都会自动加载触摸参数。 * 基本涵盖了所有STemWin知识点及其控件的使用,部分复杂的控件会在后期升级的教程中增加上去。 * 完美解决STemWin支持的BMP、JPG、GIF、PNG图片显示。