text stringlengths 1 1.05M |
|---|
; A161587: a(n) = 13n^2 + 10n + 1.
; 1,24,73,148,249,376,529,708,913,1144,1401,1684,1993,2328,2689,3076,3489,3928,4393,4884,5401,5944,6513,7108,7729,8376,9049,9748,10473,11224,12001,12804,13633,14488,15369,16276,17209,18168,19153,20164,21201,22264,23353,24468,25609,26776,27969,29188,30433,31704,33001,34324,35673,37048,... |
.data?
dw ?
wordbuff db 16384 dup(?)
hrcmem dd ?
fError dd ?
fModify dd ?
fParseError dd ?
.code
SkipToEndOfComment proc
.while byte ptr [esi] && word ptr [esi]!='/*'
inc esi
.endw
.if word ptr [esi]=='/*'
add esi,2
.endif
ret
SkipToEndOfComment endp
SkipToEol proc
.whi... |
\ Example
INCLUDE "../../lib/constants.asm"
mode = 7
ORG &2000
.start
LDA mode
JSR screenmode
.finish
RTS
.screenmode
INCLUDE "../../lib/screenmode.asm"
.end
SAVE "MyCode", start, end
|
; zx0_v1_6309_standard.asm - ZX0 decompressor for H6309 - 75 bytes
;
; Copyright (c) 2021 Doug Masten
; ZX0 compression (c) 2021 Einar Saukas, https://github.com/einar-saukas/ZX0
;
; This software is provided 'as-is', without any express or implied
; warranty. In no event will the authors be held liable for any damages... |
;
; ANSI Video handling for the PC6001
;
; CLS - Clear the screen
;
;
; Stefano Bodrato - Jan 2013
;
;
; $Id: f_ansi_cls.asm,v 1.3 2016/06/12 16:06:43 dom Exp $
;
SECTION code_clib
PUBLIC ansi_cls
.ansi_cls
LD HL,0101h
CALL 11CDh ; L2A - convert location to screen address
push hl
ld d,h
ld e,l
... |
;
; jdsample.asm - upsampling (64-bit SSE2)
;
; Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB
; Copyright (C) 2009, D. R. Commander.
;
; Based on the x86 SIMD extension for IJG JPEG library
; Copyright (C) 1999-2006, MIYASAKA Masaru.
; For conditions of distribution and use, see copyright notice in jsim... |
; A024182: Integer part of ((4th elementary symmetric function of 2,3,...,n+4)/(3rd elementary symmetric function of 2,3,...,n+4)).
; 0,1,3,4,6,8,10,13,15,18,22,25,29,33,37,42,46,51,57,62,68,74,80,87,93,100,108,115,123,131,139,148,156,165,175,184,194,204,214,225,235,246,258,269,281,293,305,318,330,343,357,370,384,398,4... |
// Copyright (c) 2019, Ryo Currency Project
// Portions copyright (c) 2014-2018, The Monero Project
//
// Portions of this file are available under BSD-3 license. Please see ORIGINAL-LICENSE for details
// All rights reserved.
//
// Authors and copyright holders give permission for following:
//
// 1. Redistribution an... |
/* Copyright 2017 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... |
; A080039: a(n) = floor((1+sqrt(2))^n).
; 1,2,5,14,33,82,197,478,1153,2786,6725,16238,39201,94642,228485,551614,1331713,3215042,7761797,18738638,45239073,109216786,263672645,636562078,1536796801,3710155682,8957108165,21624372014,52205852193,126036076402,304278004997,734592086398,1773462177793,4281516441986,103364950617... |
ex de, hl |
; A339183: Number of partitions of n into two parts such that the smaller part is a nonzero square.
; 0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7
add $0,1
lpb $0,1
... |
// 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.
#include "chrome/browser/component_updater/component_updater_service.h"
#include <list>
#include <utility>
#include "base/compiler_specific.h"
#incl... |
; A089508: Solution to a binomial problem together with companion sequence A081016(n-1).
; Submitted by Jon Maiga
; 1,14,103,713,4894,33551,229969,1576238,10803703,74049689,507544126,3478759199,23843770273,163427632718,1120149658759,7677619978601,52623190191454,360684711361583,2472169789339633,16944503814015854,1161393... |
###############################################################################
# Copyright 2018 Intel Corporation
# All Rights Reserved.
#
# If this software was obtained under the Intel Simplified Software License,
# the following terms apply:
#
# The source code, information and material ("Material") containe... |
db "BAGWORM@" ; species name
db "It spits out a"
next "fluid that it uses"
next "to glue tree bark"
page "to its body. The"
next "fluid hardens when"
next "it touches air.@"
|
user/_rm: 文件格式 elf64-littleriscv
Disassembly of section .text:
0000000000000000 <main>:
#include "kernel/stat.h"
#include "user/user.h"
int
main(int argc, char *argv[])
{
0: 7179 addi sp,sp,-48
2: f406 sd ra,40(sp)
4: f022 sd s0,32(sp)
6: ec26 ... |
SECTION code_clib
SECTION code_fp_math48
PUBLIC _expm1_fastcall
EXTERN cm48_sdccix_expm1_fastcall
defc _expm1_fastcall = cm48_sdccix_expm1_fastcall
|
#pragma once
#include "Definitions.hpp"
#include "VMatrix.hpp"
namespace SDK
{
class IPanel;
class C_BaseEntity;
enum class ClearFlags_t {
VIEW_CLEAR_COLOR = 0x1 ,
VIEW_CLEAR_DEPTH = 0x2 ,
VIEW_CLEAR_FULL_TARGET = 0x4 ,
VIEW_NO_DRAW = 0x8 ,
VIEW_CLEAR_OBEY_STENCIL = 0x10 ,
VIEW_CLEAR_STENCIL = 0x20 ,
... |
; A073357: Binomial transform of tribonacci numbers.
; 0,1,3,8,22,62,176,500,1420,4032,11448,32504,92288,262032,743984,2112384,5997664,17029088,48350464,137280832,389779648,1106696192,3142227840,8921685888,25331224576,71922610432,204208915200,579807668224,1646240232960,4674148089344,13271246761984,37680875156480,106986... |
/*
* VKExtensionLoader.cpp
*
* This file is part of the "LLGL" project (Copyright (c) 2015-2018 by Lukas Hermanns)
* See "LICENSE.txt" for license information.
*/
#include "VKExtensionLoader.h"
#include "VKExtensions.h"
#include <LLGL/Log.h>
#include <functional>
#include <string>
namespace LLGL
{
/* --- Int... |
//
// Copyright 2016 Pixar
//
// Licensed under the Apache License, Version 2.0 (the "Apache License")
// with the following modification; you may not use this file except in
// compliance with the Apache License and the following modification to it:
// Section 6. Trademarks. is deleted and replaced with:
//
// 6. Trad... |
; A098294: a(n) = ceiling(n*log_2(3/2)).
; 0,1,2,2,3,3,4,5,5,6,6,7,8,8,9,9,10,10,11,12,12,13,13,14,15,15,16,16,17,17,18,19,19,20,20,21,22,22,23,23,24,24,25,26,26,27,27,28,29,29,30,30,31,32,32,33,33,34,34,35,36,36,37,37,38,39,39,40,40,41,41,42,43,43,44,44,45,46,46,47,47,48,48,49,50,50,51,51,52,53,53,54,54,55,55,56,57,57... |
.org 0x100
beep: .text "\"\"\"" ; comment
.align 4
.text "foo"
.align 16
.text "bar"
.db $45,0x67,'7'
.end
|
// Created by Saliya Ekanayake on 2019-07-05.
#ifndef DIBELLA_PAIRWISEFUNCTION_HPP
#define DIBELLA_PAIRWISEFUNCTION_HPP
#include <unordered_map>
#include <string>
#include <seqan/score.h>
#include <seqan/align_parallel.h>
#include "../AlignmentInfo.hpp"
#include "../kmer/CommonKmers.hpp"
#include "../ParallelOps.hpp"... |
; Copyright © 2018, VideoLAN and dav1d authors
; Copyright © 2018, Two Orioles, LLC
; 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 copy... |
#include "hi.asm"
lh H(0x5a)
addi L(0x5a)
hlt
|
; HOTKEY Execute Thing V2.01 1988 Tony Tebby QJUMP
;
; 2003-03-11 2.01 Added hk_xthgid (MK)
section hotkey
xdef hk_xthg
xdef hk_xthgid
xref hk_xname
xref gu_thexn
include 'dev8_ee_hk_data'
;+++
; This routine executes a thing defined by a hotkey item
;
; a1 c p pointer to item
; a3 c p pointer to ... |
; A326367: Number of tilings of an equilateral triangle of side length n with unit triangles (of side length 1) and exactly two unit "lozenges" or "diamonds" (also of side length 1).
; 0,0,24,126,387,915,1845,3339,5586,8802,13230,19140,26829,36621,48867,63945,82260,104244,130356,161082,196935,238455,286209,340791,40282... |
#include "nvwa/fc_queue.h"
#include <atomic>
#include <chrono>
#include <functional>
#include <thread>
#include <type_traits>
#include <typeinfo>
#include <utility>
#include <boost/core/demangle.hpp>
#include <boost/test/unit_test.hpp>
#include "nvwa/pctimer.h"
using namespace boost::unit_test_framework;
class Obj {
... |
/*
This file is part of:
NoahFrame
https://github.com/ketoo/NoahGameFrame
Copyright 2009 - 2021 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... |
; A233083: Number of 2 X n 0..3 arrays with no element x(i,j) adjacent to value 3-x(i,j) horizontally or antidiagonally, top left element zero, and 1 appearing before 2 in row major order.
; 3,14,95,662,4631,32414,226895,1588262,11117831,77824814,544773695,3813415862,26693911031,186857377214,1308001640495,9156011483462... |
; A179942: Number of times n appears in a 1000 x 1000 multiplication table.
; 1,2,2,3,2,4,2,4,3,4,2,6,2,4,4,5,2,6,2,6,4,4,2,8,3,4,4,6,2,8,2,6,4,4,4,9,2,4,4,8,2,8,2,6,6,4,2,10,3,6,4,6,2,8,4,8,4,4,2,12,2,4,6,7,4,8,2,6,4,8,2,12,2,4,6,6,4,8,2,10,5,4,2,12,4,4,4,8,2,12,4,6,4,4,4,12,2,6,6,9,2,8,2,8,8,4,2,12,2,8,4,10,2,8,4,6,6... |
;********************************************************************************************************
; uC/CPU
; CPU CONFIGURATION & PORT LAYER
;
; (c) Copyright 2004-2015; Micrium, Inc.; Weston, FL
;
; ... |
// ---------------------------------------------------------------------
//
// Copyright (c) 2020 - 2020 by the IBAMR developers
// All rights reserved.
//
// This file is part of IBAMR.
//
// IBAMR is free software and is distributed under the 3-clause BSD
// license. The full text of the license can be found in the f... |
; A338795: Each term of A003215 (centered hexagonal numbers) is multiplied by the corresponding term of A003154 (centered dodecagonal numbers).
; 1,91,703,2701,7381,16471,32131,56953,93961,146611,218791,314821,439453,597871,795691,1038961,1334161,1688203,2108431,2602621,3178981,3846151,4613203,5489641,6485401,7610851,8... |
; A019999: Number of similarity classes of descendants created by bisection refinement from an initial n-simplex.
; 4,36,384,4800,69120,1128960,20643840,418037760,9289728000,224811417600,5885971660800,165788201779200,4999151930572800,160687026339840000,5484783832399872000,198137815945445376000
add $0,2
mov $2,$0
add $... |
***************
* plasma2.asm
****************
include <includes/hardware.inc>
* macros
include <macros/help.mac>
include <macros/if_while.mac>
include <macros/mikey.mac>
include <macros/suzy.mac>
*
* vars only for this program
*
BEGIN_ZP
x ds 1
y ds 1
offset ds 1
temp ds 1
END_ZP
screen0 equ $2000
IFD LNX... |
;;
;; Copyright (c) 2020, 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 the ... |
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r8
push %r9
push %rbp
push %rbx
push %rcx
push %rdx
// Load
lea addresses_A+0xa313, %rbx
xor %r8, %r8
mov (%rbx), %dx
nop
nop
nop
nop
nop
sub $5620, %rbx
// Store
lea addresses_RW+0x7c43, %r9
nop
nop
inc %r11
mo... |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Copyright(c) 2011-2015 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 so... |
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x13ccf, %r11
nop
nop
nop
nop
nop
add %r12, %r12
mov (%r11), %ebp
nop
nop
nop
nop
nop
and %r8, %r8
lea addresses_UC_ht+0xcca7, %rsi
lea addresses_WT_ht+0x6f4f, %rdi
sub %r8, %r8
mov $70, ... |
// MIT Licensed (see LICENSE.md).
#include "Precompiled.hpp"
namespace Plasma
{
LightningDefineType(HierarchySpline, builder, type)
{
PlasmaBindComponent();
PlasmaBindSetup(SetupMode::DefaultSerialization);
PlasmaBindDocumented();
PlasmaBindEvent(Events::QuerySpline, SplineEvent);
PlasmaBindEvent(Events::S... |
;
;
; Z88 Maths Routines
;
; C Interface for Small C+ Compiler
;
; 7/12/98 djm
;double floor(double)
;Number in FA..
INCLUDE "fpp.def"
PUBLIC floor
EXTERN fsetup
EXTERN stkequ2
.floor
call fsetup
fpp(FP_INT)... |
%define BPM 100
%include "../src/sointu.inc"
BEGIN_PATTERNS
PATTERN 64, 0, 68, 0, 32, 0, 0, 0, 75, 0, 78, 0, 0, 0, 0, 0,
END_PATTERNS
BEGIN_TRACKS
TRACK VOICES(1),0
END_TRACKS
BEGIN_PATCH
BEGIN_INSTRUMENT VOICES(1) ; Instrument0
SU_ENVELOPE MONO, ATTAC(32),DECAY(32),SUSTAIN(64),RELEASE(64),... |
;
; This file is automatically generated
;
; Do not edit!!!
;
; djm 12/2/2000
;
; ZSock Lib function: sock_abort
XLIB sock_abort
LIB no_zsock
INCLUDE "#packages.def"
INCLUDE "#zsock.def"
.sock_abort
ld a,r_sock_abort
call_pkg(tcp_all)
ret nc
; We failed..are we installed?
cp rc_pnf
scf ;signal error
ret... |
/****************************************************************************
*
* (c) 2009-2016 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
*
* QGroundControl is licensed according to the terms in the file
* COPYING.md in the root of the source code directory.
*
*************************************... |
; uint in_LookupKey(uchar c)
; 06.2018 suborb
SECTION code_clib
PUBLIC in_LookupKey
PUBLIC _in_LookupKey
EXTERN in_keytranstbl
; Given the ascii code of a character, returns the scan row and mask
; corresponding to the key that needs to be pressed to generate the
; character.
;
; The scan row returned will have bit... |
; A228906: A diagonal of triangle A228904.
; 1,2,7,62,1031,24782,774180,29763855,1359654560,71984907423,4335406418694,292753300447894,21909289407621069,1800106653483146619,161097567109713138999,15599377878403186676330,1625083531855929644443019,181238001661004834528467994,21545324993880123460418461719
mov $2,$0
mov $3... |
dnl SPARC v9 64-bit mpn_addmul_2 -- Multiply an n limb number with 2-limb
dnl number and add the result to a n limb vector.
dnl Copyright 2002, 2003 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it ... |
; A060818: a(n) = 2^(floor(n/2) + floor(n/4) + floor(n/8) + floor(n/16) + ...).
; 1,1,2,2,8,8,16,16,128,128,256,256,1024,1024,2048,2048,32768,32768,65536,65536,262144,262144,524288,524288,4194304,4194304,8388608,8388608,33554432,33554432,67108864,67108864,2147483648,2147483648,4294967296,4294967296,17179869184,17179869... |
; A097043: a(n) = n - a(floor(sqrt(n))) for n > 1; a(1) = 1.
; Submitted by Jon Maiga
; 1,1,2,3,4,5,6,7,7,8,9,10,11,12,13,13,14,15,16,17,18,19,20,21,21,22,23,24,25,26,27,28,29,30,31,31,32,33,34,35,36,37,38,39,40,41,42,43,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,57,58,59,60,61,62,63,64,65,66
mov $1,$0
lpb $1
sub ... |
// Description: C++18 XML SAX2 Element Handler implementation for TopProject
/*
* org.msscf.msscf.CFInt
*
* Copyright (c) 2020 Mark Stephen Sobkow
*
* MSS Code Factory CFInt 2.13 Internet Essentials
*
* Copyright 2020-2021 Mark Stephen Sobkow
*
* This file is part of MSS Code Factory.
*
* MSS Code Fa... |
00000000 31DB xor ebx,ebx
00000002 53 push ebx
00000003 89E6 mov esi,esp
00000005 6A40 push byte +0x40
00000007 B70A mov bh,0xa
00000009 53 push ebx
0000000A 56 push esi
0000000B 53 push ebx
0000000C ... |
// Distributed under the MIT License.
// See LICENSE.txt for details.
#include "Evolution/Systems/ScalarWave/BoundaryConditions/DirichletAnalytic.hpp"
#include <cstddef>
#include <memory>
#include <pup.h>
#include "Utilities/GenerateInstantiations.hpp"
/// \cond
namespace ScalarWave::BoundaryConditions {
template <... |
////////////////////////////////////////////////////////////////////////////////
/// DISCLAIMER
///
/// Copyright 2016 ArangoDB GmbH, Cologne, Germany
///
/// 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... |
; A183985: 1/4 the number of (n+1) X 9 binary arrays with all 2 X 2 subblock sums the same.
; 153,155,158,164,174,194,230,302,438,710,1238,2294,4374,8534,16790,33302,66198,131990,263318,525974,1050774,2100374,4198550,8394902,16785558,33566870,67125398,134242454,268468374,536920214,1073807510,2147582102,4295098518,85901... |
; A206547: Positive odd numbers relatively prime to 21.
; Submitted by Christian Krause
; 1,5,11,13,17,19,23,25,29,31,37,41,43,47,53,55,59,61,65,67,71,73,79,83,85,89,95,97,101,103,107,109,113,115,121,125,127,131,137,139,143,145,149,151,155,157,163,167,169,173,179,181,185,187,191,193,197,199,205,209,211
add $0,6
lpb $0... |
_loop_forever: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#define TPS 100
int
main(void)
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55 push %ebp
b... |
// Copyright (c) 2016-2021 The Danxome Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#if defined(HAVE_CONFIG_H)
#include <config/danxome-config.h>
#endif
#include <chainparams.h>
#include <chainparamsbase.h>
#... |
SECTION "Core", ROM0
; SetBank a = bank ;TODO: handle more than 255 banks
; Trampoline b = bank, hl = address, can only use de and RAM for args, can't return anything in a
; UpdateInput
; DrawStateMap
; ClearTiles a = clear tile, display should be off
;... |
spinner:
defb "---ooOOoo"
spinnerEnd:
setSpinner:
ld a, l
ld (spinnerEnabled), a
or a ; cp 0
jr nz, skipBackspace
printBackspace:
ld a, (cursorOutput)
or a ; cp 0
jr z, skipBackspace
xor a ;ld a, 0
ld (cursorOutput), a
ld hl, 8 ; backspace
push hl
call fputc_cons
pop hl
skipBackspace:
... |
; A154383: Powers of 4 at even indices, two times powers of 4 at odd indices.
; 1,0,4,2,16,8,64,32,256,128,1024,512,4096,2048,16384,8192,65536,32768,262144,131072,1048576,524288,4194304,2097152,16777216,8388608,67108864,33554432,268435456,134217728,1073741824,536870912,4294967296,2147483648,17179869184,8589934592,68719... |
// Copyright (c) 2017-2019, The MKEcoin 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 ... |
; float trunc(float x) __z88dk_fastcall
SECTION code_fp_math48
PUBLIC cm48_sdcciy_trunc_fastcall
EXTERN cm48_sdcciyp_dx2m48, am48_trunc, cm48_sdcciyp_m482d
cm48_sdcciy_trunc_fastcall:
call cm48_sdcciyp_dx2m48
call am48_trunc
jp cm48_sdcciyp_m482d
|
@256
D=A
@SP
M=D
@3030
D=A
@SP
A=M
M=D
@SP
M=M+1
@0
D=A
@R3
A=A+D
D=A
@R13
M=D
@SP
M=M-1
A=M
D=M
@R13
A=M
M=D
@3040
D=A
@SP
A=M
M=D
@SP
M=M+1
@1
D=A
@R3
A=A+D
D=A
@R13
M=D
@SP
M=M-1
A=M
D=M
@R13
A=M
M=D
@32
D=A
@SP
A=M
M=D
@SP
M=M+1
@2
D=A
@THIS
A=M
A=A+D
D=A
@R13
M=D
@SP
M=M-1
A=M
D=M
@R13
A=M
M=D
@46
D=A
@SP
A=M
M=D
... |
// 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.
#include "services/resource_coordinator/public/cpp/system_resource_coordinator.h"
namespace resource_coordinator {
SystemResourceCoordinator::SystemReso... |
_kill: 檔案格式 elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(int argc, char **argv)
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55 ... |
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %r15
push %rax
push %rbx
push %rdx
lea addresses_A_ht+0x1563b, %r14
nop
nop
add %rdx, %rdx
mov $0x6162636465666768, %rax
movq %rax, %xmm4
vmovups %ymm4, (%r14)
nop
nop
nop
dec %rbx
lea addresses_WC_ht+0x1463b, %r12
clflush (%r12)
nop
nop
no... |
; A091818: Sum of even proper divisors of 2n. Sum of the even divisors of 2n that are less than 2n.
; 0,2,2,6,2,12,2,14,8,16,2,32,2,20,18,30,2,42,2,44,22,28,2,72,12,32,26,56,2,84,2,62,30,40,26,110,2,44,34,100,2,108,2,80,66,52,2,152,16,86,42,92,2,132,34,128,46,64,2,216,2,68,82,126,38,156,2,116,54,148,2,246,2,80,98,128,3... |
copyright zengfr site:http://github.com/zengfr/romhack
006728 tst.b ($c1,A6)
00672C bne $6900 [123p+ C1]
006874 move.b #$1, ($c1,A6) [123p+ 0]
00687A move.l #$200001a, ($4,A6) [123p+ C1]
0068D2 move.b #$1, ($c1,A0) [123p+ C8]
0068D8 move.b #$e, ($2e,A0) [123p+ C1]
01914C move.b D0, ($c1,A6)
019150... |
; vim:filetype=nasm ts=8
; libFLAC - Free Lossless Audio Codec library
; Copyright (C) 2001-2009 Josh Coalson
; Copyright (C) 2011-2014 Xiph.Org Foundation
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions
; are met:
;
;... |
;
; Copyright (c) 2014-2018, Linaro Limited. All rights reserved.
;
; This program and the accompanying materials are licensed and made available
; under the terms and conditions of the BSD License which accompanies this
; distribution. The full text of the license may be found at
; http:;opensource.org/lic... |
dnl AMD K6 mpn_gcd_1 -- mpn by 1 gcd.
dnl Copyright 2000-2002, 2004 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of either:
dnl
dnl * the GNU Lesser General Public License a... |
; A272007: Number of active (ON,black) cells in n-th stage of growth of two-dimensional cellular automaton defined by "Rule 413", based on the 5-celled von Neumann neighborhood.
; 1,8,5,48,5,120,5,224,5,360,5,528,5,728,5,960,5,1224,5,1520,5,1848,5,2208,5,2600,5,3024,5,3480,5,3968,5,4488,5,5040,5,5624,5,6240,5,6888,5,75... |
;******************************************************************************
; FILE: CLAcos.asm
;
; DESCRIPTION: CLA cosine function
;
;******************************************************************************
; $TI Release: CLA Math Library for CLA C Compiler V4.00.01.00 $
; $Release Date: Apr 23, 2014 $
;... |
;FLAG_INTERRUPT equ 0x0e
;FLAG_R0 equ 0<<5 ; RINGS 0-3
;FLAG_P equ 1<<7
;VIRT_BASE equ 0
;CODE_SEL_64 equ 1
%if 0
extern putc64
extern puts64
extern newline64
extern space64
... |
BITS 32
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=
;TEST_FILE_META_END
; MOV8rr
mov ch, 0x2
mov dh, 0x3
;TEST_BEGIN_RECORDING
mov ch, dh
;TEST_END_RECORDING
|
// Copyright 2016 Daniel Parker
// Distributed under Boost license
#include <jsoncons/json.hpp>
#include <jsoncons_ext/bson/bson.hpp>
#include <sstream>
#include <vector>
#include <utility>
#include <ctime>
#include <fstream>
#include <catch/catch.hpp>
using namespace jsoncons;
namespace
{
std::vector<char> read... |
.global s_prepare_buffers
s_prepare_buffers:
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1b5c7, %rsi
lea addresses_A_ht+0x10e97, %rdi
nop
nop
nop
nop
xor %r9, %r9
mov $126, %rcx
rep movsb
nop
nop
cmp $7105, %rbp
lea addresses_WT_ht+0x1155c, %rcx
lfence
movups (%rcx), %xmm3
vpextrq $0, %xmm3, ... |
LoadWildMonData:
call _GrassWildmonLookup
jr c, .copy
ld hl, wMornEncounterRate
xor a
ld [hli], a
ld [hli], a
ld [hl], a
jr .done_copy
.copy
inc hl
inc hl
ld de, wMornEncounterRate
ld bc, 3
call CopyBytes
.done_copy
call _WaterWildmonLookup
ld a, 0
jr nc, .no_copy
inc hl
inc hl
ld a, [hl]
.no_copy
... |
_sh: file format elf32-littlearm
Disassembly of section .text:
00000000 <main>:
return 0;
}
int
main(void)
{
0: e92d4830 push {r4, r5, fp, lr}
4: e28db00c add fp, sp, #12
static char buf[100];
int fd;
// Assumes three file descriptors open.
while((fd = open("console", O_RDWR)) >= 0... |
copyright zengfr site:http://github.com/zengfr/romhack
00042A move.l D1, (A0)+
00042C dbra D0, $42a
0048F6 move.l D0, (A4)+
0048F8 move.l D0, (A4)+
004D38 move.l D0, (A4)+
004D3A move.l D0, (A4)+
024B1E move.b D0, ($22,A6)
024B22 bmi $24b30 [item+22]
0AAACA move.l (A0), D2
0AAACC move.w ... |
;/*
; * FreeRTOS Kernel V10.3.1
; * 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 restri... |
; A315207: Coordination sequence Gal.5.140.5 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,6,10,14,20,24,30,34,38,44,50,54,58,64,68,74,78,82,88,94,98,102,108,112,118,122,126,132,138,142,146,152,156,162,166,170,176,182,186,190,196... |
; Copyright © 2018, VideoLAN and dav1d authors
; Copyright © 2018, Two Orioles, LLC
; Copyright © 2018, VideoLabs
; 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 c... |
/*=============================================================================
Copyright (c) 2011-2019 Bolero MURAKAMI
https://github.com/bolero-MURAKAMI/Sprout
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
==... |
/*
* 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... |
; A143608: A005319 and A002315 interleaved.
; Submitted by Jamie Morken(s2)
; 0,1,4,7,24,41,140,239,816,1393,4756,8119,27720,47321,161564,275807,941664,1607521,5488420,9369319,31988856,54608393,186444716,318281039,1086679440,1855077841,6333631924,10812186007,36915112104,63018038201,215157040700,367296043199,12540271320... |
/**
* Arquivo com a implemetação dos métodos do arquivo "no.h"
* @Author: Derik
* @Data: Oct, 2019
* @License: MIT
*/
//========================= arquivos header =====================================
#include <iostream>
#include "no.h"
//========================= Declaração de namespaces ===================... |
.size 8000
.text@48
jp lstatint
.text@100
jp lbegin
.data@143
80
.text@150
lbegin:
ld c, 41
ld b, 03
lbegin_waitm3:
ldff a, (c)
and a, b
cmp a, b
jrnz lbegin_waitm3
ldff a, (44)
inc a
ldff(45), a
ld a, 60
ldff(c), a
xor a, a
ldff(0f), a
ld a, 02
ldff(ff), a
ei
ld c, 0f
.text@1000
lstatint:
ld ... |
#include <bits/stdc++.h>
#define sd(x) scanf("%d",&x)
#define sd2(x,y) scanf("%d%d",&x,&y)
#define sd3(x,y,z) scanf("%d%d%d",&x,&y,&z)
#define fi first
#define se second
#define pb push_back
#define mp make_pair
#define foreach(it, v) for(__typeof((v).begin()) it=(v).begin(); it != (v).end(); ++it)
#define meta __FUN... |
#pragma once
#include <robot_remote_control/Types/RobotRemoteControl.pb.h>
#include <string>
#include <base/samples/Pointcloud.hpp>
#include "Time.hpp"
namespace robot_remote_control {
namespace RockConversion {
inline static void convert(base::samples::Pointcloud rock_type, PointCloud *rrc_type, const std::stri... |
;start of brushes
.dw grass
.dw path
.dw path_corner1
.dw path_corner2
.dw path_corner3
.dw path_corner4
.dw path_round1
.dw flower
.dw tree_topleft
.dw tree_topright
.dw tree_topleft_forest
.dw tree_topright_forest
.dw tree_bottom_left
.dw tree_bottomright
.dw sign_item
.dw wall_vert
.dw wall_horiz
.... |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: deskjet KCMY driver
FILE: mercuryInfo.asm
AUTHOR: Dave Durran
REVISION HISTORY:
Name Date Description
---- ---- -----------
Dav... |
/*
* Copyright 2004 The WebRTC 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 in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing ... |
/* file: covariance_result.cpp */
/*******************************************************************************
* Copyright 2014-2019 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... |
;
; jdmerss2-64.asm - merged upsampling/color conversion (64-bit SSE2)
;
; Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB
; Copyright 2009 D. R. Commander
;
; Based on
; x86 SIMD extension for IJG JPEG library
; Copyright (C) 1999-2006, MIYASAKA Masaru.
; For conditions of distribution and use, see copyr... |
#include<vector>
#include<iostream>
using namespace std;
/*
* CONCLUSION: c++ 里面,在迭代器循环扫描vector中元素的时候,
* 不能增加、删除vector中的元素
* problem: 给定一个数字n,有1,2,3...n的一个排列
* a. 输出第一个数字,并将他后面的数字放到排列末尾,
* b. 之后删掉第一数字
* c. 重复a,b步骤,直到每个元素都输出一遍
* idea: 我的想法是用一个迭代... |
; A253298: Digital root for the following sequences, F(4*n)/F(4); F(12*n)/F(12); F(20*n)/F(20), where the pattern increases by 8, ad infinitum, with the Fibonacci numbers F = A000045.
; 1,7,3,5,5,3,7,1,9,8,2,6,4,4,6,2,8,9,1,7,3,5,5,3,7,1,9,8,2,6,4,4,6,2,8,9,1,7,3,5,5,3,7,1,9,8,2,6,4,4,6,2,8,9,1,7,3,5,5,3,7,1,9,8,2,6,4,... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.