text
stringlengths
9
948k
// // MZNavigationControllerAppDelegate.h // MZNavigationController // // Created by Keisuke Matsuo on 11/05/12. // Copyright 2011 Keisuke Matsuo. All rights reserved. // #import <UIKit/UIKit.h> @interface MZNavigationControllerAppDelegate : NSObject <UIApplicationDelegate> { } @property (nonatomic, strong) IB...
// Private oscillators used by Sms_Apu // Sms_Snd_Emu 0.1.4 #ifndef SMS_OSCS_H #define SMS_OSCS_H #include <mednafen/sound/Blip_Buffer.h> struct Sms_Osc { Blip_Buffer* outputs [4]; // NULL, right, left, center Blip_Buffer* output; int output_select; int delay; int last_amp; int volume; Sms_Osc(); void re...
/* packet-pdcp-lte.h * * Martin Mathieson * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * 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 Soft...
/*- * Copyright (c) 2004-2008 Apple 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: * 1. Redistributions of source code must retain the above copyright * notice, this list of c...
/** * 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. */ #pragma once #include "DexClass.h" #include "DexStore.h" #include "EnumConfig.h" namespace optimize_enums { int transform_enums(c...
// // NWIOConstant.h // NWIO // // Copyright 2011 Noodlewerk // // 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...
/* * FreeRTOS Kernel V10.0.1 * Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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, includ...
// This is a generated source file for Chilkat version 9.5.0.66 #ifndef _C_CkJws_H #define _C_CkJws_H #include "chilkatDefs.h" #include "Chilkat_C.h" CK_VISIBLE_PUBLIC HCkJws CkJws_Create(void); CK_VISIBLE_PUBLIC void CkJws_Dispose(HCkJws handle); CK_VISIBLE_PUBLIC void CkJws_getDebugLogFilePath(HCkJws cHandle, HCkS...
// Scintilla source code edit control /** @file ScintillaBase.h ** Defines an enhanced subclass of Editor with calltips, autocomplete and context menu. **/ // Copyright 1998-2002 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #pragm...
/* *************************************************************************** * MediaTek Inc. * * All rights reserved. source code is an unpublished work and the * use of a copyright notice does not imply otherwise. This source code * contains confidential trade secret material of MediaTek. Any attemp * or part...
/* a minimal support for VirtualPC VHD images (fixed disk image only, for now...) author: lpproj license: same as xnp2 (under the 2-clause BSD) */ #ifndef HDD_VPCVHD_H //#include <compiler.h> //#include <common/strres.h> //#include <dosio.h> //#include <sysmng.h> //#include <cpucore.h> //#include <...
/********************************************************* *Copyright (C), 2015, Shanghai Eastsoft Microelectronics Co., Ltd. **********************************************************/ #ifndef __LIB_ETH_H #define __LIB_ETH_H #include "p131.h" #include "type.h" #define ETH_DMATxDesc_OWN 0x01 #define ETH_TX_RESET ...
// Copyright (c) 2014-2015 The Bitcoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_COMPAT_ENDIAN_H #define BITCOIN_COMPAT_ENDIAN_H #if defined(HAVE_CONFIG_H) #include "config/endorphin-config.h" #...
// Copyright (c) 2013 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 MEDIA_MIDI_MIDI_MANAGER_MAC_H_ #define MEDIA_MIDI_MIDI_MANAGER_MAC_H_ #include <CoreMIDI/MIDIServices.h> #include <map> #include <string> #in...
/* This file is part of the WebKit open source project. This file has been generated by generate-bindings.pl. DO NOT MODIFY! 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) 2015-present, Horcrux. * All rights reserved. * * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ typedef CF_ENUM(int32_t, ABI27_0_0RNSVGCGFCRule) { kRNSVGCGFCRuleEvenodd, kRNSVGCGFCRuleNonzero };
/* * Copyright(c) Sophist Solutions, Inc. 1990-2021. All rights reserved */ #ifndef _Stroika_Foundation_Containers_Concrete_Bijection_Factory_h_ #define _Stroika_Foundation_Containers_Concrete_Bijection_Factory_h_ #include "../../StroikaPreComp.h" #include <atomic> #include <type_traits> /** * \file * * TODO...
/** ****************************************************************************** * @file stm32746g_discovery_lcd.h * @author MCD Application Team * @version V1.1.0 * @date 22-April-2016 * @brief This file contains the common defines and functions prototypes for * the stm32746g_discover...
#include<stdio.h> void main() { int a[5],b[5],c[10]: int i,j,same=0; printf("Enter set A \n"); for(i=0;i<5;i++) { scanf("%d",&a[i]); } printf("Enter set B \n"); for(i=0;i<5;i++) { scanf("%d",&b[i]); } for(i=0;i<5;i++) { c[i]=a[i]; } for(i=0,j=5;i<5,j<10;i++,j++) { c[j]=b[...
#pragma once #include "../stdafx.h" #include "dxgi_hook.h" #include <d3d11.h> namespace hook { class D3D11HookContextState { public: D3D11HookContextState(); virtual ~D3D11HookContextState(); void SetState(ID3D11DeviceContext *pContext); void GetState(ID3D11DeviceContext *pContext); private: ID3D11Verte...
// Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // http://code.google.com/p/protobuf/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistri...
#ifndef VIDEOPANEL_H #define VIDEOPANEL_H #include <QWidget> #include <QGridLayout> #include <QLabel> #include <QList> #include <QSizePolicy> #include <QMouseEvent> #include "videolabel.h" namespace Ui { class VideoPanel; } class VideoPanel : public QWidget { Q_OBJECT public: explicit VideoPanel(QWidget *pa...
/* ******************************************************************************* * Copyright (c) 2020, STMicroelectronics * All rights reserved. * * This software component is licensed by ST under BSD 3-Clause license, * the "License"; You may not use this file except in compliance with the * License. You may ...
/* * Copyright (C) 2005-2008 Team XBMC * http://www.xbmc.org * Copyright (C) 2008-2009 Andrej Stepanchuk * Copyright (C) 2009-2010 Howard Chu * * This file is part of librtmp. * * librtmp is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser Gener...
// Copyright (c) 2011-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 PAICOIN_QT_PAICOINADDRESSVALIDATOR_H #define PAICOIN_QT_PAICOINADDRESSVALIDATOR_H #include <QValidator> /** Base58 ...
/* * This file is part of the DOM implementation for WebCore. * * Copyright (C) 2006 Apple Computer, Inc. * * 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 * version 2 of ...
#include<iostream> #include "hls_stream.h" #include "ap_int.h" #include "para.h" #include "conv.h" #include "dma.h" using namespace std; void top ( ap_int<IN_W * PE_3>* fmap, // input feature map ap_int<OUT_W * PE_0>* out, // output feature map ap_int<W_W * PA_0>* k0_1, // conv1x1 weights ...
////////////////////////////////////////////////////////////////// // (c) Copyright 2003 by Jeongnim Kim ////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////// // National Center for Supercomputing Applications & // Materials Computatio...
// David Eberly, Geometric Tools, Redmond WA 98052 // Copyright (c) 1998-2019 // 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: 3.0.1 (2017/06/29) #pragma once #include <Graphics/GteData...
#pragma once typedef char flag; typedef unsigned char uint8; typedef signed char int8; typedef unsigned short int uint16; typedef signed short int int16; typedef unsigned int uint32; typedef signed int int32; typedef unsigned long long int uint64; typedef signed long long int int64; typedef unsigned char bits8; typed...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #ifdef __cplusplus #include <cstdlib> #include <cstdint> #else #include <stdlib.h> #include <stdint.h> #endif #include "macro_utils/macro_utils.h" #include "testrunner...
/* +----------------------------------------------------------------------+ | JONJ Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2016 The JONJ Group | +-------...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "BSBaseXPCClient.h" @interface _BKSAnimationFenceXPCClient : BSBaseXPCClient { } + (id)sharedInstance; - (id)initWithServiceName:(id)arg1 endpoint:(id)arg2; @end
//+------------------------------------------------------------------------- // // Microsoft Windows // // Copyright (C) Microsoft Corporation, 1998 - 1999 // // File: dplaylobby3obj.h // //-------------------------------------------------------------------------- // _dxj_DirectPlayLobby3Obj.h : Declaration o...
/* * Generated by class-dump 3.3.4 (64 bit). * * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard. */ #import "NSObject-Protocol.h" @protocol IDEDebugSessionController <NSObject> + (id)descendantItemForRepresentedObject:(id)arg1 inRootNavigableItem:(id)arg2; @property(readonly) ...
/** \file * \brief Windows Driver TIPS management * * See Copyright Notice in "iup.h" */ #include <stdio.h> #include <windows.h> #include <commctrl.h> #include "iup.h" #include "iup_object.h" #include "iup_attrib.h" #include "iup_str.h" #include "iupwin_drv.h" #include "iupwin_handle.h" #ifndef TTM_POPUP...
/** * \file * * \~german * @brief Allgemeines und Nützliches * * \~english * @brief Utilities and common stuff * */ #ifndef UTILS_H #define UTILS_H #include "stdx.h" #include "mathematics.h" #include <string> #include <vector> #include <memory> #include <cmath> #include <algorithm> #include <ostream> #inclu...
/* Released under the MIT-license: Copyright (c) 2009, Earl Marcus 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, modif...
/* * Copyright 2005-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 Intel Corporation. All rights reserved. * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception */ #include "aot_emit_memory.h" #include "aot_emit_exception.h" #include "../aot/aot_runtime.h" #define BUILD_ICMP(op, left, right, res, name) do { \ if (!(res = LLVMBuildICmp(comp_ctx-...
#ifndef __gwm_h__ #define __gwm_h__ /* * Generic Window Manager * * A simple common wrapper over multiple windom managers. */ #include <stdio.h> #include <GL/glew.h> #include <gl/GL.h> #include "vmath.h" using namespace vmath; typedef void (*InitializeCallback) (void); typedef void (*UninitializeCallback) ...
// SPDX-License-Identifier: GPL-2.0 /* * Nintendo GameCube, Wii and Wii U RTC driver * * This driver is for the MX23L4005, more specifically its real-time clock and * SRAM storage. The value returned by the RTC counter must be added with the * offset stored in a bias register in SRAM (on the GameCube and Wii) or ...
//$Id: myV775.h,v 1.4 2008/07/18 11:11:51 dreamdaq Exp $ /***************************************** myV1742.h --------- Definition of the CAEN V1742 digitizer This class is a class derived from the class vme. *****************************************/ // Standard C header files extern "C" { #include <sys/ty...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE761_Free_Pointer_Not_at_Start_of_Buffer__wchar_t_listen_socket_63b.c Label Definition File: CWE761_Free_Pointer_Not_at_Start_of_Buffer.label.xml Template File: source-sinks-63b.tmpl.c */ /* * @description * CWE: 761 Free Pointer not at Start of Buffer * BadSource: lis...
#pragma once #include "stdafx.h" namespace memory { static uintptr_t find_signature(const char* module, const char* pattern_, const char* mask) { const auto compare = [](const uint8_t * data, const uint8_t * pattern, const char* mask_) { for (; *mask_; ++mask_, ++data, ++pattern) if (*mask_ == 'x' && *data !...
#ifndef RTEXTURE_H_INCLUDED #define RTEXTURE_H_INCLUDED #include <GL/glew.h> #include <glm/glm.hpp> #include "Resource.h" enum TextureType { TT_1D = GL_TEXTURE_1D, TT_2D = GL_TEXTURE_2D, TT_3D = GL_TEXTURE_3D, TT_CUBE = GL_TEXTURE_CUBE_MAP, TT_RECT = GL_TEXTURE_RECTANGLE, TT_2D_MULTI...
/* * Text analyzer * * Copyright 2011 Aric Stewart for CodeWeavers * Copyright 2012, 2014 Nikolay Sivov for CodeWeavers * * 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...
/*========================================================================= Program: Insight Segmentation & Registration Toolkit Module: itkLabelObjectLine.h Language: C++ Date: $Date$ Version: $Revision$ Copyright (c) Insight Software Consortium. All rights reserved. See ITKCopyright.txt o...
#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_flixter_unit1_flixter_unit1UITestsVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_fl...
/* * Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
#pragma once #include "text_dataset.h" #include <library/threading/local_executor/local_executor.h> #include <util/system/types.h> #include <util/generic/ptr.h> namespace NCB { class IEmbedding : public TThrRefBase { public: virtual ui64 Dim() const = 0; virtual void Apply(const TTextDa...
// 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 WORLDCOIN_SYNC_H #define WORLDCOIN_SYNC_H #include <boost/thread/mutex.hpp...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, August 24, 2019 at 9:45:20 PM Mountain Standard Time * Operating System: Version 12.4 (Build 16M568) * Image Source: /System/Library/Frameworks/Vision.framework/Vision * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. */ ...
/* Copyright (c) 2009-2017 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" #include "ioloop.h" #include "istream.h" #include "istream-sized.h" #include "ostream.h" #include "str.h" #include "time-util.h" #include "lmtp-client.h" #include "lmtp-proxy.h" #define LMTP_MAX_LINE_LEN 1...
/** -------------------------------------------------------------------------------------------------------------------- * <copyright company="Aspose" file="HeaderFooterLink.h"> * Copyright (c) 2020 Aspose.Words for Cloud * </copyright> * <summary> * Permission is hereby granted, free of charge, to any person obtai...
//===- Relocations.h --------------------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
/*+------------------------------------------------------------------------- ecufork.h wht@wht.net for now just vehicle for deciding whether or not to debug fork/waits --------------------------------------------------------------------------*/ /*+:EDITS:*/ /*:04-26-2000-11:15-wht@bob-RELEASE 4.42 */ /*:01-24-1997-0...
/******************************* * PHD Watchface *******************************/ #include "main.h" #include "appinfo.h" #include "config.h" #include "time-layer.h" #include "date-layer.h" #include "weather-layer.h" static Window *s_main_window; GFont g_large_font; GFont g_medium_font; GFont g_small_font; static ...
#include "MEM.h" static void dump_buffer(unsigned char *buf, int size) { int i; for (i = 0; i < size; i++) { printf("%02x ", buf[i]); if (i % 16 == 15) { printf("\n"); } } printf("\n"); } static void fill_buffer(unsigned char *buf, int size) { int i; for (...
typedef struct { float minimum; float maximum; } UIFloatRange;
/* GIO - GLib Input, Output and Streaming Library * * Copyright 2011 Red Hat, Inc. * * 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 License, or (at your ...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, June 7, 2020 at 11:25:04 AM Mountain Standard Time * Operating System: Version 13.4.5 (Build 17L562) * Image Source: /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by E...
// Рекурсивное вычисление числа фибоначчи // Использование глобальных переменных #include <stdio.h> typedef long long i64; i64 p1 = 0; i64 p2 = 1; i64 arg; i64 result = 0; void fibotmp(); void fibo() { if (1 < arg) { result = p1 + p2; p1 = p2; p2 = result; arg = arg -1; fibotmp(); } } void...
typedef struct Point { int x; int y; } Point; int point_distance(Point* p1, Point* p2);
/* * ngtcp2 * * Copyright (c) 2018 ngtcp2 contributors * * 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, m...
/* ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by ap...
/* **************************************************************************************** **************************************************************************************** Program: GVideoPlayer (Gorkem Video Player) Publish Date: 06.27.2021 Author: Görkem Tok Language: C++ Platform: Qt Creator Contact: ceng.go...
#pragma once #include <iostream> #include <torch/extension.h> #include <pybind11/stl.h> #include <pybind11/pybind11.h> #include <pybind11/numpy.h> namespace image_proc { void backproject_depth_ushort(py::array_t<unsigned short>& in, py::array_t<float>& out, float fx, float fy, float cx, float cy, float normal...
#include <stdio.h> #include <time.h> #include <stdlib.h> #include <unistd.h> int main(){ long start = 1531389465; //time 12.07.18 11:55AM for(int i = 0; i < 100000; ++i) { ++start; srand(start); printf("%ld;", start); int r = rand(); printf("%d;", r); for(int...
#ifndef STONE_CORE_STATS_H #define STONE_CORE_STATS_H #include <iostream> #include "stone/Core/Mem.h" namespace stone { class Stats { protected: llvm::raw_ostream &os; public: Stats() : os(llvm::outs()) {} virtual ~Stats() {} public: virtual void Print() const = 0; }; class StatEngine { public: Sta...
/* Author(s): * Connor Abbott (connor@abbott.cx) * * Copyright (c) 2013 Connor Abbott (connor@abbott.cx) * * 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, inclu...
/* * Copyright © 2014 Red Hat, Inc. * Copyright © 2014 Lyude Paul * * 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...
/* $Id: fs.c,v 1.1.1.1 2007-05-25 06:50:18 bruce Exp $ * fs.c: fs related syscall emulation for Solaris * * Copyright (C) 1997,1998 Jakub Jelinek (jj@sunsite.mff.cuni.cz) * * 1999-08-19 Implemented solaris F_FREESP (truncate) * fcntl, by Jason Rappleye (rappleye@ccr.buffalo.edu) */ #include <linux/ty...
#include "error.h" #include <stdio.h> static void defaultErrorHandler(const char * call, const char * function, const char * file, int line, int error, const char * (*strerror)(int)) { fprintf(stderr, "Error:\n\t%s returned %d (%s) in %s (%s:%u)\n", ...
// // EkoChat.h // EkoChat // // Created by eko on 1/18/18. // Copyright © 2018 eko. All rights reserved. // // In this header, you should import all the public headers of your framework using statements like #import <EkoChat/PublicHeader.h> #import <EkoChat/EkoChannel.h> #import <EkoChat/EkoChannelMembership.h> ...
/* * This header is generated by classdump-dyld 1.5 * on Tuesday, November 10, 2020 at 10:06:54 PM Mountain Standard Time * Operating System: Version 14.2 (Build 18K57) * Image Source: /System/Library/Frameworks/Metal.framework/...
// Copyright (c) 2014-2017 The Dash Core developers // Copyright (c) 2018 The MANO Coin Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef ACTIVEMASTERNODE_H #define ACTIVEMASTERNODE_H #include "chainpa...
// // GADMRewardBasedVideoAdNetworkConnectorProtocol.h // Google Mobile Ads SDK // // Copyright 2015 Google. All rights reserved. // #import <GoogleMobileAds/GADAdReward.h> #import <GoogleMobileAds/Mediation/GADMediationAdRequest.h> @protocol GADMRewardBasedVideoAdNetworkAdapter; /// Reward based video ad network...
/* SPDX-License-Identifier: GPL-2.0-only */ /* * arch/arm/include/asm/memory.h * * Copyright (C) 2000-2002 Russell King * modification for nommu, Hyok S. Choi, 2004 * * Note: this file should not be included by non-asm/.h files */ #ifndef __ASM_ARM_MEMORY_H #define __ASM_ARM_MEMORY_H #include <linux/compile...
#ifndef MAIN_SSD1306_H_ #define MAIN_SSD1306_H_ #include "driver/spi_master.h" // Following definitions are bollowed from // http://robotcantalk.blogspot.com/2015/03/interfacing-arduino-with-ssd1306-driven.html /* Control byte for i2c Co : bit 8 : Continuation Bit * 1 = no-continuation (only one byte to follow) * ...
/* * This header is generated by classdump-dyld 1.5 * on Friday, April 30, 2021 at 11:36:31 AM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/Frameworks/Social.framework/S...
// *************************************************************** // Copyright (c) 2020 Jittor. Authors: Dun Liang <randonlang@gmail.com>. All Rights Reserved. // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // ***************************...
/* * This program is one of the genome analysis tools. * This program parses peaks (binding site, bs) into chromosomes * Chromosome information is stored as link list. * BS information is stored as link list of BS which is connected with one chromosome link list */ #include "parse_chr.h" #include "ga_my.h" #defi...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:50:26 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/AccessibilityBundles/UIKit.axbundle/UIKit * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limn...
/* -*- Mode: C; tab-width: 8; c-basic-offset: 2; indent-tabs-mode: nil; -*- */ #include "util.h" /* This tests PTRACE_SYSEMU, PTRACE_SINGLESTEP and PTRACE_SYSEMU_SINGLESTEP */ #ifndef PTRACE_SYSEMU #define PTRACE_SYSEMU 31 #endif #ifndef PTRACE_SYSEMU_SINGLESTEP #define PTRACE_SYSEMU_SINGLESTEP 32 #endif #define DS...
// // Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20). // // Copyright (C) 1997-2019 Steve Nygard. // #import <objc/NSObject.h> @class ENTemporaryExposureKey, NSData; @interface CTAdvertisement : NSObject { BOOL _rssi; // 8 = 0x8 _Bool _sa...
#ifndef AVALON_PHYSICS_COLLISIONMANAGER_H #define AVALON_PHYSICS_COLLISIONMANAGER_H #include "Box2D/Box2D.h" #include "cocos2d.h" #include <avalon/physics/Box2dContainer.h> #include <avalon/physics/ContactContainer.h> #include <boost/noncopyable.hpp> namespace avalon { namespace physics { class CollisionManagerFallba...
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main.c :+: :+: :+: ...
#ifndef _ROS_SERVICE_QueryTrajectoryState_h #define _ROS_SERVICE_QueryTrajectoryState_h #include <stdint.h> #include <string.h> #include <stdlib.h> #include "ros/msg.h" #include "ros/time.h" namespace control_msgs { static const char QUERYTRAJECTORYSTATE[] = "control_msgs/QueryTrajectoryState"; class QueryTrajecto...
/* * Discrete Cosine Tansform (DCT) for subband synthesis * optimized for machines with no auto-increment. * The performance is highly compiler dependend. Maybe * the dct64.c version for 'normal' processor may be faster * even for Intel processors. */ /* $Id: dct64_i386.c,v 1.2 2003/08/12 00:02:55 snelg Exp $ *...
/* * Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (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/lice...
#include <stdio.h> int angka[8]={23, 67, 89, 5, 45, 20, 15, 27}; void main(){ for(int i=1; i<8; i++){ for(int j=i; j>0 && angka[j]<angka[j-1]; j--){ int temp=angka[j-1]; angka[j-1]=angka[j]; angka[j]=temp; } } //cetak data printf("Hasil Sorting: \n"); for(int i=0; i<8; i++){ printf("%d ", angka[i]);...
/* * * arch/xtensa/platforms/iss/network.c * * Platform specific initialization. * * Authors: Chris Zankel <chris@zankel.net> * Based on work form the UML team. * * Copyright 2005 Tensilica Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Gener...
/** * @file lv_conf_kconfig.h * Configs that need special handling when LVGL is used with Kconfig */ #ifndef LV_CONF_KCONFIG_H #define LV_CONF_KCONFIG_H #ifdef __cplusplus extern "C" { #endif #ifdef LV_CONF_KCONFIG_EXTERNAL_INCLUDE # include LV_CONF_KCONFIG_EXTERNAL_INCLUDE #else # ifdef ESP_PLATFORM # include...
/* Copyright 2020 Neijwiert 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 writing, software distr...
#pragma once #include <string> #include <vector> #include "Scene.h" namespace Trixs { class Project { public: Project(std::string path, bool isNewProject, std::string name); ~Project(); bool saveProject(); bool loadProject(std::string path,std::string name); bool switchScene(int sceneID); bool switchScene(std::...
/* Extensive GtkTreeModelSort tests. * Copyright (C) 2009,2011 Kristian Rietveld <kris@gtk.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 License...
/* * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #pragma once #include <AzToolsFramework/Manipulators/ManipulatorView.h> #include <WhiteBox/WhiteBo...
// Copyright (c) 2011 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 CHROME_BROWSER_UI_VIEWS_ACCELERATOR_TABLE_H_ #define CHROME_BROWSER_UI_VIEWS_ACCELERATOR_TABLE_H_ #pragma once #include <stdio.h> #include "...
/* Generated on 2016-07-26 =============================================================================== P I C T D D R E A D Y R E G I S T E R D E F I N I T I O N =============================================================================== Created by Tibor Simon - tiborsimon.io Generator script: ht...