text
stringlengths
4
6.14k
#pragma once #ifndef __LOCATION_H__ #define __LOCATION_H__ typedef struct GPSINFO { char utc_time[64]; char status; float latitude_value; char latitude; float longtitude_value; char longtitude; float speed; float azimuth_angle; ...
#ifndef GRAPH_H #define GRAPH_H #include <QWidget> #include <QLinkedList> #include <QPointF> #include <QPolygonF> #include <QList> #include <QDebug> #include <QSize> #include <QPoint> #include <QString> #include <QWheelEvent> #include <QPainter> #include <QTime> #include "instancedata.h" #include <talloc.h> #include ...
#include <avr/io.h> #include <stdio.h> #ifndef BAUD #define BAUD 115200 #endif #include <util/setbaud.h> /* http://www.cs.mun.ca/~rod/Winter2007/4723/notes/serial/serial.html */ void uart_init(void) { UBRRH = UBRRH_VALUE; UBRRL = UBRRL_VALUE; #if USE_2X UCSRA |= _BV(U2X); #else UCSRA &= ~(_BV(U2X0))...
// // Created by simon on 2016-06-21. // #ifndef BUBBAROGUEFORT_ACTIONMENU_H #define BUBBAROGUEFORT_ACTIONMENU_H #include <HudRenderer.h> #include <Layout.h> #include <ListLayout.h> #include "../logic/Bandit.h" class Font; class InventoryItem; class ActionMenu : public HudRenderer { public: struct Action{ ...
/* * This file is part of Cleanflight. * * Cleanflight 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. * * Cleanflight is distr...
#ifndef __CAMERA_H_INCLUDED__ #define __CAMERA_H_INCLUDED__ #include "object.h" class Camera { private: float position[3]; float target[3]; float matrix[9]; float *right, *up, *forward; float positionang[3]; // position angulaire actuelle float optimalposition[3]; // position angulaire que doit atteindre...
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #pragma once #include <windows.h> #ifdef __cplusplus extern "C" { #endif void WINAPI DB_SendComman...
/*------------------------------------------------------------------------- * * sequence.h * prototypes for sequence.c. * * Portions Copyright (c) 2012-2014, TransLattice, Inc. * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of Ca...
/* * Copyright (C) 2019 by Sukchan Lee <acetcom@gmail.com> * * This file is part of Open5GS. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or ...
/* Copyright (c) 2014-2019 AscEmu Team <http://www.ascemu.org> This file is released under the MIT license. See README-MIT for more information. */ #pragma once enum CreatureEntry { // Devouring Ectoplasm AI CN_DEVOURING_ECTOPLASM = 3638, // Druid of the Fang AIr CN_DRUID_FANG = 38...
/* * Handles static content in /www/ */ # include <system.h> # include <system/http.h> # include <status.h> # include <type.h> # include <kernel/kernel.h> inherit resource HTTP_RESOURCE_LIB; string filename; void create(varargs int clone) { resource::create(clone); set_authentication_flags(HTTP_ALLOWS_PUBLIC...
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|...
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "Object.h" #include "IntsDuplex.generated.h" /** * */ UCLASS(BlueprintType) class VECTORIZINGANIMATION_API UIntsDuplex : public UObject { GENERATED_BODY() public: UFUNCTION(BlueprintCallable, Category = "Line")...
// // Vector3d.h // CardboardSDK-iOS // #pragma once #include "ofMain.h" class Vector3d { friend class Matrix3x3d; friend class SO3Util; public: Vector3d(); Vector3d(double x, double y, double z); Vector3d(Vector3d *other); void set(double x, double y, double z); void setComponent(int...
/** ****************************************************************************** * @file TIM/TIM_PWMInput/Src/stm32f4xx_hal_msp.c * @author MCD Application Team * @version V1.2.5 * @date 29-January-2016 * @brief HAL MSP module. ********************************************************...
#include "mupdf/fitz.h" #include "html-imp.h" #include <string.h> static fz_font * fz_load_html_default_font(fz_context *ctx, fz_html_font_set *set, const char *family, int is_bold, int is_italic) { int is_mono = !strcmp(family, "monospace"); int is_sans = !strcmp(family, "sans-serif"); const char *real_family = i...
/* * opencog/reasoning/pln/PLNModule.h * * Copyright (C) 2008 by Singularity Institute for Artificial Intelligence * All Rights Reserved * * Written by Jared Wigmore <jared.wigmore@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Affero General...
/* MODULE: auth_sasldb */ /* COPYRIGHT * Copyright (c) 1997-2000 Messaging Direct Ltd. * 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...
/* * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) * version 3 as published by the Free Software Foundation. In accordance with * Section 7(a) of the GNU AGPL its ...
/***************************************************************************/ /* */ /* ttunpat.h */ /* */ /* ...
// This file is part of the HörTech Open Master Hearing Aid (openMHA) // Copyright © 2007 2008 2013 2016 2017 2018 HörTech gGmbH // // openMHA is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3...
/*! \file gd32f10x_fwdgt.c \brief FWDGT driver \version 2014-12-26, V1.0.0, firmware for GD32F10x \version 2017-06-20, V2.0.0, firmware for GD32F10x \version 2018-07-31, V2.1.0, firmware for GD32F10x */ /* Copyright (c) 2018, GigaDevice Semiconductor Inc. All rights re...
// -*- Mode: C++; tab-width: 2; -*- // vi: set ts=2: // #ifndef BALL_STRUCTURE_BUILDBONDSPROCESSOR_H #define BALL_STRUCTURE_BUILDBONDSPROCESSOR_H #ifndef BALL_CONCEPT_PROCESSOR_H #include <BALL/CONCEPT/processor.h> #endif #ifndef BALL_KERNEL_ATOMCONTAINER_H #include <BALL/KERNEL/atomContainer.h> #endif #ifndef BA...
/* * ggit-ref-spec.h * This file is part of libgit2-glib * * Copyright (C) 2012 - Garrett Regier * * libgit2-glib 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 Lic...
//////////////////////////////////////////////////////////////// // // Copyright (C) 2005 Affymetrix, Inc. // // 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. // // This program...
//---------------------------------------------------------------------------- // ZetaScale // Copyright (c) 2016, SanDisk Corp. and/or all its affiliates. // // This program is free software; you can redistribute it and/or modify it under // the terms of the GNU Lesser General Public License version 2.1 as published b...
/* SDL - Simple DirectMedia Layer Copyright (C) 1997-2011 Sam Lantinga 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 op...
/* * Testcase for private mmap. * Copyright (C) 2016 bww bitwise works GmbH. * This file is part of the kLIBC Extension Library. * Authored by Dmitry Kuminov <coding@dmik.org>, 2016. * * The kLIBC Extension Library is free software; you can redistribute it * and/or modify it under the terms of the GNU Lesser Gen...
/**************************************************************************** ** ** Copyright (C) 2015 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the QtWidgets module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** Licensees holding ...
// The libMesh Finite Element Library. // Copyright (C) 2002-2021 Benjamin S. Kirk, John W. Peterson, Roy H. Stogner // 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 ...
/* GStreamer * Copyright (C) 2012 Stefan Sauer <ensonic@users.sf.net> * * envelope-d.h: decay envelope generator * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * versio...
/* * LFC Library - Linux toolkit * * Copyright (C) 2012, 2013 Daniel Mosquera Villanueva * (milkatoffeecuco@gmail.com) * This file is part of LFC Library. * * 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...
/**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** ...
/* -*-c++-*- IfcPlusPlus - www.ifcplusplus.com - Copyright (C) 2011 Fabian Gerold * * This library is open source and may be redistributed and/or modified under * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or * (at your option) any later version. The full license is in LICENSE file * include...
/* $Id: simple_client.c,v 1.8 2006-04-28 09:40:16 erk Exp $ ----------------------------------------------------------------------- TSP Library - core components for a generic Transport Sampling Protocol. Copyright (c) 2002 Yves DUFRENNE, Stephane GALLES, Eric NOULARD and Robert PAGNOT This library is free softwa...
/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* Last changed Time-stamp: <2006-10-14 07:07:07 raim> $Id: integrateODEs.c,v 1.2 2006/10/14 05:10:27 raimc Exp $ */ /* * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser Ge...
/* SDL - Simple DirectMedia Layer Copyright (C) 2013 Canonical Ltd 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...
/* ---------------------------------------------------------------------------- * ATMEL Microcontroller Software Support - ROUSSET - * ---------------------------------------------------------------------------- * Copyright (c) 2007, Atmel Corporation * All rights reserved. * * Redistribution and use ...
/* Print.h - Base class that provides print() and println() Copyright (c) 2008 David A. Mellis. All right 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 ...
/************************************************************************** ** ** This file is part of Qt Creator ** ** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies). ** ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** ** GNU Lesser General Public License Usage ** ** This file may be used unde...
/* This source file is part of XBiG * (XSLT Bindings Generator) * For the latest info, see http://sourceforge.net/projects/javaglue/ * * Copyright (c) 2005 netAllied GmbH, Tettnang * Also see acknowledgements in Readme.html * * This program is free software; you can redistribute it and/or modify it under ...
/* * This file is part of the Gluon Development Platform * Copyright (c) 2011 Laszlo Papp <lpapp@kde.org> * * 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 ...
/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* Last changed Time-stamp: <2008-03-10 16:35:43 raim> $Id: testCompiler.c,v 1.7 2008/03/10 19:24:47 raimc Exp $ */ /* * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser Gen...
/* * WebKit2 EFL * * Copyright (c) 2012 Samsung Electronics Co., Ltd. * * 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) * an...
//////////////////////////////////////////////////////////////// // // Copyright (C) 2005 Affymetrix, Inc. // // This library is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License // (version 2.1) as published by the Free Software Foundation. // // This...
/* * Copyright 2006 Serge van den Boom <svdb@stack.nl> * * 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 later version. * ...
/* GIO - GLib Input, Output and Streaming Library * * Copyright (C) 2008 Benjamin Otte <otte@gnome.org> * * 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 of the ...
/* * Copyright (C) 2016 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #include...
#include "tokyo_messenger.h" extern VALUE StringRaw(const char *buf, int bsiz){ VALUE vval; int i; vval = rb_str_buf_new2(""); char s[5]; for(i=0;i<bsiz;i++){ char c = *buf++; s[0] = c; rb_str_buf_cat(vval, s, 1); } // buf -= bsiz; // rb_str_buf_cat2(vval, ""); return vval; } extern V...
/* * GeeXboX Valhalla: tiny media scanner API. * Copyright (C) 2009 Mathieu Schroeter <mathieu@schroetersa.ch> * * This file is part of libvalhalla. * * libvalhalla 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 So...
/* pager object */ /* vim: set sw=2 et: */ /* * Copyright (C) 2001 Havoc Pennington * Copyright (C) 2003, 2005-2007 Vincent Untz * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; ...
/* * Copyright (C) 2002 Manuel Novoa III * Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org> * * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ #include "_string.h" #ifdef __USE_GNU #ifdef WANT_WIDE # define Wmempcpy wmempcpy #else # undef mempcpy # define Wmempcpy memp...
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 1996-2002 * Sleepycat Software. All rights reserved. */ #include "db_config.h" #ifndef lint static const char copyright[] = "Copyright (c) 1996-2002\nSleepycat Software Inc. All rights reserved.\n"; static const char revid[] = ...
#ifndef PFFFT_EX_H #define PFFFT_EX_H #include "pffft.h" #ifdef __cplusplus extern "C" { #endif void pffft_zconvolve(PFFFT_Setup *s, const float *a, const float *b, float *ab); #ifdef __cplusplus } #endif #endif /* PFFFT_EX_H */
/* * Copyright (c) 2008-2010 Wind River Systems; see * guts/COPYRIGHT for information. * * static int * clone(...) { * .... */ /* because clone() doesn't actually continue in this function, we * can't check the return and fix up environment variables in the * child. Instead, we have to temporarily do...
// Created file "Lib\src\ehstorguids\guids" 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,...
/* * Copyright (c) 2008 CO-CONV, 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: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditio...
// LdXDlg.h : CLdXDlg ‚̐錾 #ifndef __LdXDlg_H_ #define __LdXDlg_H_ #include "resource.h" // ƒƒCƒ“ ƒVƒ“ƒ{ƒ‹ #include <atlhost.h> #include <coef.h> ///////////////////////////////////////////////////////////////////////////// // CLdXDlg class CLdXDlg : public CAxDialogImpl<CLdXDlg> { publi...
/* 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 PTXPARSERH #define PTXPARSERH #include "Tokenizer.h" #include "parser/AbstractParser.h" namespace ptx { class Parser : public parser::AbstractParser { typedef TokenList::token_t token_t; public: ~Parser(){} ParserResult parseModule(const std::string& source); protected: bool parseTokens...
// Created file "Lib\src\MsXml2\msxml2_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, ...
#include<stdio.h> int main() { printf("\n\n\nHi there!!!!!!\n\n\n"); return 0; }
/* 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...
// Created file "Lib\src\PortableDeviceGuids\guids" 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, ...
// Created file "Lib\src\ksuser\guids" 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,...
/* 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...
/* 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...
// Created file "Lib\src\Uuid\iid" 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, b6...
/* Created : Jul 31, 2010 Modified: Feb 14, 2013 Author : Yu-Chung Hsiao Email : project.caplet@gmail.com */ /* This file is part of CAPLET. CAPLET 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, eithe...
/* * * 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...
// ------------------------------- // // -------- Start of File -------- // // ------------------------------- // // ----------------------------------------------------------- // // C++ Header File Name: asprint.h // C++ Compiler Used: MSVC, BCC32, GCC, HPUX aCC, SOLARIS CC // Produced By: DataReel Software Developme...
/* * Author£ºÍõµÂÃ÷ * Email£ºphight@163.com * QQȺ£º220954528 */ #pragma once #include "Sink.h" #include "MediaPacket.h" #include "x264/x264.h" #include "fdk-aac/aacenc_lib.h" #define H264_PROFILE_HIGH 0 #define H264_PROFILE_MAIN 1 #define H264_PROFILE_LOW 2 #define AAC_PROFILE_LC 0 #define AAC_PROFILE_HE 1 #...
/* 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...
#include "lpkit.h" #include <stdio.h> int main(int argc, char *argv[]) { lprec *lp; if (argc != 1) { printf("lp to mps file converter by Jeroen J. Dirks (jeroend@tor.numetrix.com)\n"); printf("Usage: lp2mps < inputfile.lp > outputfile.mps\n"); } else { fprintf(stderr,"reading lp file\n"); lp...
/* * Codepage functions * * Copyright (C) 2006-2021, 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 Software Founda...
// This module defines interface to the QsciStyle class. // // Copyright (c) 2012 Riverbank Computing Limited <info@riverbankcomputing.com> // // This file is part of QScintilla. // // This file may be used under the terms of the GNU General Public // License versions 2.0 or 3.0 as published by the Free Software // F...
/** * \file * DynamicalItem class * ---------------------------------------------------------------------------- * \date 2018 * \author Simon Rohou * \copyright Copyright 2020 Simon Rohou * \license This program is distributed under the terms of * the GNU Lesser General Public ...
// Created file "Lib\src\ADSIid\guid" 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, ...
/** \file * \brief This class is a simple layout that places nodes next to each other * and draws edges as bows above the nodes. * The user may decide whether to use a custom permutation or use the ordering * given by the nodes indices. * * \author Sebastian Semper * * \par License: * This file is part of the ...
/******************************************************************************* * This file is part of PlexyDesk. * Maintained by : Siraj Razick <siraj@kde.org> * Authored By : Lahiru Lakmal Priyadarshana <llahiru@gmail.com> * * PlexyDesk is free software: you can redistribute it and/or modify * it under the term...
/* L - Linux library for easy writing of linux daemons in C++. Copyright (C) 2012 Alexander Wenzel. 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.0 of the License, or (at y...
#include "amos.h" /* Copyright, Donald E. Amos: sandia national laboratories * from slatec library or amos library. * * issued by sandia laboratories, a prime contractor to the * united states department of energy * notice: * this report was prepared as an account of work sponsored by the * united...
#ifndef _APP_RESOURCE_ID_H_ #define _APP_RESOURCE_ID_H_ extern const wchar_t* IDC_BUTTON_CAL; extern const wchar_t* IDC_BUTTON_RESET; extern const wchar_t* IDC_FEATURE_COUNT; extern const wchar_t* IDC_LABEL1; extern const wchar_t* IDC_LABEL10; extern const wchar_t* IDC_LABEL11; extern const wchar_t* IDC_LABEL2; extern...
// Created file "Lib\src\ehstorguids\guids" 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,...
// +------------------------------------------------------------------------- // | rawMesh.h // | // | Author: Gilbert Bernstein // +------------------------------------------------------------------------- // | COPYRIGHT: // | Copyright Gilbert Bernstein 2012 // | See the included COPYRIGHT file for further det...
/* Copyright (C) 2007 <SWGEmu> This File is part of Core3. 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 of the License, or (at your option) any later version. This progra...
#ifndef MOVZXIRBUILDER_H #define MOVZXIRBUILDER_H #include "BaseIRBuilder.h" #include "Inst.h" #include "TwoOperandsTemplate.h" class MovzxIRBuilder: public BaseIRBuilder, public TwoOperandsTemplate { public: MovzxIRBuilder(uint64 address, const std::string &disassembly); // From BaseIRBuilder virtua...
// This code contains NVIDIA Confidential Information and is disclosed to you // under a form of NVIDIA software license agreement provided separately to you. // // Notice // NVIDIA Corporation and its licensors retain all intellectual property and // proprietary rights in and to this software and related documentation...
#ifndef PLANT_H #define PLANT_H #include <core/mjObject.h> #include <ai/mjAutomaton.h> #include <util/mjResourceManager.h> #include "../Level.h" #include "KosmoObject.h" using namespace mjEngine; class Plant : public KosmoObject, public mjAutomaton { public: Plant(Level* levelData, mjResourceManager* ...
#ifndef L3G_h #define L3G_h // register addresses #define L3G_WHO_AM_I 0x0F #define L3G_CTRL_REG1 0x20 #define L3G_CTRL_REG2 0x21 #define L3G_CTRL_REG3 0x22 #define L3G_CTRL_REG4 0x23 #define L3G_CTRL_REG5 0x24 #define L3G_REFERENCE 0x25 #define L3G_OUT_TEMP 0x26 #define L3G_STATUS_...
/* 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...
// Created file "Lib\src\dxguid\X64\d3d9guid" 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...
/* * src/element.h * * Copyright (c) 2009 Technische Universität Berlin, * Stranski-Laboratory for Physical und Theoretical Chemistry * * This file is part of libcfp. * * libcfp is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as pu...
// Created file "Lib\src\MsXml2\X64\msxml2_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, b...
#ifndef TEST_CALCULATOR_H #define TEST_CALCULATOR_H #include "function_calculator.h" class TestCalculator : public Genetic::FunctionCalculator { public: virtual void process(std::vector <Genetic::BaseIndividual*>& individuals); }; #endif
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include "QDate" #include <QTimer> #include <QSound> #include <QMainWindow> #include "jobalert.h" #include "structures.h" #include "adminpanel.h" #include "adminlogin.h" #include "socketclient.h" #include "pickupwindow.h" #include "newreservation.h" #include "del...
/* * _hashtable.c * * Created on: 26 déc. 2013 * Author: Emmanuel */ #include <stdlib.h> #include <string.h> #include "shdata.h" /** * \fn NewHashtableElement * \brief Create a new hashtable element and assign it to an existing hashtable. * * \inputs parent pointer to hashtable * key key strin...
#ifndef BST_H #define BST_H typedef struct node node; struct node { int key; node *left, *right; }; typedef enum b_type b_type; enum b_type { PREORDER, INORDER, POSTORDER }; void add(node **, int); void browse(node *, b_type); node *search(node *, int); void delete(node **, int); #endif
// ZGUI_Sprite.h: interface for the ZGUI_Sprite class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_ZGUI_SPRITE_H__112F0537_0410_4F3C_A75E_C0D9B3B7FDF4__INCLUDED_) #define AFX_ZGUI_SPRITE_H__112F0537_0410_4F3C_A75E_C0D9B3B7FDF4__INCLUDED_ #if _MSC_VER > 1000 #prag...
// // ViewController.h // Capture // // Created by Peyton Randolph on 8/8/15. // Copyright © 2015 peytn. All rights reserved. // @import UIKit; @interface CaptureViewController : UIViewController @end