text
stringlengths
4
6.14k
// Client.h --- // // Filename: Client.h // Description: // Author: Caner Candan // Maintainer: // Created: Thu Nov 27 00:43:46 2008 (+0200) // Version: // Last-Updated: Tue Dec 9 12:03:55 2008 (+0200) // By: Caner Candan // Update #: 19 // URL: // Keywords: // Compatibility: // // // Commenta...
/* ---------------------------------------------------------------------- * Copyright (C) 2010-2013 ARM Limited. All rights reserved. * * $Date: 16. October 2013 * $Revision: V1.4.2 * * Project: CMSIS DSP Library * Title: arm_power_f32.c * * Description: Sum of the squares of...
#pragma once #include "CoreTypes.h" #include "Templates/Invoke.h" namespace Algo { /** * LevenshteinDistance return the number of edit operation we need to transform RangeA to RangeB. * Operation type are Add/Remove/substitution of range element. Base on Levenshtein algorithm. * * Range[A/B]Type: Support [] ope...
/************************************************************************ * Copyright (C) 2019 Spatial Information Systems Research Limited * * 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,...
/* * The MIT License (MIT) * * Copyright (c) 2014-2016 Ole Christian Eidheim * * 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 rig...
/* -*- c++ -*- */ /* * Copyright 2013 IIT Bombay. * * This 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. * * This software is distributed...
#ifndef _SKYLINE_H #define _SKYLINE_H #include "global.h" //! \brief a struct for managing skyline linear system typedef struct Skyline{ //! \brief number of equations int neq; //! \brief size in memory int nmem; //! \brief array for the upper part of the matrix real* vkgs; //! \brief array for t...
#ifndef MOCKABSTRACTREQUEST_H #define MOCKABSTRACTREQUEST_H #include <QObject> #include <QString> #include <QVariant> #include <QVariantMap> #include <gmock/gmock.h> #include "abstractrequest.h" namespace tests { class MockAbstractRequest : public qsipgaterpclib::AbstractRequest { public: MockAbstractRequest(c...
#ifndef __mqlproxyserver_h__ #define __mqlproxyserver_h__ #include <QtNetwork/qlocalsocket.h> #include <QtNetwork/qlocalserver.h> #include <QMap> ///////////////////////////////////////////////////////////////// class MqlProxyServer: public QLocalServer { Q_OBJECT public: MqlProxyServer(QObject* parent); ...
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* examp01.c :+: :+: :+: ...
/* * Copyright (c) 2013 Samsung Electronics Co., Ltd. * Author: Thomas Abraham <thomas.ab@samsung.com> * * 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. * * Common Clock Framew...
#ifndef util_h #define util_h typedef int size_t; extern void *memcpy(void *dest, const void *src, size_t count); extern void *memset(void *dest, char val, size_t count); extern unsigned short *memsetw(unsigned short *dest, unsigned short val, size_t count); extern size_t strlen(const char *str); extern int pow(int, ...
#include "lexical.h" #include<stdio.h> #include<string.h> /*返回值-1则表示识别错误,其它值表示能识别的最大位置*/ void print_automaton(struct automaton* am) { printf("automaton{\n"); printf("\tstates:%d\n",am_float.states_num); printf("\tinput_type:%d\n",am_float.inputs_num); printf("\tstate_martix{\n"); int i,j; for(i=0;i<am->states_num...
#ifndef SIMPLEXEDIT_H #define SIMPLEXEDIT_H #include "algoedit.h" namespace voxel { class SimplexEdit : public AlgoEdit { public: typedef boost::shared_ptr<SimplexEdit> ptr; SimplexEdit(Ogre::Vector3 dimensions, Ogre::Vector3 pos, int seed); double calcVoxel(const Ogre::Vector3 &pos, const double &scale...
/* This file is part of Darling. Copyright (C) 2021 Lubos Dolezel Darling 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 of the License, or (at your option) any later version. Darling i...
/* Copyright (C) 2014-2015 Bastien Oudot and Romain Guillemot This file is part of Softbloks. Softbloks 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) ...
/* $Id: obsdrdr.h,v 1.25 2020/05/29 21:48:57 nanard Exp $ */ /* vim: tabstop=4 shiftwidth=4 noexpandtab * MiniUPnP project * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/ * (c) 2006-2020 Thomas Bernard * This software is subject to the conditions detailed * in the LICENCE file provided within the dis...
#ifndef _MINIEAP_PACKET_PLUGIN_RJV3_H #define _MINIEAP_PACKET_PLUGIN_RJV3_H #include "packet_plugin.h" #define PACKET_PLUGIN_RJV3_VER_STR "0.93" #define DEFAULT_HEARTBEAT_INTERVAL 60 #define DEFAULT_MAX_DHCP_COUNT 3 #define DEFAULT_SERVICE_NAME "internet" #define DEFAULT_VER_STR "RG-SU For ...
/* ============================================================================== This file is part of the JUCE library. Copyright (c) 2015 - ROLI Ltd. Permission is granted to use this software under the terms of either: a) the GPL v2 (or any later version) b) the Affero GPL v3 Details...
#pragma once #include "GameObject.h" #include "Bullet.h" class CMonster : public CGameObject { public: CMonster(); virtual ~CMonster(); public: virtual void Initialize(void); virtual int Update(float _ElapsedTime); private: list<CGameObject*>* m_pBulletList; float m_fBulletShotTime; public: void ...
/****************************************************************************** ** ** Copyright 2016 Dale Eason ** This file is part of DFTFringe ** 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 ve...
/* Pummer: * A simple RGB color-interpolating helper class. * * When creating one, tell it which three output pins to drive PWM signals. * If your RGB device is common-anode, it can reverse the PWM for you. * Don't forget to limit current to each LED with a resistor (e.g., 220ohm). * * At any time, tell it what color t...
#ifndef GRAPHSTYLE_H #define GRAPHSTYLE_H #include "core/qcustomplot.h" #include "core/graphmodel.h" class GraphStyle { public: GraphStyle(); void setPen(QPen newPen); void setScatterStyle(QCPScatterStyle newStyle); void setLineInterpolation(GraphModel::LineStyle interpolation); void setSpecified...
#ifndef _CMT_FILE_DEF_H_2007_01_24 #define _CMT_FILE_DEF_H_2007_01_24 #include <stdio.h> #include <mrpt/utils/mrpt_stdint.h> #ifndef _WIN32 # include <sys/types.h> #endif #ifdef _CMT_STATIC_LIB namespace xsens { #endif #ifdef _WIN32 typedef __int64 CmtFilePos; #else typedef off_t CmtFilePos; #endif #ifdef _...
/******************************************************************************** ** Form generated from reading UI file 'TextEditDialog.ui' ** ** Created: Tue Apr 30 11:12:55 2013 ** by: Qt User Interface Compiler version 4.8.1 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! **...
// Copyright (c) 2018 The Chromium 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 BASE_ALLOCATOR_PARTITION_ALLOCATOR_PAGE_ALLOCATOR_INTERNALS_POSIX_H_ #define BASE_ALLOCATOR_PARTITION_ALLOCATOR_PAGE_ALLOCATOR_INTERNALS_POSIX...
#ifndef CYGONCE_HAL_BASETYPE_H #define CYGONCE_HAL_BASETYPE_H //============================================================================= // // basetype.h // // Standard types for this architecture. // //============================================================================= //####ECOSGPLCOPYRIGHTB...
/* get_dir.c directory source for babel-get * (c) 2006 By L. Ross Raszewski * * This code is freely usable for all purposes. * * This work is licensed under the Creative Commons Attribution 4.0 License. * To view a copy of this license, visit * https://creativecommons.org/licenses/by/4.0/ or send a letter...
/* 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 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ...
/* This file is part of the Emulex RoCE Device Driver for * RoCE (RDMA over Converged Ethernet) adapters. * Copyright (C) 2012-2015 Emulex. All rights reserved. * EMULEX and SLI are trademarks of Emulex. * www.emulex.com * * This software is available to you under a choice of one of two licenses. * You may choos...
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ // // Copyright (c) 2006 Georgia Tech Research Corporation // // 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; // //...
/* * Copyright (C) 2006-2010 - Frictional Games * * This file is part of HPL1 Engine. * * HPL1 Engine 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 of the License, or * (at your opti...
/* The oSIP library implements the Session Initiation Protocol (SIP -rfc3261-) Copyright (C) 2001-2012 Aymeric MOIZARD amoizard@antisip.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 Foun...
/* * Apple // emulator for *ix * * This software package is subject to the GNU General Public License * version 3 or later (your choice) as published by the Free Software * Foundation. * * Copyright 2019 Aaron Culliney * */ #ifndef _DEBUG_PRIVATE_H_ #define _DEBUG_PRIVATE_H_ 1 #define DEBUGGER_BUF_X 39 #def...
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "S1AP-IEs" * found in "../support/s1ap-r16.1.0/36413-g10.asn" * `asn1c -pdu=all -fcompound-names -findirect-choice -fno-include-deps` */ #include "S1AP_M4Configuration.h" #include "S1AP_ProtocolExtensionContainer.h" static asn_TYPE_m...
#include "gsl_gsl_math.h" #include "gsl_gsl_cblas.h" #include "cblas_cblas.h" void cblas_drotg (double *a, double *b, double *c, double *s) { #define BASE double #include "cblas_source_rotg.h" #undef BASE }
#include<stdio.h> #include<stdlib.h> #include<string.h> #include<time.h> #include<ctype.h> #include "sudoku-pub.h" #include "html-gen.h" #define SYSTEM_PAUSE int main() { t_board_p b; char fname[100],T[145]; FILE *pf; int c,i=0; PrintGPL(stdout); b=ConstructCustomBoard(4,3,FALSE,0,NULL,NULL); printf("Type raw p...
//////////////////////////////////////////////////////////////////////////// // Created : 13.02.2009 // Author : Dmitriy Iassenev // Copyright (C) GSC Game World - 2009 //////////////////////////////////////////////////////////////////////////// #ifndef GEOMETRY_OBJECT_H_INCLUDED #define GEOMETRY_OBJECT_H_INCLUDED ...
/* Copyright (C) 2010 The ESPResSo project Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany This file is part of ESPResSo. ESPResSo is free software: you can redistribute it and/or modify it under the te...
#include <m_pd.h> #include <string.h> #include <stdlib.h> #include <math.h> #ifdef _MSC_VER #pragma warning( disable : 4244 ) #pragma warning( disable : 4305 ) #endif /* this is taken from ggee, where the file was hanging around but the object was not funtional. i keep it here for reference since i dont wnat to fix...
/* -*- mode: c; c-basic-offset: 8 -*- */ /* features.h -- names of features compiled into ECL */ /* Copyright (c) 1984, Taiichi Yuasa and Masami Hagiya. Copyright (c) 1990, Giuseppe Attardi. Copyright (c) 2001, Juan Jose Garcia Ripoll. ECL is free software; you can redistribute it and/or modify...
#include <stdio.h> /* Period parameters */ #define N 624 #define M 397 #define MATRIX_A 0x9908b0dfUL /* constant vector a */ #define UPPER_MASK 0x80000000UL /* most significant w-r bits */ #define LOWER_MASK 0x7fffffffUL /* least significant r bits */ static unsigned long mt[N]; /* the array for the state ...
/* * Copyright (C) 2013 ~ 2015 National University of Defense Technology(NUDT) & Kylin Ltd. * * Authors: * Kobe Lee xiangli@ubuntukylin.com/kobe24_lixiang@126.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 *...
#include <assert.h> #include "../../main/inteiro/inteiro.constructor.h" static void construirInteiroTest() { struct Inteiro *inteiro = criarInteiroComValorString("0123456789", positivo); assert(inteiro != NULL); assert(strcmp(inteiro->numero, "0123456789") == 0); assert(inteiro->numero[inteiro->size]...
#ifndef _LAPB_H #define _LAPB_H #include <linux/lapb.h> #define LAPB_HEADER_LEN 20 /* LAPB over Ethernet + a bit more */ #define LAPB_ACK_PENDING_CONDITION 0x01 #define LAPB_REJECT_CONDITION 0x02 #define LAPB_PEER_RX_BUSY_CONDITION 0x04 /* Control field templates */ #define LAPB_I 0x00 /* Information frames */ #d...
/** * \file * * \brief Arduino Due/X Board Definition. * * Copyright (c) 2011-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 conditions are ...
#pragma once class DashboardControllableItemUI : public DashboardInspectableItemUI, public DashboardControllableItem::AsyncListener { public: DashboardControllableItemUI(DashboardControllableItem* controllableItem); ~DashboardControllableItemUI(); DashboardControllableItem* controllableItem; std::unique_ptr<Co...
/** * Yawner * * Copyright (C) 2011 Henrik Hedelund (henke.hedelund@gmail.com) * * This file is part of the Qt based Yammer Client "Yawner". * * Yawner 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 ve...
#ifndef GPO_H #define GPO_H #include "gpio.h" class Gpo : public Gpio { public: Gpo(uint32_t mask); void set(); void clear(); bool getStatus(); }; #endif // GPO_H
/* Copyright (C) 2018 Magnus Lång and Tuan Phong Ngo * This benchmark is part of SWSC */ #include <assert.h> #include <stdint.h> #include <stdatomic.h> #include <pthread.h> atomic_int vars[4]; void *t0(void *arg){ label_1:; atomic_store_explicit(&vars[0], 2, memory_order_seq_cst); atomic_store_explicit(&vars[...
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* */ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ ...
/* Copyright 2017 fishpepper <AT> 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, either version 3 of the License, or (at your option) any later version. This progr...
/* * provisioned_data_sets.h * * */ #ifndef _OpenAPI_provisioned_data_sets_H_ #define _OpenAPI_provisioned_data_sets_H_ #include <string.h> #include "../external/cJSON.h" #include "../include/list.h" #include "../include/keyValuePair.h" #include "../include/binary.h" #include "access_and_mobility_subscription_dat...
/** * \file */ #ifndef _MONO_UTILS_RAND_H_ #define _MONO_UTILS_RAND_H_ #include <glib.h> #include "mono-compiler.h" #include "mono-error.h" gboolean mono_rand_open (void); gpointer mono_rand_init (guchar *seed, gint seed_size); gboolean mono_rand_try_get_bytes (gpointer *handle, guchar *buffer, gint buffer_size, ...
#ifndef CRUD_MODELO_H #define CRUD_MODELO_H #include "Modelos/Modelo/modelo.h" class CRUD_Modelo { public: CRUD_Modelo(); virtual void incluir(VICTOR::Modelo m) const = 0; virtual void alterar(VICTOR::Modelo m) const = 0; virtual void excluir(VICTOR::Modelo m) const = 0; virtual bool ID_exists(int ...
/* ----------------------------- MNI Header ----------------------------------- @COPYRIGHT : Copyright 2014 Vladimir Fonov, McConnell Brain Imaging Centre, Montreal Neurological Institute, McGill University. The author and McGill University make no representatio...
/* * Copyright (c) 1997-2000 LAN Media Corporation (LMC) * All rights reserved. www.lanmedia.com * * This code is written by: * Andrew Stanley-Jones (asj@cban.com) * Rob Braun (bbraun@vix.com), * Michael Graff (explorer@vix.com) and * Matt Thomas (matt@3am-software.com). * * With Help By: * David Boggs * R...
/* This source code is part of D E N S T O O L K I T VERSION: 1.5.0 Contributors: Juan Manuel Solano-Altamirano Julio Manuel Hernandez-Perez Luis Alfredo Nunez...
../../../linux-headers-3.0.0-12/include/linux/mempool.h
#ifndef _ZC_GUI_GTK_TEXTBOX_H_ #define _ZC_GUI_GTK_TEXTBOX_H_ #include <gui/textBox.h> #include "widget.h" namespace GUI { class ZCGtkTextBox: public TextBox, public ZCGtkWidget { public: ZCGtkTextBox(float width=1.0f, float height=1.0f); // TODO void setText(const std::string& text); std::string get...
/* ===================================================================== */ /* This file is part of Daredevil */ /* Daredevil is a side-channel analysis tool */ /* Copyright (C) 2016 */ /* Original auth...
/* * copyright (c) 2010 Sveriges Television AB <info@casparcg.com> * * This file is part of CasparCG. * * CasparCG 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 of the Licen...
/* RetroArch - A frontend for libretro. * Copyright (C) 2010-2012 - Hans-Kristian Arntzen * * RetroArch 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 Found- * ation, either version 3 of the License, or (at your...
// Mantid Repository : https://github.com/mantidproject/mantid // // Copyright &copy; 2011 ISIS Rutherford Appleton Laboratory UKRI, // NScD Oak Ridge National Laboratory, European Spallation Source // & Institut Laue - Langevin // SPDX - License - Identifier: GPL - 3.0 + #ifndef MANTIDQTMANTIDWIDGETS_DATAPROCE...
// // AutoFillBridgeDelegate.h // Buttercup // // Created by Jacob Morris on 6/1/19. // /** * Copyright (c) 2017-present, Buttercup, Inc. * * This source code is licensed under the GNU GPLv3 license found in the * LICENSE file in the root directory of this source tree. */ #if __has_include(<React/RCTBridgeDel...
void InitializeRefAlignmentImage(int *seqsizes, int numseqs); void FinalizeRefAlignmentImage(char **seqnames, char *imagefilename); void DrawRefAlignmentBlock(int seqpos, int refpos, int size, int seqid);
#ifndef CONFIGURE_SETTINGS_FORM_H #define CONFIGURE_SETTINGS_FORM_H #include "../../SMB1/SMB1_Writer/SMB1_Writer_Interface.h" #include "Difficulty_Level_Settings.h" #include "Plugin_Settings.h" #include <QAbstractButton> #include <QComboBox> #include <QDialog> class Tab_Base_Game; class Tab_Difficulty; class Tab_Leve...
/* * CostFunctionXYP.h * samurai * * Copyright 2008 Michael Bell. All rights reserved. * */ #ifndef COSTFUNCXYP_H #define COSTFUNCXYP_H #include "CostFunctionXYZ.h" #include <string> class CostFunctionXYP: public CostFunction3D { public: CostFunctionXYP(const Projection& proj, const int& numObs = 0, con...
#ifndef MODULE_H #define MODULE_H // This file is part of MCI_Host. // MCI_Host 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 of the License, or // (at your option) any la...
/* * This file is part of Cleanflight and Betaflight. * * Cleanflight and Betaflight are free software. You can redistribute * this software and/or modify this software under the terms of the * GNU General Public License as published by the Free Software * Foundation, either version 3 of the License, or (at your ...
#ifndef __IMAGEPROCESSING_H__ #define __IMAGEPROCESSING_H__ #include "ImageGL.h" // ImageGL processing bool convertYCbYCrToRGB( const ImageGL &in, ImageGL &out ); bool convertYCbYCrToY ( const ImageGL &in, ImageGL &out ); bool convertYToYCbYCr ( const ImageGL &in, ImageGL &out ); bool convertRGBAToPBOY( const Image...
/* ========================================================================= <name> - <description> ------------------------------------------------------------------------- Copyright (c) <year> - <company name> - <website> Copyright other contributors as noted in the AUTHORS file. This file ...
/* Copyright (C) 2006 - 2014 Jan Kundrát <jkt@flaska.net> This file is part of the Trojita Qt IMAP e-mail client, http://trojita.flaska.net/ 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 Founda...
// Copyright © 2013, 2014, Travis Snoozy // // 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 3 of the License, or // (at your option) any later version. // // This program is di...
#pragma once class chip8 { public: chip8(); ~chip8(); void initialize(); void emulateCycle(); void loadGame(std::string filename); void debugDraw(); bool drawFlag; unsigned short opcode; unsigned char memory[4096]; unsigned char V[16]; // General purpose registers. V[0xF] is a carry flag. unsigned short I;...
/* -*- c++ -*- */ /* * Copyright 2010,2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * GNU Radio 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 o...
// simplewall // Copyright (c) 2020-2021 Henry++ #pragma once _Ret_maybenull_ PSID _app_quyerybuiltinsid (_In_ WELL_KNOWN_SID_TYPE sid_type); VOID _app_generate_credentials (); _Ret_maybenull_ PACL _app_createaccesscontrollist (_In_ PACL acl, _In_ BOOLEAN is_secure); VOID _app_setexplicitaccess (_Out_...
#include <stdbool.h> struct config_axis { char *device; int mode; int resolution; int ihold; int irun; int initv; int finalv; int accel; int decel; int steps; double guide; double slow; double medium; double fast; double sidereal; }; struct config { stru...
#include "driver/program.h" std::vector<Root *> *CreateTree(std::vector<clang::OMPExecutableDirective *> *pragma_list, std::vector<clang::FunctionDecl *> *function_list, clang::SourceManager &sm); clang::FunctionDecl *GetFunctionForPragma(clang::OMPExecutableDirective *pragma_stmt, std::vector...
int audioPin = decoderpin;// we read data from the tone detector module here int audio = 1; // will store the value we read on this pin int LCDline = 1; // keeps track of which line we're printing on int lineEnd = 16; // One more than number of characters across display int letterCount = 0;...
// stdafx.cpp : source file that includes just the standard includes // CString.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h" // TODO: reference any additional headers you need in STDAFX.H // and not in this file
#include <climits> #ifndef QDROPTREEWIDGET_H #define QDROPTREEWIDGET_H #include <QTreeView> class QMimeData; class QDropTreeView : public QTreeView { Q_OBJECT public: explicit QDropTreeView(QWidget *parent = 0); signals: void dropFinished(QStringList); protected: void dragEnterEvent(QDragEnterEven...
#define CUDA_RESULTS \ RES(CUDA_SUCCESS, 0) \ RES(CUDA_ERROR_INVALID_VALUE, 1) \ RES(CUDA_ERROR_OUT_OF_MEMORY, 2) \ RES(CUDA_ERROR_NOT_INITIALIZED, 3) \ RES(CUDA_ERROR_DEINITIALIZED, 4) \ RES(CUDA_ERROR_PROFILER_DISABLED, 5) \ RES(CUDA_ERROR_PROFILER_NOT_INITIALIZED, 6) \ RES(CUDA_ERROR_PROFILER_ALREADY_STARTED...
/* * gnome-keyring * * Copyright (C) 2010 Collabora Ltd. * * 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 version 2.1 of * the License, or (at your option) any later versi...
#ifndef _ROS_geometry_msgs_TwistStamped_h #define _ROS_geometry_msgs_TwistStamped_h #include <stdint.h> #include <string.h> #include <stdlib.h> #include "ros/msg.h" #include "ArduinoIncludes.h" #include "std_msgs/Header.h" #include "geometry_msgs/Twist.h" namespace geometry_msgs { class TwistStamped : public ros::...
#pragma once #include "IMovement.h" #include "Character.h" namespace Entities::NPC::Behavior { /** * @brief Wandering movement pattern */ class WanderingMovement : public IMovement { public: /** * @brief Constructor * * @param character character */ WanderingMovement(Character& characte...
/* REWRITTEN BY XINEF */ #ifndef DEF_RAZORFEN_DOWNS_H #define DEF_RAZORFEN_DOWNS_H enum CreatureIds { NPC_IDOL_ROOM_SPAWNER = 8611, NPC_WITHERED_BATTLE_BOAR = 7333, NPC_DEATHS_HEAD_GEOMANCER = 7335, NPC_WITHERED_QUILGUARD = 7329, NPC_PLAG...
// // ERPaletteOpenPopup.h // ERAppKit // // Created by Raphael Bost on 24/11/12. // Copyright (c) 2012 Evan Altman, Raphael Bost. All rights reserved. // #import <Cocoa/Cocoa.h> #import <ERAppKit/ERPalettePanel.h> typedef enum { ERPaletteHorizontalOrientation = 0, ERPaletteVerticalOrientation }ERPalette...
// For a release version x.y the MAJOR should be x and both MINOR and DEVMINOR should be y. // After a release the DEVMINOR is incremented. MAJOR=x MINOR=y, DEVMINOR=y+1 #define CPPCHECK_MAJOR 2 #define CPPCHECK_MINOR 7 #define CPPCHECK_DEVMINOR 7 #define STRINGIFY(x) STRING(x) #define STRING(VER) #VER #if CPPCHECK_M...
//====================================================================================================================== // // This file is part of waLBerla. waLBerla 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 F...
#ifndef ITFDOCUMENT_H #define ITFDOCUMENT_H #include<string> #include"CoreObjects/experimentheader.h" #include"CoreObjects/documentresources.h" #include"CoreObjects/storyboard.h" #include<QUuid> #include<ctime> #include<QDateTime> using Xeml::Document::StoryBoard; using Xeml::Document::DocumentResources; using namesp...
/* * The ndn-sim hyperbolic graphs module * * Chiara Orsini, CAIDA, UC San Diego * chiara@caida.org * * Copyright (C) 2014 The Regents of the University of California. * * This file is part of the ndn-sim hyperbolic graphs module. * * The ndn-sim hyperbolic graphs module is free software: you can redistribute...
#ifndef AUTHOR_H #define AUTHOR_H #include <QString> class Author { private: QString name; int uid; int gameCount; public: Author(); Author(int uid, QString name, int gameCount); int getUid(); QString getName(); int getGameCount(); void setUid(int newId); void setName(QString n...
// // CountryViewController.h // iApp // // Created by icoco7 on 12/1/14. // Copyright (c) 2014 i2Cart.com. All rights reserved. // #import "AppTableViewController.h" @interface CountryViewController : AppTableViewController @end
/********************* P r o g r a m - M o d u l e ***********************/ /*! * \file tstopt.c * * \author see * $Date: 2009/07/22 13:27:01 $ * $Revision: 1.9 $ * * \project UTL library * \brief Test command line options * \switches none */ /*-------------------------...
#include "crypto_hash.h" #include "hash.h" int crypto_hash(unsigned char *out,const unsigned char *in,unsigned long long inlen) { sph_groestl256_context mc; sph_groestl256_init(&mc); sph_groestl256(&mc, in, inlen); sph_groestl256_close(&mc,out); return 0; }
#ifndef _ASM_CSS_CHARS_H #define _ASM_CSS_CHARS_H #include <linux/types.h> struct css_general_char { u64 : 12; u32 dynio : 1; /* bit 12 */ u32 : 4; u32 eadm : 1; /* bit 17 */ u32 : 23; u32 aif : 1; /* bit 41 */ u32 : 3; u32 mcss : 1; /* bit 45 */ u32 fcs : 1; /* bit 46 */ u32 : 1; u32 ext_mb : 1; /* ...
/* SSSD find_uid - Utilities tests Authors: Abhishek Singh <abhishekkumarsingh.cse@gmail.com> Copyright (C) 2013 Red Hat 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 Fou...
/* * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "PMCPDLCMessageSetVersion1" * found in "../../../dumpvdl2.asn1/atn-b1_cpdlc-v1.asn1" * `asn1c -fcompound-names -fincludes-quoted -gen-PER` */ #include "PositionTimeLevel.h" static asn_TYPE_member_t asn_MBR_PositionTimeLevel_1[] = { ...
/* * Copyright 2014 Juha Lepola * * This file is part of M-Files for Sailfish. * * M-Files for Sailfish 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 of the License, or (at y...