text
stringlengths
9
948k
/* Copyright (C) 2014 Parrot SA 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 dis...
/*------------------------------------------------------------------------- * * ruleutils.c * Functions to convert stored expressions/querytrees back to * source text * * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of Californ...
/*------------------------------------------------------------------------- * * planner.c * The query optimizer external interface. * * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION * src/ba...
/** * Appcelerator Titanium Mobile * Copyright (c) 2015 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ #if defined(USE_TI_APPIOSSEARCHQUERY) || defined(USE_TI_APPIOSSEARCHABLEITEM) #import "...
#define TEST_NAME "auth7" #include "cmptest.h" static unsigned char key[32]; static unsigned char c[600]; static unsigned char a[64]; int main(void) { size_t clen; for (clen = 0; clen < sizeof c; ++clen) { crypto_auth_keygen(key); randombytes_buf(c, clen); crypto_auth_hmacsha512(a, c,...
// SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause /* * Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All rights reserved. */ #include "efa_com.h" #include "efa_com_cmd.h" void efa_com_set_dma_addr(dma_addr_t addr, u32 *addr_high, u32 *addr_low) { *addr_low = lower_32_bits(addr); *addr_high = upper_32_...
/* * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
/* * Copyright (c) 2019-2020, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #include <string.h> #include "zephyr/types.h" #include "tools/util.h" #include "adapter/adapter.h" #include "adapter/config.h" #include "system/core0_stall.h" #include "system/delay.h" #include "system/gpio.h" #include "system/int...
/* ---------------------------------------------------------------------------- * Copyright (c) Huawei Technologies Co., Ltd. 2013-2020. All rights reserved. * Description: Hal Flash HeadFile * Author: Huawei LiteOS Team * Create: 2013-01-01 * Redistribution and use in source and binary forms, with or without modi...
// // UserStatus.h // ZohoMessenger // // Created by Balaji Sankar on 05/02/14. // Copyright (c) 2014 Balaji Sankar. All rights reserved. // #import <Foundation/Foundation.h>
/* * Copyright (c) 2012 Adrian Chadd <adrian@FreeBSD.org> * All Rights Reserved. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTW...
#pragma once namespace Bootil { namespace CommandLine { BOOTIL_EXPORT void Set( int argc, char* argv[] ); BOOTIL_EXPORT BString GetFull(); BOOTIL_EXPORT int GetArgCount(); BOOTIL_EXPORT BString GetArg( int iNum, const BString & strDefault = "" ); BOOTIL_EXPORT BString GetSwitch( const BString & strArgNam...
/**************************************************************************** * * Copyright (c) 2020 Vivante Corporation * * 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 ...
/*------------------------------------------------------------------------- * * cdbfilerepdefs.c * * Portions Copyright (c) 2009-2010, Greenplum Inc * Portions Copyright (c) 2012-Present Pivotal Software, Inc. * * * IDENTIFICATION * src/backend/access/transam/filerepdefs.c * *--------------------------...
/* * This header is generated by classdump-dyld 1.0 * on Wednesday, March 22, 2017 at 9:03:10 AM Mountain Standard Time * Operating System: Version 10.1 (Build 14U593) * Image Source: /System/Library/Frameworks/AVFoundation.framework/AVFoundation * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias ...
/* gpio functions. Merging GPIO support into driver: Copyright (C) 2004 Chris Kennedy <c@groovy.org> Copyright (C) 2005-2007 Hans Verkuil <hverkuil@xs4all.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...
/* * (C) Copyright 2018-2019 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 la...
#if !defined (_WIN32) #if defined (USE_ANSI) //#pragma message "Compiling termio_ansi" #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <ctype.h> #include <time.h> #include <sys/time.h> #include <stdarg.h> #include <termios.h> #include "dcl.h" #include "dclfindfile.h" #include "t...
/* * Routines providing a simple monitor for use on the PowerMac. * * Copyright (C) 1996-2005 Paul Mackerras. * Copyright (C) 2001 PPC64 Team, IBM Corp * Copyrignt (C) 2006 Michael Ellerman, IBM Corp * * This program is free software; you can redistribute it and/or * modify it under the terms of the G...
#include "kernel/types.h" #include "kernel/defs.h" #include "kernel/param.h" #include "kernel/memlayout.h" #include "kernel/mmu.h" #include "kernel/proc.h" #include "kernel/x86.h" #include "kernel/traps.h" #include "kernel/spinlock.h" // Interrupt descriptor table (shared by all CPUs). struct gatedesc idt[256]; extern...
#include<stdio.h> #include<stdlib.h> #include<string.h> #include "sfs_api.h" #define MAX_FNAME_LENGTH 12 #define MAX_FD 100 #define MAX_BYTES 30000 #define MIN_BYTES 10000 int main() { int i,j,k; int chunksize; char *buffer; //int fds[MAX_FD]; int fds; //char *names[MAX_FNAME_LENGTH]; char fname[MAX_FNAME_L...
// Copyright 2019 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 THIRD_PARTY_BLINK_RENDERER_MODULES_COMPRESSION_COMPRESSION_STREAM_H_ #define THIRD_PARTY_BLINK_RENDERER_MODULES_COMPRESSION_COMPRESSION_STREAM_H_ ...
/** * Copyright (c) 2017 - 2021, 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) 2014-2018, The Monero Project // // 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 o...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 14, 2021 at 2:37:47 PM Mountain Standard Time * Operating System: Version 14.4 (Build 18K802) * Image Source: /System/Library/PrivateFrameworks/UIKitCore....
/* * 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...
/****************************************************************************** * * Copyright 2013 Altera Corporation. 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 sourc...
#ifndef GDD_H #define GDD_H #include <map> #include <vector> #include <string> #include <list> #include "detModel/Sections/Section.h" namespace xmlUtil { class IdDict; } namespace detModel{ using xmlUtil::IdDict; class Volume; class Constants; class Const; class ConstCategory; class Visitor; clas...
#ifdef __OBJC__ #import <UIKit/UIKit.h> #else #ifndef FOUNDATION_EXPORT #if defined(__cplusplus) #define FOUNDATION_EXPORT extern "C" #else #define FOUNDATION_EXPORT extern #endif #endif #endif FOUNDATION_EXPORT double Pods_MDUIMaterialKit_ExampleVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_MDUIMaterialK...
/* Copyright (C) 1999 Juhana Sadeharju kouhia at nic.funet.fi 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 ver...
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------- #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface TagTableViewCell : UITableViewCell @property (weak, nonatomic)...
/* * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * All rights reserved. * * 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 opt...
/** * Copyright (C) 2005 Brian Rogan <bcr6@cornell.edu>, IBM * * 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. **/...
/////////////////////////////////////////////////////////////////////////////// // // CoinVault // // entropydialog.h // // Copyright (c) 2014 Eric Lombrozo // // All Rights Reserved. #pragma once #include <QDialog> class EntropyDialog : public QDialog { Q_OBJECT public: EntropyDialog(QWidget* parent = null...
#pragma once #include "imguiWrapperTypes.h" #ifdef __cplusplus extern "C" { #endif extern void iggStyleGetItemInnerSpacing(IggGuiStyle handle, IggVec2 *value); extern void iggStyleSetColor(IggGuiStyle handle, int index, IggVec4 const *color); extern void iggStyleScaleAllSizes(IggGuiStyle handle, float scale); #if...
// Copyright (c) 2018 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to ...
/* Copyright (c) 2015 Martin Sustrik 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...
/* * Copyright 2000-2001, Stephen van Egmond, svanegmond@tinyplanet.ca. * Distributed under the terms of the MIT License. */ #include <hash_map> template <> class hash<string> { public: size_t operator()(string const &str) const { hash<char const *> ...
// // FlightDetailsSample.h // Template // // Created by Stadelman, Stan on 9/16/14. // Copyright (c) 2014 Stan Stadelman. All rights reserved. // @class SODataDuration; @interface FlightDetailsSample : NSObject @property (nonatomic, strong) NSString *countryFrom; @property (nonatomic, strong) NSString *cityFrom...
// Copyright 2018 The Fuchsia 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 PLATFORM_HANDLE_H #define PLATFORM_HANDLE_H #include "magma_util/macros.h" #include <memory> namespace magma { class PlatformHandle { public: ...
/* * Copyright (c) 2015, Freescale Semiconductor, Inc. * Copyright 2016-2020 NXP * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _FSL_LLWU_H_ #define _FSL_LLWU_H_ #include "fsl_common.h" /*! @addtogroup llwu */ /*! @{ */ /*************************************************************...
#include "emscripten.h" #include <math.h> double pluto_x0(double t, double x) { return ( 0.00383668 * sin(1.5755335 * t + 1.8286481288918852) + 0.01558618 * sin(3.0189105 * t + 1.0711850073701574) + 0.01245892 * sin(3.2747384 * t + 4.985790967985247) + 0.00461769 * sin(3.9197826 * t + 3.4165841...
// immediate-renderer-base.h #pragma once // Provides shared implementation of public API objects for targets with // an immediate mode execution context. #include "renderer-shared.h" namespace gfx { enum class MapFlavor { Unknown, ///< Unknown mapping type HostRead, HostWrite, WriteDiscard, }; cla...
//////////////////////////////////////////////////////////////////////////// // Created : 19.02.2010 // Author : Dmitriy Iassenev // Copyright (C) GSC Game World - 2010 //////////////////////////////////////////////////////////////////////////// #ifndef BASE_LEXEME_H_INCLUDED #define BASE_LEXEME_H_INCLUDED namespac...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2013-2015 The TEKcoin developers // Copyright (c) 2017 MudCoin Developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. // // Why base-58 instead of standard ba...
// Copyright 2014 BitPay Inc. // Copyright 2015 Popbit Core Developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef __UNIVALUE_H__ #define __UNIVALUE_H__ #include <stdint.h> #include <string> #include <vector> #incl...
/* * Copyright 2017-2018 AVSystem <avsystem@avsystem.com> * * 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...
// Atari XL/XE SAP music file emulator // Game_Music_Emu https://bitbucket.org/mpyne/game-music-emu/ #ifndef SAP_EMU_H #define SAP_EMU_H #include "Classic_Emu.h" #include "Sap_Apu.h" #include "Sap_Cpu.h" class Sap_Emu : private Sap_Cpu, public Classic_Emu { typedef Sap_Cpu cpu; public: static gme_type_t static_typ...
/** * SCILL API * SCILL gives you the tools to activate, retain and grow your user base in your app or game by bringing you features well known in the gaming industry: Gamification. We take care of the services and technology involved so you can focus on your game and content. * * OpenAPI spec version: 1.0.0 * Con...
/*========================================================================= Program: Visualization Toolkit Module: vtkCharArray.h Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This software is di...
/* * 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 ...
#include <stdio.h> #include <assert.h> #include <string.h> #include "../test.h" #include "../../token/token/token.h" #include "../../token/TokenKeys.h" #include "../lexer_test_utils.h" void test_lexes_float_constant() { printt("lexes float constant\n"); char* str = "1.44 "; struct Token** tokens = lex(str); as...
// Illustrates a problem where a volatile bool modified at the end of an IRQ is not stored properly // because it is assigned to the A register typedef void (*IRQ_TYPE)(void); IRQ_TYPE* const KERNEL_IRQ = (IRQ_TYPE*)$0314; byte* const RASTER = (byte*)$d012; byte* const VICII_CONTROL1 = (byte*)$d011; byte* const IRQ_S...
/* * Copyright 2015 Kakao Corp. * * 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...
// Copyright 2008 the V8 project authors. All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of ...
/* Copyright (C) 2007-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. 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 o...
/*- * Public Domain 2014-2016 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * 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 form or as a compiled * binary,...
/* * Copyright (c) 2004-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * */ #pra...
#ifndef __SIGNAL_H__ #define __SIGNAL_H__ /* * *信号处理类 * */ class Signal { public: //信号处理函数 static void sig_handler(int sig); //设置信号处理函数 static bool addsig(int sig, void (handler)(int), bool restart = true); //设置统一事件源的管道 static void set_pipfd(int *pipefd); private: static int* m_pipfd; //统一事件源管道 }; #...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_WALLET_WALLET_H #define BITCOIN_WALLET_WALLET_H #include "amount...
//RESOLUÇÃO PARA SINCRONISMO CONDICIONAL #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <time.h> #include <sys/wait.h> #include <sys/types.h> #include <pthread.h> #include <stdbool.h> #include <stdatomic.h> #include <semaphore.h> sem_t arrive1, arrive2, arrive3; void* worker1(void *p){ printf...
#define ERR_EXIT_CODE 125
/* * This header is generated by classdump-dyld 1.0 * on Tuesday, November 5, 2019 at 2:43:45 AM Mountain Standard Time * Operating System: Version 13.0 (Build 17J586) * Image Source: /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by...
// // UserSettings.h // Moto Accident Info // // Created by Громов Андрей on 23.02.16. // Copyright © 2016 motoAccident. All rights reserved. // #import <Foundation/Foundation.h> #import <CoreLocation/CoreLocation.h> @interface UserSettings : NSObject + (void)setup; + (CLLocation *)location; + (int)alertRadius;...
// David Eberly, Geometric Tools, Redmond WA 98052 // Copyright (c) 1998-2021 // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt // https://www.geometrictools.com/License/Boost/LICENSE_1_0.txt // Version: 4.0.2021.11.11 #pragma once #include <Mathematics/IntrLine2Al...
// // 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...
#include <stdio.h> int main(int argc, char const *argv[]) { double a = -99, v = 0, x = 0, y = 0, z = 0, w = 0; do { scanf("%lf", &a); if (a != -1) { v++; if (a == 83) { x++; } else if (a == 93) { y++; } else if (a == 0) { z++; } } } while (a != -1); printf("%d\n%...
// // Geometry.h // Relation-Based Simulator (RBS) // // Created by Ali Jenabidehkordi on 24.05.18. // Copyright © 2018 Ali Jenabidehkordi. All rights reserved. // #ifndef GEOMETRY_H #define GEOMETRY_H #include "PointStatus.h" #include "../space/Point.h" #include <vector> #include <set> /** * The geometry names...
/* * Description: * History: yang@haipo.me, 2017/03/18, create */ # ifndef _ME_UPDATE_H_ # define _ME_UPDATE_H_ # include "me_config.h" int init_update(void); int update_user_balance(bool real, uint32_t user_id, const char *asset, const char *business, uint64_t business_id, mpd_t *change, json_t *detail); # e...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, October 27, 2021 at 3:18:06 PM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/Stocks/...
#pragma once #include <windows.h> namespace Smile { class XTimer { public: XTimer(); void Begin(); void End(); double GetElapsedTime(); private: LARGE_INTEGER _frequency; LARGE_INTEGER _startTime; LARGE_INTEGER _endTime; }; }
/* github.com/wendelmarques --------------------------------------------------- TRABALHO PRÁTICO 1 - AED1 (2018.1) --------------------------------------------------- Universidade Federal de Goiás Instituto de Informática Aluno: Wendel Marques de Jesus Souza Prof. Nádia Félix */ #include <stdio.h> #include <stdlib.h...
//########################################################################### // // FILE: hw_emif.h // // TITLE: Definitions for the C28x EMIF registers. // //########################################################################### // $TI Release: F2837xD Support Library v3.05.00.00 $ // $Release Date: Tue Jun ...
/* vi:set ts=8 sts=4 sw=4: * * VIM - Vi IMproved by Bram Moolenaar * * Do ":help uganda" in Vim to read copying and usage conditions. * Do ":help credits" in Vim to see a list of people who contributed. */ /* * feature.h: Defines for optional code and preferences * * Edit this file to include/exclude parts o...
/* * Copyright (c) 2016 - Qeo LLC * * The source code form of this Qeo Open Source Project component is subject * to the terms of the Clear BSD license. * * You can redistribute it and/or modify it under the terms of the Clear BSD * License (http://directory.fsf.org/wiki/License:ClearBSD). See LICENSE file * fo...
// Geometric Tools LLC, Redmond WA 98052 // Copyright (c) 1998-2015 // Distributed under the Boost Software License, Version 1.0. // http://www.boost.org/LICENSE_1_0.txt // http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt // File Version: 1.0.0 (2014/08/11) #pragma once #include <gte/GteDataFormat.h> #incl...
/* Driver for Minix compilers. Written june 1987 by Ceriel J.H. Jacobs, partly derived from old cc-driver, written by Erik Baalbergen. This driver is mostly table-driven, the table being in the form of some global initialized structures. */ /* $Header$ */ #include <sys/types.h> #include <sys/wait.h> #include <errn...
// Copyright 2016 InnerFunction Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to ...
/* * debstrm.h * * Debug output stream for Windows. * * Portable Windows Library * * Copyright (c) 1993-1998 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may ...
/**************************************************************************** * * ftgzip.h * * Gzip-compressed stream support. * * Copyright 2002-2018 by * David Turner, Robert Wilhelm, and Werner Lemberg. * * This file is part of the FreeType project, and may only be used, * modified, and distributed under...
// // KSYAQPlayer.h // KSYStreamer // // // Created by pengbin on 10/15/17. // Copyright © 2015 ksyun. All rights reserved. // #import <AVFoundation/AVFoundation.h> #import "KSYTypeDef.h" /** 基于AudioQueue的音乐播放器 * 提供声音播放的功能 * 通过回调拉取新的数据 * 提供音量和音调调节功能 * 能将播放后的音频数据通过回调送出 (回调的数据为音效处理之后的数据) */ @inter...
/* FreeRTOS V7.5.2 - Copyright (C) 2013 Real Time Engineers Ltd. VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION. *************************************************************************** * * * Fr...
#import "ABI37_0_0REANode.h" #import <ABI37_0_0React/ABI37_0_0RCTEventDispatcher.h> @interface ABI37_0_0REAEventNode : ABI37_0_0REANode - (void)processEvent:(id<ABI37_0_0RCTEvent>)event; @end
/** * \author Norihiro Watanabe * \date 2013-04-16 * * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * */ #...
static const uint8_t fs_material_gl[4159] = { 0x46, 0x53, 0x48, 0x08, 0x91, 0xb0, 0x36, 0xc4, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x09, 0x73, // FSH...6........s 0x5f, 0x64, 0x69, 0x66, 0x66, 0x75, 0x73, 0x65, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, // _diffuse........ 0x0a, 0x73, 0x5f, 0x65, 0x6d, 0x69, 0x7...
/* mbed Microcontroller Library * Copyright (c) 2006-2013 ARM 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 re...
/* * Copyright (c) 2013, Tim Vandermeersch * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright * notice, this list o...
// // Copyright (c) 2008-2014 the Urho3D project. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, m...
// // Created by MarcasRealAccount on 6. Dec. 2020. // #pragma once #include "Engine/Renderer/Apis/Vulkan/VulkanRendererData.h" #include "Engine/Renderer/Texture/TextureCubeMap.h" namespace gp1::renderer::apis::vulkan::texture { struct VulkanTextureCubeMapData : public VulkanRendererData { public: VulkanTexture...
#include <simplestation.h> m_simplestation_state m_simplestation; int main(int argc, char **argv) { // Define a char pointer that will hold the file name const char *m_biosname = NULL; printf("SimpleStation - Multiplatform PSX Emulator\n"); #if defined (__unix__) || defined (__APPLE__) // Check if arguments wer...
#ifndef CUSTOM_MUTATOR_HELPERS #define CUSTOM_MUTATOR_HELPERS #include "config.h" #include "types.h" #include <stdlib.h> #define INITIAL_GROWTH_SIZE (64) #define RAND_BELOW(limit) (rand() % (limit)) /* Use in a struct: creates a name_buf and a name_size variable. */ #define BUF_VAR(type, name) \ type * name##_buf...
/* * helpers.h * * Some small helper functions used here and there * * Andreas Buttenschoen * 2014 * */ #ifndef HELPERS_H #define HELPERS_H #define HELPERS_H_VERSION 0.1 namespace Helper { #include "concepts.h" #include <cmath> #include <matrix.h> #include <debug.h> template<typename T> Enable_if<Float...
/* * Copyright 2021 u-blox * * 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...
// // DetailDisplayCell.h // zhaosha // // Created by mac on 2017/7/13. // Copyright © 2017年 Eels. All rights reserved. // #import "BaseTableViewCell.h" #import "DisplayAtomModel.h" #import "BaseStaticCell.h" #import "CustomDisplayView.h" @interface DetailDisplayCell : UITableViewCell @property (nonatomic, stron...
#include <stdio.h> int main(void) { float valor, salarioB, iR, descIr, sind, inss; int quantidade; printf("Qual o valor da hora de trabalho e quantas horas foram laboradas: "); scanf("%f %d", &valor, &quantidade); salarioB = valor*quantidade; sind = salarioB * 0.03; inss = salarioB * 0.1;...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /*============================================================================ ** ** Source: myexitcode.h ** ** Purpose: Define an exit code. ** ** **===============================...
// // UIButton+SKCategory.h // SKCategory_Example // // Created by 李烁凯 on 2019/4/17. // Copyright © 2019 luckyLSK. All rights reserved. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface UIButton (SKCategory) /** 创建按钮 没选中文字 没选中颜色 选中文字 选中颜色 字体为14 @param normalTitle 没选中文字 @param normalTitleColor ...
// // XWWorldConfigViewController.h // DSTStarter // // Created by 熊伟 on 2018/2/9. // Copyright © 2018年 Bear. All rights reserved. // #import "XWBaseViewController.h" @interface XWWorldConfigViewController : XWBaseViewController @end @interface XWWorldListManager : NSObject<NSTableViewDelegate,NSTableViewDataSo...
// SubAvatarGravatarService.h // SubAvatar // // Copyright (c) 2012 Joseph North (http://sublink.ca/) // // 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 with...
/* Common functions for lldivi2/lldivu2 Copyright (C) 2006, 2007 Sony Computer Entertainment Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must ...