text
stringlengths
9
948k
#include <std.h> #include "/d/dagger/Torm/tormdefs.h" inherit ROOM; void create() { ::create(); set_terrain(VILLAGE); set_travel(DIRT_ROAD); set_property("light", 2); set_short("Beside the walls of Torm"); set_long( " Torm's low green walls are north of you running west and east into the Dagge...
/** * @file * @brief QSPY PAL implementation for Win32 * @ingroup qpspy * @cond ****************************************************************************** * Last updated for version 6.7.0 * Last updated on 2020-02-06 * * Q u a n t u m L e a P s * ------------------------ * ...
// 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 COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY,...
#include <stdio.h> int x[10000004]={0},x1[20004]={110000,0}; int main(){ int i,j,cis,k,n,n1; scanf("%d",&n); for(i=1;i<=n;i++){ scanf("%d",&x[i]); } scanf("%d",&k); for(i=1;i<=k;i++){ for(j=1;j<=n;j++){ if(x[j]<x1[i-1]){ if(x[j]>x1[i]){ x1[i]=x[j]; cis=0; } if(x[j]==x1[i]){ cis++; ...
/* * Copyright (C) 2005-2008 Red Hat, Inc. All rights reserved. * * This copyrighted material is made available to anyone wishing to use, * modify, copy, or redistribute it subject to the terms and conditions * of the GNU General Public License version 2. */ #include <linux/fs.h> #include <linux/miscdevice.h> #...
#ifndef MYMODULE_H #define MYMODULE_H //@ require_module mymodule; //@ predicate mymodule_state(int x, int ctr); void mymodule_init(); //@ requires module(mymodule, true); //@ ensures mymodule_state(0, 0); void mymodule_destroy(); //@ requires mymodule_state(_, _); //@ ensures module(mymodule, false); void mymodule...
#pragma once #include "GameTypes.h" #include "GameReferences.h" template <typename FormT, typename DataT> class IHandlerFunctor { public: virtual ~IHandlerFunctor(); virtual UInt8 Process(FormT * form, DataT unk04); // pure BSIntrusiveRefCounted refCount; }; template<> class IHandlerFunctor<Actor, UInt32> { pub...
#ifndef GUIUTIL_H #define GUIUTIL_H #include <QString> #include <QObject> #include <QMessageBox> class SendCoinsRecipient; QT_BEGIN_NAMESPACE class QFont; class QLineEdit; class QWidget; class QDateTime; class QUrl; class QAbstractItemView; QT_END_NAMESPACE /** Utility functions used by the Bitcoin Qt UI. */ names...
/* * Copyright (C) by Argonne National Laboratory * See COPYRIGHT in top-level directory */ #include "mpiimpl.h" /* -- Begin Profiling Symbol Block for routine MPI_Comm_test_inter */ #if defined(HAVE_PRAGMA_WEAK) #pragma weak MPI_Comm_test_inter = PMPI_Comm_test_inter #elif defined(HAVE_PRAGMA_HP_SEC_DEF) #pra...
/* * Copyright 2009 Red Hat Inc. * * 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, d...
/* * i386 signal handling routines * * Copyright 1999 Alexandre Julliard * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option)...
// // Fcgo_OrderList_YB_ViewTableViewCell.h // Fcgo // // Created by huafanxiao on 2017/5/25. // Copyright © 2017年 huafanxiao. All rights reserved. // #import <UIKit/UIKit.h> #import "Fcgo_OrderListModel.h" @interface Fcgo_OrderList_YB_ViewTableViewCell : UITableViewCell @property (nonatomic,assign) OrderStatus...
#ifndef TESTELASTICCURVESRO_H #define TESTELASTICCURVESRO_H #include <fstream> #include "DriverElasticCurvesRO.h" #include "def.h" #define NNBRSNON 37 const int NbrsNon[NNBRSNON][2] = { { 1, 1 }, { 1, 1 }, { 1, 2 }, { 1, 3 }, { 1, 4 }, { 1, 5 }, { 1, 6 }, { 2, 1 }, { 2, 2 }, { 2, 3 }, { 2, 4 }, { 2, 5 }, ...
// // Created by Tilo Gaulke on 2019-06-05. // #ifndef RDMA_TESTRPC_H #define RDMA_TESTRPC_H #include "../../src/rdma/RDMAServer.h" #include "../../src/RPC/RPCHandlerThread.h" #include "../../src/rdma/RDMAClient.h" using namespace rdma; struct testMsg { int id; char a; testMsg(int n, char t) ...
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" namespace Lightmass { enum ELightingSolverType { /** Default direct lighting solver with no global/bounced lighting */ LightSolver_Direct=0, /** GI solver type */ LightSolver_Bouncy }; /** * A set of parameters ...
/* compute the crossover for recursive and simple multiplication */ #include <stdio.h> #include <time.h> #include "number.h" #ifndef VARARGS #include <stdarg.h> #else #include <varargs.h> #endif /* from number.c ... */ extern int mul_base_digits; /* extern int mul_small_digits; */ extern bc_num _one_; /* global vari...
/** * \file src/MBCSR/MatTrisolve/5x5.c * \brief The \f$5\times 5\f$ MBCSR implementation * of sparse triangular solve. * \ingroup MATTYPE_MBCSR * * Automatically generated by ./gen_trisolve.sh * on Wed Jun 8 16:06:11 PDT 2005. */ #include <assert.h> #include <oski/config.h> /* for 'restrict' keyword *...
/** * The Forgotten Server - a free and open-source MMORPG server emulator * Copyright (C) 2018 Mark Samman <mark.samman@gmail.com> * * 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 Software Foundation; eithe...
/* +----------------------------------------------------------------------+ | HipHop for PHP | +----------------------------------------------------------------------+ | Copyright (c) 2010-2016 Facebook, Inc. (http://www.facebook.com) | | Copyrigh...
/* * Copyright (c) 2017, Alliance for Open Media. All rights reserved * * This source code is subject to the terms of the BSD 2 Clause License and * the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License * was not distributed with this source code in the LICENSE file, you can * obtain it at w...
#pragma once class CFileMgr { static char ms_rootDirName[128]; static char ms_dirName[128]; public: static void Initialise(void); static void ChangeDir(const char *dir); static void SetDir(const char *dir); static void SetDirMyDocuments(void); static ssize_t LoadFile(const char *file, uint8 *buf, int maxlen, co...
/** @file * @brief IP Support Service sample */ /* * Copyright (c) 2015-2016 Intel Corporation * * 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/license...
/* GoomwWM, Get out of my way, Window Manager! MIT/X11 License Copyright (c) 2012 Sean Pringle <sean.pringle@gmail.com> 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, includ...
/* * Copyright (C) 2014 Apple 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: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions a...
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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 ...
/* * This software is distributed under BSD 3-clause license (see LICENSE file). * * Authors: Shell Hu, Fernando Iglesias, Yuyu Zhang, Bjoern Esser */ #ifndef __FACTORGRAPH_LABELS_H__ #define __FACTORGRAPH_LABELS_H__ #include <shogun/lib/config.h> #include <shogun/labels/StructuredLabels.h> #include <shogun/lib/...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE253_Incorrect_Check_of_Function_Return_Value__wchar_t_w32ImpersonateNamedPipeClient_10.c Label Definition File: CWE253_Incorrect_Check_of_Function_Return_Value.label.xml Template File: point-flaw-10.tmpl.c */ /* * @description * CWE: 253 Incorrect Check of Return Value...
/* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Rick Macklem at The University of Guelph. * * Redistribution and use in source and binary forms, with or without * modification, are permitted pr...
/* +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ | Copyright (c) 1998-2011 Zend Technologies Ltd. (http://www.zend.com) | +---------...
#import <Foundation/Foundation.h> #import "TLObject.h" #import "TLMetaRpc.h" @class TLInputPeer; @class TLmessages_AffectedHistory; @interface TLRPCmessages_readHistory : TLMetaRpc @property (nonatomic, retain) TLInputPeer *peer; @property (nonatomic) int32_t max_id; @property (nonatomic) int32_t offset; - (Class)...
/*------------------------------------------------------------------------- * * walsender.c * * The WAL sender process (walsender) is new as of Postgres 9.0. It takes * care of sending XLOG from the primary server to a single recipient. * (Note that there can be more than one walsender process concurrently.) * I...
#ifndef RTT_CLINTERFACE_BATTERYARG_H #define RTT_CLINTERFACE_BATTERYARG_H #include <string> #include <istream> #include <ostream> #include "rtt/constants.h" #include "rtt/bugexception.h" namespace rtt { namespace clinterface { /** * @brief The BatteryArg class Stores battery chosen via * command line and informat...
/** * Copyright (C) Mellanox Technologies Ltd. 2012. ALL RIGHTS RESERVED. * This software product is a proprietary product of Mellanox Technologies Ltd. * (the "Company") and all right, title, and interest and to the software product, * including all associated intellectual property rights, are and shall * remain excl...
/*=================================================================== The Medical Imaging Interaction Toolkit (MITK) Copyright (c) German Cancer Research Center, Division of Medical and Biological Informatics. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty o...
/* Copyright (C) 2013-2017 Free Software Foundation, Inc. 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 Software Foundation; either version 3, or (at your option) any later version. ...
#include <asid_allocator.h> #include <stdbool.h> #include <stdint.h> #include <vm2.h> uint8_t curr = 0; uint8_t allocated_ids[256] = {0}; bool tlb_everything_allocated = false; // TODO: Ensure atomicity struct ASIDDescriptor asid_request_descriptor() { uint8_t cache_iteration = ++(allocated_ids[curr]); uint8...
/** ****************************************************************************** * @file MT25TL01G.c * @author MCD Application Team * @brief This file provides the MT25TL01G QSPI driver. ****************************************************************************** * @attention * * <h2><center>&...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, October 27, 2021 at 3:17:07 PM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/NewsArt...
/******************************************************** * Copyright (C) 2016 All rights reserved. * * Filename:line.h * Author :siyu.wang * Date :2016-11-14 * Describe: * ********************************************************/ #ifndef LINE_H #define LINE_H #include <vector> #include "geometry.h" u...
/* > Counting sort is a sorting technique based on keys between a specific range. > integer sorting algorithm > Worst-case performance O(n+k) > Stabilized by prefix sum array */ #include <stdio.h> #include <string.h> int main() { int i, n, l = 0; printf("Enter size of array = "); scanf("%d", &n);...
/* $OpenBSD: ieeefp.h,v 1.4 2003/10/11 22:08:57 miod Exp $ */ /* * Copyright (c) 1996 Nivas Madhur * All rights reserved. * * 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...
// // QNMergeStreamConfiguration.h // QNRTCKit // // Created by suntongmian on 2018/9/13. // Copyright © 2018年 Pili Engineering, Qiniu Inc. All rights reserved. // #import <Foundation/Foundation.h> #import "QNTypeDefines.h" #import "QNWatermarkInfo.h" @interface QNMergeStreamConfiguration : NSObject < NSCopying >...
/* Convert a (sub)tree with condensed nodes to JSON for Nextstrain to display, adding in sample * mutations, protein changes and metadata. */ /* Copyright (C) 2020 The Regents of the University of California */ #include "common.h" #include "hash.h" #include "hui.h" #include "jsonWrite.h" #include "linefile.h" #inclu...
// SPDX-License-Identifier: BSD-3-Clause // Copyright Contributors to the OpenColorIO Project. #ifndef INCLUDED_OCIO_PRIVATE_TYPES_H #define INCLUDED_OCIO_PRIVATE_TYPES_H #include <OpenColorIO/OpenColorIO.h> #include <map> #include <set> #include <vector> OCIO_NAMESPACE_ENTER { // Stl types of OCIO classes ...
// -*- C++ -*- // // Copyright (C) 2009, 2010 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library 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 versio...
// -*- c++ -*- #ifndef _cairo_REFPTR_H #define _cairo_REFPTR_H /* $Id: refptr.h,v 1.6 2006-09-27 18:38:57 murrayc Exp $ */ /* Copyright 2005 The cairomm Development Team * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as pub...
// // Copyright 2017 Animal Logic // // 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 agreed ...
/* $NetBSD: frame.h,v 1.3 2001/08/31 04:44:55 simonb Exp $ */ /* * Copyright (c) 1994-1997 Mark Brinicombe. * Copyright (c) 1994 Brini. * All rights reserved. * * This code is derived from software written for Brini by Mark Brinicombe * * Redistribution and use in source and binary forms, with or without * mod...
/* Copyright 2019 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...
//////////////////////////////////////////////////////////////////////////// // Module : patrol_point.h // Created : 15.06.2004 // Modified : 15.06.2004 // Author : Dmitriy Iassenev // Description : Patrol point //////////////////////////////////////////////////////////////////////////// #pragma once class CPat...
// // 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 conditions and the following disclaimer. // * Redistributions in bin...
/* * (C) Copyright David Gibson <dwg@au1.ibm.com>, IBM Corporation. 2007. * * * 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 Software Foundation; either version 2 of the * License, or (at your option) any l...
#pragma once #include "olcPixelGameEngine.h" class SlimeAnimation { public: SlimeAnimation(); enum class Type { NOEYES, EYES, EYESLEFT, EYESRIGHT, RED }; struct PartialDecalInfo { PartialDecalInfo(Type type, int x); olc::vi2d size{ 64, 49 }; int x{}; int y{}; }; public: PartialDecalInfo GetPartialD...
#ifndef EN_STRING_TRANSLITERATOR_H #define EN_STRING_TRANSLITERATOR_H // Copyright 2008 by BBN Technologies Corp. // All Rights Reserved. #include "Generic/common/StringTransliterator.h" // See common/EnglishStringTransliterator.h class EnglishStringTransliterator : public StringTransliterator { private: friend c...
/** * This file is part of Phantom Cpp Crypto. * * (c) PhantomChain <info@phantom.org> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. **/ #ifndef ADDRESS_H #define ADDRESS_H #include "helpers/helpers.h" #include "helpers/encoding/h...
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "UnityEngine_UI_UnityEngine_EventSystems_UIBehaviou3960014691.h" // UnityEngine.RectTransform struct RectTransform_t3349966182; // UnityEngine.UI.Graphic struct Graphic_t242...
/* * 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...
/** * Copyright (c) 2014 - 2019, Nordic Semiconductor ASA * * All rights reserved. * * 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, th...
/* * Copyright (c) 2015-2016 Intel, Inc. All rights reserved. * * $COPYRIGHT$ * * Additional copyrights may follow * * $HEADER$ */ /** * @file * */ #ifndef MCA_analytics_genex_EXPORT_H #define MCA_analytics_genex_EXPORT_H #include "orcm_config.h" #include "orcm/mca/analytics/analytics.h" BEGIN_C_DECLS /...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:52:05 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/PrivateFrameworks/VisualPairing.framework/VisualPairing * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016...
// // FRRecommendedUserHeaderView.h // Friendly // // Created by Sergey Borichev on 03.05.16. // Copyright © 2016 TecSynt. All rights reserved. // @protocol FRRecommendedUserHeaderViewDelegate <NSObject> - (void)backSelected; @end @interface FRRecommendedUserHeaderView : UITableViewHeaderFooterView @property (...
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "EUTRA-RRC-Definitions" * found in "/home/labuser/Desktop/openairinterface5g_f1ap/openair2/RRC/LTE/MESSAGES/asn1c/ASN1_files/lte-rrc-14.7.0.asn1" * `asn1c -pdu=all -fcompound-names -gen-PER -no-gen-OER -no-gen-example -D /home/labuser/D...
/* File: Debugging.h Contains: Macros to handle exceptions and assertions. Version: QuickTime 7.3 Copyright: (c) 2007 (c) 1989-2001 by Apple Computer, Inc., all rights reserved. Bugs?: For bug reports, consult the following page on the World Wide Web: ...
/* * Copyright (C) 2017-2020 Intel Corporation * * 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 l...
/*------------------------------------------------------------------------- * * ilist.h * integrated/inline doubly- and singly-linked lists * * These list types are useful when there are only a predetermined set of * lists that an object could be in. List links are embedded directly into * the objects, and thu...
/** * \file * * \brief Instance description for AC * * Copyright (c) 2018 Microchip Technology Inc. * * \asf_license_start * * \page License * * 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...
#ifndef DATA_STRUCT_DATASTRUCT_H #define DATA_STRUCT_DATASTRUCT_H #endif // DATASTRUCT_H
#include <stdio.h> #define LOWER 0 #define UPPER 300 #define STEP 20 int main() { int celsius; for (celsius = LOWER; celsius <= UPPER; celsius += STEP) printf("%3d\t%6.1f\n", celsius, (9.0 / 5.0) * (celsius + 32.0)); return 0; }
/* Copyright (c) 2018 Gregor Richards */ /* 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 conditions and the following di...
/* $RoughId: sha1init.c,v 1.2 2001/07/13 19:49:10 knu Exp $ */ /* $Id$ */ #include <ruby/ruby.h> #include "../digest.h" #if defined(SHA1_USE_COMMONDIGEST) #include "sha1cc.h" #else #include "sha1.h" #endif static const rb_digest_metadata_t sha1 = { RUBY_DIGEST_API_VERSION, SHA1_DIGEST_LENGTH, SHA1_BLOCK_L...
const int32 kRemoteWidth = 16; const int32 kRemoteHeight = 16; const color_space kRemoteColorSpace = B_CMAP8; const unsigned char kRemoteBits [] = { 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x00,0x00,0xff,0xff,0xff,0xff,0xff,0xff, 0xff,...
/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* $Source: src/include/p9_pstates_cmeqm.h $ */ /* ...
// matrix/matrix-common.h // Copyright 2009-2011 Microsoft Corporation // See ../../COPYING for clarification regarding multiple 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...
/* * Copyright (c) 2016, Freescale Semiconductor, Inc. * Copyright 2016-2017 NXP * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include "fsl_inputmux.h" /******************************************************************************* * Definitions ****************************************...
/**************************************************************************** * drivers/clk/clk_divider.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownersh...
/* // Licensed to DynamoBI Corporation (DynamoBI) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. DynamoBI licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may ...
// MIT License // // Copyright (c) 2020 ADCIRC Development Group // // 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, ...
// // Created by conor on 31/03/18. // #ifndef PROJ_ANDROID_STUDIO_GAMECLOCK_H #define PROJ_ANDROID_STUDIO_GAMECLOCK_H #include "../EntityInterface.h" class GameClock : public EntityInterface { }; #endif //PROJ_ANDROID_STUDIO_GAMECLOCK_H
#ifndef __E2BP_H__ #define __E2BP_H__ #include <Arduino.h> #include <nRF24L01.h> #include "RF/RF24_forked.h" #include "RF/configurator.h" #include "RF/device.h" #define PAYLOAD_LENGTH 9 #define MAIN_LOOP_TIMEOUT_MILLIS 500 enum PayloadType { PL_BEGIN = 0, PL_END, PL_STATUS, PL_ON, PL_OFF, PL_...
//============================================================================ // Name : Plane // Author : Duarte Peixinho // Version : // Copyright : ;) // Description : Plane Geometry //============================================================================ #ifndef PLANE_H #define PLANE_H #in...
#include <zephyr.h> #include <device.h> #include <kernel.h> #include <sys/ring_buffer.h> #include <errno.h> #include <stdio.h> #include <stdlib.h> #include "max14830.h" #include "comms.h" #include "at_commands.h" #include "init.h" #include "priorities.h" #include "n2_offload.h" #include "config.h" #include <logging/lo...
#ifndef RecoTracker_SpecialSeedGenerators_ClusterChecker_H #define RecoTracker_SpecialSeedGenerators_ClusterChecker_H #include "RecoTracker/TkSeedGenerator/interface/ClusterChecker.h" #endif
// license:BSD-3-Clause // copyright-holders:Olivier Galibert, R. Belmont /********************************************************************* ap2_dsk.h Apple II disk images *********************************************************************/ #ifndef MAME_FORMATS_AP2_DSK_H #define MAME_FORMATS_AP2_DSK_H ...
/* $Id: attset.c,v 1.4 2008/11/25 08:56:51 strauman Exp $ */ /* * Authorship * ---------- * This software ('pmelf' ELF file reader) was created by * Till Straumann <strauman@slac.stanford.edu>, 2008, * Stanford Linear Accelerator Center, Stanford University. * * Acknowledgement of sponsorship * -----...
/*******************************************************************\ Module: Read Goto Programs Author: Daniel Kroening, kroening@kroening.com \*******************************************************************/ /// \file /// Read Goto Programs #ifndef CPROVER_GOTO_PROGRAMS_READ_GOTO_BINARY_H #define CPROVER_GOT...
/***** includes *****/ #include "lfds720_queue_bmm_internal.h" /****************************************************************************/ void lfds720_queue_bmm_init_valid_on_current_logical_core( struct lfds720_queue_bmm_state *qbmms, struct lfds720_q...
#pragma once #include <R3D/Events/EventsListener.h> #include <R3D/Ecs/ArchetypeManager.h> #include <R3D/Utils/RingBuffer.h> #define SAVED_FRAMES 0 namespace r3d { class Window; class Layer : public EventsListener { public: Layer(); Layer(std::string name); virtual ~Layer() = default; inline r3d::Arch...
// // 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 conditions and the following disclaimer. // * Redistributions in bin...
/************************************************************************* * gif_builder is a tool to build and verify gifs for the led_vest display * Benjamin Morgan, 2016 * github.com/bmorgan5/led_vest * requies giflib-5.1.4 at least *************************************************************************/ #include ...
//////////////////////////////////////////////////////////////////////////////////////////////////// // NoesisGUI - http://www.noesisengine.com // Copyright (c) 2013 Noesis Technologies S.L. All Rights Reserved. //////////////////////////////////////////////////////////////////////////////////////////////////// #ifnd...
//-----------------------BEGIN NOTICE -- DO NOT EDIT----------------------- // NASA Goddard Space Flight Center Land Information System (LIS) v7.2 // // Copyright (c) 2015 United States Government as represented by the // Administrator of the National Aeronautics and Space Administration. // All Rights Reserved. //----...
// Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may...
/** * Copyright (C) Mellanox Technologies Ltd. 2021. ALL RIGHTS RESERVED. * * See file LICENSE for terms. */ #include "config.h" #include "tl_ucp.h" #include "alltoall.h" ucc_status_t ucc_tl_ucp_alltoall_pairwise_start(ucc_coll_task_t *task); ucc_status_t ucc_tl_ucp_alltoall_pairwise_progress(ucc_coll_task_t *ta...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "NSException.h" @interface UMTException : NSException { } + (id)exceptionWithName:(id)arg1 reason:(id)arg2 error:(id)arg3; + (id)exceptionWithName:(id)arg1 reason:(id)arg2...
/* * Copyright (c) Aleksey Fedotov * MIT license */ #pragma once #include "SoloCommon.h" #ifdef SL_VULKAN_RENDERER #include "../sdl/SoloSDLDevice.h" #include "SoloVulkan.h" namespace solo { class VulkanDevice final : public SDLDevice { public: explicit VulkanDevice(const DeviceSetup &setu...
//------------------------------------------------------------------------------ // GB_AxB: hard-coded C=A*B and C<M>=A*B //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2019, All Rights Reserved. // http://suitesparse.com See Gra...
#include "ceph_debug.h" #include <linux/device.h> #include <linux/slab.h> #include <linux/module.h> #include <linux/ctype.h> #include <linux/debugfs.h> #include <linux/seq_file.h> #include "super.h" #include "mds_client.h" #include "mon_client.h" #include "auth.h" #ifdef CONFIG_DEBUG_FS /* * Implement /sys/kernel/...
//================================================================================================= /*! // \file blazetest/mathtest/hermitianmatrix/SubmatrixComplexTest.h // \brief Header file for the HermitianMatrix submatrix complex test // // Copyright (C) 2013 Klaus Iglberger - All Rights Reserved // // This fi...
// Copyright (c) 2015 The Chromium Embedded Framework Authors. All rights // reserved. Use of this source code is governed by a BSD-style license that // can be found in the LICENSE file. #ifndef CEF_TESTS_CEFCLIENT_BROWSER_ROOT_WINDOW_MAC_H_ #define CEF_TESTS_CEFCLIENT_BROWSER_ROOT_WINDOW_MAC_H_ #pragma once #includ...
// Ray_TracingDlg.h: 头文件 // #pragma once #include "pch.h" #include <iostream> #include <string> #include <vector> #include "framework.h" #include "Ray_Tracing.h" #include "afxdialogex.h" #include "aboutdlg.h" #include "ComfirmCamOpen.h" #include "ComfirmObjOpen.h" #include "ButtonTransparent.h" #include "SAPicture.h"...