代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/249070/12523327
txt c04p232.txt
// Self-Test 1
#include
using namespace std;
int main()
{
int *p = new int;
int *q = new int;
cout
www.eeworm.com/read/147710/12535483
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/146970/12597111
~pas unit3.~pas
unit Unit3;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, BusinessSkinForm, StdCtrls, bsSkinCtrls, bsSkinBoxCtrls, Mask,
ExtCtrls, T
www.eeworm.com/read/146970/12597231
pas unit3.pas
unit Unit3;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, BusinessSkinForm, StdCtrls, bsSkinCtrls, bsSkinBoxCtrls, Mask,
ExtCtrls, T
www.eeworm.com/read/334243/12615644
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 keyboard
*/
www.eeworm.com/read/334103/12634849
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/334103/12634903
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/238047/13910259
tcl ns-mobilenode_802_11e.tcl
# -*- Mode:tcl; tcl-indent-level:8; tab-width:8; indent-tabs-mode:t -*-
#
# Copyright (c) 1998-2000 Regents of the University of California.
# All rights reserved.
#
# Redistribution and use in sourc
www.eeworm.com/read/135486/13926677
s keyboard.s
/*
* keyboard.s
*/
.text
.globl _keyboard_interrupt
/*
* these are for the keyboard read functions
*/
size = 1024 /* must be a power of two ! And MUST be the same
as in tty_io.c !!!! */
h