代码搜索结果
找到约 10,000 项符合
Storage 的代码
test.htm
Mouse Trails!
BODY {overflow: scroll; overflow-x: hidden;}
special.cpp
//: C16:Special.cpp
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Template specialization
// A special sort
tvsimbuf.h
/*
COPYRIGHT NOTICE
This material was developed by Christos Faloutsos and King-Ip Lin
at the University of Maryland, College Park, Department of Computer Science.
Permission is
tvsimbuf.c
/*
COPYRIGHT NOTICE
This material was developed by Christos Faloutsos and King-Ip Lin
at the University of Maryland, College Park, Department of Computer Science.
Permission is
readme.txt
Code Sample Name: autorun
Feature Area: Shell
Description:
Sample Program that demonstrates how to handle autorun notifications
when an MMC card is inserted/removed from the device.
Usa
randomlist6.java
// generics/RandomList6.java
// TIJ4 Chapter Generics, Exercise 6, page 627
// Use RandomList with two more types in addition to the one shown in main().
import java.util.*;
import typeinfo.pets.*
tls.pas
unit TLS;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Label1: TLabel;
tls.pas
unit TLS;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Label1: TLabel;
ipc3.asm
#ipc3.asm---------------------------------------------
.PB main
.PV message -32
.PV ipaddr -64
#allocate local storage on stack
PUSHQ $FP
MOV $FP,$SP
LQI $R7,64
SUB $SP,$SP,$R7
#se
ipc3.asm
#ipc3.asm---------------------------------------------
.PB main
.PV message -32
.PV ipaddr -64
#allocate local storage on stack
PUSHQ $FP
MOV $FP,$SP
LQI $R7,64
SUB $SP,$SP,$R7
#se