text
stringlengths
6
1.35M
/* pxCore Copyright 2005-2017 John Robinson Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agree...
#pragma once #include <iostream> namespace sparky { namespace maths { struct vec2 { float x, y; vec2(); vec2(const float& x, const float& y); vec2& subtract(const vec2& other); vec2& add(const vec2& other); vec2& multiply(const vec2& other); vec2& divide(const vec2& other); vec2& operator+=(cons...
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/Memories.framework/Memories */ @interface MiroContentEditorNavigationController : UINavigationController - (unsigned long long)supportedInterfaceOrientations; @end
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #pragma once #include <vespa/messagebus/routing/hop.h> #include <vespa/messagebus/routing/iroutingpolicy.h> #include <vespa/documentapi/common.h> namespace documentapi { /** * An AND policy is a ro...
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (c) International Business Machines Corp., 2006 * Copyright (c) Nokia Corporation, 2006, 2007 * * Author: Artem Bityutskiy (Битюцкий Артём) */ /* * This file includes volume table manipulation code. The volume table is an * on-flash table containing vo...
/*--------------------------------------------------------------------------- * Copyright (c) 2009-2014 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * ...
/* Copyright (c) 2007 Scott Lembcke * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish...
/*------------------------------------------------------------ PROGRAMACIÓN AVANZADA HW01P04 Andrés César Magaña Martínez cesar@cimat.mx --------------------------------------------------------------*/ float SumFloats (int n){ int i; float sumf = 0.0; for ( i=1; i<n+1; i++ ) sumf+=(1/(float)n); return sumf; } ...
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/NewsFeedLayout.framework/NewsFeedLayout */ @interface NFLCellGeneratorManager : NSObject { NFLFeedSettings * _feedSettings; NFLCellGenerator * _gapCellGenerator; NFLCellGenerator * _imageOnSideAccessibilityCellGenerator; NFLCel...
/****************************************************************************** * * Copyright(c) 2009-2012 Realtek Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the Free Software Foundati...
#include "vntlib.h" constructor Function8(){} MUTABLE uint256 test1(uint256 a){ v = a; PrintStr("v = a", "v = a") c = test2(a, v) return c; } MUTABLE uint256 test2(uint256 b, uint256 c){ uint32 i = 0; uint256 e = U256SafeAdd(b, c); do { i++; e += i; ...
// // ZIMSocketManager.h // HiChatKit // // Created by ZIKong on 2019/1/8. // Copyright © 2019 ZIKong. All rights reserved. // #import <Foundation/Foundation.h> @import SocketIO; NS_ASSUME_NONNULL_BEGIN @interface ZIMSocketManager : NSObject @property (nonatomic, strong) SocketIOClient *socketClient; @property ...
// Copyright 2011 Software Freedom Conservancy // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or...
/* * Copyright (c) 2019 Sprint * Copyright (c) 2020 T-Mobile * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
/* -*- mode: C; coding:utf-8 -*- */ /**********************************************************************/ /* OS kernel sample */ /* Copyright 2019 Takeharu KATO */ /* ...
#ifndef DALI_SCENE_LOADER_RENDERER_STATE_H #define DALI_SCENE_LOADER_RENDERER_STATE_H /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License a...
#include "apilib.h" void HariMain(void) { api_putstr1("WELCOME TO PXTTP SYS!!!!!!!",28); api_end(); }
// -*- C++ -*- //===---------------------------- stdint.h --------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===------------...
/* ** The OpenGL Extension Wrangler Library ** Copyright (C) 2002-2008, Milan Ikits <milan ikits[]ieee org> ** Copyright (C) 2002-2008, Marcelo E. Magallon <mmagallo[]debian org> ** Copyright (C) 2002, Lev Povalahev ** All rights reserved. ** ** Redistribution and use in source and binary forms, with or without ** mo...
/* $FreeBSD: src/sys/netinet6/nd6_rtr.c,v 1.2.2.5 2003/04/05 10:28:53 ume Exp $ */ /* $KAME: nd6_rtr.c,v 1.111 2001/04/27 01:37:15 jinmei Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modificatio...
/* Copyright 2015 The Chromium OS Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /* NPCX-specific SHI module for Chrome EC */ #ifndef SHI_CHIP_H_ #define SHI_CHIP_H_ #ifdef CONFIG_HOSTCMD_SPS /** * Called when the NSS level c...
extern const u8 mset6x_bin_end[]; extern const u8 mset6x_bin[]; extern const u32 mset6x_bin_size;
/* * Generated by asn1c-0.9.24 (http://lionet.info/asn1c) * From ASN.1 module "S1AP-PDU" * found in "/root/openair-cn/SRC/S1AP/MESSAGES/ASN1/R10.5/S1AP-PDU.asn" * `asn1c -gen-PER` */ #include "S1ap-MMEConfigurationUpdate.h" static int memb_s1ap_MMEConfigurationUpdate_ies_constraint_1(asn_TYPE_descriptor_t *td,...
#include <stdio.h> struct deltager { char navn[30]; int poeng; }; int main(void){ struct deltager jim, tom; printf("Navn 1: "); scanf("%s", jim.navn); printf("Poeng:"); scanf("%d", &jim.poeng); printf("Navn 2: "); scanf("%s", tom.navn); printf("Poeng:"); scanf("%d", &tom.poeng); if(tom.poeng<jim.poeng...
#include <stdlib.h> #include <stdint.h> #include <string.h> #include "org_ebitcash_NativeSecp256k1.h" #include "include/secp256k1.h" #include "include/secp256k1_ecdh.h" #include "include/secp256k1_recovery.h" SECP256K1_API jlong JNICALL Java_org_ebitcash_NativeSecp256k1_secp256k1_1ctx_1clone (JNIEnv* env, jclass cl...
/* GNU Objective C Runtime Thread Interface for POSIX compliant threads Copyright (C) 1996, 1997 Free Software Foundation, Inc. Contributed by Galen C. Hunt (gchunt@cs.rochester.edu) Modified for Linux/Pthreads by Kai-Uwe Sattler (kus@iti.cs.uni-magdeburg.de) Modified for posix compliance by Chris Ball (cba...
#ifndef JKSTOCKTRADEDETAIL_H #define JKSTOCKTRADEDETAIL_H #include <QDialog> #include "ui_JKStockTradeDetail.h" class JKStockTradeUtil; class JKStockCodeTradeBLL; class JKStockTradeDetail : public QDialog { Q_OBJECT public: JKStockTradeDetail(JKRef_Ptr<JKStockTradeUtil> refUtil, StockCodeTradeBLLConstRefPtr refSt...
// // Copyright (c) 2008-2018 the Urho3D project. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, m...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, June 7, 2020 at 11:24:57 AM Mountain Standard Time * Operating System: Version 13.4.5 (Build 17L562) * Image Source: /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by E...
/* * usiserialsend.c * * Created: 7/1/2016 2:09:31 PM * Author: Mark */ #include "usiserialsend.h" #include <avr/io.h> #include <util/delay.h> #include <avr/iotnx5.h> #include <avr/interrupt.h> // If bit width in cpu cycles is greater than 255 then divide by 8 to fit in timer // Calculate prescale...
/* cpuinfo.h - parsing of /proc/cpuinfo for OpenCL device info Copyright (c) 2012 Pekka Jääskeläinen 2013 Kalle Raiskila Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Sof...
/** * @file rgb2yuv.h * * Definitions of all RGB2YUV implementations */ #ifndef RGB2YUV_H_ #define RGB2YUV_H_ #include <stdint.h> typedef struct _VideoConvert { int cmatrix[4][4]; int width; } VideoConvert; /* * RGB2YUV conversion implementations * @param pixels Buffer with pixels in RGB on input and in Y...
/** * Copyright 2015 Google Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
//savings_account.h #include "bank_account.h" // derive class class SavingsAccount : public BankAccount { public: SavingsAccount() = default; explicit SavingsAccount(int b): BankAccount(b){} int get_balance() const { return 5000; } };
#ifndef __TRT_WEIGHTS_H_ #define __TRT_WEIGHTS_H_ #include <map> #include <fstream> #include <cassert> using namespace nvinfer1; // TensorRT weight files have a simple space delimited format: // [type] [size] <data x size in hex> static std::map<std::string, Weights> loadWeights(const std::string file) { std::ma...
/** * \file * * \brief Instance description for TC1 * * Copyright (c) 2014-2015 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following condit...
// // Generated by the J2ObjC translator. DO NOT EDIT! // source: /Users/antoniocortes/j2objcprj/relases/j2objc/guava/build_result/java/com/google/common/io/LittleEndianDataInputStream.java // #include "J2ObjC_header.h" #pragma push_macro("INCLUDE_ALL_ComGoogleCommonIoLittleEndianDataInputStream") #ifdef RESTRICT_...
/* * * Copyright (c) 2021 Project CHIP Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
/* Hardware memory allocator. Copyright (C) 1998-2020 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. This program 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 Softw...
/* $NetBSD: SYS.h,v 1.1 2014/08/10 05:47:36 matt Exp $ */ /*- * Copyright (c) 2014 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Matt Thomas of 3am Software Foundry. * * Redistribution and use in source and binary forms, with ...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, June 7, 2020 at 11:16:53 AM Mountain Standard Time * Operating System: Version 13.4.5 (Build 17L562) * Image Source: /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices * classdump-dyld is licensed under GPLv3, Copyright © 2013...
#ifndef _ALLJOYN_MANIFEST_XML_CONVERTER_H #define _ALLJOYN_MANIFEST_XML_CONVERTER_H /** * @file * This file defines the converter for Security 2.0 signed manifest in XML format. */ /****************************************************************************** * Copyright (c) Open Connectivity Foundation (OCF),...
// Automatically generated file, do not edit. #pragma once const uint8_t Player_45[] = { 26, 26, 0xee,0xee,0xe4,0x44,0x44,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee, 0xee,0xee,0x44,0x44,0x4e,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee, 0xee,0xee,0x44,0x4f,0xfe,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee, 0xee,0xee,0x44,0xff,0x0...
/** * StuFW Firmware for 3D Printer * * Based on MK4duo, Marlin, Sprinter and grbl * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm * Copyright (C) 2013 Alberto Cotronei @MagoKimbra * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Pu...
/* * libjingle * Copyright 2004--2005, Google Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions a...
/* **************************************************************************** Copyright (c) 2014, Integrated Device Technology Inc. Copyright (c) 2014, RapidIO Trade Association All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the...
#ifndef SARIBBONPANNELTASKMENUEXTENSION_H #define SARIBBONPANNELTASKMENUEXTENSION_H #include <QDesignerTaskMenuExtension> class QDesignerFormWindowInterface; class QDesignerFormEditorInterface; class SARibbonBar; class SARibbonPannel; namespace SA_PLUGIN { class SARibbonPannelTaskMenuExtension : public QObject, public...
/*{{{ Comment. */ /* Definitions of FR30 target. Copyright (C) 1998-2017 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of GCC. GCC 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 Softwa...
// // ZegoUtils.h // Pods // // Created by lizhanpeng@ZEGO on 2020/2/14. // Copyright © 2020 Zego. All rights reserved. // #ifndef ZegoFlutterUtils_h #define ZegoFlutterUtils_h #import <Foundation/Foundation.h> @interface ZegoUtils : NSObject + (BOOL)boolValue:(NSNumber *)number; + (int)intValue:(NSNumber *)nu...
/* * Copyright (C) 2011 Fujitsu. All rights reserved. * Written by Miao Xie <miaox@cn.fujitsu.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public * License v2 as published by the Free Software Foundation. * * This program is distributed i...
/* Copyright 2017 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
/* * hardware.h * * hardware specific header * * Copyright (C) 2013, Texas Instruments, Incorporated - http://www.ti.com/ * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __OMAP_HARDWARE_H #define __OMAP_HARDWARE_H #include <asm/arch/omap.h> /* * Common hardware definitions */ /* BCH Error Location Module...
#include<stdio.h> #include<stdlib.h> #define size 5 int cq[size],f=-1,r=-1,elm; void display(); int full(); int empty(); void insert(int); int delete(); void main() { int ch; while(1){ printf("\n############### C-Q MENU #############\n"); printf("1.Insert\t2.Delete\t3.Display\t4.Exit\n"); printf("Enter Your Choic...
/* Definitions of target machine for GNU compiler. Matsushita MN10300 series Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008 Free Software Foundation, Inc. Contributed by Jeff Law (law@cygnus.com). This file is part of GCC. GCC is free software; you can redistribute it...
/* * linux/arch/arm/mach-mmp/include/mach/regs-apmu.h * * Application Subsystem Power Management Unit * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef __ASM_MACH...
/** * @file session.h GNU ZRTP: Session class * * Copyright (C) 2010 - 2017 Alfred E. Heggestad */ #ifndef __SESSION_H #define __SESSION_H #include "stream.h" class Stream; class ZRTPConfig; class Session { public: Session(const ZRTPConfig& config); ~Session(); Stream *create_stream(const ZRTPConfig& con...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 28, 2021 at 9:13:27 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/PrivateFrameworks/UIKitCore....
#ifndef _IP_SET_MALLOC_H #define _IP_SET_MALLOC_H #ifdef __KERNEL__ /* Memory allocation and deallocation */ static size_t max_malloc_size = 131072; /* Guaranteed: slab.c */ static inline void * ip_set_malloc(size_t bytes) { if (bytes > max_malloc_size) return vmalloc(bytes); else return kmalloc(bytes, GFP_KE...
/* stgex2.f -- translated by f2c (version 20061008). You must link the resulting object file with libf2c: on Microsoft Windows system, link with libf2c.lib; on Linux or Unix systems, link with .../path/to/libf2c.a -lm or, if you install libf2c.a in a standard place, with -lf2c -lm -- in that order, at the e...
#include <ansi.h> inherit NPC; void create() { object ob; set_name("洪七公", ({ "hong qigong", "hong", "qigong" })); set("long", @LONG 他就是丐幫第十七任幫主,號稱九指神丐的洪 七公老爺子。只見他鬚眉皆白,周身上下邋遢 不已,模樣甚是齷齪。可是他目光如電,顯得 正義凜然,不怒而自威。 LONG); set("nickname", HIW "北丐" NOR); set("gender", "男性"); set(...
/* vi:set ts=8 sts=4 sw=4: * * VIM - Vi IMproved by Bram Moolenaar * Amiga GUI support by Michael Nielsen * * Do ":help uganda" in Vim to read copying and usage conditions. * Do ":help credits" in Vim to see a list of people who contributed. * * Amiga GUI header file. */ #if !defined(__GUI_AMIGA__H) #def...
// Copyright (c) 2012-2018 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOINRUSH_CHECKQUEUE_H #define BITCOINRUSH_CHECKQUEUE_H #include <sync.h> #include <algorithm> #include <vector> ...
#pragma once #include "Box2D/Box2D.h" #include "GL/glut.h" #include "setting.h" class Water { public: Water(b2World* world, b2Vec2 center, b2Vec2 LWH); void Render(); private: body_ptr body_; b2Vec2 LWH_; };
// Copyright 2016 Trimble Navigation Ltd. All Rights Reserved. #ifndef SKETCHUP_MODEL_DIMENSION_STYLE_H_ #define SKETCHUP_MODEL_DIMENSION_STYLE_H_ #include <SketchUpAPI/color.h> #include <SketchUpAPI/model/defs.h> #include <SketchUpAPI/model/dimension.h> #ifdef __cplusplus extern "C" { #endif /** @struct SUDimensio...
/* * ---------------------------------------------------------------------------- * Copyright 2018 ARM Ltd. * * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of th...
/* RageSoundReader_Chain - Chain sounds together */ #ifndef RAGE_SOUND_READER_CHAIN #define RAGE_SOUND_READER_CHAIN #include "RageSoundReader.h" #include <map> class RageSoundReader_Chain: public RageSoundReader { public: RageSoundReader_Chain(); ~RageSoundReader_Chain(); RageSoundReader_Chain *Copy() const; /...
/* * Copyright 2017 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributing ...
// FastDelegate.h // Efficient delegates in C++ that generate only two lines of asm code! // Documentation is found at http://www.codeproject.com/cpp/FastDelegate.asp // // - Don Clugston, Mar 2004. // Major contributions were made by Jody Hagins. // History: //...
// // Copyright 2015, Oliver Jowett <oliver@mutability.co.uk> // // This file is free software: you may copy, redistribute and/or modify it // under the terms of the GNU General Public License as published by the // Free Software Foundation, either version 2 of the License, or (at your // option) any later version...
// Copyright 2017 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
/* * Copyright (C) 2011, 2012 Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of co...
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM c:/builds/tinderbox/XR-Mozilla1.8.0-Release/WINNT_5.2_Depend/mozilla/dom/public/idl/html/nsIDOMHTMLPreElement.idl */ #ifndef __gen_nsIDOMHTMLPreElement_h__ #define __gen_nsIDOMHTMLPreElement_h__ #ifndef __gen_nsIDOMHTMLElement_h__ #include "nsIDOMHTMLElement....
/****************************************************************************** * Copyright (C) 2012 - 2020 Xilinx, Inc. All rights reserved. * SPDX-License-Identifier: MIT ******************************************************************************/ /****************************************************************...
/* ** mruby - An embeddable Ruby implementation ** ** Copyright (c) mruby developers 2010-2020 ** ** Permission is hereby granted, free of charge, to any person obtaining ** a copy of this software and associated documentation files (the ** "Software"), to deal in the Software without restriction, including ** without ...
/* * Linux Wireless Extensions support * * Copyright (C) 1999-2015, Broadcom Corporation * * Unless you and Broadcom execute a separate written software license * agreement governing use of this software, this software is licensed to you * under the terms of the GNU General Public License version 2 (the "G...
// SPDX-License-Identifier: GPL-2.0-or-later #include <linux/mrp_bridge.h> #include "br_private_mrp.h" static const u8 mrp_test_dmac[ETH_ALEN] = { 0x1, 0x15, 0x4e, 0x0, 0x0, 0x1 }; static const u8 mrp_in_test_dmac[ETH_ALEN] = { 0x1, 0x15, 0x4e, 0x0, 0x0, 0x3 }; static int br_mrp_process(struct net_bridge_port *p, st...
/**************************************************************************** * net/netlink/netlink.h * * Copyright (C) 2019 Gregory Nutt. All rights reserved. * Author: Gregory Nutt <gnutt@nuttx.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provide...
#pragma once #include "RE/B/BSExtraData.h" #include "RE/B/BSTArray.h" #include "RE/E/ExtraDataTypes.h" #include "RE/N/NiSmartPointer.h" namespace RE { class BGSProjectile; class NiAVObject; class ExtraAttachedArrows3D : public BSExtraData { public: inline static constexpr auto RTTI = RTTI_ExtraAttachedArrows3...
/* * Copyright (c) [2020-2021] Huawei Technologies Co.,Ltd.All rights reserved. * * OpenArkCompiler is licensed under Mulan PSL v2. * You can use this software according to the terms and conditions of the Mulan PSL v2. * You may obtain a copy of Mulan PSL v2 at: * * http://license.coscl.org.cn/MulanPSL2 * ...
/** * This software is distributed under the terms of the MIT License. * Copyright (c) 2020 LXRobotics. * Author: Alexander Entinger <alexander.entinger@lxrobotics.com> * Contributors: https://github.com/107-systems/107-Arduino-UAVCAN/graphs/contributors. */ #ifndef ARDUINO_UAVCAN_H_ #define ARDUINO_UAVCAN_H_ /*...
/*------------------------------------------------------------------------- * * arrayfuncs.c * Support functions for arrays. * * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION * src/backend/u...
// Copyright (C) 2018-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "myriad_layers_tests.hpp" #include "myriad_layers_reference_functions.hpp" #include <cmath> #define BOUND (5.0f) using namespace InferenceEngine; struct strided_slice_test_param { InferenceEngine::SizeVector in_shape...
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
/******************************************************************************************************** * @file app.c * * @brief This is the source file for BLE SDK * * @author BLE GROUP * @date 2020.06 * * @par Copyright (c) 2020, Telink Semiconductor (Shanghai) Co., Ltd. ("TELINK") * * Licens...
#pragma once #include <Arduino.h> #define SS 4 #include <SdFat.h> class SD_TC { public: // class methods static SD_TC* instance(); // instance methods void appendData(const char* header, const char* line); void appendToLog(const char* line); bool exists(const char* path); bool format(); bool mkdir(c...
////////////////////////////////////////////////////////////////////////////////////// // This file is distributed under the University of Illinois/NCSA Open Source License. // See LICENSE file in top directory for details. // // Copyright (c) 2019 QMCPACK developers. // // File developed by: Peter Doak, doakpw@ornl.go...
#ifndef PARALLEL_AC_AUTOMATION_ACAUTOMATION_H #define PARALLEL_AC_AUTOMATION_ACAUTOMATION_H #include "MatchBase.h" #include <queue> #include <algorithm> template<typename CharType> class AcAutomation : public MatchBase<CharType> { public: using MyString = std::basic_string<CharType>; virtual int Init(const s...
//**********************************************************************; // Copyright (c) 2017, Intel Corporation // Copyright (c) 2019 Massachusetts Institute of Technology // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the...
/*************************************************************************************************/ /*! * \file * * \brief Generic On Off Client Model API. * * Copyright (c) 2010-2018 Arm Ltd. * * Copyright (c) 2019 Packetcraft, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * ...
// Copyright (c) 2014-2018 The Ctp Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_SUPPORT_ALLOCATORS_POOLED_SECURE_H #define BITCOIN_SUPPORT_ALLOCATORS_POOLED_SECURE_H #include "support/lockedpo...
// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applic...
// // CHDropModel.h // dropViewTest // // Created by siyue on 15-3-30. // Copyright (c) 2015年 siyue. All rights reserved. // #import <Foundation/Foundation.h> @interface CHDropModel : NSObject @property (nonatomic,strong)NSString *itemName; @property (nonatomic,strong)NSArray *subDropList; @end
// // Copyright (c) 2015 Related Code - http://relatedcode.com // // 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 AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIG...
/* Copyright (c) 2011-2015, The Linux Foundation. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * Redistributions of source code must retain the above copyright * notice, this ...
/* Copyright 1999-2007 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available. You may not use this file except in compliance with the License. obtain a copy of the License at http://www.imagemagick.org/script/license.php Unless required ...
/*====================================================================* * * void binout (void const * memory, size_t extent, char c, char e, FILE * fp) * * memory.h * * print memory as a series of binary bytes separated by character * c; normally, character c will be BIN_EXTENDER as defined * in num...
/** * @file cvec.h * @author Isaac Garzon * @since 24/02/2015 * * @section DESCRIPTION * * A generic vector implementation in ANSI C. * * @section LICENSE * * Copyright (c) 2015 Isaac Garzon * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this ...
#ifndef _XRANGE_SPLIT_BY_H_ #define _XRANGE_SPLIT_BY_H_ #include "Range.h" namespace xrange{ template <class Iterator> class SplitByIterator{ public: using value_type = Range<Iterator>; using Spliter = typename Iterator::value_type; using difference_type = typename Iterator::differ...
//===- ASTReader.h - AST File Reader ----------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
#ifndef __UTIL_H__ #define __UTIL_H__ #include <wchar.h> #include <windows.h> BOOL GetDllInfo(HMODULE *, wchar_t *); #endif