text
stringlengths
4
6.14k
// Created file "Lib\src\Uuid\i_interned" typedef struct _GUID { unsigned long Data1; unsigned short Data2; unsigned short Data3; unsigned char Data4[8]; } GUID; #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, ...
//============================================================================ // I B E X // File : ibex_CtcInverse.h // Author : Gilles Chabert // Copyright : Ecole des Mines de Nantes (France) // License : See the LICENSE file // Cr...
// Created file "Lib\src\sensorsapi\X64\sensorsapi" typedef struct _GUID { unsigned long Data1; unsigned short Data2; unsigned short Data3; unsigned char Data4[8]; } GUID; #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ extern const GUID name = { l, w1, w2, { b1, b2, ...
/* ============================================================================ Name : 3_34.c Author : Abdulrahman Description : The program reads in five-digit integers and determine whether or not it is a plaindrone. Created on : 6 Mar, 2017 ===========================...
/* WithRequirements, copyright (C) 1991-2017 Gen Kiyooka, is distributed under the GNU Lesser General Public License (GNU LGPL). This file is part of WithRequirements. WithRequirements is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as p...
/* * File: RootSerializer.h * Author: winckler * * Created on January 14, 2015, 3:44 PM */ #ifndef ROOTBASECLASSSERIALIZER_H #define ROOTBASECLASSSERIALIZER_H //std #include <iostream> #include <type_traits> #include <memory> //Root #include "TClonesArray.h" #include "TMessage.h" //FairRoot #include "FairMQM...
/* Copyright 2013-2021 Paul Colby This file is part of QtAws. QtAws 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 3 of the License, or (at your option) any later v...
/* * * This file is part of Tulip (http://tulip.labri.fr) * * Authors: David Auber and the Tulip development Team * from LaBRI, University of Bordeaux * * Tulip 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 Softw...
/* * * This file is part of Tulip (http://tulip.labri.fr) * * Authors: David Auber and the Tulip development Team * from LaBRI, University of Bordeaux * * Tulip 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 Softw...
#ifndef OBJECT_H #define OBJECT_H #include "span.h" #include "ray.h" namespace PathTrace { class Object { public: Object(); virtual SpanIterator * makeSpanIterator() const = 0; virtual Object * transform(const Matrix &m) const { return NULL; } virtual ~Object() {} virtual Object *...
/* SPDX-License-Identifier: LGPL-3.0-or-later */ /* Copyright (C) 2021 Intel Corporation * Paweł Marczewski <pawel@invisiblethingslab.com> */ #ifndef DUMP_H_ #define DUMP_H_ /* * Dumps the whole directory tree, displaying link targets and file contents. In addition to * examining the output, ca...
/* Documentation Copyright (C) 2012-2014 by Martin Langlotz This file is part of evillib. evillib 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 3 of the License, or ...
/***************************************************************************** Copyright (c) 2010, Intel Corp. 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 cod...
/* This file is part of the Nepomuk KDE project. Copyright (C) 2010 Sebastian Trueg <trueg@kde.org> Copyright (C) 2011 Vishesh Handa <handa.vish@gmail.com> 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 ...
#import <XCTest/XCTest.h> @interface EJDBQueryTests : XCTestCase @end
/******************************************************/ /* */ /* filltest.h - test how well numbers fill space */ /* */ /******************************************************/ /* Copyright 2018,2019 Pierre Abbat...
// // AKAudioInputFFTPlot.h // AudioKit // // Created by Aurelius Prochazka on 2/8/15. // Copyright (c) 2015 Aurelius Prochazka. All rights reserved. // @import Foundation; #if TARGET_OS_IPHONE @import UIKit; /// Plots the FFT of the audio input IB_DESIGNABLE @interface AKAudioInputFFTPlot : UIView @property IBIn...
#pragma once class DeviceMemManager { }
// Created file "Lib\src\Uuid\X64\netcfgx_i" typedef struct _GUID { unsigned long Data1; unsigned short Data2; unsigned short Data3; unsigned char Data4[8]; } GUID; #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ extern const GUID name = { l, w1, w2, { b1, b2, b3, b4...
// Created file "Lib\src\Uuid\i_mshtml" typedef struct _GUID { unsigned long Data1; unsigned short Data2; unsigned short Data3; unsigned char Data4[8]; } GUID; #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, b5...
/** * || ____ _ __ * +------+ / __ )(_) /_______________ _____ ___ * | 0xBC | / __ / / __/ ___/ ___/ __ `/_ / / _ \ * +------+ / /_/ / / /_/ /__/ / / /_/ / / /_/ __/ * || || /_____/_/\__/\___/_/ \__,_/ /___/\___/ * * Copyright (c) 2014, Bitcraze AB, All rights reserved. * *...
#pragma once #include <isomatch.h> CircuitGroup* parse(const char* path);
/* Copyright 2013-2021 Paul Colby This file is part of QtAws. QtAws 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 3 of the License, or (at your option) any later v...
/* SPI.h http://konekt.io Copyright (c) 2015 Konekt, Inc. All rights reserved. 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 ...
/* Copyright 2013-2021 Paul Colby This file is part of QtAws. QtAws 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 3 of the License, or (at your option) any later v...
#ifndef PRECICE_MAINNATIVEDISPATCHER_H_ #define PRECICE_MAINNATIVEDISPATCHER_H_ #include "precice/Main.h" #include <iostream> #include <vector> namespace precice { class MainNativeDispatcher; } #include <jni.h> #ifdef __cplusplus extern "C" { #endif JNIEXPORT void JNICALL Java_precice_MainNa...
// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #if defined (_MSC_VER) #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers // *NOTE*: work around quirky MSVC... #define NOMINM...
/* Copyright 2013-2021 Paul Colby This file is part of QtAws. QtAws 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 3 of the License, or (at your option) any later v...
/* thot package for statistical machine translation Copyright (C) 2013 Daniel Ortiz-Mart\'inez 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 3 of the License, or (at your opt...
/* Copyright 2013-2021 Paul Colby This file is part of QtAws. QtAws 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 3 of the License, or (at your option) any later v...
#ifndef TGLVIEWPORTPROPDIALOG_H #define TGLVIEWPORTPROPDIALOG_H #include <QDialog> #include "ui_TGLViewportPropDialog.h" #include "..\modTCADLibRefs.h" namespace TGL{ class TGLViewport; class TGLOverlayViewport; class TGLViewportPropDialog : public QDialog { Q_OBJECT public: TGLViewpo...
/* Copyright 2013-2021 Paul Colby This file is part of QtAws. QtAws 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 3 of the License, or (at your option) any later v...
/** * @file stm32f4x7_eth_bsp.c * @brief Driver for the DP83848 Ethernet PHY. * * This file contains the definitions for the driver for the DP83848 Ethernet PHY * as connected to the STM324x9I-EVAL2 dev board. * * @date 06/09/2014 * @author Harry Rostovtsev * @email harry_rostovtsev@datacard.c...
/* Copyright 2013-2021 Paul Colby This file is part of QtAws. QtAws 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 3 of the License, or (at your option) any later v...
/* RExOS - embedded RTOS Copyright (c) 2011-2019, RExOS team All rights reserved. author: Alexey E. Kramarenko (alexeyk13@yandex.ru) */ #ifndef SCSIS_PC_H #define SCSIS_PC_H /* SCSI primary commands. Based on revision 4, release 37a */ #include "scsis.h" void scsis_pc_inquiry(SCSIS* scsis,...
/* * @BEGIN LICENSE * * Psi4: an open-source quantum chemistry software package * * Copyright (c) 2007-2017 The Psi4 Developers. * * The copyrights for code used from other parties are included in * the corresponding files. * * This file is part of Psi4. * * Psi4 is free software; you can redistribute it an...
/* * Language (table) entry functions * * Copyright (C) 2011-2022, Joachim Metz <joachim.metz@gmail.com> * * Refer to AUTHORS for acknowledgements. * * This program 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 S...
#pragma once #include "simplevar.h" class Operation : public SimpleVar { public: Operation(void); ~Operation(void); string operator_; SimpleVar* operand; };
#include <blokus/strategy/default.h> bool blokus_strategy_default( struct blokus_move *move, struct blokus_game *game, void *context ) { return false; }
// Created file "Lib\src\dxguid\X64\d3d10guid" typedef struct _GUID { unsigned long Data1; unsigned short Data2; unsigned short Data3; unsigned char Data4[8]; } GUID; #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ extern const GUID name = { l, w1, w2, { b1, b2, b3, ...
// Copyright 2006-2014 Coppelia Robotics GmbH. All rights reserved. // marc@coppeliarobotics.com // www.coppeliarobotics.com // // ------------------------------------------------------------------- // THIS FILE IS DISTRIBUTED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED // WARRANTY. THE USER WILL USE IT AT HIS/HER ...
// Copyright (C) 2016 Thomas Voss <thomas.voss.bochum@gmail.com> // // 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 3 of the License, or // (at your option) any later ve...
// Created file "Lib\src\Uuid\fwpapi" typedef struct _GUID { unsigned long Data1; unsigned short Data2; unsigned short Data3; unsigned char Data4[8]; } GUID; #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, b5, ...
// Created file "Lib\src\Uuid\X64\cguid_i" typedef struct _GUID { unsigned long Data1; unsigned short Data2; unsigned short Data3; unsigned char Data4[8]; } GUID; #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, ...
/* -*- mode: c++; c-file-style: "gnu" -*- * Copyright (C) 2014 Cryptotronix, LLC. * * This file is part of cryptoauth-arduino. * * cryptoauth-arduino 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, eith...
/* * ISO 8859-3 codepage (Latin 3) functions * * Copyright (c) 2009, Joachim Metz <forensics@hoffmannbv.nl>, * Hoffmann Investigations. * * Refer to AUTHORS for acknowledgements. * * This software is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public Lice...
/* * ETA/OS - Python VM * Copyright (C) 2017 Michel Megens <dev@bietje.net> * Copyright (C) 2017 Dean Hall * * This program 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 versio...
// Created file "Lib\src\dxguid\X64\d3dxguid" typedef struct _GUID { unsigned long Data1; unsigned short Data2; unsigned short Data3; unsigned char Data4[8]; } GUID; #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ extern const GUID name = { l, w1, w2, { b1, b2, b3, b...
#ifndef SNMALLOC_PAL_NO_ALLOC_H #define SNMALLOC_PAL_NO_ALLOC_H #pragma once #include <cstring> namespace snmalloc { /** * Platform abstraction layer that does not allow allocation. * * This is a minimal PAL for pre-reserved memory regions, where the * address-space manager is initialised with all of t...
// UseDlgRegularDllView.h : interface of the CUseDlgRegularDllView class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_USEDLGREGULARDLLVIEW_H__4C2AAA79_FD61_43D0_B60B_911318B05032__INCLUDED_) #define AFX_USEDLGREGULARDLLVIEW_H__4C2AAA79_FD61_43D0_B60B_911318B050...
// // HBBaseViewController.h // NoteBook // // Created by xubing on 14-9-18. // Copyright (c) 2014年 xubing. All rights reserved. // #import <UIKit/UIKit.h> #import "UIFont+HB.h" #import "UILabel+HB.h" #define STATUS_BAR_H 20 #define NAV_BAR_H 44 #define TAB_BAR_H 49 //系统部分Bar高度 #define FRAME_BETWEEN_NAV_TAB CGRe...
#pragma once #include "Include.h" // CUnitView ºäÀÔ´Ï´Ù. class CUnitTool; class CDevice; class CCamMgr; class CMonster; class CObj; class CUnitView : public CView { DECLARE_DYNCREATE(CUnitView) protected: CUnitView(); // µ¿Àû ¸¸µé±â¿¡ »ç¿ëµÇ´Â protected »ý¼ºÀÚÀÔ´Ï´Ù. virtual ~CUnitView(); public: virt...
// vi:nu:et:sts=4 ts=4 sw=4 /* * File: Item_internal.h * Generated 11/12/2021 13:39:34 * * Notes: * -- N/A * */ /* This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code f...
#ifndef HIGHSCORE_H #define HIGHSCORE_H #include <SDL.h> #include <grid.h> #include <trail.h> #include <string> #include <vector> #include <map> class Font; class HighScore { public: enum Class { P1 = Trail::P1, P2 = Trail::P2, P3 = Trail::P3, P4 = Trail::P4, TEAM...
#include <glib.h> #include "main.h" void print_elem(gpointer item, gpointer prefix) { g_message("%s %d", (char *)prefix, GPOINTER_TO_INT(item)); } int main_slist() { const int N = 10; GSList *list = NULL; for (int i = 0; i < N; i++) { list = g_slist_append(list, GINT_TO_POINTER(i)); } g_slist_foreach(list, (...
#ifndef DATABASEMANAGER_H #define DATABASEMANAGER_H #include <BetaSeriesApi.h> class DatabaseManager : public BetaSeriesApi { Q_OBJECT public: explicit DatabaseManager(QObject *parent = 0); ~DatabaseManager(); QByteArray getSeriePicture(double id); void getEpisodesList(uint limit = 0, uint showI...
#include<stdio.h> #include<stdlib.h> #include"hash.h" void PrintData(char *key, void *data, void *arg) { printf("%s : %s\n", key, (char *)data); (*(int *)arg)++; return; } int test_hash(void) { struct Hash *h; int len; h = Hash_Create(1000); if (! h) { fprintf(stderr, "%s: Cannot ...
/******************************************************************************* * Copyright 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.o...
/* Copyright 2017 Russell Jackson 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 to in writi...
/* Copyright 2011-2012 Andrea Nall 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 to i...
#include <stdio.h> #include <string.h> int i;char b[9999];main(){gets(b);for(i=strlen(b)-1;i>=0;i--)printf("%c",b[i]);puts("");return 0;}
// // JMView.h // ResourcesObject // // Created by zhengxingxia on 16/8/3. // Copyright © 2016年 zhengxingxia. All rights reserved. // 按钮选择控件 #import <UIKit/UIKit.h> typedef enum : NSUInteger { JMSwitchViewStyleHorizontal,//横向切换 JMSwitchViewStyleVertical, //垂直筛选 } JMSwitchViewStyle; typedef enum : NSUIn...
/*!The Treasure Box Library * * 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 ...
// Copyright 1999-2005 Omni Development, Inc. All rights reserved. // // This software may only be used and reproduced according to the // terms in the file OmniSourceLicense.html, which should be // distributed with this project and can also be found at // <http://www.omnigroup.com/developer/sourcecode/sourcelicense/...
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM ../../../dist/idl\nsIDOMHTMLMetaElement.idl */ #ifndef __gen_nsIDOMHTMLMetaElement_h__ #define __gen_nsIDOMHTMLMetaElement_h__ #ifndef __gen_nsIDOMHTMLElement_h__ #include "nsIDOMHTMLElement.h" #endif /* For IDL files that don't want to include root IDL f...
// Copyright (c) Google LLC 2019 // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file or at // https://opensource.org/licenses/MIT. // Library to store a histogram to the bit-stream. #ifndef BRUNSLI_ENC_HISTOGRAM_ENCODE_H_ #define BRUNSLI_ENC_HISTOGRAM_ENCODE_H_ ...
// Copyright (c) 2019 PaddlePaddle 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...
/* * SamiOutputFile.h * * */ #ifndef SamiOutputFile_H_ #define SamiOutputFile_H_ #include <FApp.h> #include <FBase.h> #include <FSystem.h> #include <FWebJson.h> #include "SamiHelpers.h" #include "SamiObject.h" using namespace Tizen::Web::Json; #include "SamiObject.h" using Tizen::Base::DateTime; using Tizen:...
#ifndef ARK_GRAPHICS_IMPL_GLYPH_MAKER_GLYPH_MAKER_TEXT_COLOR_H_ #define ARK_GRAPHICS_IMPL_GLYPH_MAKER_GLYPH_MAKER_TEXT_COLOR_H_ #include "core/inf/builder.h" #include "graphics/inf/glyph_maker.h" namespace ark { class CharacterMakerTextColor : public GlyphMaker { public: CharacterMakerTextColor(sp<GlyphMaker> d...
/* * 练习题 2.62 * * 编写一个函数 int_shifts_are_logical(),在对 int 类型的数使用算术右移的机器上运 * 行时,这个函数生成 1,而其他情况下生成 0。你的代码应该可以运行在任何字长的机器 * 上。在几种机器上测试你的代码。 */ #include <limits.h> int int_shifts_are_logical(void) { int x = (~0 - 1) >> 1; return x != INT_MAX; }
/* * File: IAS-LangLib/src/lang/printer/dec/TypeDefinitionNodeHandler.h * * Copyright (C) 2015, Albert Krzymowski * * 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.ap...
// // LCTabBar.h // 新浪微博 // // Created by lichao on 15/7/27. // Copyright (c) 2015年 ___Super___. All rights reserved. // #import <UIKit/UIKit.h> @class LCTabBar; #warning 我们自己定义的控件,如果是继承于系统的控件的话,而且有代理的话,我们的协议一定要继承父类的协议 @protocol LCTabBarDelegate <NSObject,UITabBarDelegate> -(void)tabbar:(LCTabBar *)tabbar btnCli...
// Copyright 2021 DeepMind Technologies Limited // // 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 la...
#ifndef _ESBMC_SOLVERS_SOLVE_H_ #define _ESBMC_SOLVERS_SOLVE_H_ #include <string> #include <config.h> #include <namespace.h> #include <solvers/smt/smt_conv.h> smt_convt *create_solver_factory(const std::string &solver_name, bool is_cpp, bool int_encoding, const namespacet &ns, ...
/* Copyright (c) 2014. The YARA 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 agr...
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/moz2_slave/rel-m-rel-xr-w32-bld/build/netwerk/protocol/http/nsIHttpChannelChild.idl */ #ifndef __gen_nsIHttpChannelChild_h__ #define __gen_nsIHttpChannelChild_h__ #ifndef __gen_nsISupports_h__ #include "nsISupports.h" #endif /* For IDL files that don't want...
/* Copyright 2020 Google LLC * * 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in wri...
#ifndef _MSG_COMPONENT_H_ #define _MSG_COMPONENT_H_ #include "component/component.h" #include "google/protobuf/message.h" #include <map> class MsgComponent : public Component { public: MsgComponent(); virtual ~MsgComponent(); virtual int recv(Message* msg); public: typedef int ...
/* * Copyright 2010-2016 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
/* * Copyright 2008-2011 Wolfgang Keller * * 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...
// // TabBarController.h // MiaoPai // // Created by 程强 on 2016/11/19. // Copyright © 2016年 BiaoGe. All rights reserved. // #import <UIKit/UIKit.h> @interface TabBarController : UITabBarController @end
/* * Copyright 2010 Cloudkick Inc. * * 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 to i...
#ifndef FASTSPI_H #define FASTSPI_H #include <QtGlobal> #define boolean bool struct CRGB { u_int8_t r; u_int8_t g; u_int8_t b; // default values are UNINITIALIZED inline CRGB() __attribute__((always_inline)) { } // allow assignment from 32-bit (really 24-bit) 0xRRGGBB color code ...
// KNTSpaceAfterScopeRule.h // // Copyright 2014 Programming Thomas // // 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 ...
#ifndef K_CL_BUFFER_H #define K_CL_BUFFER_H #include "Base.h" #include "Queue.h" #include "Event.h" #include "Data.h" #include "Context.h" #include "BufferFactory.h" namespace K { namespace CL { class Buffer { CLASS_NAME("Buffer"); private: friend class BufferFactory; /** the local data representat...
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
// // Created by abondar on 11.05.16. // #ifndef SOMECPP_IPPACKET_H #define SOMECPP_IPPACKET_H class IPPacket{ public: IPPacket(int id): iD(id){} int getID() const { return iD;} protected: int iD; }; #endif //SOMECPP_IPPACKET_H
//===- Transforms/Instrumentation.h - Instrumentation passes ----*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
/* Copyright 2017 American Printing House for the Blind Inc. 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 ap...
/* * * Copyright 2015 gRPC 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 required by applicable law or agree...
#ifndef _INCLUDED_ASW_MAP_BUILDER_H #define _INCLUDED_ASW_MAP_BUILDER_H #ifdef _WIN32 #pragma once #endif #include "missionchooser/iasw_map_builder.h" class KeyValues; class CMapLayout; class CLayoutSystem; class CMapBuilderWorkerThread; enum MapBuildStage { // Shared states STAGE_NONE = 0, // not building a map ...
/** * \author Sergio Agostinho - sergio(dot)r(dot)agostinho(at)gmail(dot)com * \date created: 2017/08/18 * \date last modified: 2017/08/18 * \file filter.h * \brief Header file which includes all headers from the filter module. * * \defgroup filter filter * \brief Provides implementations of filtering a...
/* * Copyright 2018 The Cartographer 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 required by applicable law...
#ifndef QCIMAGELOADERPRIV_H #define QCIMAGELOADERPRIV_H #include <QMap> #include <QStringList> #include <QRegExp> #include <QRegularExpressionMatch> #include <QRegularExpression> static QString qcImageLoaderDecodeFileName(const QString &input , qreal* ratio) { static QRegularExpression re("@[1-9]x+"); QRegula...
/*************************************************************** * * Copyright (C) 1990-2007, Condor Team, Computer Sciences Department, * University of Wisconsin-Madison, WI. * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. Y...
/* ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio 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 ap...
/****************************************************************************** * Copyright 2013-2014 * * FileName:TcpServer.c * * Description: * * Modification history: * 2014/12/1, v1.0 create this file. *******************************************************************************/ #include <string.h>...
//============================================================================// // File: test_cp_main_f.c // // Description: Unit tests for CANpie (using message access functions) // // ...
/*! @file @author Albert Semenov @date 02/2008 */ /* This file is part of MyGUI. MyGUI 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 3 of the License, or (at your opti...
#pragma once #define LT_DIRECT 0 #define LT_POINT 1 #define LT_SECONDARY 2 struct R_Light { u16 type; // Type of light source u16 level; // GI level Fvector diffuse; // Diffuse color of light Fvector position; // Position in world space Fvector direction; // Direction in w...