text
stringlengths
9
948k
/************************************************************************************ Program Interface (Function Prototypes) of Doubly Linked List Author: Ashis Kumar Das Email: akd.bracu@gmail.com GitHub: https://github.com/AKD92 ***********************************...
#ifndef DUV_H #define DUV_H #include "uv.h" #include "duktape.h" #include <assert.h> #if !defined(_WIN32) #include <unistd.h> #endif #if _MSC_VER >= 1800 #include <stdbool.h> #else #ifndef __cplusplus typedef enum { false, true } bool; #endif #endif #if defined(_WIN32) # include <fcntl.h> # include <sys/types.h> # ...
#ifndef VIGILCAMERAINFO_H #define VIGILCAMERAINFO_H #include "ImVigil.h" #include <QtCore/QString> class IMVIGILSHARED_EXPORT VigilCameraInfo { public: VigilCameraInfo(); QString name(void) const; }; #endif // VIGILCAMERAINFO_H
/************************************************************************************ * configs/stm32f103-minimum/include/board.h * * Copyright (C) 2016 Gregory Nutt. All rights reserved. * Authors: Gregory Nutt <gnutt@nuttx.org> * Laurent Latil <laurent@latil.nom.fr> * * Redistribution and use in...
/* Copyright (c) 2016 Alex Vargas 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 for any purpose, including commercial applications, and ...
// Copyright (c) 2012-2016, The CryptoNote developers, The Bytecoin developers // // This file is part of Karbo. // // Karbo 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 3 of the Lic...
#pragma once #include <QDockWidget> #include <QLabel> class VideoDisplay; class VideoWidget; class PreviewPanelButton; class PlayerHeader; class MainWindow; // Base interface for widgets which have manage button class ManageWidget { public: // return child widget which allow manage the widget (hide and show) ...
#include "standard.h" #include "trie.h" class elementaryhandle { public: void read(); //读取文本 void MMP(DicTree &trie); //MM 算法 mm 改 0825 void MM(DicTree &trie); //传统MM算法 void answer(); private: vector<string> target_sentence; vector<string> cut; string sentences; };
/* OperatorDef.h -- * * Copyright (c) 2014, Lex Chou <lex at chou dot it> * 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 copyr...
int main() { // test test test return 0; }
/* pxCore Copyright 2005-2018 John Robinson 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 agree...
// // WARUserSettingNewViewController.h // WARProfile // // Created by Hao on 2018/6/20. // #import "WARBaseViewController.h" #import "WARProfileUserModel.h" @interface WARUserSettingNewViewController : WARBaseViewController @property (nonatomic, strong) WARProfileUserModel *userModel; @property (nonatomic, copy...
#ifndef _APP_H_ #define _APP_H_ #include <assert.h> #include <stdio.h> #include <stdlib.h> #include <stdarg.h> #include "sgx_error.h" #include "sgx_eid.h" #ifndef TRUE # define TRUE 1 #endif #ifndef FALSE # define FALSE 0 #endif # define TOKEN_FILENAME "enclave.token" # define ENCLAVE_FILENAME "enclave.signed.so...
/***************************************************************************** * (C) COPYRIGHT MICROSOFT CORPORATION, 2002 * * AUTHOR: ByronC * * DATE: 4/13/2002 * * @doc INTERNAL * * @module StiEventHandlerInfo.h - Definitions for <c StiEventHandlerInfo> | * * This file contains the cla...
/* * This header is generated by classdump-dyld 1.5 * on Friday, April 30, 2021 at 11:37:15 AM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/EmailFounda...
/* ---------------------------------------------------------------------------- Author: Ken C. K. Lee Email: cklee@cse.psu.edu Web: http://www.cse.psu.edu/~cklee Date: Jan, 2008 Copyright(c) Ken C. K. Lee 2008 This file contains a class DistSignature declaration. That represents a di...
#include <free.h> #include <console.h> #include <exit.h> #include <type.h> #include <lib/string.h> #define MB (1024*1024) int free() { /* CHAR16 *fmt = L"total : %dMB\r\n" "free : %dMB\r\n" "used : %dMB"; mem_t mem = { 0, 0, 0, 0, 0, 0, 0, 0 }; stats(&mem); printf(fmt, mem.tota...
// Copyright 2017 Google 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 or agreed to in ...
#ifndef PROCESS_H #define PROCESS_H #include <string> #include "linux_parser.h" /* Basic class for Process representation It contains relevant attributes as shown below */ class Process { public: Process(int pid); int Pid() const; std::string User() const; std::string Command() const; float CpuUtilization()...
/** * \file dnn/src/cuda/resize/common.h * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") * * Copyright (c) 2014-2021 Megvii Inc. All rights reserved. * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS I...
/* * memory.h * * * Created by John Linford on 4/8/08. * Copyright 2008 Transatlantic Giraffe. All rights reserved. * */ #ifndef __MEMORY_H__ #define __MEMORY_H__ /************************************************** * Includes * **************************************...
/* Copyright 1995-2019 Mithral 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 or agreed to in writing...
/* ----------------------------------------------------------------------------- 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 ...
// SPDX-License-Identifier: GPL-2.0 // // rt1308-sdw.c -- rt1308 ALSA SoC audio driver // // Copyright(c) 2019 Realtek Semiconductor Corp. // // #include <linux/delay.h> #include <linux/device.h> #include <linux/pm_runtime.h> #include <linux/mod_devicetable.h> #include <linux/soundwire/sdw.h> #include <linux/soundwire/...
#ifndef TESTREADER_H #define TESTREADER_H #include <QObject> #include <QtTest> class TestReader : public QObject { Q_OBJECT public: TestReader() = default; private Q_SLOTS: void testReadToListInvalidArgs(); void testReadToDataInvalidArgs(); void testReadFileWithCommas(); void testReadFileWit...
// File: mumps/database/db_main.c // // module database - Main Database Functions /* Copyright (c) 1999 - 2014 * Raymond Douglas Newman. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are...
/* * cblas_izamax.c * * The program is a C interface to izamax. * It calls the fortran wrapper before calling izamax. * * Written by Keita Teranishi. 2/11/1998 * */ #include "cblas.h" #include "cblas_f77.h" CBLAS_INDEX cblas_izamax(const int N, const void *X, const int incX) { int iamax; #ifdef F77_INT F...
//===--- RecursiveASTVisitor.h - Recursive AST Visitor ----------*- 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 // //===---------------------------...
// // NKFavoritesAssembly.h // SearchRepositories // // Created by Nikolay Kagala on 13/07/16. // Copyright © 2016 Nikolay Kagala. All rights reserved. // #import <Typhoon/Typhoon.h> #import "NKBaseAssembly.h" @interface NKFavoritesAssembly : NKBaseAssembly @end
/* Lucky Girl (newer 1991 version on different hardware?) -- there is an early 'Lucky Girl' which appears to be running on Nichibutsu like hardware. The program rom extracted from the Z180 also refers to this as Lucky 74.. Lucky Girl Wing 1991 PCB labels "DREW'S UNDER WARRANTY IF REMOVED N3357" "No.A ...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, June 7, 2020 at 11:12:23 AM Mountain Standard Time * Operating System: Version 13.4.5 (Build 17L562) * Image Source: /System/Library/Frameworks/Foundation.framework/Foundation * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneo...
/** @file System Firmware update header file. Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #ifndef _SYSTEM_FIRMWARE_UPDATE_H_ #define _SYSTEM_FIRMWARE_UPDATE_H_ #include <PiDxe.h> #include <Guid/SystemResourceTable.h> #include <Guid/F...
/* * pthread_attr_setaffinity_np.c * * Description: * POSIX thread functions that deal with thread CPU affinity. * * -------------------------------------------------------------------------- * * pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom * Copyright(C) ...
#ifndef WAITINGSTATE_H #define WAITINGSTATE_H class State; class Thermofan; // в этом состоянии будет ожидание class WaitingState: public State { public: WaitingState(Thermofan* context); ~WaitingState(); virtual void loop(); }; #endif
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
// Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2018 The Bitsend Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITSEND_RPC_PROTOCOL_H #define BITSEND_RPC_PROTOCOL_H #include <fs.h> #inclu...
/**************************************************************************************** * LatticeCrypto: an efficient post-quantum Ring-Learning With Errors cryptography library * * Copyright (c) Microsoft Corporation. All rights reserved. * * * Abstract: fixed constants for the Number Theoretic Transform (NTT) * ...
//===----------------------------------------------------------------------===// // // BusTub // // hash_table_bucket_page.h // // Identification: src/include/storage/page/hash_table_bucket_page.h // // Copyright (c) 2015-2021, Carnegie Mellon University Database Group // //===------------------...
/* * Copyright 2016-2017, Intel Corporation * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * * Redistributions of source code must retain the above copyright * notice, this list of conditions and ...
/** * Copyright (C) 2015 MongoDB Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, * as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITH...
/** * Autogenerated by Thrift * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ #pragma once #include <thrift/lib/cpp2/GeneratedHeaderHelper.h> #include <thrift/lib/cpp2/Thrift.h> #include <thrift/lib/cpp2/protocol/Protocol.h> #include "folly/sorted_vector_types.h" // BEGIN d...
/*------------------------------------------------------------------------- * * src/monitor/group_state_machine.c * * Implementation of the state machine for fail-over within a group of * PostgreSQL nodes. * * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the PostgreSQL License. * ...
/* errstr.h ======== Author: R.J.Barnes */ /* $License$ */ char *errstr[]={ "dmapblkinx - Dump the block index (file offsets for each block) of a DataMap file.\n", "dmapblkinx --help\n", NULL};
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
/* Written by Morgoth DBMA, morgothdbma@o2.pl This is part of PgXexplorer software, Open Source on BSD licence, Libraries(interaces) used: GNU GCC, AS (all stuff needed to compile C source into executable binary) LibPQ-FE from PostgreSQL, GTK (GIMP Toolkit) written in VIM editor, ctags used, CVS used Currently on...
/* Plain C implementation of the Haraka256 and Haraka512 permutations. */ #include <stdio.h> #include <string.h> #include <stdlib.h> #include "haraka_portable.h" #define HARAKAS_RATE 32 static const unsigned char haraka_rc[40][16] = { {0x9d, 0x7b, 0x81, 0x75, 0xf0, 0xfe, 0xc5, 0xb2, 0x0a, 0xc0, 0x20, 0xe6, 0x4c,...
// Spirick Tuning // // A C++ class and template library // for performance critical applications. // Copyright (C) 1996-2021 Dietmar Deimling. // All rights reserved. // Internet www.spirick.com // E-Mail info@spirick.com // // Version 1.48 // File tuning/rnd/sortedarray.h #ifndef TUNING_RND_SORTEDARRAY_H #define...
#include "sofam.h" int iauJdcalf(int ndp, double dj1, double dj2, int iymdf[4]) /* ** - - - - - - - - - - ** i a u J d c a l f ** - - - - - - - - - - ** ** Julian Date to Gregorian Calendar, expressed in a form convenient ** for formatting messages: rounded to a specified precision. ** ** This function is part...
// // timer.h // KAOS // // Created by Klaus Aschenbrenner on 23.02.2014. // Copyright (c) 2014 Klaus Aschenbrenner. All rights reserved. // #ifndef KAOS_timer_h #define KAOS_timer_h // Initializes the hardware timer void InitTimer(int Frequency); // IRQ callback function static void TimerCallback(int Number); ...
// // Copyright 2009-2010 Facebook // // 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...
#pragma once #include <c10/util/C++17.h> #include <c10/util/Exception.h> #include <c10/util/MaybeOwned.h> #include <atomic> #include <stdexcept> namespace pybind11 { template <typename, typename...> class class_; } namespace c10 { class intrusive_ptr_target; namespace raw { namespace weak_intrusive_ptr { inlin...
/* !!DESCRIPTION!! C-Manual Chapter 7.1: primary expressions !!ORIGIN!! LCC 4.1 Testsuite !!LICENCE!! own, freely distributeable for non-profit. read CPYRIGHT.LCC */ #include "common.h" /*include "cq26.c"*/ /* hardware check */ struct defs { int cbits; /* No. of bits per char *...
// Copyright 2018 The Fuchsia Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SRC_DEVELOPER_DEBUG_ZXDB_CLIENT_MOCK_PROCESS_H_ #define SRC_DEVELOPER_DEBUG_ZXDB_CLIENT_MOCK_PROCESS_H_ #include "src/developer/debug/zxdb/client/...
/* This file is part of: NoahFrame https://github.com/ketoo/NoahGameFrame Copyright 2009 - 2018 NoahFrame(NoahGameFrame) File creator: lvsheng.huang NoahFrame is open-source software and you can redistribute it and/or modify it under the terms of the License; b...
// // CodaDropController.h // ShinyDroplets // // Created by Matteo Rattotti on 6/27/08. // Copyright 2008 www.shinyfrog.net. All rights reserved. // #import <Cocoa/Cocoa.h> #import "baseDroplet.h" @interface CodaDropController : baseDroplet { } @end
#ifndef __bs_sorter_wrapper_H #define __bs_sorter_wrapper_H #ifdef __cplusplus extern "C" { #endif typedef struct samSorter samSorter; samSorter* new_samSorter(bseq1_t *first_read); void samSorter_processRead(samSorter* ss, bseq1_t *read); void samSorter_processEnd(samSorter* ss); void samSorter_delete(samSorter* ss...
/* * arch/s390/kernel/module.c - Kernel module help for s390. * * S390 version * Copyright (C) 2002, 2003 IBM Deutschland Entwicklung GmbH, * IBM Corporation * Author(s): Arnd Bergmann (arndb@de.ibm.com) * Martin Schwidefsky (schwidefsky@de.ibm.com) * * based on i386 version * Copyright...
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import "TAGPBGeneratedMessage.h" @interface TAGPBDescriptorProto_ReservedRange : TAGPBGeneratedMessage { } + (id)descriptor; // Rem...
// // DDXMLNode+NamespaceMapping.h // FreeDream // // Created by Amor on 14-2-21. // Copyright (c) 2014年 Seewo. All rights reserved. // #import "DDXMLNode.h" @interface DDXMLNode (NamespaceMapping) - (NSArray *)nodesForXPath:(NSString *)xpath namespaceMappings:(NSDictionary*)namespaceMappings error:(NSError **)e...
/* r3964 linediscipline for linux * * ----------------------------------------------------------- * Copyright by * Philips Automation Projects * Kassel (Germany) * http://www.pap-philips.de * ----------------------------------------------------------- * This software may be used and distributed according to the...
// // VKUploadPhotoRequest.h // // Copyright (c) 2014 VK.com // // 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...
/* * Copyright © 2003-2004 Peter Osterlund * * Permission to use, copy, modify, distribute, and sell this software * and its documentation for any purpose is hereby granted without * fee, provided that the above copyright notice appear in all copies * and that both that copyright notice and this permission notice...
/**************************************************************************** Copyright (c) 2022 Xiamen Yaji Software Co., Ltd. http://www.cocos.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated engine source code (the "Software"), a limited, worldwi...
// 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. #ifndef STORAGE_LEVELDB_DB_SKIPLIST_H_ #define STORAGE_LEVELDB_DB_SKIPLIST_H_ // Thread safety // ----...
// Copyright (c) 2009 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 NET_FTP_FTP_DIRECTORY_LISTING_BUFFER_H_ #define NET_FTP_FTP_DIRECTORY_LISTING_BUFFER_H_ #include <deque> #include <set> #include <string> #...
#include<stdio.h> #include<stdlib.h> #include"obLinkedList.h" /* * 向前移动ptr所指 * */ void forward_pointer(ptrToNode* ptr){ (*ptr) = (*ptr)->next; } /* * 删除指定prev所指后面 curr所指的node * */ Data delete_node(ptrToNode prev, ptrToNode curr){ ptrToNode tmp = prev->next; Data tmp_data = tmp->info; prev->next = curr->ne...
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
/* LUFA Library Copyright (C) Dean Camera, 2015. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* Copyright 2010 David Prentice (david.prentice [at] farming [dot] uk) Copyright 2010 Peter Danneger Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com) ...
/* Disassembly routines for TMS320C54X architecture Copyright (C) 1999-2018 Free Software Foundation, Inc. Contributed by Timothy Wall (twall@cygnus.com) This file is part of the GNU opcodes library. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Gene...
#ifndef QUIRK_H_ #define QUIRK_H_ #include "mantle_internal.h" typedef enum { // Game crashes when size and alignment are zero for objects with no memory requirements QUIRK_NON_ZERO_MEM_REQ = 1 << 0, // Read-only image bound to UAV slot QUIRK_READ_ONLY_IMAGE_BOUND_TO_UAV = 1 << 1, // Image trans...
// // Copyright (c) 2008-2020 the Urho3D project. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, m...
// // Copyright © 2018 Iterable. All rights reserved. // #ifndef IterableAppExtensions_h #define IterableAppExtensions_h #import <UIKit/UIKit.h> //! Project version number for swift_sdk. FOUNDATION_EXPORT double swift_sdkVersionNumber; //! Project version string for swift_sdk. FOUNDATION_EXPORT const unsigned char...
#include "ui_navigation.h" #include "framework64/n64/controller_button.h" #define STICK_THRESHOLD 0.2f void ui_navigation_init(UiNavigation* ui, fw64Input* input) { ui->input = input; for(int i = 0; i < 4; i++) { ui->connected_controllers[i] = fw64_input_controller_is_connected(ui->input, i); ...
#ifndef PROJECT_HEADER_component940_1_H #define PROJECT_HEADER_component940_1_H #include <externalComponent96/lib1.h> #include <externalComponent88/lib1.h> #include <externalComponent97/lib1.h> #include <externalComponent98/lib1.h> #include <externalComponent99/lib1.h> #include <externalComponent100/lib1.h> #include ...
/** * 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 <react/components/image/ImageShadowNode.h> #include <react/core/ConcreteComponentDescriptor.h> #include <re...
// Auto-generated file. Do not edit! // Template: src/f16-vhswish/f16c.c.in // Generator: tools/xngen // // Copyright 2022 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <immintrin.h> #...
#include "utils.h" #include "math.h" void dzero(int n, double *a) { for(int i=0; i<n;i=i+1) { a[i] = 0; } return; } void czero(int n, CPX *a) { for(int i=0; i<n;i=i+1) { a[i] = 0; } return; } void comp_err_lap(int n, int pg, int pgt, double *pot, double *potex, double *pottarg, double...
/* * tclXutil.c * * Utility functions for Extended Tcl. *----------------------------------------------------------------------------- * Copyright 1992 Karl Lehenbauer and Mark Diekhans. * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose and without fee is ...
/* * FreeRTOS V202112.00 * Copyright (C) 2020 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, including ...
/** ****************************************************************************** * @file lcd_trace.c * @author MCD Application Team * @brief This file provides all the LCD Trace firmware functions. * * The LCD Trace module allows to automatically set a header and footer * on any ...
/* * This header is generated by classdump-dyld 1.0 * on Tuesday, November 5, 2019 at 2:45:33 AM Mountain Standard Time * Operating System: Version 13.0 (Build 17J586) * Image Source: /System/Library/PrivateFrameworks/TextInput.framework/TextInput * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias...
#ifdef FLA_ENABLE_XBLAS /* ../netlib/dla_porfsx_extended.f -- translated by f2c (version 20100827). 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 ...
#pragma once #ifdef __linux__ //#include <bsd/string.h> #endif #ifdef _WIN32 #define STDIN_FILENO 0 #define STDOUT_FILENO 1 #define STDERR_FILENO 2 #include <inttypes.h> #define _int64_t long long int #define _int64 long long int #define __int64 long long int #define __int32 int size_t strlcpy(char *dst, const char *sr...
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM /builds/slave/rel-m-rel-xr-osx64-bld/build/dom/interfaces/xul/nsIDOMXULRelatedElement.idl */ #ifndef __gen_nsIDOMXULRelatedElement_h__ #define __gen_nsIDOMXULRelatedElement_h__ #ifndef __gen_domstubs_h__ #include "domstubs.h" #endif /* For IDL files that don't want t...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "GPUTraceModelFactory.h" @class GPUGLTraceOutline, NSMapTable; __attribute__((visibility("hidden"))) @interface GPUGLModelFactory : GPUTraceModelFactory { NSMapTable *...
#include<stdio.h> #define N 105 #define Max(a,b) ((a) > (b) ? (a) : (b)) int n,v; int w[N],c[N]; int f[1005]; int main(void) { scanf("%d%d",&v,&n); for(int i = 1;i <= n;++i) scanf("%d%d",&w[i],&c[i]); for(int i = 1;i <= n;++i) for(int j = v;j >= w[i];--j) f[j] = Max(f[j],f[j ...
#pragma once #include <array> #include <atomic> #include <chrono> #include <cstdint> #include <functional> #include <list> #include <memory> #include <string> #include <tuple> #include <utility> #include <vector> #include "envoy/api/api.h" #include "envoy/config/cluster/redis/redis_cluster.pb.h" #include "envoy/confi...
// // BaiduMobAdSplashDelegate.h // BaiduMobAdSDK // // Created by LiYan on 16/5/25. // Copyright © 2016年 Baidu Inc. All rights reserved. // #import "BaiduMobAdCommonConfig.h" #import <Foundation/Foundation.h> @class BaiduMobAdSplash; @protocol BaiduMobAdSplashDelegate <NSObject> @required /** * 应用的APPID */ ...
/* * Copyright (c) 2013, 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: * * - Redistributions of source code must retain the above copyright notice, this * list of c...
#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_AppStoreInformation_ExampleVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_AppStoreI...
// Copyright 2018 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_CAPTURE_VIDEO_CHROMEOS_REQUEST_MANAGER_H_ #define MEDIA_CAPTURE_VIDEO_CHROMEOS_REQUEST_MANAGER_H_ #include <cstring> #include <map> #includ...
/******************************************************************************* OSC Peripheral Library Template Implementation File Name: osc_ReferenceOscStopInIdleEnable_PIC32_1.h Summary: OSC PLIB Template Implementation Description: This header file contains template implementations For F...
/** * * @file tftp_server.h * TFTP server header * */ /* * 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...
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "EUTRA-RRC-Definitions" * found in "/home/lixh/enb_folder/openair2/RRC/LTE/MESSAGES/asn1c/ASN1_files/lte-rrc-14.7.0.asn1" * `asn1c -pdu=all -fcompound-names -gen-PER -no-gen-OER -no-gen-example -D /home/lixh/enb_folder/cmake_targets/lte...
/* text version of maze 'mazefiles/binary/UK-NOV-2015-MAZE-B.maz' generated by mazetool (c) Peter Harrison 2018 o---o---o---o---o---o---o---o---o---o---o---o---o---o---o---o---o | | o o---o---o---o---o---o---o---o---o---o---o---o o---o---o o | ...
/****************************************************************************** * INTERFACES * ****************************************************************************** typedef struct { float x, y; } Vertex; -- type for graph verticies typedef std:...
// Copyright 2011-2016 Google Inc. 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 appli...
// AuthenticationServer.h #ifndef NETFS_AUTHENTICATION_SERVER_H #define NETFS_AUTHENTICATION_SERVER_H #include <Application.h> #include "Locker.h" #include "String.h" class AuthenticationServer : public BApplication { public: AuthenticationServer(); ~AuthenticationServer(); status_t Init(); pr...
// Copyright (c) 2018 CloudMakers, s. r. o. // All rights reserved. // // Lakeside focuser command set is extracted from INDI driver written // by Phil Shepherd with help of Peter Chance. // // You can use this software under the terms of 'INDIGO Astronomy // open-source license' (see LICENSE.md). // // THIS SOFTWARE I...
/* Convert between the kernel's `struct stat' format, and libc's. Copyright (C) 1997-2020 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 publis...