代码搜索:WELL
找到约 9,521 项符合「WELL」的源代码
代码结果 9,521
www.eeworm.com/read/306178/3753925
c well1.c
// room: well1.c
// Jay 4/8/96
inherit ROOM;
int do_use(string arg);
int do_zuan(string arg);
void create()
{
set("short", "井底");
set("long", @LONG
这是在一口枯井的井底。光线极暗,什么也看不
www.eeworm.com/read/306178/3761635
c well1.c
// room: well1.c
// Jay 4/8/96
inherit ROOM;
int do_use(string arg);
int do_zuan(string arg);
void create()
{
set("short", "井底");
set("long", @LONG
这是在一口枯井的井底。光线极暗,什么也看不
www.eeworm.com/read/306178/3763190
c well1.c
// room: well1.c
// Jay 4/8/96
inherit ROOM;
int do_use(string arg);
int do_zuan(string arg);
void create()
{
set("short", "井底");
set("long", @LONG
这是在一口枯井的井底。光线极暗,什么也看不
www.eeworm.com/read/300474/13911764
m well_fft.m
%功率谱
%load 'w1627_gam.dat';
%X=w1627_gam(:,2)';
load 'EF_w1627_gam.txt';
X=EF_w1627_gam;
Xfft = abs(fft(X));
% Avoid taking the log of 0.
index = find(Xfft == 0);
Xfft(index) = 1e-17;
blocksi
www.eeworm.com/read/132549/14084179
pif well1.pif
www.eeworm.com/read/132549/14084190
lst well1.lst
Turbo Assembler Version 4.1 04/11/30 17:45:01 Page 1
F:\编程\汇编\汇编作业\拼图游戏\拼图游戏\well1.ASM
1
2
3 ;*************************************************************
www.eeworm.com/read/132549/14084192
obj well1.obj
www.eeworm.com/read/132549/14084197
asm well1.asm
;*******************************************************************************
;定义数据段
;********************************************************************************
DATA SEGMENT