代码搜索:Mini

找到约 5,314 项符合「Mini」的源代码

代码结果 5,314
www.eeworm.com/read/126278/6017793

dpr mir2.dpr

program mir2; uses Forms, Dialogs, IniFiles, Windows, SysUtils, ClMain in 'ClMain.pas' {FrmMain}, DrawScrn in 'DrawScrn.pas', IntroScn in 'IntroScn.pas', PlayScn in 'Play
www.eeworm.com/read/124989/6034752

makefile

CC=gcc CFLAGS=-Wall -O2 mini-slamd: mini-slamd.c $(CC) $(CFLAGS) -o $@ $< clean: rm -f mini-slamd
www.eeworm.com/read/493302/6400580

c 定时灯.c

/*定时灯(带数码管显示时间可以调节)程序要求如下: 两位数码管显示。时间0-99分钟可以调节。 (用3个按键, 分别调整上,下, 开始) 有一个灯的秒指示。 运行期间,时间同步在数码管减少。 当等于00时。 灯熄灭 程序要求有..注释。 凡第一个交作业并运行通过由本站送出ep51编程器散件一套。*/ /******************** ...
www.eeworm.com/read/492216/6425107

m mtl_nle_sim_newmet.m

% Topic : Newton-Raphson Method - Roots of Equations % Simulation : Simulation of the Method % Language : Matlab r12 % Authors : Nathan Collier, Autar Kaw % Date : 21 August 2002
www.eeworm.com/read/486654/6524202

cpp 1436.cpp

/* This Code is Submitted by wywcgs for Problem 1436 on 2006-04-21 at 22:09:47 */ #include #include using namespace std; const int SN = 128; const int INF = 1
www.eeworm.com/read/486654/6524461

cpp 1062.cpp

/* This Code is Submitted by wywcgs for Problem 1062 on 2006-10-04 at 13:39:49 */ #include #include using namespace std; int main() { int n; int i, j; long
www.eeworm.com/read/486654/6524482

cpp 2047.cpp

/* This Code is Submitted by wywcgs for Problem 2047 on 2006-07-23 at 15:48:15 */ #include #include #include const int MAX = 128; const double INF = 2000000; const
www.eeworm.com/read/486654/6524545

cpp 1164.cpp

/* This Code is Submitted by wywcgs for Problem 1164 on 2005-11-10 at 20:25:14 */ #include #include const int MAX = 32; const int L_MAX = 1024; const int INFINITE = 5000;
www.eeworm.com/read/486654/6524628

cpp 2062.cpp

/* This Code is Submitted by wywcgs for Problem 2062 on 2006-02-17 at 01:09:36 */ #include #include using namespace std; const int MAX = 128; const int INF = 60000000;
www.eeworm.com/read/486654/6524797

cpp 1961.cpp

/* This Code is Submitted by wywcgs for Problem 1961 on 2006-02-21 at 14:39:12 */ #include #include #include using namespace std; typedef pair pid;