text
stringlengths
9
948k
#include <stdio.h> #define base 432.000 #define altura 468.000 int main() { float x,y; printf("Digite as cordenadas do ponto de contato: "); scanf("%f" "%f", &x,&y); if(x<=base&&y<=altura) printf("d"); else printf("f"); return 0; }
#include <stdio.h> int main() { int n, count= 0, sum=0, i; scanf(" %d", &n); for(i=1; sum<n; i*=2) { sum+=i; count++; } printf("%d\n", count); return 0; }
// // TLXMPPManager+TLRosterManager.h // TinLin-XMPP // // Created by Mac on 2018/12/25. // Copyright © 2018 xinchenglong. All rights reserved. // #import "TLXMPPManager.h" @interface TLXMPPManager (TLRosterManager) @end
/* * Copyright (c) 2018 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 */ #include "xuk-config.h" #include "shared-page.h" #include "x86_64-hw.h" #ifdef CONFIG_XUK_DEBUG #include "printf.h" #include "vgacon.h" #include "serial.h" #else int printf(const char *fmt, ...) { return 0; } #endif /* This i386...
// Header file // Multi-platform file can not have `#pragma once`!!! #include <map> #include <string> namespace NAMESPACE { #ifdef GAME struct GothicMemoryLocations { struct LoadBin { static const int ASM_BSP_ERROR_START = 0x00525452; static const int ASM_BSP_ERROR_END = 0x005254D8 - 1; }; struct Lo...
// TCMRendezvousBrowser.h // SubEthaEdit // // Created by Dominik Wagner on Wed Feb 25 2004. #import <Foundation/Foundation.h> @interface NSNetService (TCMRendezvousBrowserAdditions) - (NSString *)uniqueServiceString; @end @interface TCMRendezvousBrowser : NSObject <NSNetServiceBrowserDelegate, NSNetServiceDele...
#pragma once #include "ukr.h" #include "omp.h" #include "transpose.h" #include "gen_ukr_A6B2gemm_1_128_68_68_256_1_1.h" #include "gen_ukr_A4B2gemm_1_128_68_68_256_1_1.h" void testrun(float* A ,float*B, float*C, float*oriB ){ int tid = omp_get_thread_num(); int Nx = 68; int Ny = 68; int Nh = 1; long long...
#ifndef KASH_H_ #define KASH_H_ #include <stdio.h> #include <stdlib.h> #include <sys/types.h> #include <sys/wait.h> #include <termios.h> #include <unistd.h> #include <string.h> #include <ctype.h> #include <errno.h> #include "constants.h" #include "command.h" #include "alias.h" #include "job.h" #include "ksignal.h" #in...
// // Project: KTRW // Author: Brandon Azad <bazad@google.com> // // Copyright 2020 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/LI...
/* Bullet Continuous Collision Detection and Physics Library Copyright (c) 2003-2006 Erwin Coumans http://continuousphysics.com/Bullet/ 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. Permiss...
#ifndef TRUNCATED_SVD_SOLVER_TSVD_TIMING_H #define TRUNCATED_SVD_SOLVER_TSVD_TIMING_H #include <string> #include <time.h> namespace truncated_svd_solver { /** The class Timestamp implements timestamping facilities. \brief Timestamping facilities */ class Timestamp { public: /// Constructs timestamp object ...
#ifndef __NETWORK_CONNECTOR_H__ #define __NETWORK_CONNECTOR_H__ #include <stdint.h> #include <windows.h> #include "irpmondll-types.h" #define IOCTL_IRPMON_SERVER_ARCH_32BIT 1 #define IOCTL_IRPMON_SERVER_ARCH_64BIT 2 typedef struct _NETWORK_MSG_IOCTL { uint32_t Result; uint32_t ControlCode; uint32_t InputB...
/**************************************************************************** * wireless/ieee802154/mac802154_device.c * * Copyright (C) 2017 Verge Inc. All rights reserved. * Author: Anthony Merlino <anthony@vergeaero.com> * * Redistribution and use in source and binary forms, with or without * modification...
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/elasticache/ElastiCache_EXPORTS.h> #include <aws/elasticache/ElastiCacheRequest.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/core/utils/memory/stl/AWSVe...
#ifndef MM_CMD_PARSER_H #define MM_CMD_PARSER_H #endif
/** * Copyright (c) 2014 - 2020, 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...
/* * MIT License * Copyright (c) 2017 Michal Kozakiewicz, github.com/michal037 */ #include <stdlib.h> #include <allegro5/allegro.h> #include <allegro5/allegro_image.h> #include <allegro5/allegro_memfile.h> #include "../detect_os.h" #ifdef OS_WINDOWS #include <allegro5/allegro_direct3d.h> #endif #include "display.h...
#ifndef HISTOGRAM_H #define HISTOGRAM_H #include <memory> #include <vector> #ifdef __SSE2__ #include <emmintrin.h> #endif #include <sstream> #include <tbb/tbb.h> #include <utility> #include "ManagedArray.h" #include "utils.h" namespace freud { namespace util { //! Weight to add to a histogram. /*! For histograms th...
/*- * 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 permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * noti...
/* * This file is a part of Pocket Heroes Game project * http://www.pocketheroes.net * https://code.google.com/p/pocketheroes/ * * Copyright 2004-2010 by Robert Tarasov and Anton Stuk (iO UPG) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance w...
/* * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ // The LL layer for UART register operations. // Note that most of the register operations in this layer are non-atomic operations. #pragma once #include "hal/misc.h" #include "hal/uart_types.h"...
// // _RV64D_h_ // // Copyright (C) 2017-2021 Tactical Computing Laboratories, LLC // All Rights Reserved // contact@tactcomplabs.com // // See LICENSE in the top level directory for licensing details // #ifndef _SST_REVCPU_RV64D_H_ #define _SST_REVCPU_RV64D_H_ #include "RevInstTable.h" #include "RevExt.h" using nam...
/* * Copyright (c) 2014, Parse, LLC. All rights reserved. * * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, * copy, modify, and distribute this software in source code or binary form for use * in connection with the web services and APIs provided by Parse. * * As with any s...
#ifndef HOLDERDIALOG_H #define HOLDERDIALOG_H #include <QDialog> class QLineEdit; class QComboBox; class QSpinBox; namespace visual{ namespace ui{ namespace utils{ /*! \brief Диалог параметров зоны * Диалог, позволяющий задать параметры зоны (название, ) на LayoutWidget */ class HolderDialog : public QDialog { ...
/* 循环数组实现的阻塞队列,m_back = (m_back + 1) % m_max_size; 线程安全,每个操作前都要先加锁,操作完再释放锁 */ #ifndef BLOCK_QUEUE_H #define BLOCK_QUEUE_H #include <iostream> #include <stdlib.h> #include <pthread.h> #include <sys/time.h> #include "../lock/locker.h" using namespace std; template <typename T> class block_queue { public: bl...
/* qsort.c ======= Based on qsort.c 8.1 (Berkeley) 6/4/93 obtained from https://cgit.freebsd.org/src/plain/lib/libc/stdlib/qsort.c on 12/1/2022 https://cgit.freebsd.org/src/log/lib/libc/stdlib/qsort.c shows last change as 2021-07-29 Modifications by Peter Miller, 25/1/2021 - to compile with TDM-GCC 10...
/* sensor_isl29035.c - trigger support for ISL29035 light sensor */ /* * Copyright (c) 2016 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...
/* * Copyright (c) 2021-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...
/* Copyright (c) 2001-2004, Roger Dingledine. * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. * Copyright (c) 2007-2017, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /** * \file policies.c * \brief Code to parse and use address policies and exit policies. * * We have two key ...
#ifndef ___MULTI_PLATFORM_SLEEP_H__ #define ___MULTI_PLATFORM_SLEEP_H__ #ifdef _WIN32 #include "Windows.h" #include "WinBase.h" #else #include <chrono> #include <thread> #endif void MultiPlatformSleep(int milliseconds); #endif
/* * Copyright (c) 2017, Intel Corporation * * 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 following...
/** ****************************************************************************** * @file stm32l0xx_hal_conf.h * @brief HAL configuration file. ****************************************************************************** * @attention * * <h2><center>&copy; COPYRIGHT(c) 2016 STMicroele...
#ifndef __PERF_THREAD_MAP_H #define __PERF_THREAD_MAP_H #include <sys/types.h> #include <stdio.h> struct thread_map { int nr; pid_t map[]; }; struct thread_map *thread_map__new_by_pid(pid_t pid); struct thread_map *thread_map__new_by_tid(pid_t tid); struct thread_map *thread_map__new_by_uid(uid_t uid); struct thre...
/* * Copyright (C) 2011-2019 Intel 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: * * * Redistributions of source code must retain the above copyright * notice, this li...
/** * Author......: See docs/credits.txt * License.....: MIT */ #include "common.h" #include "types.h" #include "modules.h" #include "bitops.h" #include "convert.h" #include "shared.h" static const u32 ATTACK_EXEC = ATTACK_EXEC_OUTSIDE_KERNEL; static const u32 DGST_POS0 = 0; static const u32 DGST_POS...
/** *! * \file b_sdc.c * \version v0.0.1 * \date 2019/06/05 * \author Bean(notrynohigh@outlook.com) ******************************************************************************* * @attention * * Copyright (c) 2019 Bean * * Permission is hereby granted, free of charge, to any person...
/* * 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 ...
/* Copyright (c) 2017, Massachusetts Institute of Technology 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 condition...
/* * OWL - OCaml Scientific and Engineering Computing * Copyright (c) 2016-2022 Liang Wang <liang@ocaml.xyz> */ #ifdef OWL_ENABLE_TEMPLATE // function to accumulate all the elements in x #ifdef FUN5 CAMLprim value FUN5(value vN, value vX) { CAMLparam2(vN, vX); int N = Long_val(vN); struct caml_ba_array *X...
/* cairo-wasm - a vector graphics library with display and print output * * Copyright © 2007 Chris Wilson * * This library is free software; you can redistribute it and/or * modify it either under the terms of the GNU Lesser General Public * License version 2.1 as published by the Free Software Foundation * (the...
// // TestBridgeHeader.h // UIAnimatedSearchBar_Tests // // Created by Kyle Burkholder on 7/1/18. // Copyright © 2018 CocoaPods. All rights reserved. // #import <KIF/KIF.h>
/******************************************************************* * File automatically generated by rebuild_wrappers.py (v2.1.0.16) * *******************************************************************/ #ifndef __wrappedlibxfixesUNDEFS_H_ #define __wrappedlibxfixesUNDEFS_H_ #endif // __wrappedlibxfixesUNDEFS_H_
/** * @file llfloatercamera.h * @brief Container for camera control buttons (zoom, pan, orbit) * * $LicenseInfo:firstyear=2001&license=viewerlgpl$ * Second Life Viewer Source Code * Copyright (C) 2010, Linden Research, Inc. * * This library is free software; you can redistribute it and/or * modify it under t...
/******************************************************************************* * Copyright (c) 2015-2018 Skymind, Inc. * * This program and the accompanying materials are made available under the * terms of the Apache License, Version 2.0 which is available at * https://www.apache.org/licenses/LICENSE-2.0. * *...
// Copyright (c) 2010 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_POLICY_FILE_BASED_POLICY_LOADER_H_ #define CHROME_BROWSER_POLICY_FILE_BASED_POLICY_LOADER_H_ #pragma once #include "chrome/bro...
// -*- c++ -*- #ifndef MGSYSTEM_H #define MGSYSTEM_H #include <arch/symtable.h> #include <sim/breakpoints.h> #include <sim/config.h> #include <vector> #include <utility> #include <string> #include <map> namespace Simulator { class ActiveROM; class Selector; class FPU; namespace IC { template<typenam...
//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. // // This software is distributed WITHOUT ANY WARRANTY; without even // the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR // PURP...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:38:46 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Eli...
/**************************************************************************** * Copyright 2020 Thomas E. Dickey * * Copyright 1998-2009,2010 Free Software Foundation, Inc. * * * * Permi...
/* * Copyright (c) 2015-2020, Intel 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 restriction, including without limitation * the rights to use, copy, modify, merge, p...
#pragma once #include <map> #include <string> #include <vector> namespace prometheus { template <typename T> class Family; class Summary; class Registry; namespace detail { class SummaryBuilder; } detail::SummaryBuilder BuildSummary(); namespace detail { class SummaryBuilder { public: SummaryBuilder& Labels(co...
/* * Driver for the Diolan u2c-12 USB-I2C adapter * * Copyright (c) 2010-2011 Ericsson AB * * Derived from: * i2c-tiny-usb.c * Copyright (C) 2006-2007 Till Harbaum (Till@Harbaum.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public Licen...
#include "precomp.h" #include "common_metapi.h" #include "fs_local.h" void request_fs_ls_cb(void *arg, char *name, char *short_name, char *path) { Packet *response = arg; struct meterp_stat s = {0}; /* * Add the file name, full path and stat information */ met_api->packet.add_tlv_string(response, TLV_TYPE_FI...
/* $NetBSD: readcdf.c,v 1.18 2019/12/17 02:31:05 christos Exp $ */ /*- * Copyright (c) 2008, 2016 Christos Zoulas * 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 ...
/* Copyright 2014 yiyuanzhong@gmail.com (Yiyuan Zhong) * * 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 applic...
/* * Copyright (c) 2013 Google, Inc * * (C) Copyright 2012 * Pavel Herrmann <morpheus.ibis@gmail.com> * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _DM_UCLASS_INTERNAL_H #define _DM_UCLASS_INTERNAL_H /** * uclass_find_device() - Return n-th child of uclass * @id: Id number of the uclass * @index: Positi...
#ifndef INDCPA_H #define INDCPA_H #include "params.h" #include "polyvec.h" #include <stdint.h> #define gen_matrix KYBER_NAMESPACE(gen_matrix) void gen_matrix(int16_t a[KYBER_K][KYBER_K][KYBER_N], const uint8_t seed[KYBER_SYMBYTES], int transposed); #define indcpa_keypair KYBER_NAMESPACE(indcpa_keypair) void indcpa_ke...
// // HACpuLoad.h // Pods // // Created by macbook on 17/1/12. // // #import "HACObject.h" @interface HACpuLoad : HACObject @property (nonatomic, assign) double system; @property (nonatomic, assign) double user; @property (nonatomic, assign) double nice; @property (nonatomic, assign) double systemWithoutNice; @pro...
#include "ip.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #include <errno.h> #include <unistd.h> #include <sys/socket.h> #include <sys/types.h> #include <sys/ioctl.h> #include <net/if.h> #include <arpa/inet.h> #define IPv4_LEN 15 char * get_iface_ip(const char *iface) { if (!iface) { ret...
/* Generated by ./xlat/gen.sh from ./xlat/routing_scopes.in; do not edit. */ #include "gcc_compat.h" #include "static_assert.h" #if defined(RT_SCOPE_UNIVERSE) || (defined(HAVE_DECL_RT_SCOPE_UNIVERSE) && HAVE_DECL_RT_SCOPE_UNIVERSE) DIAG_PUSH_IGNORE_TAUTOLOGICAL_COMPARE static_assert((RT_SCOPE_UNIVERSE) == (0), "RT_SC...
// // MainLayOut.h // WordRecognition // // Created by Kino on 19/03/22. // Copyright © 2019年 Kino. All rights reserved. // #import <UIKit/UIKit.h> @interface MainLayout : UICollectionViewFlowLayout @end
/* * Copyright (c) 2015-2019 Intel Corporation. * All rights reserved. * * SPDX-License-Identifier: Apache-2.0 * */ #ifndef MM_LIB_H #define MM_LIB_H #include "vmm_base.h" void *calloc(IN uint32_t num_elements, IN uint32_t element_size); #endif
/* * TouchSensor.h * * Created on: 2. feb. 2018 * Author: Stian */ #ifndef TOUCHSENSOR_H_ #define TOUCHSENSOR_H_ #include "MySmartHome.h" class TouchSensor: public MySmartHome { public: TouchSensor(); TouchSensor(PubSubClient& client, WiFiManager& manager); char touch_topic[5]; int touch_value; ...
// // RFPulseActivityViewIndicator.h // Reflect Client // // Created by Kyle Hickinson on 2012-10-26. // Copyright (c) 2012 Kyle Hickinson. All rights reserved. // #import <UIKit/UIKit.h> /** The RFPulseActivityViewIndicator class reimplements a common activity view indiciator that is seen in Loren Brichter's T...
/* * Copyright 2020 NXP * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _FSL_PMU_H_ #define _FSL_PMU_H_ #include "fsl_common.h" /*! * @addtogroup pmu PMU: Power Management Unit * @{ */ /******************************************************************************* * Definitions...
#pragma once #include "GameDefs.h" #include "Sprite2D.h" // This class implements caching mechanism for graphic resources // Since engine uses original GTA assets, cache requires styledata to be provided // Some textures, such as block tiles, may be combined into huge atlases for performance reasons class SpriteMan...
/* * This header is generated by classdump-dyld 1.0 * on Tuesday, November 5, 2019 at 2:48:44 AM Mountain Standard Time * Operating System: Version 13.0 (Build 17J586) * Image Source: /System/Library/Frameworks/CloudKit.framework/CloudKit * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos....
/* $Id: dlusb.h,v 1.50 2005/10/08 05:37:15 geni Exp $ * * Copyright (c) 2005 Huidae Cho * 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 th...
/******************************************************************************* * * DO NOT EDIT THIS FILE! * This file is auto-generated by fltg from Logical Table mapping files. * * Tool: $SDK/INTERNAL/fltg/bin/fltg * * Edits to this file will be lost when it is regenerated. * * This license is set out in ht...
// // Copyright (c) 2014 The ANGLE Project 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 LIBANGLE_CAPS_H_ #define LIBANGLE_CAPS_H_ #include "angle_gl.h" #include <set> #include <unordered_map> #include <vector> #includ...
/** * Copyright (c) 2017, Harrison Bowden, Minneapolis, MN * * 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"...
#pragma once #ifndef ADJUST_THICKNESS_POPUP_H #define ADJUST_THICKNESS_POPUP_H // TnzQt includes #include "toonzqt/dvdialog.h" // TnzLib includes #include "toonz/txshsimplelevel.h" // TnzCore includes #include "tvectorimage.h" // STD includes #include <vector> #include <set> //====================================...
#include "include.h" #if (CFG_SOC_NAME == SOC_BK7231) #include "arm_arch.h" #if CFG_SUPPORT_MANUAL_CALI #include "target_util_pub.h" #include "mem_pub.h" #include "drv_model_pub.h" #include "sys_ctrl_pub.h" #include "phy.h" #include "bk7011_cal_pub.h" #include "bk7011_cal.h" #include <string.h> #include "flash_pub....
// Copyright (c) 2011-2016 The Skytells developers // Distributed under the MIT/X11 software license, see the accompanying // @license MIT : http://www.opensource.org/licenses/mit-license.php. // @package Oxgram Cryptocurrency by Skytells, Inc. #pragma once #include <cstdint> #include <functional> #include <map> #inc...
// Copyright (C) 2009 Gaz Davidson // This file is part of the "Irrlicht Engine". // For conditions of distribution and use, see copyright notice in irrlicht.h #ifndef __C_IRR_DEVICE_CONSOLE_H_INCLUDED__ #define __C_IRR_DEVICE_CONSOLE_H_INCLUDED__ #include "IrrCompileConfig.h" #ifdef _IRR_COMPILE_WITH_CONSOLE_DEVICE_...
// Generated by gencpp from file duckietown_kaku/gripper_grabAction.msg // DO NOT EDIT! #ifndef DUCKIETOWN_KAKU_MESSAGE_GRIPPER_GRABACTION_H #define DUCKIETOWN_KAKU_MESSAGE_GRIPPER_GRABACTION_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/bu...
// Copyright (c) Lawrence Livermore National Security, LLC and other VisIt // Project developers. See the top-level LICENSE file for dates and other // details. No copyright assignment is required to contribute to VisIt. #ifndef AVT_VOLUME_RENDERER_IMPLEMENTATION_H #define AVT_VOLUME_RENDERER_IMPLEMENTATION_H #inclu...
/*------------------------------------------------------------------------- * * pg_prewarm.c * prewarming utilities * * Copyright (c) 2010-2014, PostgreSQL Global Development Group * * IDENTIFICATION * contrib/pg_prewarm/pg_prewarm.c * *-------------------------------------------------------------------...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #import <Foundation/Foundation.h> /** * Log Levels */ typedef NS_ENUM(NSUInteger, MSLogLevel) { /** * Logging will be very chatty */ MSLogLevelVerbose = 2, /** * Debug information will be ...
#include <stdio.h> int main(int argc, char **argv) { printf("Hello word, this is \"%s\"\n", argv[0]); return 0; }
/*************************************************************************/ /* particles_2d_editor_plugin.h */ /*************************************************************************/ /* This file is part of: */ /* ...
/* * c64dtvmem.h - C64DTV memory (2MB RAM/ROM) implementation * * Written by * Daniel Kahlin <daniel@kahlin.net> * * This file is part of VICE, the Versatile Commodore Emulator. * See README for copyright notice. * * This program is free software; you can redistribute it and/or modify * it under the terms ...
/* * %CopyrightBegin% * * Copyright Ericsson AB 1998-2016. 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 ...
/* file: convolution2d_layer_forward.h */ /******************************************************************************* * Copyright 2014-2017 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 cop...
/* * MIT License * * Copyright (c) [2018] [WangBoJing] * 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, mod...
/* * Copyright 2019-2020 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * 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/LICENS...
/** * This header is generated by class-dump-z 0.2a. * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3. * * Source: (null) */ #import "WXPBGeneratedMessage.h" @class BaseRequest, NSString; @interface GetCardsHomePageLayoutRequest : WXPBGeneratedMessage { } @property(retain, nonatomic) NSStr...
// // MLRegisterVew.h // GameProject // // Created by shark on 2021/9/5. // #import "MLBaseAccountView.h" NS_ASSUME_NONNULL_BEGIN @interface MLRegisterVew : MLBaseAccountView @end NS_ASSUME_NONNULL_END
/* * * Bluetooth HCI UART driver * * Copyright (C) 2000-2001 Qualcomm Incorporated * Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com> * Copyright (C) 2004-2005 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify * it under the ...
// // AppDelegate.h // ShellSort // // Created by sunjinshuai on 2019/4/29. // Copyright © 2019 sunjinshuai. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
#include <priest.h> void create() { ::create(); set_spell_name("shadow_walk"); set_spell_level(7); set_spell_type("priest"); set_spell_sphere("summoning"); set_diety("shar"); set_non_living_ok(0); set_somatic_comp(); set_verbal_comp(); set_arg_needed(); set_restricted_to_cla...
/* Copyright 2015 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...
// Copyright (c) 2011-2015 The Bitcoin Core developers // Copyright (c) 2018-2020 The Ion Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_NOTIFICATOR_H #define BITCOIN_QT_NOTIFICATOR_H #if def...
// Copyright (C) 2018-2022 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once #include "common_types.h" #include "common_tools.h" #include <vector> #include <assert.h> #include <numeric> #include <cstddef> #include <algorithm> #include <array> #include <string> #include <utility> #include <stde...
/* This file is part of FFTS -- The Fastest Fourier Transform in the South Copyright (c) 2012, Anthony M. Blake <amb@anthonix.com> Copyright (c) 2012, The University of Waikato All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the foll...
#ifndef _ROS_jsk_recognition_msgs_SparseOccupancyGrid_h #define _ROS_jsk_recognition_msgs_SparseOccupancyGrid_h #include <stdint.h> #include <string.h> #include <stdlib.h> #include "ros/msg.h" #include "std_msgs/Header.h" #include "geometry_msgs/Pose.h" #include "jsk_recognition_msgs/SparseOccupancyGridColumn.h" name...
/** ****************************************************************************** * @file vcom.c * @author MCD Application Team * @brief manages virtual com port ****************************************************************************** * @attention * * <h2><center>&copy; Copyright (c) 2018 S...
#import "TLMetaRpc.h" #import "TLObject.h" #import "TLMetaRpc.h" @interface TLRPCaccount_getWebAuthorizations : TLMetaRpc - (Class)responseClass; - (int)impliedResponseSignature; @end @interface TLRPCaccount_getWebAuthorizations$account_getWebAuthorizations : TLRPCaccount_getWebAuthorizations @end
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "WCPayBaseCgi.h" @interface WCPayF2FModifyExposureCgi : WCPayBaseCgi { id <WCPayF2FModifyExposureCgiDelegate> m_delegate; } - (void).cxx_destruct; - (void)didFailWithE...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 28, 2021 at 9:03:54 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/PrivateFrameworks/MediaRemot...