登录
首页 » Visual C++ » UCOSII

UCOSII

于 2015-10-27 发布 文件大小:94KB
0 225
下载积分: 1 下载次数: 3

代码说明:

  已经在STM32f103zet6上移植了的uCOSII系统,亲测可用版本是2.91(STM32f103zet6 system has been transplanted on the uCOSII, pro test available version is 2.91)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MATLAB7[1].01
    学习matlab的好资料,再次共享下啦。参考参考(Matlab learning good information, to share the friends again. Reference Reference)
    2011-09-28 11:01:23下载
    积分:1
  • FontGen2
    点阵字体产生工具以及相关显示函数。 在开发嵌入式系统时,需要显示不同大小或类型字体的汉字。显然,对于嵌入式系统,不太可能使用矢量字体,而点阵字体,不同大小的字体不能简单的缩放。 另外,对一个小系统,也不需要完整的字体,往往只要几十个,甚至几个就够了。 一般,我们采用的方法是,自己准备点阵字体的数据,在显示汉字时,把这些数据写入显存就行了。 这时又存在另外一个问题,由于是不完整的字库,不能简单的用汉字的内码去找到对应的字体数据,如果逐个比较,又费时间。比较好的方法就是把字体数据排序,用二分法查找,这样可以大大提高查找效率。 这里为以上问题提供了一个完整的解决方案: 产生字体数据:指定字体类型、大小,自动产生字体数据。 字体数据排序:可以按Unicode,也可以按Ansi排序。 集成显示函数:提供相关显示函数。为了节省空间,我们把文字分成thin和wide两种,前者用于显示传统的ASCII字符集,后者用于显示汉字等多(双)字节字符 ()
    2020-06-30 09:20:02下载
    积分:1
  • DrvFltIp
    一个驱动级的防火墙源程序,基于ndis hook,可以设定外部设定过滤规则,(A drive source firewall level, based on ndis hook, set the filter can be set to external rules,)
    2021-01-18 15:48:43下载
    积分:1
  • 1
    说明:  在机器视觉中,对于编码标志圆的检测是三维测量系统得以完成的必备前提。通过对圆的精确检测,才能得到精确的圆心坐标,以提取到三维点的图像坐标值,从而进行三维重建!这里实现了对圆的精确检测程序!(In machine vision, the circle symbol for the encoding of three-dimensional measurement system testing is essential to the completion of the prerequisite. Through the accurate detection of the yen in order to obtain precise coordinates of the center in order to extract three-dimensional image coordinates of points in order to carry out three-dimensional reconstruction! Here to achieve the accuracy of testing procedures round! )
    2009-08-09 11:01:03下载
    积分:1
  • OgreProgramming
    本资料是Pro OGRE 3D Programming的中文翻译版本,文档为word格式,共231页,非常详细的记录了OGRE起源,;介绍开发环境,还包括demo的介绍等等。(This information is Pro OGRE 3D Programming of the Chinese translation version of the document as word format, a total of 231, a very detailed record of the OGRE origin describes the development environment, but also demo presentation and so on.)
    2010-06-07 22:48:42下载
    积分:1
  • MyRichEdit
    VC6编写的一个RichEdit的编程实例,文件无缺失,完全可以编译。(A RichEdit written in VC6 programming examples, files without loss, can be compiled.)
    2013-09-06 21:54:47下载
    积分:1
  • Exercise4
    AES TSAPI Retrieve Event in Non-blocking Mode
    2019-05-07 20:04:58下载
    积分:1
  • key01
    MSP430按键程序,用于检测按键的触发跳出睡眠模式(MSP430 key procedures for the detection of the trigger out of sleep mode button)
    2011-05-20 13:12:25下载
    积分:1
  • ewmark
    newmark-b法的简要程序,供大家使用(newmark-b)
    2010-03-06 12:49:10下载
    积分:1
  • tuxingxuedazouye
    说明:  1. 做一个集成的图形界面的程序,可调用每一次作业子程序。 2. 调用画点的函数,用DDA、中点算法画直线和中点算法及正负法画圆和抛物线。 3. 交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。 4. 用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括自行车行走和绕固定点旋转的自旋转物体动画。) 5. 线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 6. 两种扫描多边形扫描转换算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法任选一种); 7. 4连通区域的递归种子填充算法,和扫描线种子填充算法,要求种子点(x,y)可交互输入)。 8. 简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 9. 交互式Bezier曲线的输入绘制程序实现 (1. So an integrated graphical interface procedures, which call for each operation subroutine. 2. Calling the painting point function, with DDA, the midpoint algorithm painting line and the midpoint algorithm and France Circle and the positive and negative parabola. 3. Interactive 2D linear intersection : If there intersection with a solid circle indicates Nodal and writing to demonstrate its coordinates. 4. Using 2D animation graphics transform algorithms to achieve the specified physical translation, rotation and scaling. (Including walking and cycling around the fixed point of rotating objects from the rotating animation.) 5. Line cutting and polygon clipping algorithm to achieve the animation demo. (Two segments cutting algorithm and H-S-by-side polygon clipping algorithm) polygon clipp)
    2020-11-09 20:49:46下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载