text
stringlengths
9
948k
/* Copyright (c) 2003-2013 Gino van den Bergen / Erwin Coumans http://bulletphysics.org This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software fo...
/* 9.8.c -- rising a number to the power (including negative) */ #include <stdio.h> double power(double x, int y); int main(void) { double x, xpow; int n; printf("Enter a number and the integer power\n" "to which the number will be raised (q to quit): _\b"); while (scanf("%lf %d", &x, &n) =...
/** **************************************************************************************** * * @file dbg_trc_mem.c * * @brief Trace memory * * Copyright (C) RivieraWaves 2009-2015 * * **************************************************************************************** */ /** *************************...
// Copyright (c) 2009-2019 The Syscoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef SYSCOIN_PSBT_H #define SYSCOIN_PSBT_H #include <attributes.h> #include <node/transaction.h> #include <optional.h> #i...
/* * This source file is part of MyGUI. For the latest info, see http://mygui.info/ * Distributed under the MIT License * (See accompanying file COPYING.MIT or copy at http://opensource.org/licenses/MIT) */ #ifndef __MYGUI_SCROLL_VIEW_H__ #define __MYGUI_SCROLL_VIEW_H__ #include "MyGUI_Prerequest.h" #include "MyG...
#include "mc.h" struct _mc_statistic_statisticevaluationreport_list_t { unsigned int element_count; mc_statistic_statisticevaluationreport_t ** content; }; // default constructor mc_statistic_statisticevaluationreport_list_t * mc_statistic_statisticevaluationreport_list_new(unsigned int element_count) { mc_stat...
/* * Copyright 2008-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...
/* ****************************************************************** FSE : Finite State Entropy codec Public Prototypes declaration Copyright (C) 2013-2016, Yann Collet. BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) Redistribution and use in source and binary forms, with or...
// // OAuthCredential.h // OAuth // // Created by Markus Gage on 2017-11-08. // Copyright © 2017 Mark Gage. All rights reserved. // #import <Foundation/Foundation.h> @interface OAuthCredential : NSObject @property (copy, nonatomic, readonly) NSString *consumerKey; @property (copy, nonatomic, readonly) NSString *...
#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_mytest1_ExampleVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_mytest1_ExampleVersio...
// compile with gcc -fopenmp hello_world.c # include <stdio.h> # include <omp.h> int main() { #pragma omp parallel { int ID = omp_get_thread_num(); printf("hello(%d)", ID); printf("world(%d) \n", ID); } }
/* -*- mode: c++ -*- * Kaleidoscope-LEDToggle -- On/Off Key for LED control. * * Copyright (c) 2018 Jochen Pfeiffer * * 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, incl...
// // Water Level Display // // Main logic of display, which also monitors the mains AC and the pump // Uses the TCPIP Console to communicate with the remote host // // Pin usage: // PXX - mains power monitor - connected to USB power input // #include "WaterLevelDisplay.h" #include "SystemTime.h" #include...
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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 ...
//------------------------------------------------------------------------------ // GB_AxB: hard-coded C=A*B and C<M>=A*B //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2018, All Rights Reserved. // http://suitesparse.com See Gra...
/* * Copyright (C) 1999 WIDE 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 of condit...
/* * This header is generated by classdump-dyld 1.5 * on Friday, April 30, 2021 at 11:35:10 AM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/UIKitCore.f...
#include "repository/ISwiftMtParser.h" #include "SwiftMtMessage.pb.h" #include <vector> #include <string> #include "BaseErrorListener.h" #include "SwiftMtParser_MT692Lexer.h" // Generated from C:/programming/message-converter-c/message/generation/swift-mt-generation/repository/SR2018/grammars/SwiftMtParser_MT692.g4 b...
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved. /*=========================================================================== Generated code exported from UnrealHeaderTool. DO NOT modify this manually! Edit the corresponding .h files instead! ==============================================================...
/* Copyright (C) 2002 by Red Hat, Incorporated. All rights reserved. * * Permission to use, copy, modify, and distribute this software * is freely granted, provided that this notice is preserved. */ #include "math.h" #include "math_private.h" double remquo(double x, double y, int *quo) /* wrapper remquo */ { ...
/* * Copyright (c) 2017-2019 Arm Limited. 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 ...
/* * Copyright LWJGL. All rights reserved. * License terms: https://www.lwjgl.org/license * MACHINE GENERATED FILE, DO NOT EDIT */ #include "common_tools.h" #include "opengl.h" typedef void (APIENTRY *glBindBufferARBPROC) (jint, jint); typedef void (APIENTRY *glDeleteBuffersARBPROC) (jint, intptr_t); typedef void ...
#include <stdlib.h> #include <stdio.h> #include "bswp_fileio.h" #include "slog_fileio.h" #include "slog_header.h" #include "slog_preview.h" /* Copy the content of the one stream to another */ static int filecopy( FILE *infd, FILE *outfd ) { int character; unsigned int count; count = 0; wh...
/* * Copyright (c) 2018 Elastos Foundation * * 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, ...
/* * This header is generated by classdump-dyld 1.0 * on Tuesday, November 5, 2019 at 2:50:09 AM Mountain Standard Time * Operating System: Version 13.0 (Build 17J586) * Image Source: /System/Library/Frameworks/MapKit.framework/MapKit * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. */ ...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:46:51 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/Frameworks/SafariServices.framework/SafariServices * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by E...
/* This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. Copyright 2007-2020 Broadcom Inc. All rights reserved. */ /* * The below CINT demonstrates TWAMP TX/RX and Reflector. * Available for 88690_A0 and above. * * FIXME: The TWA...
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/time.h> #define N 1024 void matrix(double *a, double *b, double *c, long n) { long i, j, k; double r; for(i = 0; i < n; i++) for(k = 0; k < n; k++){ r = a[i*n+k]; for(j= 0; j < n; j++) c[...
/** * Copyright (c) 2015 - 2017, 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,...
#ifndef TASK_H #define TASK_H /// PROJECT #include <csapex/scheduling/scheduling_fwd.h> #include <csapex_core/csapex_core_export.h> /// SYSTEM #include <functional> namespace csapex { class CSAPEX_CORE_EXPORT Task { public: Task(const std::string& name, std::function<void()> callback, long priority = 0, TaskGene...
/** * @file AtlasScientificpH.h * @copyright 2020 Stroud Water Research Center * Part of the EnviroDIY ModularSensors library for Arduino * @author Initial developement for Atlas Sensors was done by Adam Gold * Files were edited by Sara Damiano <sdamiano@stroudcenter.org> * * @brief Contains the AtlasScientificR...
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects */ @interface SASInterpretation : AceObject <SAAceSerializable> @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (nonatomic) bool doNotDedup; @pro...
/* * Acess2 - NTFS Driver * By John Hodge (thePowersGang) * This file is published under the terms of the Acess licence. See the * file COPYING for details. * * dir.c - Directory Handling */ #define DEBUG 1 #include "common.h" //#include "index.h" #include <utf16.h> // === PROTOTYPES === int NTFS_ReadDir(tVFS_...
/* * libjingle * Copyright 2004 Google Inc. * * 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 conditions and the fo...
// // LZTool.h // PodDemo // // Created by TsouMac2016 on 2018/12/3. // Copyright © 2018 TsouMac2016. All rights reserved. // #import <Foundation/Foundation.h> NS_ASSUME_NONNULL_BEGIN @interface LZTool : NSObject @end NS_ASSUME_NONNULL_END
/* SPDX-License-Identifier: BSD-3-Clause */ #include <libubox/list.h> #include <evsched.h> #include <net/if.h> #include "command.h" #include <fcntl.h> #include <unistd.h> static void cmd_handler_crashlog_cb(struct ev_loop *loop, ev_child *child, int revents) { struct task *task = container_of(child, struct task, c...
// SPDX-License-Identifier: GPL-2.0 /* * BCM2835 master mode driver */ #include <linux/clk.h> #include <linux/clkdev.h> #include <linux/clk-provider.h> #include <linux/completion.h> #include <linux/err.h> #include <linux/i2c.h> #include <linux/interrupt.h> #include <linux/io.h> #include <linux/module.h> #include <li...
#ifndef __INC_WAPI_H #define __INC_WAPI_H #include <linux/kernel.h> #include <linux/list.h> #include <drv_conf.h> #include <osdep_service.h> #include <drv_types.h> #include <wlan_bssdef.h> //#include "rtl819x_Qos.h" #define CONFIG_WAPI_SW_SMS4 #define WAPI_DEBUG #define SMS4_MIC_LEN 16 #define WAPI_EX...
/* P I X . C * BRL-CAD * * Copyright (c) 2013-2014 United States Government as represented by * the U.S. Army Research Laboratory. * * 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 pub...
/* +----------------------------------------------------------------------+ | Swoole | +----------------------------------------------------------------------+ | This source file is subject to version 2.0 of the Apache license, | | that is bundl...
/* File: data_relationship_type.h; Copyright and License: see below */ #ifndef DATA_RELATIONSHIP_TYPE_H #define DATA_RELATIONSHIP_TYPE_H /* public file for the doxygen documentation: */ /*! * \file * \brief Defines types of relationships */ /*! * \brief enumeration of all relationship types */ enum data_rela...
/** ****************************************************************************** * @file stm32l1xx_hal_spi.c * @author MCD Application Team * @brief SPI HAL module driver. * * This file provides firmware functions to manage the following * functionalities of the Serial Perip...
/* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 8.01.0622 */ /* @@MIDL_FILE_HEADING( ) */ /* verify that the <rpcndr.h> version is high enough to compile this file*/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 5...
/* zstedc.f -- translated by f2c (version 20061008). You must link the resulting object file with libf2c: on Microsoft Windows system, link with libf2c.lib; on Linux or Unix systems, link with .../path/to/libf2c.a -lm or, if you install libf2c.a in a standard place, with -lf2c -lm -- in that order, at the end of...
// SPDX-License-Identifier: GPL-2.0 /* * Cryptographic API. * * Support for ATMEL AES HW acceleration. * * Copyright (c) 2012 Eukréa Electromatique - ATMEL * Author: Nicolas Royer <nicolas@eukrea.com> * * Some ideas are from omap-aes.c driver. */ #include <linux/kernel.h> #include <linux/module.h> #include <...
//====- SparcMCExpr.h - Sparc specific MC expression classes --*- C++ -*-=====// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
/******************************************************************************* * Copyright (c) 2009, 2018 IBM Corp. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * and Eclipse Distribution License v1.0 which accompany ...
#import "MOBProjection.h" @interface MOBProjectionEPSG2440 : MOBProjection @end
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:43:56 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias ...
/* * Copyright (c) 2017, NXP Semiconductor, 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: * * o Redistributions of source code must retain the above copyright notice, this list * ...
#pragma once #include "hzpch.h" #include "Hazel/Core/Core.h" namespace Hazel { // Events in Hazel are currently blocking, meaning when an event occurs it // immediately gets dispatched and must be dealt with right then an there. // For the future, a better strategy might be to buffer events in an event // bus an...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "NSObject.h" @class NSDate, NSDictionary, NSURL; @interface _PHVariationInMemoryCachedValue : NSObject { NSDictionary *_info; NSURL *_fileURL; NSDate *_expecte...
#include "kkv_hash.h" #include <stdio.h> #include <string.h> int main(int argc, char **argv) { const char *data[] = { "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", ...
/* Generated by RuntimeBrowser Image: /System/Library/Frameworks/CloudKit.framework/CloudKit */ @interface CKBlockingAsyncQueue : NSObject { unsigned int _qosClass; NSObject<OS_dispatch_queue> * _queue; NSObject<OS_dispatch_semaphore> * _queueSema; unsigned long long _width; } @property (nonatom...
/* * BulkSetup.actor.h * * This source file is part of the FoundationDB open source project * * Copyright 2013-2018 Apple Inc. and the FoundationDB project authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ob...
/* * Copyright (c) 2006-2022, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2006-03-12 Bernard first version * 2006-04-29 Bernard implement thread timer * 2006-06-04 Bernard implement rt_timer_control * 2006...
// // UIResponder+KSNNextViewController.h // // Created by Sergey Kovalenko on 11/2/14. // Copyright (c) 2014. All rights reserved. // #import <UIKit/UIKit.h> @interface UIResponder (KSNNextViewController) - (UIViewController *)ksn_nextViewController; - (UINavigationController *)ksn_nextNavigationViewController; ...
/* Microsoft Reference Implementation for TPM 2.0 * * The copyright in this software is being made available under the BSD License, * included below. This software may be subject to other third party and * contributor rights, including patent rights, and no such rights are granted * under this license. * * ...
/* Copyright (c) 2011 The LevelDB Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. See the AUTHORS file for names of contributors. C bindings for leveldb. May be useful as a stable ABI that can be used by programs that keep leveldb...
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.200921.6 #ifndef WINRT_Windows_Globalization_DateTimeFormatting_0_H #define WINRT_Windows_Globalization_DateTimeFormatting_0_H WINRT_EXPORT namespace winrt::Windows::Foundation { } WINRT_EXPORT namespace winrt::Windows::Foundation::Collections...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "NSObject.h" @interface EspressoBrickRegistry : NSObject { } + (void)registerBrickClass:(Class)arg1; @end
#pragma once #include "Sprite.h" #include "Engine.h" #include "Rectangle.h" #define FROG_PATH "Images/frog.png" class Frog : public Sprite { public: Frog(); ~Frog(); void Update(); void MatchSpeed(float speed) { this->matchingSpeed = speed; } void Die(); private: float speed; float matchingSpeed; int life...
#pragma once #include "VK.h" #include "VKBuffer.h" #include "Graphics/RHI/UniformBuffer.h" #ifdef USE_VMA_ALLOCATOR #include <vulkan/vk_mem_alloc.h> #endif namespace Lumos { namespace Graphics { class VKUniformBuffer : public UniformBuffer, public VKBuffer { public: VKUnifo...
/** ****************************************************************************** * @file stm32l4xx_ll_fmc.h * @author MCD Application Team * @version V1.3.0 * @date 29-January-2016 * @brief Header file of FMC HAL module. **************************************************************************...
//===- LoadStoreVectorizer.cpp - GPU Load & Store Vectorizer --------------===// // // 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 // //===---------------------------...
/* * Copyright (C) Igor Sysoev * Copyright (C) Rap, Inc. */ #include <rap_config.h> #include <rap_core.h> #include <rap_event.h> typedef struct { rap_uint_t changes; rap_uint_t events; } rap_kqueue_conf_t; static rap_int_t rap_kqueue_init(rap_cycle_t *cycle, rap_msec_t timer); #ifdef EVFILT_USER stat...
/* * This header is generated by classdump-dyld 1.5 * on Tuesday, November 10, 2020 at 10:16:57 PM Mountain Standard Time * Operating System: Version 14.2 (Build 18K57) * Image Source: /System/Library/Frameworks/ReplayKit.framew...
//////////////////////////////////////////////////////////////////////////////// /// DISCLAIMER /// /// Copyright 2014-2022 ArangoDB GmbH, Cologne, Germany /// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany /// /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except...
#pragma once #include "../../efk.ImageRenderer.h" #include <Effekseer.h> #include <EffekseerRendererGL/EffekseerRenderer/EffekseerRendererGL.IndexBuffer.h> #include <EffekseerRendererGL/EffekseerRenderer/EffekseerRendererGL.RenderState.h> #include <EffekseerRendererGL/EffekseerRenderer/EffekseerRendererGL.Renderer.h> ...
#ifndef MATERIAL_H #define MATERIAL_H #include "Vector3.h" namespace math { class LCG; } class Ray; struct HitInfo; struct ScatterInfo; struct MaterialData; class Material { public: enum Type { Diffuse = 0, DiffuseEmisive, Metal, Dielectric, Isotropic, Unknown }; Material(Type type) : _type(type) ...
// 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 ...
/*Daala video codec Copyright (c) 2013 Daala project contributors. 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...
/****************************************************************************** * Filename: rf_patch_mce_ieee_802_15_4.h * Revised: $Date: 2018-01-15 06:15:14 +0100 (ma, 15 jan 2018) $ * Revision: $Revision: 18170 $ * * Description: RF core patch for IEEE 802.15.4-2006 support in CC13x2 and CC26x...
#pragma once #ifndef _EMAIL_H_ #define _EMAIL_H_ #include <Arduino.h> #include "user_config.h" #include <SD.h> #ifdef ESP8266 #include <Ethernet.h> #endif #include <ESP_Mail_Client.h> class EmailNotifier { private: SMTPSession smtp; ESP_Mail_Session session; void smtpCallback(SMTP_Status status); publi...
/** * \file * * \brief SAM Event System Driver Quick Start * * Copyright (C) 2014-2016 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ...
 /* Copyright (c) 2015-present Maximus5 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 conditions and the follo...
// Copyright 2006-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 lis...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 28, 2021 at 9:05:14 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/Frameworks/WebKit.framework/...
/****************************************************************************** * * Copyright (c) 2014 The Android Open Source Project * Copyright (C) 1999-2012 Broadcom Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Li...
#ifndef __ST_PPL_KERNEL_X86_FP32_RESIZE_H_ #define __ST_PPL_KERNEL_X86_FP32_RESIZE_H_ #include "ppl/kernel/x86/common/general_include.h" namespace ppl { namespace kernel { namespace x86 { ppl::common::RetCode reisze2d_ndarray_pytorch_linear_floor_fp32( const ppl::nn::TensorShape *src_shape, const ppl::nn::Te...
/* * Copyright (c) 1999-2001 Vojtech Pavlik */ /* * Logitech WingMan Warrior joystick driver for Linux */ /* * This program is free warftware; 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...
DECL|ATA_GET_MODEL|macro|ATA_GET_MODEL DECL|ATA_GET_REV|macro|ATA_GET_REV DECL|ATA_GET_SN|macro|ATA_GET_SN DECL|CTRL_EJECT|macro|CTRL_EJECT DECL|CTRL_FORMAT|macro|CTRL_FORMAT DECL|CTRL_LOCK|macro|CTRL_LOCK DECL|CTRL_POWER|macro|CTRL_POWER DECL|CTRL_SYNC|macro|CTRL_SYNC DECL|CTRL_TRIM|macro|CTRL_TRIM DECL|DRESULT|typede...
/* $OpenBSD: signal.h,v 1.5 2003/06/02 23:27:56 millert Exp $ */ /* $NetBSD: signal.h,v 1.10 2001/05/09 19:50:49 kleink Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This software was developed by the Computer Systems Engineering group * at Lawrenc...
#include <Adafruit_SSD1306.h> #include <Adafruit_GFX.h> #include "PowerLib.h" #define OLED_ADDR 0x3C Adafruit_SSD1306 display(-1); #include <Wire.h> #include <SPI.h> #include "Pong.h" #include "Nano_bird.h" #include "nanoBird_img.h" #include <DallasTemperature.h> #include <OneWire.h> const int Temp1 = 9; OneWire te...
/* * Copyright (C) 2010 Google, Inc. * Author: Erik Gilling <konkers@android.com> * * Copyright (C) 2011-2013 NVIDIA Corporation * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modifi...
/* testSymbFac.c */ #include "../spoolesMPI.h" #include "../../Drand.h" #include "../../timings.h" /*--------------------------------------------------------------------*/ int main ( int argc, char *argv[] ) /* --------------------------------------------------- created -- 98may16, cca ------------------...
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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 ...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 14, 2021 at 2:22:12 PM Mountain Standard Time * Operating System: Version 14.4 (Build 18K802) * Image Source: /System/Library/Frameworks/CloudKit.framewor...
/* Copyright (c) 2015, 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 conditions and the follow...
// // CGPixelImageOutput.h // CGPixel // // Created by CGPixel on 2021/5/13. // #import <Foundation/Foundation.h> #import "CGPixelTargetOutput.h" NS_ASSUME_NONNULL_BEGIN @interface CGPixelImageOutput : CGPixelTargetOutput @property(nonatomic, copy)void(^outputCallback)(CGImageRef imageRef); @end NS_ASSUME_NONN...
#include <stdio.h> #include <math.h> void armstrong(int b, int c); int main() { int b = 0; int c = 0; // get input printf("b: "); scanf("%d", &b); printf("c: "); scanf("%d", &c); // validate input if (b > c) { printf("Requirement: b <= c\n"); return 0; } // funct...
// Copyright (c) 1994-2006 Sun Microsystems 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 ...
/* Copyright (C) 2005-2021 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 (c) 2012 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. // NOTE: No header guards are used, since this file is intended to be expanded // directly within a block where the SOURCE_TYPE macro is defined. // ...
// // QCloudDescribeMediaInfo.h // QCloudCOSXML // // Created by garenwang on 2021/10/28. // #import <Foundation/Foundation.h> @class QCloudDescribeMediaBucketItem; NS_ASSUME_NONNULL_BEGIN @interface QCloudDescribeMediaInfo : NSObject /// 媒体 Bucket 总数 @property (nonatomic,strong)NSString * TotalCount; @property (...
/*********************************************************************** created: Tue Mar 7 2006 author: Paul D Turner <paul@cegui.org.uk> *************************************************************************/ /*************************************************************************** * Copyright...
/* * * Copyright (c) 2018, Alliance for Open Media. All rights reserved * * This source code is subject to the terms of the BSD 2 Clause License and * the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License * was not distributed with this source code in the LICENSE file, you can * obtain it a...
/* ============================================================================== Copyright (c) 2016-2020, rryqszq4 <rryqszq@gmail.com> 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 ...
// SPDX-License-Identifier: GPL-2.0-only /* * Generic HDLC support routines for Linux * X.25 support * * Copyright (C) 1999 - 2006 Krzysztof Halasa <khc@pm.waw.pl> */ #include <linux/errno.h> #include <linux/gfp.h> #include <linux/hdlc.h> #include <linux/if_arp.h> #include <linux/inetdevice.h> #include <linux/ini...
#include "Nucleus/DataLanguage.h" #include "Nucleus/DataLanguage/LineMap.h" #include "Nucleus/DataLanguage/Import-Interpreter.h" Nucleus_Interpreter_NonNull() static void testListOpeningDelimiter ( Nucleus_Interpreter_Context *context, Nucleus_DataLanguage_LineMap *lineMap ) { } Nucleus_Interp...