text
stringlengths
1
1.05M
Name: title-j.asm Type: file Size: 58739 Last-Modified: '1992-07-14T15:00:00Z' SHA-1: F6EF0377B2072B014A12FF8E6208A5EE875667EA Description: null
; A048490: a(n)=T(7,n), array T given by A048483. ; Submitted by Christian Krause ; 1,9,25,57,121,249,505,1017,2041,4089,8185,16377,32761,65529,131065,262137,524281,1048569,2097145,4194297,8388601,16777209,33554425,67108857,134217721,268435449,536870905,1073741817,2147483641,4294967289,8589934585,17179869177,3435973836...
/* Copyright (c) 2018 vesoft inc. All rights reserved. * * This source code is licensed under Apache 2.0 License, * attached with Common Clause Condition 1.0, found in the LICENSES directory. */ #include "base/Base.h" #include "graph/test/TestEnv.h" #include "graph/test/TestBase.h" #include "graph/test/TraverseTes...
sty $ff cpx $ff bcc {la1}
////////////////////////////////////////////////////////////////////////////////////////// // A multi-platform support c++11 library with focus on asynchronous socket I/O for any // client application. // ////////////////////////////////////////////////////////////////////////////////////////// /* The MIT License (MIT)...
;============================================================== ; BIG EVIL CORPORATION .co.uk ;============================================================== ; SEGA Genesis Framework (c) Matt Phillips 2014 ;============================================================== ; palettes.asm - Palette loading and manipul...
#include <iostream> #include <vector> #include <time.h> #include "GASimpleGA.h" #include "GASStateGA.h" #include "GA1DArrayGenome.h" #include "sbml_sim.h" extern "C" { #include "mtrand.h" #include "opt.h" } using namespace std; typedef GA1DArrayGenome<float> RealGenome; vector< vector<double> > actual; SBML_sim * ...
; =============================================================== ; Jan 2014 ; =============================================================== ; ; int fflush(FILE *stream) ; ; Flush the stream. For streams most recently written to, this ; means sending any buffered output to the device. For streams ; most recently ...
/* * Copyright (C) 2013, British Broadcasting Corporation * All Rights Reserved. * * Author: Philip de Nier * * 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 t...
; A265411: a(0) = 1, a(1) = 7, otherwise, if A240025(n-1) = 1 [when n is in A033638] a(n) = 3, otherwise a(n) = 1. ; 1,7,3,3,1,3,1,3,1,1,3,1,1,3,1,1,1,3,1,1,1,3,1,1,1,1,3,1,1,1,1,3,1,1,1,1,1,3,1,1,1,1,1,3,1,1,1,1,1,1,3,1,1,1,1,1,1,3,1,1,1,1,1,1,1,3,1,1,1,1,1,1,1,3,1,1,1,1,1,1,1,1,3,1,1,1,1,1,1,1,1,3,1,1,1,1,1,1,1,1 mo...
/* Copyright (c) 2003 - 2006, Arvid Norberg Copyright (c) 2007, Arvid Norberg, Un Shyam 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 copyri...
; A297445: a(n) = a(n-1) + 9*a(n-2) - 9*a(n-3), where a(0) = 1, a(1) = 5, a(2) = 11. ; 1,5,11,47,101,425,911,3827,8201,34445,73811,310007,664301,2790065,5978711,25110587,53808401,225995285,484275611,2033957567,4358480501,18305618105,39226324511,164750562947,353036920601,1482755066525,3177332285411,13344795598727,285959...
; A052605: Expansion of E.g.f. x*(1-x)/(1-x-x^3). ; Submitted by Jon Maiga ; 0,1,0,0,24,120,720,10080,120960,1451520,21772800,359251200,6227020800,118313395200,2440992153600,53614649088000,1255367393280000,31300493672448000,825906208038912000 mov $1,$0 trn $0,1 seq $0,52557 ; Expansion of e.g.f. (1-x)/(1-x-x^3). mul $...
/* * Seasons Clock Project * * org: 1/10/2015 * auth: Nels "Chip" Pearson * * Target: I2C Demo Board, 20MHz, ATmega164P * * */ .nolist .include "m164pdef.inc" .list .ORG $0000 rjmp RESET .ORG $0002 rjmp trap_intr .ORG $0004 rjmp trap_intr .ORG $0006 rjmp trap_intr .ORG $0008 rjmp trap_intr .ORG $000A ...
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r14 push %r15 push %r8 push %r9 push %rcx lea addresses_A_ht+0x69de, %r8 nop nop nop nop nop and $2602, %rcx mov $0x6162636465666768, %r13 movq %r13, %xmm3 movups %xmm3, (%r8) nop nop nop nop nop and %r11, %r11 lea addresses_WC_ht+0xd36, %r14 nop no...
; A118297: Start with 22 and repeatedly reverse the digits and add 1 to get the next term. ; 22,23,33,34,44,45,55,56,66,67,77,78,88,89,99,100,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6 mov $2,$0 mov $...
.data HelloWorld: .asciz "Hello World!\n" HelloFunction: .asciz "Hello Function!\n" .bss .lcomm StringPointer, 4 .lcomm StringLength, 4 .text .globl _start .type MyFunction, @function MyFunction: # String pointer and len to be added by caller movl $4, %eax movl $1, %ebx movl StringPointe...
; A056847: Nearest integer to n - sqrt(n). ; 0,0,1,1,2,3,4,4,5,6,7,8,9,9,10,11,12,13,14,15,16,16,17,18,19,20,21,22,23,24,25,25,26,27,28,29,30,31,32,33,34,35,36,36,37,38,39,40,41,42,43,44,45,46,47,48,49,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,81,82,83,84,85,8...
dnl AMD K7 mpn_popcount, mpn_hamdist -- population count and hamming dnl distance. dnl dnl K7: popcount 5.0 cycles/limb, hamdist 6.0 cycles/limb dnl Copyright (C) 2000 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl dnl The GNU MP Library is free software; you can redistri...
;------------------------------------------------------------------------------ ; ; Copyright (c) 2006, Intel Corporation. All rights reserved.<BR> ; SPDX-License-Identifier: BSD-2-Clause-Patent ; ; Module Name: ; ; ReadMm3.Asm ; ; Abstract: ; ; AsmReadMm3 function ; ; Notes: ; ;------------------------------------...
%define ARCH_AARCH64 0 %define ARCH_ALPHA 0 %define ARCH_ARM 0 %define ARCH_AVR32 0 %define ARCH_AVR32_AP 0 %define ARCH_AVR32_UC 0 %define ARCH_BFIN 0 %define ARCH_IA64 0 %define ARCH_M68K 0 %define ARCH_MIPS 0 %define ARCH_MIPS64 0 %define ARCH_PARISC 0 %define ARCH_PPC 0 %define ARCH_PPC64 0 %define ARCH_S390 0 %def...
; A215008: a(n) = 7*a(n-1) - 14*a(n-2) + 7*a(n-3), a(0)=0, a(1)=1, a(2)=5. ; Submitted by Christian Krause ; 0,1,5,21,84,329,1274,4900,18767,71687,273371,1041348,3964051,15083082,57374296,218205281,829778397,3155194917,11996903828,45614046737,173428037986,659377938380,2506951364015,9531364676687,36237879209259,13777470...
dnl PowerPC-64 mpn_rsh1add_n, mpn_rsh1sub_n dnl Copyright 2003, 2005, 2010, 2013 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 Pub...
; A254828: Number of length 1 1..(n+1) arrays with every leading partial sum divisible by 2, 3 or 5. ; 1,2,3,4,5,5,6,7,8,8,9,9,10,11,12,12,13,13,14,15,16,16,17,18,19,20,21,21,22,22,23,24,25,26,27,27,28,29,30,30,31,31,32,33,34,34,35,35,36,37,38,38,39,40,41,42,43,43,44,44,45,46,47,48,49,49,50,51,52,52,53,53,54,55,56,56,5...
; A057043: Let R(i,j) be the rectangle with antidiagonals 1; 2,3; 4,5,6; ...; each k is an R(i(k),j(k)) and A057043(n)=i(L(n)), where L(n) is the n-th Lucas number. ; 1,1,2,1,1,1,3,1,2,10,3,9,22,25,23,38,62,1,107,33,76,166,263,176,397,430,227,688,811,1481,942,518,2087,2731,3318,2563,6747,6100,12993,8171,6599,15585 seq...
#include <QtMultiProcessSystem/qmpsapplicationplugin.h> #include <QtMultiProcessSystem/qmpsapplication.h> class Weather : public QMpsApplicationPlugin { Q_OBJECT Q_PLUGIN_METADATA(IID QMpsApplicationFactoryInterface_iid FILE "weather.json") }; #include "weather.moc"
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x4f7d, %rbp nop nop nop nop sub %rdx, %rdx movl $0x61626364, (%rbp) add %r11, %r11 lea addresses_UC_ht+0x407d, %rsi lea addresses_UC_ht+0xf97d, %rdi nop nop xor $5141, %r14 mo...
// This test is intended to check basic operations with SYCL 2020 specialization // constants using sycl::handler and sycl::kernel_handler APIs: // - test that specialization constants can be accessed in kernel and they // have their default values if `set_specialization_constants` wasn't called // - test that specia...
/* -*- Mode:c++; eval:(c-set-style "BSD"); c-basic-offset:4; indent-tabs-mode:nil; tab-width:8 -*- */ /* This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, ...
;/* ; FreeRTOS V9.0.0 - Copyright (C) 2016 Real Time Engineers Ltd. ; All rights reserved ; ; ; *************************************************************************** ; * * ; * FreeRTOS tutorial books are available in pdf and...
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1993 -- All Rights Reserved PROJECT: PC GEOS MODULE: Printer Drivers FILE: streamControlByteOutRedwood.asm AUTHOR: Dave Durran ROUTINES: Name Description ---- ----------- REVISION HISTOR...
; ------------------------------------------------------------ ; Arquivo: Mod.nasm ; Curso: Elementos de Sistemas ; Criado por: Luciano Soares ; Data: 27/03/2017 ; ; Calcula o resto da divisão (modulus) entre RAM[0] por RAM[1] ; e armazena o resultado na RAM[2]. ; ; 4 % 3 = 1 ; 10 % 7 = 3 ; ---------------------------...
; A316533: a(n) is the Sprague-Grundy value of the Node-Kayles game played on the generalized Petersen graph P(n,2). ; 1,0,1,0,1,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0 mov $1,1 mov $2,$0 lpb $2 mov $1,$4 sub $2,1 add $6,$2 lpb $5 sub $5,$3 add $6,3 lpe lpb $6 sub $2,1 trn $2,5 mov $5,$3 mov ...
; A193397: Wiener index of a benzenoid consisting of a double-step spiral chain of n hexagons (n>=2, s=21; see the Gutman et al. reference). ; 109,271,553,955,1541,2279,3265,4435,5917,7615,9689,12011,14773,17815,21361,25219,29645,34415,39817,45595,52069,58951,66593,74675,83581,92959,103225,113995,125717,137975,151249,1...
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Berkeley Softworks 1993 -- All Rights Reserved PROJECT: PC GEOS MODULE: IBM Proprinter X24 24-pin printer driver for Zoomer FILE: propx24zDriverInfo.asm AUTHOR: Dave Durran, 26 Mar 1990 REVISION HISTORY: ...
; A173184: Partial sums of A000166. ; 1,1,2,4,13,57,322,2176,17009,150505,1485466,16170036,192384877,2483177809,34554278858,515620794592,8212685046337,139062777326001,2494364438359954,47245095998005060 mov $2,$0 mov $3,$0 add $3,1 lpb $3,1 mov $0,$2 sub $3,1 sub $0,$3 mov $4,2 mov $6,3 lpb $0,1 sub $0,...
_rm: file format 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 ...
// This is a comment. // This is another comment. // And another.
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r14 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x17093, %r14 nop nop nop mfence movl $0x61626364, (%r14) nop nop xor %r13, %r13 lea addresses_UC_ht+0x16bad, %rbp and $14289, %rdi movl $0x61626364, (%rbp) nop nop nop and $1...
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x18945, %rax nop nop nop nop nop add %rdx, %rdx mov $0x6162636465666768, %r14 movq %r14, %xmm4 and $0xffffffffffffffc0, %rax movntdq %xmm4, (%rax) nop nop nop nop nop cmp $1859...
frame 0, 12 setrepeat 3 frame 1, 09 frame 2, 07 dorepeat 2 endanim
/** * Definition for singly-linked list. * struct ListNode { * int val; * ListNode *next; * ListNode(int x) : val(x), next(NULL) {} * }; */ class Solution { public: ListNode* swapPairs(ListNode* head) { if(head==NULL or head->next==NULL) return head; ListNode* newhead=...
; $Id: VMMRCA.asm 69221 2017-10-24 15:07:46Z vboxsync $ ;; @file ; VMMRC - Raw-mode Context Virtual Machine Monitor assembly routines. ; ; ; Copyright (C) 2006-2017 Oracle Corporation ; ; This file is part of VirtualBox Open Source Edition (OSE), as ; available from http://www.virtualbox.org. This file is free softwar...
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r14 push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x21c3, %rsi lea addresses_D_ht+0x5953, %rdi sub $15370, %r14 mov $103, %rcx rep movsw nop add $15437, %r11 lea addresses_UC_ht+0x14933, %r13 nop nop nop nop mfence mov (%r13),...
AddJunkCount: MACRO ld hl,JunkCount inc (hl) ENDM SubJunkCount: MACRO ld hl,JunkCount dec (hl) ENDM AddCop: ...
/** * @file exponential_schedule.hpp * @author Zhihao Lou * * Exponential (geometric) cooling schedule used in SA. * * ensmallen is free software; you may redistribute it and/or modify it under * the terms of the 3-clause BSD license. You should have received a copy of * the 3-clause BSD license along with ens...
; A088682: a(n) = prime(3*n+1) - prime(3*n-1). ; Submitted by Jamie Morken(w2) ; 4,6,10,10,10,8,8,14,6,18,8,8,10,12,6,16,10,16,8,6,18,18,12,14,10,12,12,8,14,6,12,10,20,16,8,12,12,14,6,8,10,18,14,12,12,24,12,6,18,18,6,12,12,20,12,18,8,8,12,24,6,14,28,18,12,16,8,22,6,8,6,8,12,28,6,14,8,12,6,24 mul $0,3 add $0,1 mov $1,$...
/* * 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 ...
; unsigned char esx_m_setdrv(unsigned char drive) SECTION code_esxdos PUBLIC _esx_m_setdrv EXTERN asm_esx_m_setdrv _esx_m_setdrv: pop af pop hl push hl push af jp asm_esx_m_setdrv
; Load font.chr asset to _VRAM -> _VRAM + $7F. ; ; Destroys registers `af`, `bc`, `de`, `hl` LoadFont: ld hl, _VRAM ld de, FontTiles ld bc, FontTilesEnd - FontTiles .while ld a, b or c and a jp z, .end .do ld a, [de] inc de ld [hl], a inc hl dec bc jp .while .end ret
//============================================================================== // Copyright 2003 - 2012 LASMEA UMR 6602 CNRS/Univ. Clermont II // Copyright 2009 - 2012 LRI UMR 8623 CNRS/Univ Paris Sud XI // // Distributed under the Boost Software License, Version 1.0. // ...
%include "macros/patch.inc" %include "macros/datatypes.inc" %include "TiberianSun.inc" sstring str_SoundsMIX, "SOUNDS.MIX" sstring str_TOLong, "Tiberian Odyssey" sstring str_DTAGameWindow, "TO (Game Window)" sstring str_LanguageDLLNotFound, "Language.dll not found, please start TO.exe and click Save in the Options men...
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r14 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0xe3c3, %r13 nop nop nop nop lfence mov $0x6162636465666768, %r14 movq %r14, (%r13) nop nop sub %r10, %r10 lea addresses_normal_ht+0x3ecc, %r13 nop nop nop xor $1539...
lorom ;SHARED SPRITE PALETTE FIX ; ;This is a repair so that sprites that previously shared Link's palette ;no longer share his palette. In the vanilla game this was not an issue ;but with custom sprites some very strange color transitions can occur. ; ;The convention in the comments here is that bits are lab...
; A183862: n+floor(sqrt(5n/2)); complement of A183863. ; 2,4,5,7,8,9,11,12,13,15,16,17,18,19,21,22,23,24,25,27,28,29,30,31,32,34,35,36,37,38,39,40,42,43,44,45,46,47,48,50,51,52,53,54,55,56,57,58,60,61,62,63,64,65,66,67,68,70,71,72,73,74,75,76,77,78,79,81,82,83,84,85,86,87,88,89,90,91,93,94 mov $5,$0 mul $0,2 mov $1,$0...
<?hh // strict /** * @copyright 2010-2015, The Titon Project * @license http://opensource.org/licenses/bsd-license.php * @link http://titon.io */ namespace Titon\View\Exception; /** * Exception thrown for missing helpers. * * @package Titon\View\Exception */ class MissingHelperException extends \...
.global s_prepare_buffers s_prepare_buffers: push %r15 push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x16052, %rsi lea addresses_A_ht+0x1c852, %rdi nop nop nop nop xor $27455, %r15 mov $43, %rcx rep movsb nop nop add $23467, %rbx pop %rsi pop %rdi pop %rcx pop %rbx pop %r15 ret .global s_faulty_load ...
; A160713: 3 times numbers of Gould's sequence: a(n) = A001316(n)*3. ; 3,6,6,12,6,12,12,24,6,12,12,24,12,24,24,48,6,12,12,24,12,24,24,48,12,24,24,48,24,48,48,96,6,12,12,24,12,24,24,48,12,24,24,48,24,48,48,96,12,24,24,48,24,48,48,96,24,48,48,96,48,96,96,192,6,12,12,24,12,24,24,48 mov $1,$0 lpb $0 div $1,2 sub $0,$1...
;// ;// INTEL CORPORATION PROPRIETARY INFORMATION ;// This software is supplied under the terms of a license agreement or ;// nondisclosure agreement with Intel Corporation and may not be copied ;// or disclosed except in accordance with the terms of that agreement. ;// Copyright (c) 2000 Intel C...
global start section .text bits 32 start: ; print `OK` to screen mov dword [0xb8000], 0x2f4b2f4f hlt
// Eggs.Variant // // Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2015 // // 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) #include <eggs/variant.hpp> #include <string> #include <typeinfo> #include <type_trai...
; TP-EXO6: Reads a four-digit integer and prints the sum of its digits. pile segment para stack 'pile' db 256 dup(0) pile ends data segment buf db 4+1, ?, 4 dup(?) ; maxLength+1 + actualLength + data msg db 'Entrez un nombre: $' sum db 13, 10, 'La somme de ses chiffres est XY$' data ends code se...
********************************************************************************* * DynoSprite - game/levels/00-marbledemo.asm * Copyright (c) 2013-2014, Richard Goedeken * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the follow...
/** ****************************************************************************** * This file is part of the TouchGFX 4.12.3 distribution. * * <h2><center>&copy; Copyright (c) 2019 STMicroelectronics. * All rights reserved.</center></h2> * * This software component is licensed by ST under Ultimate Libert...
INCLUDE "clib_cfg.asm" SECTION code_l_sdcc PUBLIC __modulong EXTERN l_divu_32_32x32 __modulong: ; unsigned 32-bit mod ; ; enter : stack = divisor (32-bit), dividend (32-bit), ret ; ; exit : dehl = remainder ; dehl'= quotient pop af exx pop hl pop de ...
LDD r0, Y+1 LDD r1, Y+2
Route12Gate2F_h: db GATE ; tileset db ROUTE_12_GATE_2F_HEIGHT, ROUTE_12_GATE_2F_WIDTH ; dimensions (y, x) dw Route12Gate2F_Blocks ; blocks dw Route12Gate2F_TextPointers ; texts dw Route12Gate2F_Script ; scripts db 0 ; connections dw Route12Gate2F_Object ; objects
_programming: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "types.h" #include "stat.h" #include "user.h" #include "fcntl.h" int main(int argc,char* argv[]){ 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: eb fe jmp 3...
;Sprite source code generated with EASYSOURCE V3.02 ; 1991/92 Albin Hessler Software ;************************************************ ; -> tech <- 1993 Jul 03 00:22:41 section sprite xdef mes_tech xref mes_zero mes_tech sp1_tech dc.w $0100,$0000 ;form, time/adaption dc.w $0018,$000F...
; A247128: Positive numbers that are congruent to {0,5,9,13,17} mod 22. ; 5,9,13,17,22,27,31,35,39,44,49,53,57,61,66,71,75,79,83,88,93,97,101,105,110,115,119,123,127,132,137,141,145,149,154,159,163,167,171,176,181,185,189,193,198,203,207,211,215,220,225,229,233,237,242,247,251,255,259,264,269,273,277,281,286,291,295,29...
; A095815: n + largest digit of n. ; 2,4,6,8,10,12,14,16,18,11,12,14,16,18,20,22,24,26,28,22,23,24,26,28,30,32,34,36,38,33,34,35,36,38,40,42,44,46,48,44,45,46,47,48,50,52,54,56,58,55,56,57,58,59,60,62,64,66,68,66,67,68,69,70,71,72,74,76,78,77,78,79,80,81,82,83,84,86,88,88,89,90,91,92,93,94,95,96,98,99,100,101,102,103,1...
//Forth refinement of Adaptive Exterior Light and Speed Control System //Hight Beam //from ELS-30 to ELS-38 module CarSystem004HighBeam import ../../StandardLibrary import CarSystem004Functions export * signature: enum domain CameraState = {CAMERA_READY | CAMERA_DIRTY | CAMERA_NOTREADY} // Camera state enum domai...
; Send AT-command and wait for result. ; HL - Z-terminated AT-command(with CR/LF) ; A: ; 1 - Success ; 0 - Failed okErrCmd: call uartWriteStringZ okErrCmdLp: call uartReadBlocking call pushRing ld hl, response_ok call searchRing cp 1 jr z, okErrOk ld hl, response_err ...
/* MIT License Copyright (c) 2021 Astrocat.App Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, m...
include '8086.inc' include 'format/mz.inc' entry code:start ; program entry point stack 100h ; stack size segment code start: mov ax,data mov ds,ax mov dx,hello call extra:write_text mov ax,4C00h int 21h segment data hello db 'Hello world!',24h segment extra write_text: mov ah,9 int 21h re...
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %r8 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x16567, %rax nop nop inc %r11 movups (%rax), %xmm7 vpextrq $1, %xmm7, %r8 sub $2808, %rdx lea addresses_normal_ht+0x12941, %rsi lea addresses_UC_ht+0x9dc1, %rdi nop nop nop no...
// Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may...
/* * This is the predictor step for the MacCormack Algorithm. * * * Last Updated : 04/04/2018 * * Author(s) : Vivek Kumar */ // Add C++ includes #include <iostream> #include <fstream> #include <stdio.h> #include <cmath> #ifndef PREDICTOR #define PREDICTOR
; Copyright (c) 2004, Intel Corporation. All rights reserved.<BR> ; 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 ...
; ----------------------------------------------------------------------------- ; Test for fmath functions under py65mon. ; Martin Heermance <mheermance@gmail.com> ; ----------------------------------------------------------------------------- .word $8000 .org $8000 .outfile "tests/fmath745Test.rom" .alias RamSize ...
; A177145: E.g.f.: arcsin(x). ; 1,0,1,0,9,0,225,0,11025,0,893025,0,108056025,0,18261468225,0,4108830350625,0,1187451971330625,0 mov $1,4 mov $2,$0 mov $3,1 lpb $2,1 sub $2,$3 mul $1,$2 trn $2,1 lpe pow $1,2 div $1,16
xdef _GenDrawSpan xdef _RenderRotator WIDTH equ 160 HEIGHT equ 100 GROUPSIZE equ 32 section ".text" ; Texturing code inspired by article by Kalms ; https://amycoders.org/opt/innerloops.html GETUV macro move.w d1,d4 ; ----VVvv add.l d3,d1 move.b d0,d4 ...
;------------------------------------------------------------------------------ ; ; Copyright (c) 2006, Intel Corporation. All rights reserved.<BR> ; This program and the accompanying materials ; are licensed and made available under the terms and conditions of the BSD License ; which accompanies this distribution. Th...
; A228546: x-values in the solution to the Pell equation x^2 - 74*y^2 = -1. ; Submitted by Jon Maiga ; 43,318157,2353725443,17412860509157,128820339693018043,953012855636086972957,7050388977175431732917843,52158776700130988324039229557,385870622977180074445810487344843,2854670816626401490619117661337918957,211188543155...
; A142096: Primes congruent to 31 mod 35. ; Submitted by Jon Maiga ; 31,101,241,311,521,661,941,1151,1291,1361,1571,2131,2341,2411,2551,2621,2971,3041,3181,3251,3391,3461,3671,3881,4021,4091,4231,4441,4651,4721,4861,4931,5281,5351,5701,5981,6121,6961,7451,7591,8011,8081,8221,8291,8431,8501,8641,9341,9551,9901,10111,101...
; ; written by Benjamin Green, adapting code from Waleed Hasan ; ; $Id: DsClearScreen.asm,v 1.4 2015/01/19 01:33:06 pauloscustodio Exp $ ; PUBLIC DsClearScreen .DsClearScreen ; in a,(3) ; ld l,a ; in a,(4) ; ld h,a ; push hl ld a,$10 out (4),a xor a out (3),a ld de,$A001 ld h,d ld l,a ld bc,30*120-1 ld ...
; A346879: Sum of the divisors, except the smallest and the largest, of the n-th odd number. ; 0,0,0,0,3,0,0,8,0,0,10,0,5,12,0,0,14,12,0,16,0,0,32,0,7,20,0,16,22,0,0,40,18,0,26,0,0,48,18,0,39,0,22,32,0,20,34,24,0,56,0,0,86,0,0,40,0,28,64,24,11,44,30,0,46,0,26,104,0,0,50,24,34,80,0,0,80,36 mov $2,$0 add $0,1 lpb $0 m...
// Inline Strings in method calls are automatically converted to local constant variables byte st[] = "..."; - generating an ASM .text). // Commodore 64 PRG executable file .file [name="inline-string.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$080...
; A069477: a(n) = 60*n^2 + 180*n + 150. ; 390,750,1230,1830,2550,3390,4350,5430,6630,7950,9390,10950,12630,14430,16350,18390,20550,22830,25230,27750,30390,33150,36030,39030,42150,45390,48750,52230,55830,59550,63390,67350,71430,75630,79950,84390,88950,93630,98430,103350,108390,113550,118830,124230,129750,135390,141150,1...
.text .abicalls .section .mdebug.abi32,"",@progbits .nan legacy .file "h264ref.memalloc.no_mem_exit.ll" .text .globl no_mem_exit .align 2 .type no_mem_exit,@function .set nomicromips .set nomips16 .ent no_mem_exit no_mem_exit: # @no_mem_exit .frame $sp,32,$ra .mask 0x80030000,-...
; A317203: Fixed under the morphism 1 -> 132, 2 -> 1, 3 -> 3, starting with 31. ; 3,1,3,2,3,1,3,1,3,2,3,1,3,2,3,1,3,1,3,2,3,1,3,1,3,2,3,1,3,2,3,1,3,1,3,2,3,1,3,2,3,1,3,1,3,2,3,1,3,1,3,2,3,1,3,2,3,1,3,1,3,2,3,1,3,1,3,2,3,1,3,2,3,1,3,1,3,2,3,1,3,2,3,1,3,1,3,2,3,1,3,1,3,2,3,1,3,2,3,1 add $0,2 seq $0,108103 ; Fixed point ...
; A330801: a(n) = A080247(2*n, n), the central values of the Big-Schröder triangle. ; Submitted by Jon Maiga ; 1,4,30,264,2490,24396,244790,2496528,25763058,268243860,2812481870,29653804824,314097641130,3339741725404,35626286189670,381098437754912,4086504567333858,43912100376527652,472743964145437310,509785398705901700...
db 0 ; 417 DEX NO db 60, 45, 70, 95, 45, 90 ; hp atk def spd sat sdf db ELECTRIC, ELECTRIC ; type db 200 ; catch rate db 120 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F50 ; gender ratio db 100 ; unknown 1 db 10 ; step cycles to hatch db 5 ; unknown 2 INCBIN "gfx/pokemon/sinnoh/pachiris...
/****************************************************************************** * * Project: ODS Translator * Purpose: Implements OGRODSDriver. * Author: Even Rouault, even dot rouault at mines dash paris dot org * ****************************************************************************** * Copyright (c)...
; Original address was $AB8D ; Empty/unused .word W701L ; Alternate level layout .word W701O ; Alternate object layout .byte LEVEL1_SIZE_08 | LEVEL1_YSTART_040 .byte LEVEL2_BGPAL_00 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18 .byte LEVEL3_TILESET_01 | LEVEL3_VSCROLL_LOCKLOW | LEVEL3_PIPENOTEXIT .byte LEVEL4_BGBANK_INDE...
code proc UI_RemoveBotsMenu_SetBotNames 1032 12 ADDRLP4 0 CNSTI4 0 ASGNI4 ADDRGP4 $73 JUMPV LABELV $70 ADDRGP4 removeBotsMenuInfo+1396 INDIRI4 ADDRLP4 0 INDIRI4 ADDI4 CNSTI4 2 LSHI4 ADDRGP4 removeBotsMenuInfo+1628 ADDP4 INDIRI4 CNSTI4 544 ADDI4 ARGI4 ADDRLP4 4 ARGP4 CNSTI4 1024 ARGI4 ADDRGP4 trap_GetConfigString CALLI4...
dnl SPARC T1 32-bit mpn_sub_n. dnl Copyright 2010 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 as published by the...
// Autogenerated from CppHeaderCreator // Created by Sc2ad // ========================================================================= #pragma once // Begin includes #include "beatsaber-hook/shared/utils/typedefs.h" #include "beatsaber-hook/shared/utils/byref.hpp" // Including type: System.Enum #include "System/Enum.h...
#pragma once #include "WinDesktopApplication.hpp" class Application : public WinDesktopApplication { public: Application() {}; protected: int main_impl() final; };
// 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 "ui/gfx/rect_f.h" #include <algorithm> #include "base/logging.h" #include "base/stringprintf.h" #include "ui/gfx/insets_f.h" #include "ui/g...