代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/273544/10911433
beos makefile.beos
#
#
# SNEeSe, an Open Source Super NES emulator.
#
#
# Copyright (c) 1998-2004 Charles Bilyue'.
# Portions Copyright (c) 2003-2004 Daniel Horchner.
#
# This is free software. See 'LICENSE' fo
www.eeworm.com/read/273133/10925292
src bldstk500.src
[Files]
uart.c
initial.c
main.c
self_prog.c
[Headers]
para.h
command.h
define.h
extern.h
function.h
[Documents]
www.eeworm.com/read/273133/10925317
mak bldstk500.mak
CC = iccavr
CFLAGS = -IC:\icc\include\ -e -DATMEGA -DATMega16 -l -g -Mavr_enhanced
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\icc\lib\ -g -ucrtboot.o -bvector:0x3800.0x4000 -bfunc_lit:0x3854.0x40
www.eeworm.com/read/273025/10931184
s keyboard.s
/*
* linux/kernel/keyboard.S
*
* (C) 1991 Linus Torvalds
*/
/*
* Thanks to Alfred Leung for US keyboard patches
* Wolfgang Thiel for German keyboard patches
* Marc Corsini for the French
www.eeworm.com/read/418590/10939783
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, Buttons;
type
TForm1 = class(TForm)
Button1:
www.eeworm.com/read/272513/10954993
h oned_part.h
// -*- c++ -*-
//
// Copyright 1997, 1998, 1999 University of Notre Dame.
// Authors: Andrew Lumsdaine, Jeremy G. Siek, Lie-Quan Lee
//
// This file is part of the Matrix Template Library
//
// You sh
www.eeworm.com/read/272513/10955080
h block1d.h
#ifndef MTL_BLOCK1D_H
#define MTL_BLOCK1D_H
#include "mtl/linalg_vec.h"
#include "mtl/fast.h"
#include "mtl/dense1D.h"
namespace mtl {
//: Blocked View of a Vector
//
// This presents a vector (mus
www.eeworm.com/read/272513/10955132
h transform_iterator.h
// -*- c++ -*-
//
// Copyright 1997, 1998, 1999 University of Notre Dame.
// Authors: Andrew Lumsdaine, Jeremy G. Siek, Lie-Quan Lee
//
// This file is part of the Matrix Template Library
//
// You sh
www.eeworm.com/read/272513/10955138
h scale_iterator.h
//
// Copyright 1997, 1998, 1999 University of Notre Dame.
// Authors: Andrew Lumsdaine, Jeremy G. Siek, Lie-Quan Lee
//
// This file is part of the Matrix Template Library
//
// You should have recei