首页 > 其他分享 >新建文件格式

新建文件格式

时间:2023-02-01 13:47:44浏览次数:42  
标签:use 新建 subject Software 文件格式 derivative works SOFTWARE

.c:

/**********************************************************************************************************************
 * @file    xxx.c
 * @brief
 * @details This is the us protocal of sensor elmos 524.17.
 * @author  [email protected]
 * @date    2023.2.1 (created)
 * @version V1.0
 * @par Copyright (C): Copyright © Enjoy Move. All rights reserved.
 * @par Encoding:
 *          UTF-8
 *
 *
 * Use of this file is subject to the terms of use agreed between (i) you or the company in which ordinary course of
 * business you are acting. As long as no such terms of use are agreed, use of this file is subject to following:
 *
 *
 * Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and
 * accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute,
 * and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the
 * Software is furnished to do so, all subject to the following:
 *
 * The copyright notices in the Software and this entire statement, including the above license grant, this restriction
 * and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all
 * derivative works of the Software, unless such copies or derivative works are solely in the form of
 * machine-executable object code generated by a source language processor.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
 * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
 * COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN
 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 * IN THE SOFTWARE.
 *********************************************************************************************************************/
/*********************************************************************************************************************/
/*-----------------------------------------------------Includes------------------------------------------------------*/
/*********************************************************************************************************************/

/*********************************************************************************************************************/
/*------------------------------------------------------Macros-------------------------------------------------------*/
/*********************************************************************************************************************/

/*********************************************************************************************************************/
/*-------------------------------------------------Global variables--------------------------------------------------*/
/*********************************************************************************************************************/

/*********************************************************************************************************************/
/*------------------------------------------------Function Prototypes------------------------------------------------*/
/*********************************************************************************************************************/

/*********************************************************************************************************************/
/*---------------------------------------------Function Implementations----------------------------------------------*/
/*********************************************************************************************************************/


 

.h:

/**********************************************************************************************************************
 * @file    xxx.h
 * @brief
 * @details This is the us protocal of sensor elmos 524.17.
 * @author  [email protected]
 * @date    2023.2.1 (created)
 * @version V1.0
 * @par Copyright (C): Copyright © Enjoy Move. All rights reserved.
 * @par Encoding:
 *          UTF-8
 *
 *
 * Use of this file is subject to the terms of use agreed between (i) you or the company in which ordinary course of
 * business you are acting. As long as no such terms of use are agreed, use of this file is subject to following:
 *
 *
 * Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and
 * accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute,
 * and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the
 * Software is furnished to do so, all subject to the following:
 *
 * The copyright notices in the Software and this entire statement, including the above license grant, this restriction
 * and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all
 * derivative works of the Software, unless such copies or derivative works are solely in the form of
 * machine-executable object code generated by a source language processor.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
 * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
 * COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN
 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 * IN THE SOFTWARE.
 *********************************************************************************************************************/
/*********************************************************************************************************************/
/*-----------------------------------------------------Includes------------------------------------------------------*/
/*********************************************************************************************************************/
#ifndef H_
#define H_

/*********************************************************************************************************************/
/*------------------------------------------------------Macros-------------------------------------------------------*/
/*********************************************************************************************************************/

/*********************************************************************************************************************/
/*-------------------------------------------------Global variables--------------------------------------------------*/
/*********************************************************************************************************************/

/*********************************************************************************************************************/
/*------------------------------------------------Function Prototypes------------------------------------------------*/
/*********************************************************************************************************************/

/*********************************************************************************************************************/
/*---------------------------------------------Function Implementations----------------------------------------------*/
/*********************************************************************************************************************/

#endif

 

标签:use,新建,subject,Software,文件格式,derivative,works,SOFTWARE
From: https://www.cnblogs.com/JinShanCheShen/p/17082248.html

相关文章

  • Swift开篇001->新建Swift工程
    最近看了点​​Swift的教程​​,在此做个笔记,那就从Xcode新建一个Swift工程开始吧​​File->New->Project​​​​OSX->Application->CommandLineTool​​​​填......
  • PGSQL新建临时表
    初始化临时表,会话结束后自动删除普通写法CREATETEMPTABLEtmp_student(idVARCHAR(10),nameVARCHAR(3O),......
  • 07-ELF文件格式分析
    1.目标文件格式链接视图和执行视图链接视图:elf未加载到内存中时完整的文件结构执行视图:elf加载到内存中时的文件结构  其对应关系如下:  在ELF文件中section是......
  • 逐步讲解如何在 Proteus 中新建工程
    前言Proteus新建工程虽然不难,但对于电子小白来说可能便成了学习路上的绊脚石,本篇我将逐步讲解如何在Proteus中新建工程。最新版Proteus8.15最新版Proteus8.15现......
  • wig bigwig bedgraph 文件格式
     测序数据分析中涉及的常用格式:测序得到的是带有质量值的碱基序列(fastq格式),参考基因组是(fasta格式),用比对工具把fastq格式的序列比对到对应的fasta格式的参考基因序列,......
  • 新建MAVEN项目方法二(非标)
    1.IDEA中新建一maven项目,再鼠标右键添加框架。2.完成候可显示如下: ......
  • vscode 中新建文件自动显示作者,日期,图文
    vscode中新建文件自动显示作者,日期,图文在商店中下载koroFileHeader选配置,按照ctrl+shift+p全局搜索setting然后输入配置,重启即可{"fileheader.configObj":{"......
  • 02 CCS 工程新建、编译和导入(DSP6678开发教程 )
    02CCS工程新建、编译和导入(DSP6678开发教程)(3-1-TMS320C6678开发例程使用手册)本平台所有例程均使用TIv7.4.14版本编译工具,请先按照相关软件安装文档安装TIv7.4.1......
  • CentOS下添加新磁盘,新建逻辑组,新建逻辑卷
    重启电脑后再使用lsblk命令查询下面进行如下操作fdisk/dev/sdd   对sdd盘进行分区然后输入W进行保存,然后再输入fdisk -l 磁盘/dev/sdd:128.8GB,128849018880字......
  • 新建的nagios,本地RHEL6.0报HTTP/1.1--403错误
    新建的nagios,本地RHEL6.0报HTTP/1.1--403错误 HTTPWARNING:HTTP/1.1403Forbidden-4184bytesin0.001secondresponsetime是因为nagios不断地检查apahce的根目录,......