• 大小: 12.79MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-30
  • 语言: 其他
  • 标签: openwrt  

资源简介

openwrt源码最新为18.06,里面功能最齐全,支持各种型号的路由器。

资源截图

代码片段和文件信息

//==========================================================================
//
//      crc32.c
//
//      Gary S. Brown‘s 32 bit CRC
//
//==========================================================================
//####ECOSGPLCOPYRIGHTBEGIN####
// -------------------------------------------
// This file is part of eCos the embedded Configurable Operating System.
// Copyright (C) 1998 1999 2000 2001 2002 Red Hat Inc.
// Copyright (C) 2002 Gary Thomas
//
// eCos is free software; you can redistribute it and/or modify it under
// the terms of the GNU General Public License as published by the Free
// Software Foundation; either version 2 or (at your option) any later version.
//
// eCos is distributed in the hope that it will be useful but WITHOUT ANY
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
// for more details.
//
// You should have received a copy of the GNU General Public License along
// with eCos; if not write to the Free Software Foundation Inc.
// 59 Temple Place Suite 330 Boston MA 02111-1307 USA.
//
// As a special exception if other files instantiate templates or use macros
// or inline functions from this file or you compile this file and link it
// with other works to produce a work based on this file this file does not
// by itself cause the resulting work to be covered by the GNU General Public
// License. However the source code for this file must still be made available
// in accordance with section (3) of the GNU General Public License.
//
// This exception does not invalidate any other reasons why a work based on
// this file might be covered by the GNU General Public License.
//
// Alternative licenses for eCos may be arranged by contacting Red Hat Inc.
// at http://sources.redhat.com/ecos/ecos-license/
// -------------------------------------------
//####ECOSGPLCOPYRIGHTEND####
//==========================================================================
//#####DEscriptIONBEGIN####
//
// Author(s):    gthomas
// Contributors: gthomasasl
// Date:         2001-01-31
// Purpose:      
// Description:  
//              
// This code is part of eCos (tm).
//
//####DEscriptIONEND####
//
//==========================================================================

#if 0
#include 
#else
#include “cyg_crc.h“
#endif

  /* ====================================================================== */
  /*  COPYRIGHT (C) 1986 Gary S. Brown.  You may use this program or       */
  /*  code or tables extracted from it as desired without restriction.     */
  /*                                                                        */
  /*  First the polynomial itself and its table of feedback terms.  The    */
  /*  polynomial is                                                         */
  /*  X^32+X^26+X^23+X^22+X^16+X^12+X^11+X^10+X^8+X^7+X^5+X^4+X^2+X^1+X^0   */
  /*                                             

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-01-13 09:13  openwrt-openwrt-18.06\
     文件           8  2019-01-13 09:13  openwrt-openwrt-18.06\.gitattributes
     目录           0  2019-01-13 09:13  openwrt-openwrt-18.06\.github\
     文件         517  2019-01-13 09:13  openwrt-openwrt-18.06\.github\issue_template
     文件         303  2019-01-13 09:13  openwrt-openwrt-18.06\.github\pull_request_template
     文件         252  2019-01-13 09:13  openwrt-openwrt-18.06\.gitignore
     文件         179  2019-01-13 09:13  openwrt-openwrt-18.06\BSDmakefile
     文件         576  2019-01-13 09:13  openwrt-openwrt-18.06\Config.in
     文件       17992  2019-01-13 09:13  openwrt-openwrt-18.06\LICENSE
     文件        3147  2019-01-13 09:13  openwrt-openwrt-18.06\Makefile
     文件        1295  2019-01-13 09:13  openwrt-openwrt-18.06\README
     目录           0  2019-01-13 09:13  openwrt-openwrt-18.06\config\
     文件        8136  2019-01-13 09:13  openwrt-openwrt-18.06\config\Config-build.in
     文件        4068  2019-01-13 09:13  openwrt-openwrt-18.06\config\Config-devel.in
     文件        7067  2019-01-13 09:13  openwrt-openwrt-18.06\config\Config-images.in
     文件       21208  2019-01-13 09:13  openwrt-openwrt-18.06\config\Config-kernel.in
     文件         287  2019-01-13 09:13  openwrt-openwrt-18.06\feeds.conf.default
     目录           0  2019-01-13 09:13  openwrt-openwrt-18.06\include\
     文件        5299  2019-01-13 09:13  openwrt-openwrt-18.06\include\autotools.mk
     文件        4030  2019-01-13 09:13  openwrt-openwrt-18.06\include\cmake.mk
     文件         842  2019-01-13 09:13  openwrt-openwrt-18.06\include\debug.mk
     文件        1416  2019-01-13 09:13  openwrt-openwrt-18.06\include\depends.mk
     文件         173  2019-01-13 09:13  openwrt-openwrt-18.06\include\device_table.txt
     文件        9025  2019-01-13 09:13  openwrt-openwrt-18.06\include\download.mk
     文件        1349  2019-01-13 09:13  openwrt-openwrt-18.06\include\feeds.mk
     文件          47  2019-01-13 09:13  openwrt-openwrt-18.06\include\hardened-ld-pie.specs
     文件        1402  2019-01-13 09:13  openwrt-openwrt-18.06\include\hardening.mk
     文件        6299  2019-01-13 09:13  openwrt-openwrt-18.06\include\host-build.mk
     文件        8384  2019-01-13 09:13  openwrt-openwrt-18.06\include\image-commands.mk
     文件        2928  2019-01-13 09:13  openwrt-openwrt-18.06\include\image-legacy.mk
     文件       18705  2019-01-13 09:13  openwrt-openwrt-18.06\include\image.mk
............此处省略8106个文件信息

评论

共有 条评论