zoukankan      html  css  js  c++  java
  • uC/OS-II应用程序代码

    /*
    *********************************************************************************************************
    *                                                uC/OS-II
    *                                          The Real-Time Kernel
    *
    *                           (c) Copyright 1992-1999, Jean J. Labrosse, Weston, FL
    *                                           All Rights Reserved
    *
    *                                           MASTER INCLUDE FILE
    *********************************************************************************************************
    */
    //与应用程序相关的代码
    #include    <stdio.h>
    #include    <string.h>
    #include    <ctype.h>
    #include    <stdlib.h>
    #include    <conio.h>
    #include    <dos.h>
    #include    <setjmp.h>

    #include    "softwareucos-iiix86lc45os_cpu.h"
    #include    "os_cfg.h"
    #include    "softwareucos-iisourceucos_ii.h"
    #include    "softwarelockspcc45pc.h"

  • 相关阅读:
    yii源码五
    yii源码四
    yii源码三 -- db
    yii源码二 -- interfaces
    yii源码一 -- CComponent
    jquery效果 窗口弹出案例
    JS滚动条
    JS表单验证
    [TCP/IP] TCP流和UDP数据报之间的区别
    [TCP/IP] 关闭连接后为什么客户端最后还要等待2MSL
  • 原文地址:https://www.cnblogs.com/wxb20/p/6230798.html
Copyright © 2011-2022 走看看